/* CSS Document */

/******************/
/* Headers, plain */
/******************/
H1 { padding-bottom:4px; padding-top:5px; font-size:12px; }
H2 { font-size: 14px; color: #aba978; }
H3 { font-size: 16px; color: #aba978; }
H4 { font-size: 18px; color: #aba978; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 2px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #aba978; text-decoration: none; }
H2 A { color: #aba978; }
H3 A { color: #aba978; }
H4 A { color: #aba978; }
H5 A { color: #aba978; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, PRE, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: helvetica; color: #aba978 }
P { color: #838383; }
H1 { color: #aba978; }
H3 { color: #aba978; }
H2, H4, H5 { color: #aba978; }
PRE PRE { font-family: monospace; }
A { color: #333;  text-decoration: underline;}
A:hover { color: #333;  text-decoration: underline; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0; padding-bottom:10px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }


/**Standard form styles: */
/***************************/
.csc-mailform { border:0px; font-family: helvetica;	font-size: 11px;  font-weight: bold; color: #838383;	}
.csc-mailform-submit{	background-color: #aba978; font-family: helvetica; font-size: 10px; color: #fff; margin:0;padding:0;
float: right; margin-right: 10px; margin-top:10px;padding:5px;}

.csc-mailform-field {
width:40%;
text-align:left;
margin-bottom:3px; 
}

label {float: left;
width:165px;}

textarea 		{ 
	border: 1px #838383 solid;
	font-family: helvetica;
	font-size: 11px;
	color: #838383;	
	line-height: 15px;
	background-color: #EEEEEE;
	margin:3px;
	padding:2px;	
	 }

input			{ 
	border: 1px #838383 solid;
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #838383;	
	line-height: 15px;
	background-color: #EEEEEE;
	margin:3px;
	padding:2px;
	
}

select  {
    border: 1px #838383 solid;
	font-family: helvetica;
	font-size: 11px;
	color: #838383;	
	line-height: 15px;
	background-color: #EEEEEE;
	margin:3px;
	padding:2px;

	}


