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

*
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
}

body
{
	background: #e6e6e6 url(../img/bg.gif) repeat-x top left;
}

a
{
	color: #2d87b0;
}

a:hover
{
	color: #03f;
}

a:visited
{
	color: #0b4e6d;
}


h1
{
	color: #4c7fb1;
	font-size: 275%;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	width: 66%;
}

h2
{
	color: #4c7fb1;
	font-size: 200%;
	font-weight: normal;
}

h3
{
	color: #8cb5de;
	font-size: 130%;
	font-weight: normal;
}


.container
{
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
}


.logo
{
	background: url(../img/logo.jpg) no-repeat top left;	
}

.logo a
{
	width: 228px;
	height: 69px;
	display: block;
}

.logo a span
{
	display: none;
}

.nav
{
	height: 28px;
	background: url(../img/nav_bg.gif) repeat-x top left;
	text-align:center;
	line-height: 28px;
}

.nav ul
{
	list-style-type:none;
	float: left;
}

.nav ul li
{
	float: left;
}

.nav a
{
	width: 189px;
	height: 28px;
	display: block;
	text-decoration:none;
	color: #ddd;
	font-size: 110%;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:800;
}

.standardUL 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    }
.standardUL li 
{
    padding: 0 0 0 30px;
    margin: 8px 0;
    background: url(../img/arroworange.gif) no-repeat 15px 0;
    line-height: 13px;
    }

.standardULblue 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    }
.standardULblue li 
{
    padding: 0 0 0 30px;
    margin: 8px 0;
    background: url(../img/arroworangeblue.gif) no-repeat 15px 0;
    line-height: 13px;
    }
.indented
   {
   padding-left: 30pt;
   padding-right: 50pt;
   }
   
/* these styles display the correctly selected nav item on each page, dependent on the body class tag */

.services .btnServices a
{
	color: #fff;
}

.about .btnAbout a
{
	color: #fff;
}

.home h1 { display: none;}

.blog .btnBlog a
{
	color: #fff;
}

.contact .btnContact a
{
	color: #fff;
}

.home .btnHome a
{
	color: #fff;
}
/* END */

.btnHome a:hover, .btnContact a:hover, .btnBlog a:hover, .btnAbout a:hover, .btnServices a:hover
{
	color: #fff;
	background: url(../img/nav_on.gif) repeat-x top left;
}

.divider
{
	background: url(../img/nav_divider.gif) no-repeat top left;
	width: 1px;
	height: 28px;
}

.home .mainImage
{
	background: url(../img/main.jpg) no-repeat top left;
	width: 950px;
	height: 287px;
}

.services .mainImage
{
	background: url(../img/mainServices.jpg) no-repeat top left;
	width: 950px;
	height: 287px;
}

.about .mainImage
{
	background: url(../img/mainAbout.jpg) no-repeat top left;
	width: 950px;
	height: 287px;
}

.contact .mainImage
{
	background: url(../img/mainContact.jpg) no-repeat top left;
	width: 950px;
	height: 287px;
}

.blog .mainImage
{
	background: url(../img/mainBlog.jpg) no-repeat top left;
	width: 950px;
	height: 287px;
}

.contentHome
{
	margin: 0 0 25px;
	background: url(../img/col_bg.gif) repeat-y top left;
	height: 100%;
}

p
{
	margin: 15px 0;
}

.contentHome .colOne
{
	padding-top: 10px;
	width: 316px;
	float: left;
}

.contentHome .colTwo
{
	padding-top: 10px;
	width: 316px;
	float: left;	
}

.contentHome .colThree
{
	padding-top: 10px;
	width: 316px;
	float: left;
}

.contentHome .colPad
{
	padding: 0 35px;
}

.contentHome .colOne .photo
{
	border: 1px solid #666;
	float: right;
	margin: 0 0 5px 5px;
	height: 84px;
}

.contentHome .colThree .photo
{
	border: 1px solid #666;
	float: left;
	margin: 0 5px 5px 0;
	height: 84px;
}

.contentSub
{
	padding: 0 35px 25px;
}

.contentSub .sideCol
{
	float: right;
	width: 202px;
	background: #b3d2ea url(../img/side_btm.gif) no-repeat bottom left;
	margin-left: 35px;
	margin-bottom: 35px;
}

.about .contentSub .sideCol
{
    float: right;
	width: 400px;
	background: #b3d2ea url(../img/side_btm_wide.gif) no-repeat bottom left;
	margin-left: 35px;
	margin-bottom: 35px; 
}

.contentSub .sideCol h2
{
	background: #93bfe1 url(../img/side_title.gif) no-repeat top left;
	font-size: 120%;
    text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px 5px;
}
.about .contentSub .sideCol h2
{
	background: #93bfe1 url(../img/side_title_wide.gif) no-repeat top left;
	font-size: 120%;
    text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px 5px;
}
.contentSub .sideCol p
{
	margin: 10px 15px;
}

.clear
{
	clear: both;
}

a.arrowBtn
{
	width: 93px;
	height: 34px;
	background: url(../img/button.jpg) repeat-y top left;
	color: #fff;
	display: block;
	float: right;
	padding-left: 20px;
	line-height: 28px;
	font-weight: bold;
	text-decoration:none;
}

.footer
{
	background-color: #ccc;
	text-align: center;
	font-size: 80%;
	padding: 5px 0 15px;
}

.footer a
{
	font-size: 100%;
}

.footer span
{
	display: inline-block;
	width: 50px;
	text-align: center;
}