@import url("stylesheet_home.css");
@import url("stylesheet_internal.css");



body {
	margin: 0px;
	Padding: 0px 0px 0px 0px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #333333;
	background:url(../images/body-bg.jpg) repeat-x #404040;

}

.clear{
clear:both;
}

html {
	width: 100%;
	height: 100%;
}

/*
------------------------------------------------------
generic positioning
------------------------------------------------------
*/
#container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	text-align:left;
	min-width: 770px;
	max-width: 955px; 
	width: expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 957? "955px" : "auto");
}

#top-border {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	height:48px;
	background:url(../images/top-border-bg.gif) no-repeat top left ;
	
}

#topnav {
	position:relative;
	margin-left: 0px;
	display:block;
	left:0px;
	top:0px;	
	height:32px;
	background-color: #ffffff;
}


/*#footer {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	padding: 0px 30px 30px 0px;

	
}*/
#footer{
	color:#908F8F!important;
	display:block;
	left:0;
	margin:0 auto;
	max-width:931px;
	padding:10px 12px 20px;
	position:relative;
	width:931px;
}
#footer a{color:#9c734c!important;}
.groupTitle{margin:3px 0 0;}

/*
------------------------------------------------------
Headings
------------------------------------------------------
*/
h1 {

	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1.2em;
	font-weight: bold;
	color: #996633;
	margin-top: 0px;
	
	
}




h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:x-small;
	font-weight:normal;
	color: #FFFFFF;
	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:x-small;
	font-weight:bold;
	color: #FFFFFF;
	
}

hr 
{
	background: #996633;
	color: #996633;
	height: 1px;
	border: 1px none;			
}




/*
------------------------------------------------------
Images
------------------------------------------------------
*/

.title{
margin: 90px 0px 0px 40px;

}




/*
------------------------------------------------------
Footer
------------------------------------------------------
*/


/* Footer Link */
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #996633; 
	text-decoration : none; 
}

A:Hover    {
	color: #996633;
	text-decoration : underline;
}

#internal-contact-panel img 
{
	display: block;
}

/*
------------------------------------------------------
navagation
------------------------------------------------------
*/

#vivid { color:#908F8F;float:right;}
#vivid img {vertical-align:middle; border:0 none; padding:0 0 0 5px;}
/*
------------------------------------------------------
content
------------------------------------------------------
*/
#contentHTML{min-height: 350px;}
