
/**************** 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: #005c5c;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #9f7d09; 
	text-decoration: none;
	background-color: inherit;
}
a:active {
    outline: none;
}
p {
	padding: 0 20px 0 0;
}
.info p {
	padding-bottom: 8px;
}

/**************** Container and Header styles ****************/

#container {
	width: 760px;
	margin: 20px auto;
	padding: 1px 0 0 0;
	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;
	margin: 0 1px 1px 1px;
    color: #fff;
	background: url(../imgs/rest_bk.gif);
}

/**************** Navigation styles ****************/

#navig {
	height: 1.8em;
	line-height: 1.8em;
	width: 758px;
	margin: 0 1px;
    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: #9f7d09;
	background-color: inherit;
}

* html #navig li 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;
}

/************* nav 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: #9f7d09;
	background-color: inherit;
}
#navig li ul li a:hover {
	color: #d0d0d0;
	background: #555;
}

/**************** nav 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: 558px;
	font-size: 0.9em;
	padding: 20px 0 10px 20px;
	background: url(../imgs/rest_bk.gif);
	border: 1px solid #fff;
}
#cont h2 {
	display: block;
	margin: 10px 0 16px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #404040;
    text-shadow: 2px 2px 2px #999;
	background-color: inherit;
}
#conth2rd {
	display: block;
	margin: 10px 0 16px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #cc0000;
    letter-spacing: +1px;
    text-shadow: 2px 2px 2px #999;
	background-color: inherit;
}
#cont h3 {
	margin: 5px 0 5px 0; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	color: #cc0000;
}
.contrd {
	font-style: normal; 
	font-weight: normal; 
	color: #cc0000; 
	line-height: normal;
}
#cont h4 {
	margin: 8px 0 5px 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.2em; 
	font-style: normal; 
	font-weight: bold; 
	color: #505050; 
	line-height: normal;
}
em { 
	font-weight: bold;
	font-style: normal;
	color: #cc0000;   
	vertical-align: middle; 
}
.info p {
	padding-bottom: 8px;
}
#pic {
    float: right;
    margin-right: 24px;
	border: 1px solid #555;
	-moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
    /*-moz-box-shadow: 2px 2px 6px #6e6e6e;
	-webkit-box-shadow: 2px 2px 6px #6e6e6e;*/
}

/**************** Side navigation 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: #9f7d09;
	background-color: inherit;
}

* html .sidenav li a {width: 100%;}

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

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

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

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

#footer {
	clear: both;
	width: 758px;
	padding: 4px 0;
	margin: 0 1px;
	font-size: 0.8em;
	color: #d0d0d0;
	background: #333;
	border-top: 1px solid #fff;
	border-bottom: 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: #9f7d09;
    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; 
    /*-moz-box-shadow: 2px 2px 6px #6e6e6e;
	-webkit-box-shadow: 2px 2px 6px #6e6e6e;*/
}



