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

/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, p.h1, p.h2, p.h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
p.h1, p.h2, p.h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/*-------------------------------------------------------------------------------------
								CONTAINERS	
------------------------------------------------------------------------------------*/
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#2a2a27;
	}
#header_container {
	width:992px;
	margin-left:auto;
	margin-right:auto;
	}
#body_container {
	width:992px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	clear:both;
	}
#footer_container {
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	background-color:#39393a;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
#inner_Footer_content {
	width:992px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	}
.body_colLeft {
	width:480px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	}
.body_colRight {
	width:480px;
	float:left;
	margin-right:5px;
	padding:3px;
	border:1px solid #999;
	margin-bottom:20px;
	}
#email_container {
	width:300px;
	border:1px dashed #999;
	margin-top:10px;
	margin-left:20px;
	float:left;
	margin-bottom:10px;
	}
#contact_container {
	width:275px;
	border:1px dashed #999;
	margin-top:10px;
	margin-left:20px;
	float:left;
	margin-bottom:10px;
	}
#sidebar {
	width:200px;
	border:1px solid #999;
	margin-left:5px;
	float:right;
	}
/*-------------------------------------------------------------------------------------
								IMAGE CONTAINER ELEMENTS	
------------------------------------------------------------------------------------*/
#image_container {
	float:right;
	border:1px solid #999;
	margin-bottom:15px;
	margin-right:30px;
	margin-top:10px;
	padding:10px;
	}
.image_container_left {
	float:left;
	border:1px solid #999;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:20px;
	margin-right:10px;
	padding:10px;
	}
.image_braided {
	float:left;
	border:1px solid #999;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:20px;
	padding:10px;
	}
.image_container_left p {
	text-align:center;
	margin:10px 0 0 0;
	font-size:.6em;
	}
.image_braided p {
	text-align:center;
	font-size:.6em;
	width:200px;
	margin:10px 0 0 0;
	}


/*-------------------------------------------------------------------------------------
								HEADER ELEMNETS	
------------------------------------------------------------------------------------*/
#header_container h1 {
	background-image:url(../images/logo.png);
	width:63px;
	height:131px;
	background-repeat:no-repeat;
	float:left;
	margin:20px	0 5px 0;
	padding:0;
	}
#header_container h2 {
	background-image:url(../images/companyName.png);
	width:544px;
	height:46px;
	background-repeat:no-repeat;
	float:left;
	margin:47px 0 0 20px;
	padding:0;
	}
#header_container span {
	display:none;
	}
/*-------------------------------------------------------------------------------------
								FOOTER ELEMNETS	
------------------------------------------------------------------------------------*/
#inner_Footer_content span {
	display:none;
	}
.footer_image_left {
	width:233px;
	height:152px;
	margin-right:10px;
	margin-left:10px;
	}
.footer_image_middle {
	width:233px;
	height:152px;
	margin-right:10px;
	}
.footer_image_right {
	width:231px;
	height:152px;
	margin-right:10px;
	}
.footer_image_right {
	width:233px;
	height:152px;
	}
/*-------------------------------------------------------------------------------------
								LINK STYLES	
------------------------------------------------------------------------------------*/
a:link {
	color:#999;
	text-decoration:underline;
	}
a:visited {
	color:#999;
	text-decoration:underline;
	}
a:hover {
	color:#fff;
	text-decoration:none;
	}

a:active {
	color:#fff;
	text-decoration:none;
	}
a.secondaryLinks:Link {
	color:#999;
	text-decoration:none;
	}
a.secondaryLinks:visited {
	color:#999;
	text-decoration:none;
	}
a.secondaryLinks:hover {
	background-color:#333333;
	color:#fff;
	text-decoration:underline;
	
	background:url(../images/sidebarArrow.gif) no-repeat right center;
	}
/*-------------------------------------------------------------------------------------
								TEXT STYLES
------------------------------------------------------------------------------------*/
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:1.2em;
	line-height:150%;
	text-align:center;
	font-style:normal;
	margin-bottom:3px;
	}
h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#00A4F2;
	border-bottom:1px solid #999;
	font-size:1.0em;
	line-height:150%;
	text-align:left;
	font-style:normal;
	margin-bottom:3px;
	}
