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

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

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back.png) center top no-repeat #514f4f;
}

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

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

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

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

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

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

ul, ol {
list-style:none;
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: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;
}

#contentwrap {
background: #a8a8a8;
min-height: 135px;
height: auto;
_height: 135px;
display: block;
}

#contentwrap p {
padding: 50px;
}

#contentwrap2 {
background: url(../images/bottomcon.png) repeat-x bottom;
min-height: 135px;
height: auto;
_height: 135px;
display: block;
}

/***** Header *****/

#headerdiv {
background: url(../images/header.png) no-repeat top center;
height: 160px;
padding: 0;
}

#headerdiv h1 {
float:left;
width:461px;
height: 123px;
display:block;
padding: 15px 0 0 113px;
text-indent:-2000px;
margin-bottom: 0;
}
	
#headerdiv h1 a {
display:block;
width:461px;
height: 123px;
background:url(../images/logo2.png) no-repeat;
}

#navbar {
background: url(../images/navbar.png) repeat-x;
height: 47px;
padding: 0;
}

#navbarimage {
padding: 6px 13px;
float: left;
display: block;
border-right: 1px solid #303030;
}

/*****

#navbarlinks h2 {padding: 8px 15px 8px 15px; }
#navbarlinks {text-align: center; margin-left: 25px; width: 850px;}

*****/

/***** Homepage content *****/

#flashdiv {
margin: 0px auto;
padding: 20px 0 15px 0;
width: 858px;
height: 378px;
}

#blockdiv {
display: block;
float: none;
padding: 0 0 0 19px;
min-height: 50px;
height: auto;
_height: 50px;
}

#block1 {
padding: 0 1px 40px 0;
_padding: 0 0 40px 0;
*padding: 0 0 40px 0;
float: left;
display: block;
width: 213px;
}

#block2 {
padding: 0 1px 40px 1px;
_padding: 0 0 40px 0;
*padding: 0 0 40px 0;
float: left;
display: block;
width: 213px;
}

#block3 {
padding: 0 1px 40px 1px;
_padding: 0 0 40px 0;
*padding: 0 0 40px 0;
float: left;
display: block;
width: 213px;
}

#block4 {
padding: 0 0 40px 1px;
*padding: 0 0 40px 0;
_padding: 0 0 40px 0;
float: left;
display: block;
width: 213px;
}

/***** Subpage content *****/

#subcontentwrap1 {
background: url(../images/subback1.png) repeat-y;
min-height: 135px;
height: auto;
_height: 135px;
display: block;
}

#subcontentwrap2 {
background: url(../images/subback2.png) no-repeat bottom;
min-height: 135px;
height: auto;
_height: 135px;
display: block;
}

#smallsubcontent h1 {
color: #0a4163;
font-size: 200%;
font-weight: bold;
padding: 25px 0 10px 0;
}

#smallsubcontent h2 {
color: #0a4163;
font-weight: bold;
padding: 25px 0 7px 0;
}

#smallsubcontent h3 {
color: #0a4163;
font-size: 100%;
font-weight: bold;
padding: 25px 0 5px 0;
}

#smallsubcontent p {
color: #403f3f;
line-height: 1.25em;
font-size: 90%;
}

#smallsubcontent a {
color: #403f3f;
line-height: 1.25em;
text-decoration: underline;
font-weight: bold;
}

#smallsubcontent {
float: left;
display: block;
width: 550px;
padding: 30px 54px 40px 54px;
height: 100%;
}

#sidebardiv {
float: left;
display: block;
padding: 30px 0 40px 30px;
width: 180px;
height: 100%;
}

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

#footerdiv1 {
float: left;
display: block;
font-size: 80%;
color: #b4b4b4;
padding: 10px 0 30px 0;
}

#footerdiv2 {
float: right;
display: block;
color: #b4b4b4;
padding: 10px 0 30px 0;
font-size: 80%;
}

#footerdiv2 a, #footerdiv1 a {
color: #b4b4b4;
text-decoration: underline;
}

/***** 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; }