@charset "utf-8";
/* CSS Document */

* {font-size:14px;
font-family: "tahoma", Georgia, "Times New Roman", Times, serif;
}

html {
    overflow-y: scroll;
}


body {
width:950px;
margin:0 auto;
/*margin-top:30px;
margin-bottom:30px;*/
background-color:#000;
}

/* PNG FIX */
img, div, #worthy, #sidebar_column_div_semitrans { behavior: url(iepngfix.htc) }

/* ----- LINKS ----- */
a:link, a:visited, a:active  {
text-decoration: underline; outline: 0; color: #ad7c3a;  /* outline removes dotted line around hyperlinks*/
}

a img {border:none;}

a:active{outline: none;}

object { outline:none; }

/* ----- FORMS ----- */

TEXTAREA /*multiple line text fields*/
{resize: none; /*this keeps chrome from resizing, breaking layout*/
}

/* ----- HEADER ----- */

#header {
position:absolute;
width:950px;
height:128px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-color: #3e352a;
}

#logo_tagline_homepage{
position:absolute;
width:446px;
height:128px;
float: left;
}

#logo_tagline_subpage{
/*position:absolute;*/
width:272px;
height:128px;
float: left;
}

/* ----- MAIN CONTENT ----- */

#content { 

position:absolute;
top:128px;
width:950px;
background-color:#753017;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:340px; /* for IE5.x and IE6 */
background-image:url(../images/body_background-light.jpg);

background-repeat:no-repeat;
z-index:-1;
}

#content p {
margin: 0;}

h1{
	font-size:25px;
	color: #73695e;
	letter-spacing: -1px;
	margin-top: 15px;
/*	margin-bottom: -3px;*/
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h2{
	font-size:20px;
	color: #111;
	letter-spacing: -.5px;
	margin-bottom: 5px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3{
	
	
	
	margin-bottom: 0px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar_column h1{
	font-size:25px;
	color: #9b5f0e;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:normal;
}

.sidebar_column h2{
	font-size:18px;
	color: #9b5f0e;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-weight:normal;
}

.sidebar_column_homepage h1, .information{
	font-size:25px;
	color: #e9e9eb;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align:center;
	font-weight:normal;
}

.error
{
	color:#AE1A09;	
}
li
{
	/*list-style:url(../images/bullet.gif);*/
}

/*/////////////////////// homepage /////////////////////*/
.content_column_homepage {
	width: 75%;
	vertical-align:bottom;
	}
	
.sidebar_column_homepage {
	vertical-align:bottom;
	color: #9b5f0e;
	height: 525px;
}	
	
#worthy {
	background-image:url(../images/worthy_background.png);
	background-repeat:repeat-x;
	padding: 15px;
	vertical-align:top;
	color: #dbc791;
	margin:0px;
}

#worthy p {
	color: #dbc791;
	font-size: 14px;
}

#worthy em {}


#worthy h1{font-size:25px;
	letter-spacing: -1px;
	margin-top: -5px;
	margin-bottom: 5px;
	color: #dbc791;
	font-weight:normal;}

	

/*/////////////////////// 2nd level 2 columns /////////////////////*/

#content_column_section{
background-color:#f5f2eb;
	background-image:url(../images/table_background.jpg);
	background-repeat:repeat-x;
	border: 1px solid #717171;
	padding: 0 15px 15px 15px;
	top: 0px;

	}	

.content_column {
/*	background-color:#f5f2eb;
	background-image:url(../images/table_background.jpg);
	background-repeat:repeat-x;
	border: 1px solid #717171;
	padding: 15px;*/
	width: 75%;
	vertical-align:top;
	}
.content_column p{
	margin: 0;	}
	


.sidebar_column {
/*	background-color:#dbd3bd;
	background-image:url(../images/table_background_sidebar.jpg);
	background-repeat:repeat-x;
	border: 1px solid #717171;
	padding: 15px;
	vertical-align:top;
	color: #9b5f0e;*/}

#sidebar_column_div	{
	background-color:#dbd3bd;
	background-image:url(../images/table_background_sidebar.jpg);
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	border-color:#717171;
	border-collapse:collapse;
	padding: 15px;
	vertical-align:top;
	color: #9b5f0e;	}

.sidebar_column p{
	margin: 0;	
	color: #9b5f0e;}
	
	
#sidebar_column_div_semitrans	{
	background-image:url(../images/worthy_background.png);
	background-repeat:repeat-x;
	padding: 15px;
	vertical-align:top;
	color: #dbc791;
	margin:0px;

	
}

.sidebar_column_div_semitrans p{
	margin: 0;	
	color: #dbc791;
	font-size: 14px;
	}
	
	
	
	
/*/////////////////////// 2nd level 1 column /////////////////////*/

#content_column_full_width_section{
/*	background-color:#f5f2eb;
	background-image:url(../images/table_background.jpg);
	background-repeat:repeat-x;
	border: 1px solid #717171;*/
/*	padding: 15px;*/
/*	width: 100%;*/
	vertical-align:top;
	}	

.content_column-full_width {
	background-color:#f5f2eb;
	background-image:url(../images/table_background.jpg);
	background-repeat:repeat-x;
	border: 1px solid #717171;
	padding: 15px;
	/*width: 100%;
	vertical-align:top;*/
	}
.content_column-full_width p{
	margin: 0;	}		



/* ----- FOOTER ----- */

#footer { 
position:relative;
width:950px;
height:82px;
background-image:url(../images/footer-light.jpg);
background-repeat:no-repeat;

}

#footer_content{
color:#b3ada4;	
font-size: 12px;
font-weight: bold;
text-align: center;
width:934px;
/*height:82px;*/
padding-top: 21px;
font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#footer_content a{
color:#b3ada4;
font-size: 12px;
text-decoration:underline;
	}	
#footer_content a:hover{
color:#b3ada4;	
	}		
#footer_content a:visited{
color:#b3ada4;
	}		

/*////////////misc////////////////*/
/*  .clearboth { clear: both; }
    .nowrap { white-space: nowrap; }
    .skip { margin-bottom: 0; position: absolute; left: -999em; width: 999em; }
    .nowrap { white-space: nowrap; }*/
    .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
    .clearfix { display: inline-block; height: 128px;}
	.clearfix_content { display: inline-block; height: 14px;}
    html[xmlns] .clearfix { display: block; }
    * html .clearfix { height: 1%; }
/*  .hidden { display: none; }*/

.row_even
{
		background-color:#EEEADF;
}

hr {
display: block;
position: relative;
padding: 0;
margin: 8px auto;
height: 0;
max-height: 0;
width: 100%;
clear: both;
border: none;
border-top: 1px solid #d8d2c3;
/*border-bottom: 1px solid #d8d2c3;*/
font-size: 1px;
line-height: 0;	
padding-bottom: 10px;
}

#right_img{
	float:right;
	margin: 0 0 10px 10px;
}

#left_img{
	float:left;
	margin: 0 10px 10px 0px;
}



.underline{
text-decoration:underline;
}

/* /////////////// LISTS ///////////////// */
li {
list-style-position: outside;
line-height: 16px;
padding-bottom: 16px;
margin-left: -10px;
}