@charset "utf-8";
.MainNav {
	background-color: #EEE;
	float: left;
	width: 100%;
}
#MastHead {
	height:160px;
	background:url(images/bg-world-main.gif);
	padding-left:25px;
}
body {
	font-family:Georgia, Times, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	background-color:#036e7c;
}
#Content {
	float:left;
	width:75%;
	margin:0px;
	margin-right:5px;
	padding:10px;
	background: #ffffff;

}
#Content p
{
	line-height:1.7em;
}

#DetailMenuRight {
	font-family:"trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	line-height:1.2em;
	background: #eee;
	margin:0px;
	padding:5px;
	width:24%;
	float:right;
}

#MenuRight {
	font-family:"trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	background: #036e7c url(images/bg-20-036e7c.gif);
	color:#FFFFFF;
	width:22%;
	float:left;
}

#MenuRight a, 
#DetailMenuRight a
{
	color: #FFFFFF;
	text-decoration:none;
}

#DetailMenuRight a:hover,#MenuRight a:hover {
	color:#b0d345;
	text-decoration:underline;
}
#DetailMenuRight li, #MenuRight li {
	line-height:1.2em;;
	list-style:none;
	margin:0 0 5% 0;
	position:relative;
	left:-15%;	
}
#DetailMenuRight p
{
	line-height:1.2em;
}

/*Site Map side links */
.sidelinks{
	float:left;
	padding-left:10px;
}

#Detail {
	float:left;
	width:70%;
	margin:0px;
	padding:5px;
	background: #ffffff;
}

#Footer {
	clear:both;
	font-style:oblique;
	color:#FFFFFF;
	font-size:90%;
	padding:10px;
}
.floatleft50{
	margin-top:0;
	float:left;
	margin-right:10px;
	padding-right:10px;
	width:47%;
	border-right:1px solid #eeeeee;
}
.floatright50{
	margin-top:0px;
	text-align:left;
	float:left;
	width:47%;
}

.clearfloats {
	clear:both;
}
h1, h2, h3, h4, h5{
	font-family:'trebuchet ms', trebuchet, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin-top:0;
}	

.standoutreverse {
	background-color:#07a8b3;
	padding: 4px;
	font-size:90%;
}

#Content a {
	color:#015f81;
}

#Content a:hover{
	color: #6daa01;
}
/* SIDELINKS SIDEMENU FORMATTING */

#sidelinks .MenuBarItem, 
#sidelinks .MenuBarItemSubmenu
{
	font-weight:bold;
	font-size:1.25em;
}

#sidelinks ul
{
	margin-bottom:15px;
}
#sidelinks li
{
	padding-left:5px;
	margin:3px;
}

/* BREADCRUMB FORMATTING */
#breadcrumb
{
	font-family:"trebuchet Ms", trebuchet, arial, helvetica, sans-serif;
	clear:both;
	background-color:#eee;
	border:1px dotted #666;
	padding:10px;
	margin-bottom:10px;
}
#breadcrumb a
{
	text-decoration:none;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}


/* FORMS FORMATTING */

#Contact form
{
	background-color:#eee;
	padding:10px;
}

#Contact label 
{
	width:150px;
	float:left;
	font-weight:bold;
	font-family:"trebuchet ms", trebuchet, arial, helvetica, sans-serif;
}

#Contact input
{
	height:18px;
	font-size:.9em;
	padding:1px;
	width:200px;
	border: 1px solid #ccc;
}
#Contact textarea
{
	width:400px;
	border:1px solid #ccc;
	padding:1px;
	height:100px;
}

#Contact input.submitButton
{
	border:1px solid #666;
	background-color: #ddd;
	height:40px;
	cursor:pointer;
}
#Contact .inputState
{
	width:30px;
}

#Contact .inputZip
{
	width:80px;
}

#Contact .requiredField
{
	color:#CC0000;
}

.quarterBox 
{
	margin:3px;
	padding:5px;
	border:1px solid #aaa;
	border-top:5px solid #aaa;
	float:left;
	width: 22%;
	min-height:250px;
	
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
	font-weight:bold;
}
.triBox 
{
	margin:3px;
	padding:5px;
	border:1px solid #aaa;
	border-top:5px solid #aaa;
	float:left;
	width: 30%;
	min-height:390px;
	
}
.triBox img
{
	margin-left:-5px;
	width:105%;
	overflow:hidden;
}
.featureBox 
{
	margin:3px;
	padding:5px;
	border:1px solid #aaa;
	border-top:5px solid #aaa;
	float:left;
	width:95%;
	min-height:390px;
	
}