/* CSS Document */
*{ 
	margin: 0; 
	padding: 0
}

html{ text-align:center}    
body{
    font-family: Helvetica, sans-serif;
    font-size: 12px;
	line-height: 18px;
    text-align: left;
	color: #666;
	background: url(images/bkg.jpg) repeat-x top #333;
}

a, a:visited{color: #003b62;}
a:hover{ color: #a3962f}

p{ margin:0 0 10px 0;    }

img{ border:0;}

h1{
	font-size: 22px;
    line-height: 23px;
    margin: 0 0 15px 0;
    }

h2{
	font-size: 20px;
	line-height: 22px;
	margin:0 0 10px 0;
	color: #155275;
}    
 
h3{
	font-size: 16px;
    line-height: 18px;
	color: #9f261f;
	margin:0 0 5px 0;
}

h2, h3{ font-weight:normal; }

h4{
	font-size:14px;
	line-height:15px;
	color: #222;
}

li{
	line-height:14px;
	margin-bottom:5px
}

ol, ul { 
	list-style-position: outside;
    margin: 10px 0 10px 20px;
}

strong{ color:#222}

/* G L O B A L  Elements*/
.clear{ clear: both}
.left{float: left}
.right{float: right}
.center{
	display: block;
    margin: 5px auto;
    text-align: center;
    } 
.block{ display: block}    
.pad{ padding: 10px}

.no-disc{
	list-style:none;
	margin-left:0;
	}


/**** W I D T H S ****/

.w255{ width: 255px}
.w410{width: 410px}
.w980{
	width:980px;
	margin:0 auto;
}

/*** FONTS****/

.headline{
	padding:0 0 7px 5px;
	border-bottom: 4px solid #4a809f;
	margin-bottom: 20px;
}

#container{ background:#fff}

#content{padding: 50px 0;}

#leftcol{
	width:550px;
	margin-left:80px; 
	background: url(images/vline.jpg) no-repeat right top; 
	padding-right:60px;
	margin-right:30px;
	min-height: 400px;
}

#middlecol{
	margin-left:30px;
	margin-right: 30px;
}

/*** header ***/

#header{ 
	height:143px;
	overflow:hidden;
	position:relative;
	}
	
#logo{
	padding:10px 0 0 40px;
	width: 40%;
}

#mainNav{
	background: url(images/nav-bkg.jpg) no-repeat 0 6px;
	height: 41px;
	position: absolute;
	top: 101px;
	right:0;
}

#mainNav ul{ 
	list-style: none; 
	margin:0;
	}
	
#mainNav li{
	list-style: block;
	float: left;
	line-height:15px;
	padding:15px 15px 15px 15px;
}
#mainNav a{
	color: #fff;
	font-size:14px;
	text-shadow: 0 2px 0 #07334c;
	text-decoration: none;
	padding:5px;
}
#mainNav a:hover{color:#dca30a}

li.active{
	background:#4a809f;
	-moz-border-radius: 5px;
 	border-radius: 5px;

}
li.active a{ color:#FFFF00}

/**** HOMEPAGE STYLES ***/

.img-left{
	float:left;
	margin-right:15px;
	border:1px solid #ccc;
}
.desc{width:70%}

.divider{
	padding:0 0 10px 0;
	height: 100%;
}

#bannerCont{
/*	padding:15px 0 20px 0;*/
/*	background: #b9c9d3;*/
	background: url(images/banner-bottom.jpg) repeat-x bottom #27647f;
}

#contactnum{
	color:#fff;
	font-size:30px;
	top: 60px;
	position:relative;
}

#banner{
	border: 7px solid #fff;
	width: 952px;
	margin:0 auto;
	box-shadow: 0 1px 4px #716f6f;
}

#subBanner{
/*	padding: 15px 0 0 160px;*/
	width:900px;
	height: 79px;
	padding: 50px 0 0 80px;
}

#subBanner h1{
	font-size: 30px;
	text-shadow: 1px 1px 0 #155275;
	color: #fff;
}

#tips{
	padding:30px 0;
	border-top: 1px solid #ccc;
	margin-top:30px;
}

#footer{
	border-top: 1px solid #111;
	background: #333;
	padding-top:15px;
	color:#999;
	text-align:right;
}

.footer a {
	color:#fff;
	text-decoration:none}

a.credit{
	color:#444;
	font-size: 9px;
	text-decoration: none;
}
