/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #f2ece4;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
	
#container {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
	width: 940px;
}
	
#header {
	clear: both;
	float: left;
	height: 35px;
	padding-bottom: 6px;
	width: 940px;
}

#animation {
	background: url(../images/layout/flash-bg.jpg) no-repeat;
	clear: both;
	height: 175px;
	width: 940px;
}

#static-header {
	background: url(../images/layout/flash-replacement.jpg) no-repeat;
	clear: both;
	height: 175px;
	width: 940px;
}

#main-nav {
	background: #184176;
	clear: both;
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 1px;
	width: 938px;
}
	
#content {
	background: url(../images/layout/content-bg.jpg) repeat-y;
	width: 940px;
}
	
#main-content {	
	display: inline;
	float: left;
	padding: 20px;
	width: 600px;
}

#supp-content {
	display: inline;
	float: left;
	padding: 0 10px;
	width: 260px;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 50px;
	width: 940px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #123c73;
	font-size: 160%;
	margin: 7px auto 6px auto;
}

h2 {
	color: #123c73;
	font-size: 140%;
	margin: 10px auto -4px auto;
}

h3 {
	color: #123c73;
	font-size: 130%;
	margin: 4px auto 6px auto;
}

h4 {
	color: #333333;
	font-size: 120%;
	margin: 4px auto 6px auto;
	text-align: center;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 50px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #123c73;
	text-decoration: underline;
}
	 
a:hover {
	
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Flexible Selectors
-------------------------------------------------------*/

.clear {
	clear: both;
}

.horizontal-list li {
	display: inline;
}

.img-r {
	background: #333366;
	border: 2px solid #003366;
	float: right;
	margin: 10px 0 0 20px;
	padding: 2px;
}

.img-l {
	background: #333366;
	border: 2px solid #003366;
	float: left;
	margin: 10px 20px 0 0;
	padding: 2px;
}

.center-bold {
	color: #333333;
	font-weight: bold;
	list-style: none;
	text-align: center;
}

.first {
	clear: both;
	margin-top: 10px;
}

/*-------------------------------------------------------
	Header
-------------------------------------------------------*/

.header-url {
	color: #123c73;
	float: left;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 10px;
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

.phone-number {
	color: #123c73;
	float: right;
	font-size: 18px;
	font-weight: bold;
}

/*-------------------------------------------------------
	Main-Nav
-------------------------------------------------------*/

#main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav li {
	float: left;
	line-style: none;
}

#main-nav a {	
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#main-nav a.first {
	border-left: none;
}

#main-nav a.last {
	border-right: none;
}

#main-nav a:hover {
	text-decoration: underline;
}

#main-nav a:active, #main-nav a.down {
	color: #c2cbd2;
}

#main-nav ul ul a, #main-nav ul ul a.down {
	text-decoration: none;
}

#main-nav ul ul a:hover {
	text-decoration: underline;
}

#main-nav .dd {
	cursor: default;
}

#main-nav a.dd:hover {
	background-position: center 0px;
}
	
	/*-------------------------------------------------------
		LEVEL TWO
	-------------------------------------------------------*/


	#main-nav ul ul {
		background: #184176;
		clear: both;
		float: left;
		left: 0;
		top: 30px;
		position: absolute;
		visibility: hidden;
	}

	#main-nav ul li.hover,
	#main-nav ul li:hover {
		position: relative;
	}

	#main-nav li li {
		font-weight: normal;
		color: #000;
		float: none;
		clear: both;
		height: 26px;
	}

	#main-nav li li a {
		cursor: pointer;
		line-height: 25px;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: none;
	}	
										  
	/* IE 6 & 7 Needs Inline Block */
	#main-nav li li a {
		cursor: pointer;
		width: 190px;
		display: inline-block;
		text-decoration: none;
	} 
	
	#main-nav li:hover > ul {
		visibility: visible;
	}

/*-------------------------------------------------------
	Main-Content
-------------------------------------------------------*/

.horizontal-list h3 {
	display: inline;
	float: left;
	margin: 0 25px;
}

.services {
	margin-left: 60px;
}

.services li {
	list-style: none;
	margin-top: 20px;
}

.services-img {
	margin: 20px 80px 0 0;
}

.categories li {
	background: #c2cbd2;
	float: left;
	margin-top: 10px;
	padding: 10px 5px;
}

.categories h3 {
	margin: 0 20px;
}

/*-------------------------------------------------------
	Supp-Content
-------------------------------------------------------*/

#supp-content p {
	background: url(../images/layout/top-quote.jpg) top left no-repeat;
	padding: 10px 25px 20px 25px;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

#footer {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#footer ul {
	margin-bottom: 5px;
}

#footer li {
	display: inline;
}

#footer a {
	color: #ffffff;
}

#footer a.down {
	color: #c2cbd2;
}

.copyright {
	clear: both;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}