/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	color: #5F5F5F;
	height: 100%;
	background-color: #fff;
	background-repeat: repeat;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}


a				{outline: none;}
a:link 			{color:#2D2C94; text-decoration:underline;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#EC1F26; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 				{margin:0 0 10px;}
dt 				{font-weight:bold;}
dd				{margin:0 0 3px 10px;}
p 				{margin:0 0 15px;}

h1 				{font-size:18px;margin:0 0 12px;color: #77ABCA;}
h2 				{font-size:18px;margin:8px 0;color: #666666;}
h3 				{font-size:14px; margin:6px 0 5px;color: #016390;}
h4 				{font-size:14px;margin:4px 0;color: #77ABCA;}
h5				{font-size:12px;margin:3px 0;color: #0191D6;text-transform: uppercase;}
h6 				{font-size:xx-small; margin:0;}

hr 				{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}

					/*color and background color should be the same as the background color of the div it is contained within*/
img 			{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 		{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{border-bottom: 1px dotted #A4A7A7;padding-bottom: 10px;color: #016390;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.highlight {font-weight: bold;color: #016390;}


/* Page */

#wrapper {
	width: 882px;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Header */

#header {
	width: 801px;
	height: 334px;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}

#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}
/* ---------------------------- */
/* MENUS */
/* ---------------------------- */

#nav, #nav ul { /* all lists */
	background-color:#016390;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#nav {
	margin-left: 40px;
	width: 783px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 38px;
	padding-left: 10px;
	padding-right: 8px;
}


#nav a {
	display: block;
	width: 130px;
	text-decoration: none;
	color: #FFFFFF;
	height: 26px;
	padding-top:12px;
	text-align:center;
}
#nav ul li ul li a {
	width: 130px;
}

#nav a:hover {
	background-color: #c6dce8;
	color: #016390;
}
#nav li { /* all list items */
	float: left;
	width: 130px;
	height: 38px;
	background-image: url(../assets/images/navbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
 /* width needed or else Opera goes nuts */
}

#nav li:hover {
	background-color: #727272;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	left: -999em;
	top: auto;
	border: none;
	background-color: #666666;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}



/* Content */

#content {
	/*float: right;*/
	width: 801px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 40px;
	background-repeat: repeat-y;
	background-position: 580px top;
	min-height:220px;
}

.content-main {
	width: 580px;
	padding: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 130%;
	font-size: 1em;
	color: #666666;
}



#content-side {
	float: right;
	width: 210px;
	padding-right: 0;
	padding-bottom: 0px;
}
#content-side p {
	font-size: 10px;
}
#content-side a:link {
	color: #016390;
}



/* Footer */

#footer {
	width: 882px;
	height: 69px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footer p {font-size: 10px;margin: 0;color: #8D8B8B;}
#footer a {color: #8D8B8B;}
#footer a:visited {color: #8D8B8B;}
#footer a:hover {color: #016390;}

