@charset "utf-8";
body  {
	font: 100% Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 */
	color: #666;
	background-color: #333333;
}

#biggun{
	background-color:#F2F2F2;
}

.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F2F2F2; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0 auto;
	background-color: #54231D;
	height: 150px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.pageTitle{
	border-bottom: 1px solid #333;
    padding-bottom:15px;
	    margin-bottom:15px;
    height: 35px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 390px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F2F2F2; /*  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0px 10px;
	font-size:12px;
} 

#sidebar1 p
{
     line-height:2em;
}

#sidebar1 ul li
{
    line-height:2em;
    padding-bottom:10px;
}

#sidebar1_alt{
	 float:left; 
	 width:180px; 
	 margin-right:25px;
	 padding-bottom:5px;
	 font-size:16px;
}

#sidebar1_alt p
{
    line-height:1.3em;
}


.twoColFixLtHdr #mainContent {
	width:830px;
	float:left;
	padding: 0px 10px 15px 10px;
} 

#topContent{
	margin-left:310px;
	padding: 25px 10px 5px 10px;
}

/*-------------------------------------Portfolio Styles-------------------------------------*/

#portfolio{
	 width:840px; 
	 height:320px; 
}

#portfolio li{
	padding-bottom:10px;
	font-size:12px;
}

#portfolio h3{
	
	font-weight:bold;
}

/*-------------------------------------End Porfolio Styles-----------------------------------*/

#mainContent p, #topContent p, #mainContent table, #mainContent ul li {
	font-size:12px;
	line-height:2em;
}

#hidden{
	display:none;
}


table tr
{
    padding-bottom:15px;
}

.ArticleThumb
{
    border:solid;
	border-width:1px;
	padding:5px;
	margin-bottom:10px;
	margin-right:10px;
}

.border{
	border:solid;
	border-width:1px;
	padding:5px;
	margin-bottom:10px;
}

#photoGallery{
	float:right;
	width:401px;
	padding: 25px 10px 5px 10px;
	z-index:1;
    top: 0px;
    left: 123px;
}

#bottomContent{
	background-image: url(../images/Footer_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:240px;
	color: #F2F2F2;
	margin:0 auto;
	font-size:12px;
	line-height:2em;
	padding-top:35px;
}

.twoColFixLtHdr #footer {
	font-family: Tahoma, Geneva, sans-serif;
	height:100px;
	color: #F2F2F2;
	margin:0 auto;
	font-size:10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-transform:uppercase;
}

#footer ul{
	padding-top:25px;
	list-style-type:none;
	height:40px;
	width:850px;
	margin:0 auto;
}

#footer ul li {
	float:left;
	display:inline;
	padding-right:55px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.NewsTitle
{
    font-size:14px;
}

.NewsSubTitle
{   
    color:#B75C55;
    font-weight:normal;
    font-style:normal;
    font-size:10px;
}

.formstep
{
     border: 1px solid #C0C0C0; 
     padding: 5px; 
     float:left; 
     width:800px; 
     text-align:left;
     margin-bottom:15px;
}

.formtitle
{
    font-family: Georgia, Garamond, "Times New Roman" , "MS Serif" , "New York" ,serif;
    background-color: #DDDDDD;
    font-size: 12px;
    height: 20px;
    color: #555555;
    text-align: center;
    padding-top: 3px;
    font-weight:bold;
}

.formsection
{
    float:left;
    width:350px;
    margin-right:15px;
    margin-top:15px;
}

.sitemap_column{
	 width:200px; float:left;
}

.sitemap_column li{
	font-weight:bold;
}

.sitemap_column li ul li{
	font-weight:normal;
}

/*----------------------------------------------------------Global Styles-------------------------------------------------------------*/

h3
{
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
}

h4{
	color:#B75C55;
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
	font-weight:bold;
}

/*------------------------------------------------------------Link Styles--------------------------------------------------------------*/

#imagelink {
	border:1px solid #FFF;
	text-decoration:none;
}

#active_page{
	background-image: url(../images/ActivePage_Indicator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
}

#active_SubNav{
	color:#777;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:#B75C55;
	text-decoration:none;
}

#footer a:hover{
	color:#777;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:active, #sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:active, #bottomContent a:link, #bottomContent a:visited, #bottomContent a:active, .pageTitle a:link, .pageTitle a:visited, .pageTitle a:active{
	color:#B75C55;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
	font-weight:normal;
}

#mainContent a:hover, #sidebar1 a:hover, #bottomContent a:hover, .pageTitle a:hover{
	color:#777;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
	font-weight:normal;
}

/*---------------------------------------Side Navigation-------------------------------------------*/


#sidebar1_alt a:link, #sidebar1_alt a:active, #sidebar1_alt a:visited{
	color:#B75C55;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}

#sidebar1_alt a:hover{
	color:#777;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}


