/* css document */

body	{
	font: 12px verdana, geneva, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url(images/bgd.gif) top left repeat;
}


/* main page styles */

body#index #head	{
	background: #fff;
	height: 396px;
	color: #666;
	position: relative;
}

/* layout styles */

#wrap	{
	width: 747px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #000;
}

#container	{
	position: relative;
	background: #fff;
	padding: 6px;
}

#main	{
	padding: 0 40px;
}

#nav2	{
	padding: 0 20px;
	position: absolute;
	width: 180px;
}

#main	{
	margin-left: 220px;
	border-left: 1px solid #ccc;
}

#footer	{
	background: #3f2929;
	clear: both;
	position: relative;
	margin: 0 auto;
	height: 2.5em;
	color: #fff;
}

#footer p	{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	position: absolute;
	top: 3px;
	left: 10px;
}


/* font and link styles */

.clr	{
	clear: both;
}

body#home .clr	{
	height: 200px;
}

h2, h3	{
		margin: 0;
		padding: 0;
}

h2	{
	font-size: 1.5em;
	color: #B6331F;
	text-align: center;
}

h3	{
	font-size: 1em;
}


.rt	{
	text-align: right;
}

.indt	{
	margin-left: 2em;
}


/* Heading Image */

img.head	{
	display:block;
   	margin:10px auto 20px auto;
   	text-align:center;
}


/* Images and Floats */

img	{
	padding: 0;
	margin: 0;
	position: relative;
}

.fLt	{
	float: left;
	padding: 1em;
	margin-right: 15px;
}

.fRt	{
	float: right;
	padding: 1em;
	margin-left: 15px;
}

.cntr img	{
	padding: 0.4em 0;
}

#service .cntr img	{
	padding: 0.2em 0;
}

div.divFLt	{
	position: relative;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

a.aImg	{
	text-decoration: none;
}

a.aImg img	{
	border: 1px solid #fff;
}

a.aImg img:hover	{
	border: 1px solid red;
}

.qt img	{
	border: 1px solid #ccc;
	padding: 0;
}


.clear	{
	clear: both;
}


/* quotation styles */

p.qt	{
	margin-bottom: 0;
}

p.from	{
	margin-top: 0.4em;
	margin-bottom: 1.5em;
}


/* praise */

p.qt img	{
	vertical-align: bottom;
}


/* Links */

a:link	{
	color: #466986;
}

a:visited	{
	color: #466986;
}

a:hover, a:active	{
	color: #a3b6c6;
}


/* Navigation Elements */
	
#mainnav	{
	height: 103px;
	width: 747px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	}
	
#mainnav ul#menu	{
	height: 103px;
	width: 747px;
	background: #fff url(images/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#mainnav ul#menu li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a	{
	height: 103px;
	display: block;
	}
	
#mainnav ul#menu li a	{
	text-indent: -9999px;
	text-decoration: none;
	}

#home	{left: 240px; width: 70px;}
#port	{left: 310px; width: 100px;}
#about	{left: 410px; width: 80px;}
#media	{left: 490px; width: 90px;}
#serv	{left: 580px; width: 90px;}
#cont	{left: 670px; width: 77px;}

#home   a:hover	{background: transparent url(images/nav.gif) -240px -103px no-repeat;}
#port 	a:hover	{background: transparent url(images/nav.gif) -310px -103px no-repeat;}
#about 	a:hover	{background: transparent url(images/nav.gif) -410px -103px no-repeat;}
#media	a:hover	{background: transparent url(images/nav.gif) -490px -103px no-repeat;}
#serv 	a:hover	{background: transparent url(images/nav.gif) -580px -103px no-repeat;}
#cont 	a:hover	{background: transparent url(images/nav.gif) -670px -103px no-repeat;}

/* you are here */

body#index 		#home	{background: transparent url(images/nav.gif) -240px -103px no-repeat;}
body#portfolio 	#port	{background: transparent url(images/nav.gif) -310px -103px no-repeat;}
body#aboutCHP 	#about	{background: transparent url(images/nav.gif) -410px -103px no-repeat;}
body#medPromo 	#media	{background: transparent url(images/nav.gif) -490px -103px no-repeat;}
body#services 	#serv	{background: transparent url(images/nav.gif) -580px -103px no-repeat;}
body#contact 	#cont	{background: transparent url(images/nav.gif) -670px -103px no-repeat;}


/* Secondary Navigation */

#nav2 ul#menu2	{
	list-style: none;
	font-size: 1.3em;
	margin: 20px 0;
	padding: 0;
	padding-top: 15px;
	text-align: center;
}

#nav2 ul#menu2 li	{
	color: #15344f;
	padding: 6px;
}

#nav2 ul#menu2 li a	{
	text-decoration: none;
}


/* footer nav */

ul#nav	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 4px;
	top: 10px;
}

ul#nav li	{
	display: inline;
	margin: 0;
}

ul#nav li a	{
	padding: 0.5em;
}

ul#nav li a:link, ul#nav li a:visited, #nav span	{
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

ul#nav li a:hover	{
	text-decoration: none;
	color: #666;
}

ul.foot	{
	top: 1.6em;
	font-size: 0.8em;
}

ul#nav.foot li a	{
	color: #fff;
}

ul#nav.foot li a:hover	{
	color: #666;
}


/* splash */

body#splash	{
	background: #000;
	margin: 0;
	padding: 0;
}

body#splash div#indWrap	{
	width: 650px;
	margin: 1em auto;
}

body#splash p	{
	text-align: center;
	font-size: 0.8em;
}

body#splash a	{
	color: #666;
	text-decoration: none;
}

body#splash a:hover	{
	color: #fff;
	text-decoration: underline;
}


/* contact page */

body#contact #container	{
	padding-left: 50px;
	padding-right: 50px;
}