
/**************** Body and tag styles ****************/
@import url("popups.css");

*{margin:0; padding:0; border:0;}

body {
	font: 80% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #303030;
	background: #e8eaec;
}
a {
	color: #0000bb;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #dd6f00; 
	text-decoration: none; 
	background-color: inherit;
}
p {
	padding: 0 20px 0 0;
}
.info p {
	padding-bottom: 8px;
}
#img {
	box-shadow: 5px 5px 5px #666;
	-moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
}

/**************** Header and navigation styles ****************/

#container {
	width: 758px;
	margin: 20px auto;
	padding: 1px;
	text-align: left;
	background: #fff;
	color: #303030;
	border: 2px solid #666;
}
#wrapper {
    overflow: hidden;
}
#wrapper .column {
    padding-bottom: 20010px;  /* X + padding-bottom */
    margin-bottom: -20000px;  /* X */
}
#header {
	height: 90px;
	width: 758px;
	color: #fff;
	background: url(../imgs/rest_bk.gif);
}
#navig {
	height: 1.8em;
	line-height: 1.8em;
    width: 758px;
	margin: 1px 0px;
	color: #fff;
	background: #333;
}
#navig li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #fff;
	white-space: nowrap;
}
#navig li a {
	display: block;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #9f7800;
	background-color: inherit;
}

* html #navig a {width:1%;}

#navig a:hover {
	color: #d0d0d0;
	text-decoration: none;
	background: #555;
}
#current {
	display: block;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #d0d0d0;
	background: #555;
}

/************* drop down menu items *************/

#navig li ul {
	display: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
}
#navig li ul li {
	height: 1.4em;
	line-height: 1.4em;
	overflow: hidden;
	background: #333;
}
#navig li ul li a:link, #navig li ul li a:visited {
    display: block;
	padding: 0px 10px;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #9f7800;
	background-color: inherit;
}
#navig li ul li a:hover {
	color: #d0d0d0;
	background: #555;
}

/**************** dropdown menu styles ****************/

#coursedn {
	display: block;
	cursor: pointer;
}
.tooltip {
	width: 298px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

/**************** Content styles ****************/

#cont {
	float: left;
	width: 556px;
    height: 828px;
	font-size: 0.9em;
    line-height: 1.4em;
	padding: 10px 0 10px 20px;
	background: #fff;
	border: 1px solid #666;
    margin-right: 1px;
    margin-bottom: 0px;
}
#cont h3 {
	margin: 5px 0 5px 0; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #cc0000;
	letter-spacing: -1px;
}
em { 
	font-weight: bold;
	font-style: normal;
	color: #cc0000;   
	vertical-align: middle; 
}

/**************** Sidebar styles ****************/

#subcont {
	float: right;
	width: 159px;
    height: 819px;
	line-height: 1.4em;
	padding: 10px 10px 21px 10px;
	background: url(../imgs/browngrid.gif);
}
#subcont p {
	margin: 0;
	font-size: 0.9em;
}
#includes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #222;
}

/**************** Menublock styles ****************/

#sidenav {
	margin: 14px 0 14px 10px; 
	width: 140px;
	font-size: 0.9em; 
	color: #fff;
}
#sidenav li {
	list-style: none; 
	display: block; 
	margin: 0 0 4px 4px; 
	padding: 2px 0px 3px 28px; 
	border: solid 1px #fff;
	background: #333;
}
#sidenav li a {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #9f7800;
	background-color: inherit;
}

* html #sidenav a {width:1%;}

#sidenav a:hover {
	color: #d0d0d0;
	text-decoration: none;
}

/**************** Footer styles ****************/

#footer {
	clear: both;
	width: 758px;
	padding: 4px 0;
	font-size: 0.8em;
	color: #d0d0d0;
	background: #333;
	border-top: 1px solid #fff;
}
#footer p {
	padding: 0; 
	margin: 0;
	text-align: center;
}
#footer a {
	font-weight: normal;
	color: #d0d0d0; 
	background-color: inherit; 
}
#footer a:hover {
	color: #dd6f00;
	text-decoration: none; 
	background-color: inherit; 
}

/**************** Misc classes and styles ****************/

#contleft {
	float: left;
	width: 48%;
}
#contright {
	float: right; 
	width: 48%;
}
#contbottom { 
    float: none; 
	clear: both;
	width: 96%;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.85em;
}
.smallbd {
	font-size: 0.85em;
	font-weight: bold;
}
.hide {
	display: none;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.important {
	color: #d40000; 
	background-color: inherit; 
	font-weight: bold;
}
.box {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #555;
	background-color: #cac7b9;
	color: #505050;
	line-height: 1.5em;
	-moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666;
}


