/* CSS Document */
a { color: #FF0000; text-decoration: none }
a:hover { color: #000 }

body, td, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #333; }
body { background: #F0F0F0; margin: 25px 0 }

div.backTop { position: absolute; right: 0; bottom: 0; padding: 10px; }
div.dvr { height: 1px; background: #CCC; margin : 10px 0 }

img.gb { border: 1px SOLID #CCC }
img.gb:hover { border: 1px SOLID #FF0000 }
img.a { border: 1px SOLID #FF0000 }

/* Form elements */
form { padding: 0; margin: 0 }
input, select, textarea{ border: 1px SOLID #999; padding: 2px 4px; background: #EFEFEF }
select { padding: 2px }
select.form { padding: 0 }
select.form_error { padding: 0 }

input.check { margin: 0 10px 0 0; border: none }
input.sb, input.sbover { color: #FFF; background: #999; padding: 0 3px }
input.sbover { background: #000; cursor: pointer; cursor: hand }
td.form { background: #EAEAEA; border-top: 1px SOLID #CCC; padding: 10px }
td.formHeader { padding-bottom: 1px }
td.formMain { padding-bottom: 5px }
td.endForm { text-align: center; padding-top: 15px }

/* Menu cell & link styles */
div.infoBox { position: absolute; top: 0; left: 0; width: 280px; visibility: hidden; z-index: 1000 }
td.mia, td.ma { padding: 3px 7px; font-weight: bold; line-height: normal }
	td.mia a, td.ma a { color: #000 }
	td.ma a { color: #666 }
	td.mia a:hover, td.ma a:hover { color: #FF0000 }

td.sm { background: #FFF; padding: 0 }
td.smia, td.sma { padding: 3px 15px; font-weight: bold; border-bottom: 1px SOLID #FFF }
td.sma { color: #999 }
	td.sma a { color: #999 }
td.smia a { color: #000 }
td.smia a:hover { color: #FF0000 }
td.sms { padding: 3px 0 3px 25px }

td.smca, td.smcia { padding: 3px 2px 3px 15px; line-height: 14px }
td.smca a { color: #999 }
td.smcia { background: #FFF }
	td.smcia a { color: #000 }
	td.smcia a:hover { color: #FF0000 }
/* End menu styles */

table.all { width: 100% }
table.main, table.hdr, table.pf { width: 740px }
table.menu { width: 740px }
table.page { width: 760px }
table.subMenu { background: #FFF; border: 1px SOLID #AAA; border-top: none }

/* Table Header styles */
td.hdr { vertical-align: top; border-bottom: 1px SOLID #CCC }
td.hdrLeft { padding: 15px }
td.hdrRight { width: 478px; padding-top: 10px; padding-right: 7px }
td.hdrText { font-size: 12px; color: #999; text-align: center; padding: 0 0 25px 0 }

/* Page footer */
td.pf { color: #999; border-top: 1px SOLID #CCC; vertical-align: bottom }
td.pfb { border-top: 1px SOLID #CCC; text-align: left }
td.pfl, td.pfr { color: #999; padding: 15px 15px }
td.pfr { text-align: right }
td.pfl a, td.pfr a, td.pfb a { color: #999; text-decoration: underline }
	td.pfl a.more { color: #FF0000 }
	td.pfl a:hover.more { color: #000 }

/* Content area CSS */
td.c { width: 740px; height: 100%; vertical-align: top; border-top: 1px SOLID #FFF }
td.cm { vertical-align: top; padding: 0 15px; border-left: 1px SOLID #CCC; border-right: 1px SOLID #CCC; }
td.cl { vertical-align: top; width: 210px }
td.cml { vertical-align: top; width: 180px; border-right: 1px SOLID #CCC }
td.cr { vertical-align: top; width: 210px }
td.cmr { vertical-align: top; padding-right: 30px; padding-left:  }

td.pl { width: 10px; border-right: 1px SOLID #CCC }
td.pm { width: 740px; height: 100%; background: #FFF; border-top: 1px SOLID #CCC; border-bottom: 1px SOLID #CCC; }
td.pr { width: 10px; border-left: 1px SOLID #CCC }

div.projectHeader { font-size: 16px; font-weight: bold }
div.projectMain {  }
div.projectSubHeader { font-size: 16px; color: #999; margin-top: 5px }

td.projectDetails { padding: 10px }
td.projectDetailsHeader { background: #EBEBEB; padding: 5px }
td.projectHeading { padding: 10px 5px 0 5px; font-size: 14px }
td.projectMain { padding: 0 5px; }
td.projectImage, td.moreImages { vertical-align: top }
td.projectImage { width: 400px }
td.projectLeft { padding: 15px 15px 0 0 }
td.projectRight { background: #F2F2F2; width: 180px; border-left: 1px SOLID #999 }
td.moreImages { padding-left: 10px }

td.searchLinks { padding-right: 10px }


div.frmContainer {
	background: inherit;
	width: 400px;
}
div.frmDivider {
	font-height: 1px;
	color: #999;
	line-height: 1px;
	background: #E4E4E4;
	margin: 5px 0;
	padding: 0;
}
div.frmSub {
	padding-top: 10px;
}
div.frmHdr {
	font-weight: bold;
	padding: 4px 0;
	border-bottom: 1px SOLID #E4E4E4;
}
div.frmTxt {
	float: left;
	clear: right;
	padding-top: 3px;
}
div.frmClear {
	clear: both;
}

.frmError {
	color: #FF0000;
}
.frmInput {
	border: 1px SOLID #999;
	padding: 2px 4px;
	width: 100%;
}
.frmCheck {
	width: 15px;
	margin-right: 10px;
	border: none;
	background: none;
}
.frmSelect {
	border: 1px SOLID #999;
	padding: 1px 1px 1px 4px;
}
.frmButton {
	padding: 2px 5px;
	border: 1px SOLID #999;
	background: #FFF;
	width: auto;
	margin: 10px 0 20px 0;
}
.frmButtonContainer {
	border-top: 1px DOTTED #CCC;
	border-bottom: 1px DOTTED #CCC;
	padding: 10px 0;
	margin: 10px 0;
	text-align: right;
}
.frmThank {
	padding: 15px 0;
	text-align: center;
}
.Header {
	font-family: Arial;
	color: #000;
	font-size: 18px;
	line-height:normal;
	margin-bottom: 0;
}

.Intro {
	font-family: Arial;
	font-size: 14px;
	line-height: normal;
	color: #FF0000;
}

.Body {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

a.more { color: #FF0000 }
a.more:hover { color: #000 }

a.black { color: #000 }
a.black:hover { color: #FF0000 }

.news, .newsHdr { border-bottom: 1px SOLID #CCC }
.news { vertical-align: top }

.smparent { font-weight: bold }
.smchild { border-left: 1px SOLID #CCC; }
	.smchild a { color: #000 }
	.smchild a:hover { color: #FF0000 }
	
	
td.featureDesc
{
	border-bottom: 1px SOLID #CECECE;
	padding: 3px 2px;
}
	
/* form stylesheet */

.form_error
{
    color: #FF0000;
}

.form_small
{
    font-size: 10px;
}

.form_element
{
    width: 302px;
    background-color: #EAEAEA;
    border: 1px SOLID #999999;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.form_element:focus
{
    background-color: #f7f7f7;
}

.form_action_button
{
    display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.form_action_button .form_action_left
{
    float: left;
	display: block;
	width: 13px;
	height: 31px;
    background: transparent url(../images/temp/button-left.jpg) top left no-repeat;
}

.form_action_button .form_action_right
{
    float: left;
	display: block;
	width: 13px;
	height: 31px;
    background: transparent url(../images/temp/button-right.jpg) top left no-repeat;
}

.form_action_button .form_action_text
{
    float: left;
	display: block;
	height: 24px;
	padding: 7px 8px 0 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
    background: transparent url(../images/temp/button-gradient.jpg) top left repeat-x;
}

.form_action_button:hover .form_action_text
{
	color: #000000;
}

/* end form stylesheet */