/* CSS Document */

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background-color: #666;
	min-width: 825px; /* hack to force Netscape 6 pc to show horizontal scroll bar */
	padding: 0;
	margin: 30px 0 0 0;
	font-color: #333333;
}

#wrapper {
	width: 825px;
	margin: 0 auto;
	text-align: left; /* re-align the text to the left after the above hack */
}

#masthead {
	position: relative;
	background-image: url(../images/bg_masthead3.gif);
	background-repeat: none;
	height: 129px;
	z-index: 100;
}

#masthead img.logo {
	position: absolute;
	top: 13px;
	left: 27px;
	z-index: 99;
}

a {
	text-decoration: none;
	color:#006699;
}

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

a:hover {
	text-decoration: underline;
	color:#009933;
}

/* NAVIGATION */

#navbar {
	display: none;

}

#wrapper_inside {
	position: relative;
	width: 825px;
	background-color:#FFFFFF;
	background-image: url(../images/bg_column_blue_grey.gif);
	background-repeat: repeat-y;
	z-index: 90;
}

#wrapper_inside_subpage {
	position: relative;
	width: 825px;
	background-color:#FFFFFF;
	background-image: url(../images/bg_column_blue.gif);
	background-repeat: repeat-y;
	z-index: 90;
}

#content1 {
	float: right;
	width: 634px;
}

/* COLUMN CONTENT */

#column {
	display: none;
}

#quicklinks  {
	display: none;
}


#pagelinks  {
	display: none;
}

#columncontent  {
	display: none;
}


/* END COLUMN CONTENT */

/* HOME PAGE SPECIFIC */

#mainfeature {
	float: left;
	width: 633px;
	height: 282px;
	background-image: url(../images/bg_feature.jpg);
	background-repeat: no-repeat;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	color: #FFFFFF;
	padding: 20px 0 20px 0;
	margin: 0;
	background-color: #2464AA;
	min-height: 220px;
}

#mainfeature h1 {
	padding: 20px 250px 10px 30px;
	margin: 0;
	font-size: 22px;
}


#mainfeature p {
	padding: 0px 250px 5px 30px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#promo_box1 {
	float: left;
	width: 633px;
	border-top: 1px #FFFFFF solid;
	color: #FFFFFF;
	border-right: 1px #FFFFFF solid;
}

#promo_box2 {
	float: left;
	width: 633px;
	background-color: #FFFFFF;
}

.promo {
	float: left;
	width: 211px;
	padding: 5px 0 10px 0;
}

.promo h2, .promo h4, .promo p {
	padding: 5px 10px 5px 15px;
	margin: 0;
}

.promo h2 {
	color: #F90;
}

.promo a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 17px;
	margin: 10px 0 0 15px;
	color: #FFFFFF;
	background-image: url(../images/bullet_GreenOnGrey.gif);
	background-repeat: no-repeat;
	line-height: 14px;
}

.promo a:hover {
	color: #009933;
	text-decoration: underline;
}

.quote1 {
	font-size: 12px;
	font-style: oblique;
	line-height:: 15px;
}

/* END HOME PAGE SPECIFIC */


/* SUB PAGE SPECIFIC */


#content2 {
	float: left;
	width: 430px;
	margin: 10px 0 0 10px;
	background-color: #FFFFFF;
	padding: 0 0 0 15px;
}

#content3 {
	float: left;
	width: 600px;
	margin: 10px 0 0 10px;
	background-color: #FFFFFF;
	padding: 0 0 0 15px;
}

#column2 {
	float: left;
	width: 165px;
	margin: 10px 0 0 5px;
	padding: 60px 0 0 0;
	background-image: url(../images/bg_thick_grey_bar.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top right;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #393;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	background-color: #333;
	line-height: 60px;
	margin: 0 0 25px -15px;
	padding: 0 0 0 20px;
	background-image: url(../images/bg_h3_roundcorners.gif);
	background-repeat: no-repeat;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
}

h5 {
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
}

p {
	margin: 0 10px 15px 0;
	line-height: 1.3em;
}

ul {
	margin: 10px 25px 15px 35px;
	padding: 0;
	list-style: square;
	line-height: 1.3em;

}

ul.nobullet {
	list-style: none;
}

li.listhead {
	margin: 0 0 5px -15px;
	font-weight: bold;
	list-style: none;
}


#clear_roundcorners {
	display: none;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

.indent1 {
	padding-left: 20px;
}

.indent2 {
	display:block;
	padding-left: 20px;
}

.indent3 {
	padding-left: 40px;
}

.indent4 {
	padding-left: 60px;
}

.indent5 {
	padding-left: 80px;
}

.nomargin {
	margin: 0;
	padding: 0;
}

.footnote {
	font-size:9px;
	border-top: 1px solid #000;
	padding-top: 5px;
}

.code {
	font-family: Courier, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height: 1.6em;
	margin: 0 25px 20px 35px;
}


/* FORMS */

fieldset {
	margin: 1em 0;
	padding: 1em 1em 1em 2em;
	border: 1px solid #CCC;
	background: #FAFAFA;
	width: 500px;
}

fieldset#profile {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
fieldset p {
	margin: .3em 0;
	padding: 0;
	clear: both;
}

fieldset h4 {
	margin: 0;
	padding: .5em 0 1em 0;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 13em;
}

#profile label {
	width: 3em;
	float: none;
	display: inline;
}

fieldset div {
	width: 250px;
	float: left;
	padding-bottom: 2em;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.other {
	width: 100px;
	margin-left: 10px;
	height: 12px;
}

.submit {
	padding-top: 1em;
}

textarea {
	width: 400px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}

password {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*footer*/

#footer {
	display: none;
}



/* Table Stylings */

	
.table1 {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #999;
	border-top: 1px solid #999;

}

.table1 th {
	background-color: #645A50;
	color: #000;
	padding: 10px 4px 10px 6px;
	background-image: url(../images/bg_tableheader.gif);
	border-left: 1px solid #999;

}

.table1 td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px 4px 10px 6px;
}

.table1 tr:hover {
	background-color: #DEEEFC;
}

.center {
	text-align: center;
}

.caption1 {
	text-align: center;
	margin-top: 0px;
	color: #393;
	font-size: 10px;
}

.aligntop {
	vertical-align:top;
}

.odd {
	background-color: #F6F6F6;
}

