@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	overflow-y: scroll;
	margin: 0; padding: 0;
}
body {
	padding:0px; 
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	height: 101%;
}

#wrapper {
	width:873px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height: 100%;
	
}

* html #wrapper { height: 100%; } /*IE browsers less than IE7*/


.leftShadow {
	width:10px;
}

.rightShadow {
	width:10px;
}

#content {
	background-color:#FFFFFF;
	width:853px;
}

.homePage {
	background-image:url(images/homeBackground.jpg);
	background-repeat:no-repeat;
}

.innerPage {
	background-image:url(images/innerBackground.jpg);
	background-repeat:no-repeat;
}


#phone {
	padding-top:26px;
	font-weight:bold;
	font-style:italic;
	font-size:21px;
	color:#02385c;
	padding-left:710px;
}

#navigation ul {
	margin:0; padding:0;
	list-style:none;
	padding-top:16px;
	padding-right:5px;
	}
#navigation ul li {
	margin:0; padding:0;
	float:right;	
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	display:block;
	}
#navigation ul li a {
	display:block;
	color: #02385c;
	text-decoration:none;	
	
	}

#navigation ul li a:hover {
	color: #9b8566;	
	
	}
	
.top_button_1 {width:48px; text-align:right;}
.top_button_2 {width:78px;}
.top_button_3 {width:86px;}
.top_button_4 {width:105px;}	
.top_button_5 {width:86px;}
.top_button_6 {width:57px; text-align:right;}


#homeContent {
	padding-left:18px;
	padding-right:18px;
	padding-top:33px;
	font-size:11px;
	line-height:16px;
}

#homeContent h1 {
	padding:0px;
	margin:0px;
	font-size:16px;
	padding-bottom:6px;
	font-weight:bold;
	color:#02385c;
}

#homeContent h2 {
	padding:0px;
	margin:0px;
	font-size:14px;
	padding-bottom:6px;
	font-weight:bold;
	color:#000000;
}

h3 {
	font-size:18px;
	padding:0px;
	margin:0px;
	color:#3390b1;
	display:block;
	padding-bottom:20px;
	
}

#innerContent {
	padding-left:18px;
	padding-right:18px;
	padding-top:33px;
	font-size:12px;
	line-height:18px;
}

#innerContent h1 {
	padding:0px;
	margin:0px;
	font-size:16px;
	padding-bottom:6px;
	font-weight:bold;
	color:#3390b1;
}

#innerContent h2 {
	padding:0px;
	margin:0px;
	font-size:18px;
	padding-bottom:6px;
	font-weight:normal;
	color:#3390b1;
}

#innerContent h3 {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#02385c;
}

h3 {
	font-size:18px;
	padding:0px;
	margin:0px;
	color:#3390b1;
	display:block;
	padding-bottom:20px;
	
}

#homeCasestudies {
	 width:328px; 
	 background-image:url(images/line2.gif); 
	 background-position:top right; 
	 background-repeat:no-repeat;
	 font-size:12px;
	 line-height:18px;
}

#homeCasestudies a{
	text-decoration:none;
	color:#02385c;
}

#homeNews {
	float:right; 
	width:450px; 
	background-image:url(images/line.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
	font-size:11px;
	line-height:14px;
	color:#7d7c72;
}

#homeNews a{
	text-decoration:none;
	color:#02385c;
	font-size:12px;
	 line-height:14px;
}

#clearfooter { height: 85px; border: 0; margin: 0; padding: 0; background-color: } 

#footerWrapper { 
	height: 47px; padding: 0px; margin: -45px auto 0 auto; border: 0;
} 

#footerBack {
	background-image:url(images/footerBackground.gif); 
	background-repeat:no-repeat; 
	width:831px; 
	height:47px;
}
html { overflow-y: scroll; } /* to create a vertical dummy scrollbar in Firefox or Safari which would not have a scrollbar with height 100%. If you move to and from pages which don't have a vertical scrollbar to a page which does, it makes the page content jump sideways without a forced dummy scrollbar (works in Firefox and Safari but not in Opera; IE always shows a dummy scrollbar; Opera needs min-height and height: 101% in the container styles but it causes a standard scrollbar, not a dummy, and is less correct.)*/

#footerRight {
	padding-top:15px;
	padding-right:20px;
	float:right;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}

#footerLeft {
	padding-top:15px;
	padding-left:20px;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
}

#footerLeft a, #footerRight a{
	text-decoration:none;
	color:#FFFFFF;
}

#caseHeader{
	background-image:url(images/caseLine.gif); background-repeat:no-repeat; background-position:bottom; padding-top:40px; padding-left:17px;
}

.caseLink{
	font-weight:bold;
	color:#02385c;
	text-decoration:none;
}

.caseLink:hover{
	font-weight:bold;
	color:#3390b1;
	text-decoration:underline;
}

#casesHeader{
	background-image:url(images/caseLine.gif); background-repeat:no-repeat; background-position:bottom; padding-top:20px; padding-left:17px;
}

.bullet{
	font-weight:bold;
	font-size:14px;
	color:#02385c;
	text-decoration:none;
}

.cases tr td{
	font-size:11px; 
	line-height:13px;
	color:#918b7d;
}

.adminTabCell
{
    border: solid 1px #666666;
    border-bottom: 0px;
    
}
.adminTabCell a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#AdminContent
{
    padding: 60px 15px 20px 15px;
    margin: 60px 15px 20px 15px;
}

.caseCity
{
    font-size:12px; line-height:11px; color:#918b7d
}