
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* STYLE */

html {
	background: #e0e7ef;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

body {
  text-align: center;
 }

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

#wrap {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	height: auto;
}

#main_content h2 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 10px 20px 5px 20px;
	line-height: 23px;
}

#main_content h2.titles {
	padding: 20px 20px 5px 20px;
}

#main_content h3, h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #0099CC;
	padding: 20px 20px 5px 20px;
	line-height: 23px;
}

#header {
	height: 130px;
}
	
#main_content {
	float: left;
	width: 620px;
	margin-bottom: 40px;
}

#main_content h1, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

#main_content h1 {
	font-size: 31px;
	font-weight: bold;
	color: #0066CC;
	padding-top: 20px;
}

#main_content p {
	font-size:16px;
	line-height: 30px;
	color: #000000;
	padding-top: 20px;
}

#main_content a {
	color: #0066cc;
	text-decoration: none;
	}

#main_content a:hover {
	background: #0066cc;
	color: #FFF;
	}	

#main_content ul {
	padding-top: 10px;
	padding-left: 40px;
	color: #7F5000;
	line-height: 26px;
	width: 500px;
}

#main_content li {
	list-style-type: circle;
}



#side_content {
	float: right;
	width: 300px;
	height: auto;
}

#side_content a {
	color: #0066cc;
	text-decoration: none;
	}

#side_content a:hover {
	background: #0066cc;
	color: #FFF;
	}	

#location-box {
	background: #f5f5f5;
	height: 70px;
}

#location-box p {
	font-size: 12px;
	padding-top: 10px;
	line-height: 16px;
	font-weight: bold;
}

#contact-info {
	background: #f5f5f5;
	margin-top: 20px;
	padding-left: 20px;
	height: 260px;
}

#contact-info h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
	font-size: 18px;
	padding-top: 10px;
}

#contact-info h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#contact-info ul {
	margin-top: 20px;
	line-height: 25px;
}

#contact-info img {
	margin-right: 5px;
}

#contact-info span {
	margin-left: 22px;
}

#footer {
	background: #0066cc;
	height: 100px;
	margin-top: 20px;
}

h1.header-title {
	float: left;
	width: 598px;
	height: 96px;
	background: transparent url(../images/homepage-title.png) no-repeat scroll 0 0; 
	text-indent: -9999px;
	margin-top: 23px;
}

img.logo {
	float: right;
	margin: 10px 20px 0 0;
}


/* MAIN NAVIGATION */

#navigation {
	margin-bottom: 20px;
	background-color: #0066cc;
	height: 30px;
	width: 100%;
}

a {
	color: #900;
	text-decoration: none;
	}

a:hover {
	background: #900;
	color: #FFF;
	}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	background-color: #0066cc;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 30px;
	}

ul#navmenu li {
	margin: 0;
	border-bottom: #fff 1px solid;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
	}
	
ul#navmenu li.wrap {
	height: auto;
	}
	

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border-right: 1px solid #FFF;
	padding: 0 22px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #0066cc;
	color: #ccc;
	font: bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #143D55;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #EEE;
	color: #333;
	width: 340px;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

/* Forms */
input, select, textarea
{
	background: url(images/input-back.gif) repeat-x;
	border: 1px solid #c6c6c6;
	color: #333;
	padding: 8px;
}
.input-go {
	background: #0066CC;
	border: none;
	color: white;
	font-size: 0.7em;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
}
p#form-info {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(images/cisily_32_warning.gif) left no-repeat;
	display:none;
}
p#form-success {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(images/cisily_32x_yes.gif) left no-repeat;
	display:none;
}







	
	
	