@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
Hairylemon - Main Stylesheet
--------------------------------------------- */
@import "reset.css";

/* --- Selectors ----------------------------- */
body {
background-color:#eaeaea;
color:#555555;
font:87.5%/1.125em arial,helvetica,sans-serif; /* 16px x 0.875 = 14px base, 16px x 1.125 = 18px line height */
margin:0;
padding:0;
}
a, a:visited { color:#555555; }
a:hover { color:#8f4d25; }
a img { border:none; }

p { margin:0 0 14px 0; font-size:11px; }

h1 { color:#263072; font-size:1.429em; margin:0px 0; line-height:25px; font-weight:bold; }
h2 { color:#17678e; font-size:1.286em; margin:14px 0 5px 0; }
h3 { color:#4b4b4c; font-size:0.857em; margin:14px 0 0 0; font-weight:bold; }
h4 { color:#3b7aaf; font-size:1em; margin:14px 0; }
h5 { color:#17678e; font-size:0.857em; margin:14px 0; }
h6 { color:#17678e; font-size:0.786em; margin:14px 0; }

form input {
	border:solid 1px #ababab;
	padding:3px;
	font-size:0.786em;
}
form span {
	color:red;
}
ol li {
	list-style:inherit !important;
}
/* --- Common Classes ------------------------ */
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.clear { clear:both; }
.textright { text-align:right; }
.aligntop { vertical-align:top; }
.page-title { margin-left:15px; }
.details .right { border-right:dotted 1px #263072; margin-right:40px; }
.details ul { width:220px; }
.details ul li {
	list-style:none;
}
#padding { padding-right:60px; }
/* --- Accessibility ------------------------- */
#accessibility {
display:none;
}
/* --- Layout -------------------------------- */
#wrapper {
	background-color:#fff;
	margin:0 auto;
	width:960px;
	/*border:1px solid red;*/
}

#wrapper a:hover, #breadcrumbs a:hover {
	color:#3b7aaf;
	text-decoration:underline;
}

#top-menu a:visited, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#header {
	background-color:#fff;
	background-image:url(../images/drop-shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:15px;
}
#header form {
	text-align:right;
}
#logo {
	margin:0 auto;
	width:960px;
}
#sitemap li {
	margin-bottom:3px;
}
.services { background-color:#3b7aaf !important;}

/* --------------CSSMenu http://dev.cmsmadesimple.org/projects/cssmenu --------------------*/
#nav {
	background-color:#263072;
	height:46px;
}
ul#top-menu {
	margin: -15px 0 0px 0;
	background-color: #263072;
	font-size: 12px;
}
/* Sub Menus */
ul#top-menu ul {
	margin:13px 0 0 0px;
	padding-bottom: 5px;
	background-color: #263072; /* IE6 Bug */
	font-size: 0.857em;
	width:200px;
}

ul#top-menu li {
	padding:0;
	position: relative;
	list-style: none;
	display: block;
	float:left;
}

ul#top-menu li a {
	background-color: #263072;
	text-decoration: none;
	color: #fff;
	padding: 15px 12px;
	border-bottom: 0;
	display:block;
	float:left;
}
ul#top-menu li a:hover {
	background-color:#3b7aaf;
	color:#fff;
	text-decoration: none;
}
ul#top-menu ul li, ul#top-menu ul li a  {
	background-color: #3b7aaf;
	text-decoration: none;
	color: #fff;
	padding:5px 30px 0px 10px;
	margin:0px;
	border-bottom: 0;
	z-index:200;
}

ul#top-menu ul li a:hover {
	color: #000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#top-menu li { float: left; height: 1%; }
* html ul#top-menu li a { height: 1%; }
/* End */

ul#top-menu ul {
	position: absolute;
	display: none;
	top:33px;
	left:0;
	z-index:100;
}

ul#top-menu li:hover ul ul,
ul#top-menu li:hover ul ul ul,
ul#top-menu li.over ul ul,
ul#top-menu li.over ul ul ul { display: none; } /* Hide sub-menus initially */


ul#top-menu li:hover ul,
ul#top-menu li li:hover ul,
ul#top-menu li li li:hover ul,
ul#top-menu li.over ul,
ul#top-menu li li.over ul,
ul#top-menu li li li.over ul{ display: block; background-color:#3b7aaf; cursor:pointer; } /* The magic */