/*-------------------SIDE BAR SETTINGS-------------------------------------------*/
ul.sidebar {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	}
ul.sidebar a {
	display:block;
	width:180px;
	padding:10px;
	border-bottom:1px dashed #999;
	}
ul.sidebar li {
	display:inline;
	}
* html ul.sidebar a {height:1px;}
/*---------------------------------------------------------------------------*/
#email_container h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#00A4F2;
	background-color:#333333;
	border-bottom:1px dashed #999;
	padding:5px;
	}
#contact_container h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#00A4F2;
	background-color:#333333;
	border-bottom:1px dashed #999;
	padding:5px;
	}
#sidebar h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#ccc;
	display:block;
	background:#333333;
	border-bottom:1px dashed #999;
	padding:5px;
	}
#email_container ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.8em;
	line-height:150%;
	text-align:left;
	font-style:normal;
	margin:0;
	padding-left:10px;
	display:block;
	}
#email_container li {
	list-style-type: none;
	margin:5px 0 5px 0;
	}
#email_container li em {
	color:#ccc;
	}
#email_container a {
	background:url(../images/emailIcon.gif) no-repeat right center;
	padding-right:24px;
	}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.8em;
	line-height:150%;
	text-align:left;
	font-style:normal;
	margin-top:10px;
	margin-bottom:3px;
	margin-left:20px;
	}

#inner_Footer_content p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.8em;
	line-height:150%;
	text-align:left;
	font-style:normal;
	margin-top:3px;
	margin-bottom:3px;
	}
p strong {
	color:#ccc;
	}
ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.8em;
	line-height:150%;
	text-align:left;
	font-style:normal;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:30px;
	}
.contact ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.8em;
	line-height:150%;
	text-align:left;
	font-style:normal;
	list-style-type:none;
	margin:0;
	padding:0;
	}

.checkmark {
	background:url(../images/bullet.png) no-repeat left center;
	padding-left:24px;
	}
#inner_Footer_content p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.6em;
	line-height:150%;
	text-align:center;
	font-style:normal;
	}
/*-------------------------------------------------------------------------------------
								NAV ELEMENTS
------------------------------------------------------------------------------------*/
#nav {
background:transparent url(../images/nav.jpg) no-repeat scroll 0 0;
float:left;
height:18px;
margin-top:2px;
padding:0;
width:840px;
}
#nav li a {
background-image:url(../images/nav.jpg);
background-repeat:no-repeat;
display:block;
height:18px;
}
#nav li {
display:inline;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
}
#nav1 a {
background-position:0 0;
height:18px;
width:76px;
}
#nav2 a {
background-position:-76px 0;
height:18px;
width:76px;
}
#nav3 a {
background-position:-152px 0;
height:18px;
width:77px;
}
#nav4 a {
background-position:-229px 0;
height:18px;
width:150px;
}
#nav5 a {
background-position:-379px 0;
height:18px;
width:176px;
}
#nav6 a {
background-position:-555px 0;
height:18px;
width:157px;
}
#nav7 a {
background-position:-712px 0;
height:18px;
width:127px;
}
#nav1 a:hover {
background-position:0 -18px;
}
#nav2 a:hover {
background-position:-76px -18px;
}
#nav3 a:hover {
background-position:-152px -18px;
}
#nav4 a:hover {
background-position:-229px -18px;
}
#nav5 a:hover {
background-position:-379px -18px;
}
#nav6 a:hover {
background-position:-555px -18px;
}
#nav7 a:hover {
background-position:-712px -18px;
}
#nav1 a:active {
background-position:0 -35px;
}
#nav2 a:active {
background-position:-76px -35px;
}
#nav3 a:active {
background-position:-152px -35px;
}
#nav4 a:active {
background-position:-229px -35px;
}
#nav5 a:active {
background-position:-379px -35px;
}
#nav6 a:active {
background-position:-555px -35px;
}
#nav7 a:active {
background-position:-712px -35px;
}
/*-------------------------------------------------------------------------------------
								PNG FIX
------------------------------------------------------------------------------------*/
img, div, h1, h2, li, ul, a { behavior: url(scripts/iepngfix.htc) }
