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

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

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat;
color: #fff;
font-size: .95em;
}

/***** 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: circle;
padding:0 0 0 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 *****/

#filigreewrap {
background: url(../images/filigree.png) no-repeat top center;
margin: 0 auto;
min-width: 960px;
max-width: 1412px;
min-height: 295px;
height: auto;
_height: 295px;
}

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

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

#headerdiv {

}

#headerdiv h1 {
width:394px;
display:block;
padding: 0px;
text-indent:-2000px;
}
	
#headerdiv h1 a {
width:394px;
height:76px;
display:block;
background:url(../images/logo.png) no-repeat;
}

#navdiv {
width: 950px;
height: 32px;
background: url(../images/navbar.png) no-repeat;
display: block;
float: none;
margin: 12px 0 22px 0;
padding: 0 0 0 10px;
}

#navdiv a {
color: #508d91;
text-transform: uppercase;
font-size: .85em;
font-weight: bold;
}

#navdiv a:hover {
background: #508d91;
color: #fff;
}

/***** Content Area *****/

#content-area {
float: left;
display: block;
width: 719px;
}

#content-top {
background: url(../images/contenttop.png) no-repeat;
width: 719px;
height: 31px;
padding: 0;
margin: 0;
}

#content-middle {
background: url(../images/contentmi.jpg) no-repeat #7dafb2;
width: 627px;
min-height: 458px;
height: auto;
_height: 458px;
padding: 0 46px;
margin: 0;
line-height: 1.4em;
}

#content-bottom {
background: url(../images/contentbt.png) no-repeat;
width: 719px;
height: 31px;
padding: 0;
margin: 0;
}

/***** Home Content *****/

#flashdiv {
width: 627px;
}

#flashdiv img {
behavior: url(iepngfix.htc);
}

#content-middle a {
text-decoration: underline;
color: #fff;
}

#content-middle a:hover {
text-decoration: none;
color: #fff;
}

#content-middle h4 {
color: #2e595b;
font-style: italic;
font-weight: bold;
font-size: 1em;
}

#content-middle h4 a {
text-decoration: underline;
color: #2e595b;
font-style: italic;
font-weight: bold;
font-size: 1.2em;
}

#content-middle h4 a:hover {
text-decoration: none;
}

#home-sidebar {
width: 227px;
float: right;
display: block;
}

#home-sidebar img {
behavior: url(iepngfix.htc);
margin-bottom: 20px;
}

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

#content-middle h1 {
font-weight: bold;
font-style: italic; 
}

#sub-sidebar-top {
width: 223px;
float: right;
display: block;
background: url(../images/sidebar-top.png) no-repeat;
height: 31px;
}

#sub-sidebar-middle {
width: 199px;
float: right;
display: block;
background: url(../images/sidebar-mi.jpg) no-repeat #8ebabc;
min-height: 410px;
height: auto;
_height: 410px;
padding: 0 12px;
font-family: Times New Roman, Times, serif;
color: #2e595b;
line-height: 1.3em;
}

#sub-sidebar-bottom {
width: 223px;
float: right;
display: block;
background: url(../images/sidebar-bt.png) no-repeat;
height: 31px;
}

#sub-sidebar-middle h1, #sub-sidebar-middle h2, #sub-sidebar-middle h3 {
font-family: Times New Roman, Times, serif;
color: #2e595b;
}

#sub-sidebar-middle a {
font-family: Times New Roman, Times, serif;
color: #2e595b;
text-decoration: underline;
}

#sub-sidebar-middle a:hover {
font-family: Times New Roman, Times, serif;
color: #2e595b;
text-decoration: none;
}

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

#footerdiv {
display: block;
color: #438387;
text-align: left;
font-size: .8em;
padding: 10px 0 30px 0;
font-weight: bold;
}

#footerdiv a {
color: #438387;
text-decoration: underline;
}

#footerdiv a:hover {
color: #438387;
text-decoration: none;
}

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