/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.9em/1.3em arial, helvetica, sans-serif;
background: url(../images/back2.png) repeat-x #bfbebe top center; 
color: #272727;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #074081;
}

h1 {
padding:20px 0 2px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
border-bottom: 3px solid #074081;
margin: 0 0 20px 0;
width: 100%;
display: block;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
text-transform: uppercase;
padding: 5px 0;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #272727;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

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

/***** Header Area *****/

#headerwrap {
height: 131px;
}

#tab1, #tab2 {
width: 81px;
height: 18px;
background: #f3b843;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
color: #535353;
text-transform: uppercase;
padding: 6px 2px 2px 2px;
text-align: center;
margin: 0 8px 0 0;
font-weight: bold;
font-size: .9em;
float: left;
display: block;
text-decoration: none;
}

#tabs a {
text-decoration: none;
color: #535353;
}

#nav {
float: left;
display: block;
width: 490px;
font-size: 1.1em;
font-weight: bold;
margin: 68px 0 0 30px;
}

#nav a {
color: #fff;
text-decoration: none;
}

#nav a:hover {
color: #f0b53e;
}

#nav h3 {
text-transform: none;
color: #f0b53e;
padding: 0;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
float: left;
display: block;
padding: 0 13px;
border-right: 1px solid #fff;
}

#nav li:last-child {
border: none;
padding: 0 0 0 13px;
}

#header {
float: right;
display: block;
}

#header h1 {
padding: 0 28px 0 0;
text-indent:-2000px;
background: none;
margin: -8px 0 0 0;
border: none;
}
	
	#header h1 a {
	width:268px;
	height:100px;
	display:block;
	background:url(../images/logo-new2.png) no-repeat;
	}
	
#contentarea {
background: #fff;
border-bottom: 4px solid #a1a1a1;
width: 800px;
padding: 20px 50px 30px 50px;
}

/***** Homepage Content *****/

#hometext {
width: 558px;
float: left;
display: block;
}

#homepic {
float: right;
display: block;
width: 220px;
margin: 20px 0 0 0;
font-size: 0.85em;
}

#homebutton1 {
margin: 16px 0 0 0;
display: block;
float: left;
}

#homebutton2 {
margin: 16px 0 0 0;
display: block;
float: right;
}

/***** Subpage Content *****/

#subtext {
width: 552px;
float: left;
display: block;
}

#subsidebar {
width: 213px;
float: right;
display: block;
margin: 20px 0 10px 0;
}

#subsidebar img {
margin: 0 0 10px 0;
max-width: 213px;
height: auto;
}

/***** Footer *****/

#footer {
margin: 8px 0 60px 0;
color: #525151;
font-size: .85em;
}

#footer a {
color: #525151;
}

#f1 {
width: 760px;
float: left;
display: block;
}

#f2 {
width: 139px;
float: right;
display: block;
text-align: right;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
