/* General tag modifiers */

#map {
	text-align:left;
}

#expLeftNav {
	background-image: url(exp_1_logo.gif);
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	width: 180px;
}

#expTitleNav {
	height: 40px;
	background-image: url(exp_1_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#expRightNav{
	height: 40px;
	background-image: url(exp_1_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}

#explist
{
	padding: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
}

#explist div.navitem {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#explist div.navitem a {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom:5px;
	margin-right: 1px;
	border-left: 10px solid #A3C7E1;
	text-decoration: none;

}

#explist div.navitem a:link { color: #000000; }
#explist div.navitem a:visited { color: #000000; }

#explist div.navitem a:hover {
	border-color: #F5950D;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

img {
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Box model divs */
#container {
	width: 98%;
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	line-height: 130%;
	background-color: #FFFFFF;
}

#topMenu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #7D92A7;
	border: 1px solid #000000;
}

#contentContainer {
	border-collapse:collapse;
	width: 100%;
}

#leftNav {
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	text-align:center;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#rightNav {
	width: 150px; 
	padding-top: 5px;
	padding-right: 10px;
}

#footer {
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#subfooter {
	clear: both;
	width: 90%;
	margin:5px auto;
	text-align: center;
}


div.spacer {
	clear:both;
}

/* Generic styling */


/* Navbar */
#leftNav img {
	text-align: center;
	margin-bottom: 5px;
}


/* Welcome text */
#wText {
	height: 176px;
	background-image: url(logo_welcome.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #f5950d;
	border: 1px solid #000000;
	text-align: left;
	margin-bottom: 5px;
}

#wText img {
	margin-top: 10px;
	margin-left: 10px;
}

#wText h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#wText h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	margin-left: 15px;
}

#wText ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 35px;
}

#wText li {
	color: #000000;
	list-style-position: outside;
	list-style-image: url(button_bullet2.jpg);
	line-height: 14px;
	font-size: 10px;
}

/* Static Text */

#mText {
	border: 1px solid #000000;
	text-align: justify;
	color: #000000;
}

#mText h2 {
	margin: 0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 25px;
	background-color: #F5950D;
	font-size: 16px;
	font-weight: bold;	
	border-bottom: 1px solid #000000;
}

#mText h4 {
	margin: 0px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #AFC3CE;
	font-size: 12px;
	font-weight: bold;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;		
}

#mText p, ul{
	margin-left: 20px;
	margin-right: 20px;
}

#mText li {
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: outside;
}

div.statusMessage {
	text-align:left;
	padding: 5px;
	background-color:#FFCC66;
	border: 1px solid #dddddd;
	color: #333333;
}