
body {
	background-color:#FFF;	
	font: Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrap {
	width: 960px;
	margin: 0 auto;	
}



/*
	Navigation Bar Start
*/
#nav {
	display: block;	
	height: 35px;
	margin: 9px 0px;
	background:url('../_img/nav-bar-bg.gif') no-repeat;	
}
#nav ul {
	float: right;
	height: 35px;
	margin-right: 15px;	
}
#nav ul li {
	display:inline;	
	padding: 0px 15px;
	height: 35px;
}
#nav ul li:hover {
	background-color:#286b98;
	height: 35px;	
}
#nav ul li a{
	color:#FFF;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	height: 35px;
}
/*
	Navigation Bar END
*/


/*
	Header Start
*/
#header {
	display: block;	
	height: 160px;
	background-image: url('../_img/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	color: #FFF;
	padding-left: 39px;
}

#header h1 {	
	font-size: 48px;
	text-transform: uppercase;
	padding-top: 20px;
	width: 150px;
	
}

#header p {	
	font-size: 18px;
	line-height: 18px;
	width: 150px;
}
#header p.phone {
	/*color: #FFF;*/
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	width: 150px;	
}

#header-right {
	width: 650px; 
	float: right; 
	height: 150px; 
}

#header-right h1{
	padding: 0;
	margin: 0;
	margin-top: 35px;
	color: #FFF;
	font-size: 36px;
	width: 650px;/**/
	text-transform:none;
	
}

#header-right h2{
	color:#FFF;
	text-indent: 15px;
	margin-top: 9px;
}

#header-left {
	float: left; 
	width: 150px;
	
}

/*
	Header End
*/

/*
	main content area
*/
#content {
	display: block;
	margin-top: 9px;
}

#contentTop {
	height: 44px;
	display: block;
	background-image: url('../_img/content-top-bg.gif');
	background-repeat: no-repeat;
	background-position: top;/**/
}

#contentBottom {
	height: 26px;
	display: block;
	background-color: transparent;
	background-image: url('../_img/content-bottom-bg.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	clear:both;
}

/* left column */
#leftCol {
	width: 287px;
	float: left;
	border-left: #c7c7c7 1px solid;
	padding-left: 25px;
}
#leftCol h2{
	font-size: 24px;
	border-bottom: #c7c7c7 1px solid;
	padding-bottom: 12px;
	text-transform: uppercase;
	width: 230px;
}

#leftCol ul {
	margin-bottom: 30px;
}

#leftCol ul li {
	margin: 15px 0px;
	border-bottom: #c7c7c7 1px solid;
	padding: 12px 9px;
	width: 230px;
}



#leftCol ul li a{
	text-decoration: none;
	color: #333333;
}

#leftCol ul li a:hover{
	text-decoration: underline;
	color: #333333;
}

/* right column */
#rightCol {
	float: right;
	width: 600px;
	border-right: #c7c7c7 1px solid;
	padding-right: 25px;
	height: 100%;	
}

#rightCol p {
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 14px;
}

#rightCol h1 {	
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 3px;
	
}

#rightCol h2 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
}

#rightCol ul{
	/*margin: 15px 0px;
	text-indent: 45px;*/
	
	
}
/*
#rightCol ul li {
	margin-bottom: 15px;
	padding-top: 5px;
	border-bottom: #c7c7c7 1px solid;
	
	line-height: 32px;
	list-style-image:url(../_img/bullet.gif);
	list-style-position:; 
	
}*/

#rightCol ul li {
	margin-bottom: 15px;
	/*padding-top: 5px;
	border-bottom: #c7c7c7 1px solid;
	*/
	background-image:url(../_img/bullet.gif);
	background-repeat: no-repeat;
	/*background-position:left;*/
	padding-left: 32px;
	height: 22px;
}



.fLeft {
	float: left;	
	width: 45%;
}

.fRight {
	float: right;
	width: 45%;
	
}

/*
Main content end
*/



#footer {
	display: block;
	padding-top: 15px;
}

#footer ul {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#footer ul li{
	display:inline;		
}

#footer ul li a{
	text-decoration:none;
	font-size: 11px;
	color: #333333;
	border-right: #333 solid 1px;
	padding: 0px 9px;
}

#footer ul li a:hover{
	text-decoration: underline;
	color: #333333;
}

#footer p {
	display: block;
	text-align: center;
	padding-top: 11px;
	font-size: 11px;
	color: #333333;	
}

#footer p a{
	text-decoration: none;
	
}



/* self clearing rules */
.selfclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.selfclear {
    display: inline-block;
    _height: 1%;
}
/* Hides from IE-mac \*/
.selfclear {
    display: block;
}
/* End hide from IE-mac */ 
