@charset "UTF-8";
/* CSS Document */


hr {
	background:#FFFFFF none repeat scroll 0 0;
	color:#FFFFFF;
	margin:0;
}

#container {
	align: center;
}

body {
	color:#555554;
	font-family:Arial,Helvetica,sans-serif;
}

/*==================header====================*/

#header {
	background:#005C96 none repeat scroll 0 0;
	height:79px;
}

/*==================list====================*/

ul {
	list-style:none;
}

#site-nav {
	padding:31px 0 0 40px;
}

#site-nav li {
	display:inline;
}

#site-nav li a {
	padding:0 20px 0 20px; 
	font-family:"Times New Roman", Times, serif; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:1.75em;
}

#site-nav li a:hover {
	color:#fdd44f;
}

/*==================content====================*/

#content .inside {
	padding:278px 0px 12px 0px;
}

#main-text, #main-splash {
	margin-top: 20px;
}


/*==================txt, links, lines, titles====================*/

a {
	color:#555554;
}

a:hover{
	text-decoration:none;
}



.wrapper2, block { width:100%; overflow:hidden; margin: 15px 0 0 0;}

.link1 { 
	display:block; 
	float:left; 
	background:url(../../images/link1-bg.gif) left top repeat-x;
	color:#fff; 
	text-decoration:none; 
	font-family:"Times New Roman", Times, serif; 
	font-size:2.17em; 
	line-height:1.1em;
}

.link1 em {
	display:block; 
	background:url(../../images/link1-left.gif) no-repeat left top;
}

.link1 b {
	display:block; 
	background:url(../../images/link1-right.gif) no-repeat right top; 
	padding:10px 0 17px 0; 
	font-weight:normal; 
	font-style:normal; 
	width:203px; 
	text-align:center;
}

.link1:hover { 
	text-decoration:underline;
	color:#fff; 
}

h2 {
	font-family:"Times New Roman", Times, serif; 
	font-size:1.83em; 
	font-weight:normal; 
	color:#868686; 
	margin:0 0 10px 0;
}

h2 strong {
	display:block; 
	color:#3a3a3a; 
	font-weight:normal; 
	font-size:1.36em; 
	line-height:1.1em;
}

h3 {
	font-family:"Times New Roman", Times, serif; 
	font-size:2em; 
	color:#3d3d3d; 
	font-weight:normal; 
	line-height:1.1em; 
	margin:0 0 25px 0;
}

h4 {
	font-family:"Times New Roman", Times, serif; 
	font-size:1.25em; 
	font-weight:normal; 
	color: #005c96; 
	margin:12px 0 12px 0;
}

h5 {
	font-size:1em; 
	color:#555554; 
	font-weight:normal;
}

h5 a {
	color:#555554;
}

/*==================boxes====================*/

.box {
	background:#fff;
	margin-bottom:0;
	padding:0em 1.5em 1.5em 1.5em;
}

.box .inner {
	padding:10px 18px 10px 15px;
	background:#feeebb;
}

.box .inner1 {
	padding-left:10px;
}

.box h3 {
	color:#005c96; margin:0 0 21px 0; font-size:2.25em;
}

.box .list2 li {
	padding-bottom:2px;
}

.box p {
	margin-bottom:18px;
}

/*==================lists====================*/


.list1.center { 
	margin-left:0px;
}

.list1 li {
	background:url(../../images/marker.gif) no-repeat left 7px; 
	padding:0 0 2px 14px;
}

.list1 li a {
	color:#5b5b5b; 
	text-decoration:underline;
}

.list1 li a:hover {
	text-decoration:underline; 
	color:#9acd2d;
}

.list2 li {
	background:url(images/marker.gif) no-repeat left 7px; 
	padding:0 0 6px 13px;
}

.list2 li a { 
	color:#9fca52;
}


/*==================footer====================*/

#footer {
	color:#ffffff;
	background:#005C96 none repeat scroll 0 0;
	height:140px;
}

#footer p {
	padding:14px 0 0 24px;
}

#footer a { color:#ffffff;}

#footer a:hover { color:#fdd44f;}

#footer-nav { 
	padding:14px 0 0 0;
}

#footer-nav li {
	display:inline;
}

#footer-nav li a {
	padding:0 10px 0 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	font-size:1em;}

#footer-nav li a:hover { 
	color:#fdd44f;
}

.footertext { 
	color:#ffffff; 
	font-size: 1em; 
	padding:10px 0 10px 24px;
}

.copyright {
	color:#ffffff;
	font-size:.9em; 
	padding:0px 0 0 24px;
}

/*==================forms====================*/


input, select {
	font-weight:normal;
	vertical-align:middle;
}

input, textarea {
	font-family:tahoma,geneva,sans-serif;
	font-size:0.91em;
}

* {
	margin:0;
	padding:0;
}

textarea {
	height:100px;
	padding:5px;
	width:142px;
}