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

/**********************************************************************************
	Created by David Sawyer | reprsnt.com
	E-Mail: reprsntdesignstudio@gmail.com

**********************************************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #647c6f;
	background-image: url("/templates/images/header_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

img {
	outline: none;
}

/*****   LAYOUT STYLES   ********************************************************/

#wrapper { 
	margin: 0 auto 0 auto;
	width: 900px;
}

#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	color: #333;
}

#contentheader {
	margin: 0 auto 0 200px;
	padding: 10px 0 0 0;
	width: 700px;
	clear: both;
	color:#000000
}

#footer { 
	margin: 0 0 0 200px;
	padding: 0;
	width: 700px;
	font-size: 10px;
	color: #333;
	clear: both;
	text-align:center;
	/* background-color: #b0b0b0; */
}

/*****   TEXT STYLES   *****************************************************************/
#contentheader h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #647c6f;
}

#contentheader h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #647c6f;
}

#contentheader p {
	margin: 0;
	padding: 10px 20px 10px 0;
	font-size: 12px;
}

#leftcolumn h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftcolumn h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial, sans-serif;
	color: #647c6f;
}

#leftcolumn h1 {
	font-size: 15px;
	color: #647c6f;
}

#leftcolumn h2 {
	font-size: 15px;
	color: #647c6f;
}

#leftcolumn h3 {
	font-size: 12px;
	color: #647c6f;
}

#leftcolumn h4 {
	font-size: 10px;
	color: #647c6f;
}

#leftcolumn h5 {
	font-size: 9px;
	color: #647c6f;
}

#leftcolumn h6 {
	font-size: 8px;
	color: #647c6f;
}

#leftcolumn p {
	margin: 0;
	padding: 5px 20px 10px 0;
	font-size: 12px;
}

#leftmiddle h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftmiddle h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #647c6f;
}

#leftmiddle h1 {
	font-size: 15px;
	color: #647c6f;
}

#leftmiddle h2 {
	font-size: 15px;
	color: #647c6f;
}

#leftmiddle h3 {
	font-size: 12px;
	color: #647c6f;
}

#leftmiddle h4 {
	font-size: 10px;
	color: #647c6f;
}

#leftmiddle h5 {
	font-size: 9px;
	color: #647c6f;
}

#leftmiddle h6 {
	font-size: 8px;
	color: #647c6f;
}

#leftmiddle p {
	margin: 0;
	padding: 5px 20px 10px 0;
	font-size: 12px;
}

#rightcolumn h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightcolumn h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #647c6f;
}

#rightcolumn h1 {
	font-size: 15px;
	color: #647c6f;
}

#rightcolumn h2 {
	font-size: 15px;
	color: #647c6f;
}

#rightcolumn h3 {
	font-size: 12px;
	color: #647c6f;
}

#rightcolumn h4 {
	font-size: 10px;
	color: #647c6f;
}

#rightcolumn h5 {
	font-size: 9px;
	color: #647c6f;
}

#rightcolumn h6 {
	font-size: 8px;
	color: #647c6f;
}

#rightcolumn p {
	margin: 0;
	padding: 5px 20px 10px 0;
	font-size: 12px;
}

#footer h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer h1 {
	font-size: 18px;
	color: #647c6f;
}

#footer h2 {
	font-size: 15px;
	color: #647c6f;
}

#footer h3 {
	font-size: 12px;
	color: #647c6f;
}

#footer h4 {
	font-size: 10px;
	color: #647c6f;
}

#footer h5 {
	font-size: 9px;
	color: #647c6f;
}

#footer h6 {
	font-size: 8px;
	color: #647c6f;
}

#footer p {
	margin: 0;
	padding: 10px 20px 10px 0;
}

a:link {
	font-weight: normal;
	color: #647c6f;
	text-decoration: none;
}

a:visited {
	color: #647c6f;
	text-decoration: none;
}

a:active {
	color: #647c6f;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #647c6f;
	text-decoration: underline;
}

label {
	font-weight: bold;
}
/*
#content .left .partial {
	font-size: 11px;
	color: #636059;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
*/

/*****   END TEXT STYLES   *****************************************************************/


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px dotted #647c6f; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #647c6f; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #FFFFFF; /* set unselected tab background color as desired */
color: #647c6f; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #FFFFFF; /* set desired hover color */
}

/* end css tabs */

