/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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 {
	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:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of clearfix */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

.block
{
	display: block;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: #fff url(../images/sec_main_bg.gif) repeat-x top;
}

#container
{
	width: 780px;
	margin: 0px auto 20px auto;
}

#header
{
	position: relative;
	width: 780px;
	height: 79px;
	margin: 0px auto;
}

#logo
{
	position: absolute;
	top: 18px;
	left: 35px;
}

#mainNav
{
	height: 35px;
	margin-top: 44px;
	float: right;
}

#mainNav li
{
	float: left;
}

#mainNav li a img
{
	display: block;
}

#midSection
{
		padding-top: 11px;
	background: #1f3580 url(../images/sec_red_bg.gif) repeat-x bottom;
	margin-top: 0px !important;
	margin-top: -2px;
	margin-bottom: 10px;
}

#contentHolder
{
	width: 780px;
	margin: 0px auto;
}

#leftColumn
{
	float: left;
	width: 179px;
}

#sideNav
{
		padding-top: 5px;
		margin-bottom: 10px;
	width: 179px;
	font-family: tahoma, sans-serif;
	background: url(../images/side_nav_top.gif) no-repeat top;
}

/* level 1 */
#sideNav li
{
	display: inline;
}

#sideNav li a
{
	display: block;
		width: 149px;
		padding: 7px 0px 7px 30px;
	color: #606264;
	font-size: 13px;
	background: url(../images/sec_07.gif) no-repeat center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #caced0;
}

#sideNav li a:hover
{
	background: url(../images/sec_07_o.gif) no-repeat center;
}

#sideNav li:first-child a
{
	border-top: none;
}

#sideNav li:last-child a
{
	border-bottom: none;
}

/* level 2 */
#sideNav li li a
{
		width: 149px;
		padding: 6px 0px 6px 30px;
	color: #2e2e2e;
	font-size: 11px;
	background: #b2b9bd url(../images/red_arrow.gif) no-repeat 18px 10px;
		border-top: none;
		border-bottom: none;
}

#sideNav li li a:hover
{
	background: #a8afb3 url(../images/red_arrow.gif) no-repeat 18px 10px;
}

#promoHolder img
{
	display: block;
	margin-bottom: 10px;
}

#rightColumn
{
	float: right;
	width: 590px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #fff url(../images/right_column_bottom.gif) no-repeat bottom;
}

#bannerHolder
{
	margin-bottom: 35px;
}

#bannerHolder img
{
	display: block;
}

#cmsContent
{
	width: 92%;
	margin: 0px auto;
		min-height: 500px;
		height: auto !important;
		height: 500px;
		padding-bottom: 20px;
	font-family: Arial, "lucida grande", Tahoma, Sans-Serif;
}

#cmsContent a
{
    font-weight: bold;
    color: #0067f4;
}

#cmsContent strong
{
    font-weight: bold;
}

#cmsContent em
{
    font-style: italic;
}

#breadCrumbs
{
    margin-bottom: 2em;
}

#breadCrumbs a
{
    font-size: 12px;
    font-weight: normal;
    color: #0067f4;
}

#cmsContent h1
{
	font-size: 22px;
	color: #a91d22;
	letter-spacing: 1px;
	padding-bottom: .3em;
	margin-bottom: 1em;
	border-bottom: 2px solid #990002;
}

#cmsContent h2
{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1em;
}

#cmsContent h3
{
    font-size: 13px;
    font-weight: bold;
    color: #111b75;
    margin-bottom: .4em;
    padding-bottom: .4em;
    border-bottom: 1px solid #e5e5e5;
}

#cmsContent p
{
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#cmsContent ul
{
    margin-left: 10px;
    margin-bottom: 20px;
}

#cmsContent ul li
{
    font-size: 12px;
    color: #808080;
    margin-bottom: .3em;
    background: url(../images/arrow_black.gif) no-repeat 2px 4px;
    padding-left: 12px;
}

#cmsContent ol
{
    margin-left: 30px;
    margin-bottom: 20px;
}

#cmsContent ol li
{
    list-style-type: decimal;
    font-size: 12px;
    color: #4d4d4d;
    margin-bottom: .5em;
    padding-left: 0px;
}

#cmsContent table.table
{
    width: 100%;
    margin: 0px 0px 25px 0px;
    border: 1px solid #262626;
    background: #fafafa;
}

#cmsContent table.table th,
#cmsContent table.table td
{
    padding: 5px 10px;
}

#cmsContent table.table th
{
    background: #262626;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#cmsContent table.table td
{
    font-size: 12px;
    color: #505050;
}

#cmsContent .testimonial
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#cmsContent .testimonial .name
{
    text-align: right;
}

#cmsContent .testimonialLogo
{
    float: right;
    margin: 0px 0px 15px 15px;
}

#contacttable
{
    width: 100%;
}

#contacttable th
{
    font-size: 13px;
    color: #fff;
    padding:  5px 10px;
    border-bottom: 1px solid #757575;
    background: url(../images/th_bg.gif) repeat-x bottom;
}

#contacttable td
{
    padding:  6px 10px;
}

#cmsContent input.text,
#cmsContent textarea
{
    border: 1px solid #808080;
    font-size: 12px;
    padding: 2px;
    background: #fafafa;
}

#contacttable td.clcol
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

#grayBar
{
	background-color: #d2d2d2;
	padding: 7px 0px;
	margin-bottom: 7px;
}

#bottomNav,
#footer
{
	width: 774px;
		padding-left: 6px;
	margin: 0px auto;
}

#bottomNav ul
{
	
}

#bottomNav li
{	
	font-size: 11px;
	color: #1f1f1f;
	display: inline;
	margin-right: 10px;
}

#bottomNav li a
{
	color: #1f1f1f;
}

#bottomNav li a:hover
{
	color: #970102;
}

#footer li
{
	font-size: 10px;
	color: #5e5d5d;
	display: inline;
	margin-right: 5px;
}

#footer li a
{
	color: #5e5d5d;
}

#footer li a:hover
{
	color: #970102;
}

#phoneNumber
{
	float: right;
	margin-right: 6px;
	display: inline;
}