/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#C8DAF0;
	font:12px verdana, arial, sans-serif;
	color:#353535;
	}
	
#big-div {
	padding-top:30px;
		background:white url(/images/body-bg.png) repeat-x;
	}
	
#container {
	width:800px;
	margin:0 auto;
	}


#header {
	position:relative;
	}

#content-container {
	width:800px;
	padding:20px 0;
	}
	
#main-content {
	float:left;
	width:500px;
	}
	
#sidebar-right {
	float:right;
	width:283px;
	}

	
#footer {
	background:url(/images/footer-bg.png) repeat-x;
	}
	
	
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-top {
		margin-bottom:6px;
	}

.phone-banner {
	position:absolute;
	top:29px;
	right:0;
}

#header-nav {
		width:800px;
		background:url(/images/nav-bg.png) no-repeat;
		height:28px;
		overflow:hidden;
		padding-left:10px;
		border-bottom:5px solid white;
	}
	
	#header-nav li {
			float:left;
		}
	
	#header-nav li a {
			float:left;
			display:block;
			height:28px;
			font:bold 12px arial;
			text-transform:uppercase;
			color:white;
			padding:0 24px;
			line-height:28px;
		}
		
		#header-nav li a:hover,
		#header-nav li#active a {
			background:#8EB6CF;
		}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-right img {
		margin-bottom:10px;
		border:1px solid #bdc6cd;
		padding: 5px;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#0F457A;
	font-weight:bold;
	}

a:hover {
 color:#126F26;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font:28px verdana;
	color:#0F457A;
	padding-bottom:7px;
	margin-bottom:24px;
	border-bottom:1px solid #D1E3EF;
	}

h2 {
	margin-bottom:10px;
	font:bold 18px verdana;
	color:#1A7A2F;
}


p {
	margin-bottom:10px;
	line-height:1.5;
	}


img {
	border:none;
	}

h1#id-goes-here { /* Header Replacement */
    padding:27px 0 0 0;
    margin-bottom:20px;
    overflow:hidden;
    background:url(/images/header-name.gif) no-repeat;
    
    height: 0px !important;
    height /**/:27px;
}

#main-content ul {
		margin-bottom:15px;
		padding:10px 0 0 10px;
	}
	
	#main-content li {
			margin-bottom:10px;
			padding-left:24px;
			background:url(/images/li-bg.gif) left 50% no-repeat;
		}

.block {
		background:#EAF3FC url(/images/block-mid-bg.gif) repeat-y;
	}
	
	.block-inside {
		background:url(/images/block-top-bg.gif) no-repeat;
	}
	
		.block-content {
			padding:10px;
			background:url(/images/block-bot-bg.gif) left bottom no-repeat;
		}
	
.contact-button {
		text-align:center;
		margin:0;
		}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

.footer-inside {
			color:#4E80B1;
			padding:70px 0 20px 0;
			overflow:hidden;
			width:800px;
			margin:0 auto;
		}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



