/*Coastal Staffing by Robyn Smith 2007*/

html, body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	background: url(images/bg.jpg) repeat-x;
	height: 101%;
	}

p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #990000;
	font-style:italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	line-height: 1em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	}
	
h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	line-height: 1.25em;
}

h5 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 1.25em;
}

a:link {color: #990000;
text-decoration:underline;}
a:hover {text-decoration: none;}
a:visited {color: #990000;}

/*Layout*/

#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 789px;
	font: 1.25em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/cntbg.jpg) repeat-y;
						}

#header {
	margin: 0;
	padding: 0;
	background: url(images/Coastal-Banner-0608.jpg) no-repeat ;
	height: 180px;
		}
	
#slogan {
	width: 540px;
	height: 85px;
	float: right;
	padding: 12px 0 0 0;
	margin-top: 20px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 76%;
	font-weight: normal;
	color: #990000;
	font-style: italic;
	line-height: 2.5em;
	}

/*Navigation*/

#navarea {
	width: 100%;
	height: 41px;
	background-image: url(images/navbtm.jpg);
	float: left;
	clear: both;
				}

#navarea ul {
	margin: 0;
	padding-left: 0;
	height: 30px;
	list-style: none;
	width: 780px;
		}

#navarea ul li {
	float: left;
	margin-left: 15px;
	}

#navarea ul a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 2em;
	padding: 0;
	text-decoration: none;
	}

#navarea ul a:hover, #navarea ul a.on {
	color: #CCC;
}

#content {
	width: 100%;
	height: auto;
	}
	
#left {
	text-align:left;
	float: left;
	width: 23%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	color: #fff;
	padding-left: 2.25em;
	line-height: 1.25em;
}

#left p {
	color: #fff;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom: 2px;
	line-height: 1.25em;

}
#left a { color: #fff;}
.clear { clear: both;}

#right {
	text-align:left;
	float: right;
	width: 68%;
	padding: .25em 1.65em 1em .25em;
	margin-bottom: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #663300;
}

#subleft {
	text-align: center;
	width: 40%;
	float: left;
	margin-left: 60px;
}

#subright {
	text-align: center;
	width: 35%;
	float: left;
	
}

#footer {
	height: 32px;
	width: 100%;
	background: url(images/footer.jpg) bottom left;
	clear: both;
	}

#footersub { 
	margin: 0 auto;
	text-align: center;
	font-size: .75em;
	width: 500px;
	border-top: 1px solid #666;
	padding: 0.5em;
	color: #666;
	}
	
#footer a {	text-decoration: none;	color: #666;}

/*rounded corner box*/

#boxarea {
	background-color:#990000;
	width: 160px;
	float: left;
	clear: both;
	margin: 10px 5px 15px 5px;
		}
.top {position: relative; width: 150px; height: 7px; background: url(images/top.gif) no-repeat bottom left }
.btm {position: relative; width: 150px; height:7px; background: url(images/btm.gif) no-repeat top left; }
	
.boxcontent {
	position:relative;
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding: 0px 5px;
	margin: 5px 0;
	line-height: normal;
		}
		
#boxarea p { font-size: 1em; color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif;
		
		}
#boxarea a {color: #fff;
text-decoration:underline;}
#boxarea a:hover {text-decoration: none;}
#boxarea a:visited {color: #fff;}

}