body {
	margin: 0;
	background: url(../images/bodybg.gif) top repeat-x #FFFAD7;
}
.bannertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 35px;
}
.pagehead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1C7DA8;
	font-size: 22px;
	font-weight: bold;
}
.normaltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.normaltextwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.normaltextsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.btexttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.ttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #C30000;
	font-size: 16px;
	font-weight: bold;
}
.headbord {
	border-bottom: 1px dotted #91B1CC;
}
.svc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1C6177;
}
.sidebartop {
	padding: 4px 4px 4px 6px;
}
.promtext1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF1CD;
	font-size: 35px;
}
.promtext2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF1CD;
	font-size: 30px;
}
.promtext3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF1CD;
	font-size: 25px;
}
.promtext4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF1CD;
	font-size: 20px;
}
a.lkbtm {
	color: #FFF;
	text-decoration: underline;
}
a.lkbtm {
	color: #FFF;
	text-decoration: underline;
}
/* portfolio */
.portfolio {
	height: 200px;
	width: 190px;
	margin: 0 30px 30px 0;
	background: #DED7B4;
	float: left;
}
.portfoliolst {
	height: 200px;
	width: 190px;
	margin: 0 0 30px 0;
	background: #DED7B4;
	float: left;
}
.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 10px;
}
.portimg {
	margin: 10px 0 0 10px;
}
/* top nav */
#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
background-color: #eef4f1;
/*border-top: 1px solid #e0ede9;
border-bottom: 1px solid #e0ede9;*/
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #000036;
border-right: 2px solid #101010;
text-decoration: none;
}

ul#navlist li#active
{
color: #FFFFFF;
background-color: #3D8CA6;
}

#navlist a:hover
{
font-size: 12px;
color: #FFFFFF;
background-color: #3D8CA6;
}
/* portfolio list menu */
.portfoliomenu {
	width: 100%; /*width of menu*/
}

.portfoliomenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.portfoliomenu ul li {
	padding-bottom: 0; /*bottom spacing between menu items*/
}

.portfoliomenu ul li a {
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 4px 0;
	padding-left: 19px; /*link text is indented 19px*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #dadada;
}

.portfoliomenu ul li a:visited {
	color: #A70303;
}

.portfoliomenu ul li a:hover { /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

.portfoliomenu ul li.current { /*current CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	margin: 0;
}