body {
	background-color: #393939;
	margin:0px;
	padding:0px;
}
#Wrapper {
	margin: 0 auto;
	width: 976px;
}
.hidden {
	display: none;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}

img {
	border:0px;
}
div {
	margin:0px;
	padding:0px
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}
#main {
	float:left;
	width:976px;
	margin-top:40px;
	margin-left:0px;
	border: 0px solid #f0f0f0;

}
#header {
	margin-left:0px;
	margin-top:0px;
	width:976px;
	height:125px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/carson.jpg);
	overflow:hidden;
}
#Headtag{
	float:right;
	margin-top:78px;
	margin-right:20px;
	color: #fff;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:right;

}
#logo {
	position: absolute;
	left: 75px;
	top: 30px;
}
#logosplit {
	margin-left:0px;
	margin-top:0px;
	width:230px;
	height:25px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/logosplit.jpg);
	overflow:hidden;

}
#navigation {
	margin-left:0px;
	margin-top:0px;
	width:746px;
	height:25px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/navigation.gif);
	overflow:hidden;

}
#bodybackground {
	margin-left:0px;
	margin-top:0px;
	width:976px;
	height:8px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/bodybackground.jpg);
	overflow:hidden;

}
#logobody {
	margin-left:0px;
	margin-top:0px;
	width:230px;
	height:368px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/logobody.jpg);
	overflow:hidden;

}
#logobodyhome {
	margin-left:0px;
	margin-top:0px;
	width:230px;
	height:368px;
	margin-bottom:0px;
	float:left;
	display:inline;
/*	background-image: url(images/logobody.jpg);*/
	overflow:hidden;

}
#content {
	margin-left:0px;
	margin-top:0px;
	width:189px;
	height:368px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/content.jpg);
	overflow:hidden;

}
#flash {
	margin-left:0px;
	margin-top:0px;
	width:554px;
	height:368px;
	margin-bottom:0px;
	float:left;
	display:inline;
/*	background-image: url(images/flash.jpg); */
	overflow:hidden;

}
#gallery2 {
	margin-left:0px;
	margin-top:0px;
	width:554px;
	height:368px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-color: #cccccc;
	overflow:hidden;

}
#rightbody {
	margin-left:0px;
	margin-top:0px;
	width:3px;
	height:368px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/rightbody.jpg);
	overflow:hidden;

}
h2 {
	margin-bottom: 10px;
	margin-top: 8px;
	text-align:center;
	color: #082665;
	font-size: 13px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: bold;
}
h3 {
	margin-bottom: 8px;
	margin-top: 8px;
	text-align:center;
	color: #082665;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: bold;
}
#homecontent {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 16px;
	color: #000;
	font-size: 11px;
	font-family:Verdana, Arial;
}
#homecontent a {
	color: #000;
	text-decoration: underline;
}

#homecontent a:hover {
	text-decoration: none;
}


/* ------------------------------
Main Navigation 
------------------------------ */

#main-nav {	height: 25px; }
#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 31px;  } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: left; }

#main-nav dt a {
	float: left;
	height: 0px !important;
	height /**/:25px; /* IE 5/Win hack */ 
	padding: 25px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -25px;
}

body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover,
body.about dt#about,
body.about dt#about a,
body.about dt#about a:hover,
body.portfolio dt#portfolio,
body.portfolio dt#portfolio a,
body.portfolio dt#portfolio a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover,
body.projects dt#projects,
body.projects dt#projects a,
body.projects dt#projects a:hover
{
	background-position: 0 -100px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 136px; background-image: url(images/nav/home.gif); }

#main-nav dt#about,
#main-nav dt#about a { width: 136px; background-image: url(images/nav/about.gif); }

#main-nav dt#portfolio,
#main-nav dt#portfolio a { width: 136px; background-image: url(images/nav/portfolio.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 136px; background-image: url(images/nav/contact.gif); }

#main-nav dt#projects,
#main-nav dt#projects a { width: 136px; background-image: url(images/nav/current-projects.gif); }


/* ------------------------------
Footer 
------------------------------ */

#footer {
	margin-left:0px;
	margin-top:0px;
	width:976px;
	height:3px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/footer.jpg);
	overflow:hidden;
}

#footerWrap {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#footerWrap ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#footerWrap li {
	margin: 0 4px;
	padding: 0;
	display: inline;
}

#footerWrap li, #footerWrap img {
	vertical-align: middle;
}

#footerWrap a {
	color: #FFF;
	text-decoration: none;
}

#footerWrap a:hover {
	text-decoration: underline;
}

#copy {
	font-size: 10px;
}
#sds {
	font-size: 10px;
}

#subnav {
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #082665;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav li {
	margin: 0 0 0 10px;
	padding: 2px 2px 2px 2px;
	display: inline;
}

#subnav a {
	color: #082665;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}


#frame_image{
	margin:0px;
	padding:0px;
 	background-image:url(images/if_bg.gif);
}
#frame_content {
	margin:0px;
	padding:10px;
 	background-image:url(images/if_bg.gif);
}
#frame_content p {
	text-align: left;
	line-height: 16px;
	color: #000;
	font-size: 11px;
	font-family:Verdana, Arial;
}
#frame_content h2 {
	margin-bottom: 10px;
	margin-top: 8px;
	text-align:center;
	color: #082665;
	font-size: 13px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: bold;
}
#frame_content h3 {
	margin-bottom: 4px;
	margin-top: 8px;
	text-align:center;
	color: #082665;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: bold;
}
#frame_content h4 {
	margin-bottom: 2px;
	margin-top: 2px;
	text-align:center;
	color: #082665;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: bold;
}