body {
	margin:0;
	padding:0;
	color:#333;
	font-size:80%;
	font-family: "Trebuchet MS",verdana,helvetica,sans-serif;
	text-align:center;
	background-image: url(images/bodybkfinal2.jpg);
	background-repeat: repeat-x;
	

}
p{
	margin-left:6px;
	margin-right:6px;
}
h1, h2, h3, h4 {
	margin: 0;
	margin-left: 4px;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	color: #003D79;
	line-height: 35px;
	padding-left: 0px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C2AD;
	width: 90%;
}



h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 35px;
	padding-left: 25px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	width: 80%;
	margin-left: 12px;
	text-align: left;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
	background-color: #999966;
	line-height: 40px;
	width:80%;
	margin-right: 10%;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	text-indent: 18px;
	line-height: 40px;
	font-style: italic;
	background-color:#8F714D;
	color: #FFFFFF;
	width: 92%;
	margin-bottom: 12px;
	margin-top: 8px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}

#header {
	height: 234px;
	background-image: url(images/topheaderfinal2newlogo.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 760px;
}
#navcontainer
{
	margin: 0px;
	padding: 0px;
	float: left;
	padding-top: 33px;
	height: 34px;
	margin-left: 56px;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
	float: left;
}

#navcontainer ul li a
{
	text-decoration: none;
	font-size: 1em;
	float: left;
	width: 102px;
	background-image: url(images/menuupnew.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	height:34px;
	line-height: 2em;
	background-position: center;
	padding-top: 6px;
}

#navcontainer li a:hover
{
	color: #000000;
	background-image: url(images/menuovernew.jpg);
	width: 102px;
	height:34px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
}
#navcontainer a#current {
	color: #000000;
	background-image: url(images/menuovernew.jpg);
	width: 102px;
height:34px;	
background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
}

#side-a {
	float: left;
	width: 418px;
	text-align: justify;
}
#sideatop{
	background-image: url(images/sideatopbk.jpg);
	background-repeat: no-repeat;
	width: 418px;
	height: 41px;
	margin-left: -12px;
	margin-bottom: -24px;
}
#sideamiddle{
	background-image: url(images/sideamiddlebk.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
}
#sideabottom{
	background-image: url(images/sideabottombk.jpg);
	background-repeat: no-repeat;
	height: 63px;
	margin-left: -12px;
}
#side-a2 {
	float: left;
	width: 100%;
	background-color: #A9A392;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8A8A73;
	padding-bottom: 12px;
	margin-top: 0px;
}
#side-a3 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}
#side-b {
	margin: 0;
	float: right;
	width: 291px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	border: 1px solid #999966;
	margin-top: 12px;
}
#sidebcontent{
	width:96%;
	background-color: #CCCC99;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-top: 6px;
	border: 1px solid #999966;
	padding-bottom: 6px;
}
#footer {
	clear: both;
	font-weight: bold;
	margin-bottom: 0px;
	height: 48px;
	background-color: #CCCC99;
	text-align: center;
}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}
/* all A tags whose HREF attribute starts with #top */
a[href ^="#top"] {
	padding-right: 18px;
    background: transparent url(images/icon_top.gif) no-repeat center right;
   
}
#index .index, #gallery .gallery, #webcam .webcam, #location .location, #about .about, #contact .contact, #requirements .requirements, #resources .resources, #services .services, #policies .policies

{
color: #000000;
	background-image: url(images/menuovernew.jpg);
	width: 102px;height:34px;background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;}
	
.clear{clear:both;}

#grayboxtop{
	background-image: url(images/grayboxtop2.jpg);
	background-repeat: no-repeat;
	width: 380px;
	height: 20px;
	margin-bottom: -20px;
}
#graybox{
	background-image: url(images/grayboxmiddle2.jpg);
	background-repeat: repeat-y;
	width: 380px;
	margin-bottom: 4px;
	margin-top: 4px;
}
#grayboxbottom{
	background-image: url(images/grayboxbottom2.jpg);
	width: 380px;
	height: 20px;
	margin-top: -20px;
}
#beigeboxtop{
	background-image: url(images/beigeboxtop.jpg);
	background-repeat: no-repeat;
	width: 343px;
	height: 55px;
	float: right;
}
#beigebox{
	background-image: url(images/beigeboxmiddle.jpg);
	background-repeat: repeat-y;
	width: 343px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: right;
}
#beigeboxbottom{
	background-image: url(images/beigeboxbottom.jpg);
	width: 343px;
	height: 19px;
	background-repeat: no-repeat;
	float: right;
	margin-top: -12px;
}

#cloud, #listcloud {
	padding: 2px;
	line-height: 3em;
	text-align: center;
	width: 90%;
}
#cloud a, #listcloud a {
	padding: 0px;
	color: #8F714D;
	font-weight: bold;
}
#cloud a, #listcloud a:hover {
	padding: 0px;
	color: #B39853;
	font-weight: bold;
}

#cloud a.tag1, #listcloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2, #listcloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3, #listcloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4, #listcloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5, #listcloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6, #listcloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7, #listcloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8, #listcloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9, #listcloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10, #listcloud a.tag10 { font-size: 2.5em; font-weight: 900; }
#listcloud { margin: 0; }
#listcloud li { display: inline; }
#list { margin-top: 500px; }
.floatleft{float:left;}
.floatright{float:right;}

#side-aServices {
	float: left;
	width: 418px;
	text-align: justify;
}
#side-aServices p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.servicelinks a {
	font-weight: bold;
	color: #8F714D; 
	font-size: 16px;
}
.servicelinks a:hover {
	color: #CCCC99;
}
#sidebcontentServices{
	width:96%;
	background-color: #CCCC99;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-top: 10px;
	border: 1px solid #999966;
	padding-bottom: 10px;
}
#sidebcontentServices a{
	font-size: 18px;
	color: #9C0D00;
	text-decoration: none;
}
#sidebcontentServices a:hover{
	color: #8F714D;
	text-decoration: underline;
}
#sidebcontentServices a#current{
	color: #8F714D;
	text-decoration: underline;
}
#sidebcontentServices ul li{
	margin-top: 10px;
}
.servicesback a {
	font-size: 10px;
	color: #9C0D00;
	text-decoration: underline;
}
#resume {
	width: 96%;
	background-color: #CCCC99;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999966;
	padding-top: 10px;
	padding-bottom: 10px;
}
#resume ul {
	font-size: 11px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#resume li {
	margin-top: 11px;
	list-style-type: none;
	text-align: center;
	background-color: #F3EEB4;
	padding-left: 10px;
	padding-right: 10px;
}
#resume a {
	font-size: 11px;
	color: #9C0D00;
	text-decoration: none;
	text-align: center;
}
#resume a:hover{
	text-decoration: underline;
	font-weight: bold;
}