/* fixed image flicker by adding ’#top-menu ul */

ul#top-menu li.menuparent:hover,
ul#top-menu li.over { background-color: #f9f9f9; }

ul#top-menu li a:hover { color: #fff; }

ul#top-menu .sectionheader { font-weight: bold; }


/*-----------------------------------------------------------*/
#banner {
	background-color:#eaeaea;
	border-bottom:5px #eaeaea solid;
	border-top:5px #eaeaea solid;
	height:200px;
	overflow:hidden;
	margin-bottom:4px;
	clear:both;
}
#banner a, #banner a:hover {
	display:block;
	color:#fff;
	font-weight:bold;
	position:absolute;
	text-decoration:none;
	margin:170px 0 0 815px;
	-moz-border-radius:5px;
	padding:3px 10px 7px 10px;
	text-decoration:none;
	background-image:url(../images/gradient-button.png);
	background-repeat:repeat-x;
	z-index:100;
}
#breadcrumbs {
	color:#263072;
	margin:0 10px;
	background-color:#fff;
}
#breadcrumbs a {
	color:#263072;
	text-decoration:none;
}
#breadcrumbs p {
	margin-top:5px;
}
#home-content-left, 
#home-content-middle, 
#home-content-right {
	height:380px;
	background-color:#fff;
	float:left;
	padding:0 3px;
	margin-bottom:5px;
}
#home-content-left {
	 width:33%; 
	 padding-left:15px;
}
#home-content-middle {
	 width:32%;
}
#home-content-right {
	width:31%; padding:0 7px;
}
#home-content-left,
#home-content-middle, 
#home-content-right h1 {
	margin-left:0;
}
.page-content {
	margin:5px 15px;
	border-bottom:dotted 2px #3b7aaf;
	min-height:250px;
}
.page-content p, .page-content li {
	clear:left;
	width:66%;
	font-size:0.857em;
}
.details li {
	width:100%;
}
.page-content form {
	width:450px;
}
.page-content form .submit-btn {
	margin-left:238px;
}
.col2 {
	margin-bottom:10px;
	padding:3px;
	font-size:0.857em;
	width:200px;
}
.col1 {
	float:left;
	margin-right:5px;
	width:30%;
	clear:both;
	text-align:right;
}

#home-content-left li, .page-content li {
	list-style:url(../images/arrow-point.gif);
	font-size:0.857em;
}
#login {
	margin-top:1px;
	background-image:url(../images/login-background.jpg);
	background-repeat:no-repeat;
	height:152px;
	padding:7px 10px 10px 10px;
}
#login h1 {
	margin:0px 0 5px 0;
}
#login input {
	margin-bottom:8px;
}
#login label {
	font-size:12px;
}
.button {
	height:13px;
	background-image:url(../images/button-gradiant.jpg);
	background-repeat:repeat-x;
	/*padding:5px 10px;*/
}
.blue-button {
	color:#fff !important;
	text-decoration:none;
	padding:3px;
	background-color:#3b7aaf;
	font-weight:bold;
	font-size:0.786em;
}
.search-btn {
	border:none;
	background-color:#bcbcbc;
	font-size:0.786em;
	padding:4px;
	cursor:pointer;
}
.submit-btn {
	padding:0 10px;
	-moz-border-radius:5px;
	height:23px;
	background-image:url(../images/button-gradiant.jpg);
	background-repeat:repeat-x;
	border:1px solid #404243;
	font-size:0.857em;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0 !important;
	
}
#latest-news {
	background-image:url(../images/news-background.jpg);
	width:266px;
	height:327px;
	padding:10px 10px;
}
#latest-news span a {
	text-decoration:none;
	color:#263072;
	font-weight:bold;
}
#latest-news p {
	line-height:14px;
	border-bottom:dotted 1px #263072;
	padding-bottom:5px;
}
#footer {
	border-top:5px #eaeaea solid;
	clear:both;
	background-image:url(../images/footer-background.jpg);
	height:31px;
	color:#fff;
	padding:20px 5px 0 5px;
}
#footer a {
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}
#footer p {
	margin:14px 0 0 0;
}
#footer span {
	float:right;
}
#footer a:hover {
	text-decoration:underline;
}
