@CHARSET "UTF-8";
body{
	background-color: #1E1E1E;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color:#1E1E1E;
	padding:0px;
	margin:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a{

}

a:hover{

}

a:visited{

}


table{
	border:none;	
}

img {
	border:none;	
}

#mastercontainer{
	position:relative;
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url('../images/thumb.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 975px;
}

* html #mastercontainer{
	background-image: none;
}


#leftbar{
	position:absolute;
	top: 89px;
	z-index:0;
	width: 175px;
}


#bodyareaholder{
	position: relative;
	margin-right:0px;
	float:right;
	padding-top:45px;
	padding-bottom:45px;
	width: 814px;
	z-index:99;
}
#bodyareatop{
	height: 107px;
	width: 814px;
	background-image: url('../images/creamboxtop.png');
	background-position: top;
	background-repeat: no-repeat;
}

#homebodyareatop{
	height: 335px;
	width: 814px;
	background-image: url('../images/creamboxtop.png');
	background-position: top;
	background-repeat: no-repeat;
}
#bodyareabottom{
	position:relative;
	height:27px;
	background-image: url('../images/bodyareabg.png');
}

#headershowholder{
	padding-top:14px;
	width:771px;
	margin-left:22px;
}

#headershow {
	width: 771px;
	height: 72px;
	position: relative;
	z-index: 0;
	overflow:hidden;
}

#homeheadershow {
	width: 771px;
	height: 310px;
	position: relative;
	z-index: 0;
	overflow:hidden;
}

#bodyarea{
	background-image: url('../images/bodyareabg.png');
	background-repeat: repeat-y;
	width: 814px;
	min-height: 400px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
}

#innerbodyarea {
	width:680px;
	margin-left:70px;
	line-height:1.7em;
	padding-bottom:20px;
}

#innerbodyarea p {
	padding: 0;
	margin: 0;
}

#top-logo {
	position: absolute;
	z-index:100;
	left: 199px;
	top: 25px;
}

#left-logo {
	padding-bottom:7px;
	margin-left: 13px;

}

#pagetitlediv{
	position:relative;
}

#homepagetitlediv{
	position:relative;
}

#pagetitlespan{
	background-color: #1E1E1E;
	color: #eeece1;
	padding:1px 5px 1px 5px;
	font-size:20px;
}

#subnav {
	position:relative;
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
}

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

#subnav ul li {
	list-style-type:none;	
	float:left;
	display:inline;
	text-align:center;
	background-image: none;
	white-space: nowrap;
	line-height:24px;
}

#subnav ul li a {
	text-decoration:none;
	color: #1E1E1E;
	padding: 0 3px 0 3px;
	margin-left: 2px; margin-right: 2px;
	padding-bottom:3px;
}

#subnav ul li a:hover {
	/*text-decoration:underline;*/
	color: #1E1E1E;
	/*padding: 0 3px 0 3px;*/
	padding-bottom:3px;
	border-bottom:2px solid #c81d39;
}

#subnav ul li.active a {
	/*text-decoration:underline;*/
	padding-bottom:3px;
	border-bottom: 2px solid #c81d39;
}

#leftnav ul{
	display:block;
	text-align:right;
	margin-right:20px;
	padding: 0;
	margin-bottom: 20px;
}

#leftnav ul li{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
	
}


#leftnav ul li a:link, #leftnav ul li a:active, #leftnav ul li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding:5px 2px 5px 2px;
	color: #1E1E1E;
}




#leftnav ul li a:hover, #leftnav ul li.active a {
	background-color: #ddd8c2;
}


* html #leftnav ul li a,  * html #leftnav ul li a:active, * html #leftnav ul li a:visited{
	padding:5px 2px 5px 2px;

}

ul#portfolio{
	/*padding:0;*/
	/*margin:0;*/
	list-style-type: none;
	display:inline;
	overflow:hidden;
}
ul#portfolio li{
	list-style-type:none;
	display: inline;
}



#footer{
	width:785px;
	background-color: #660000;	
	text-align:center;
	font-family: Arial, Times;
	font-size: 10px;
	color: #eeece1;
	margin-left: 15px;
	line-height:25px;
}


#footer a, #footer a:visited{
	color:#FFF;
	text-decoration:none;
}


ul#footerlinks{
	display:inline;
	margin:0;
	padding:0;
}
ul#footerlinks li{
	list-style-type:none;
	display:inline;
	margin-left: 3px;
	margin-right: 3px;
}


hr.gray{
	clear:both;
	border-bottom: 1px solid gray;
}



.sideboxcream{
	background-color: #C4BC96;
	padding-top:20px;
	padding-bottom:20px;
}



input.lig{
	border:1px solid gray;
}


ul.sitemap, ul.sitemap li, ul.sitemap ul, ul.sitemap ul li{
 list-style-type: none;	
}
