@charset "UTF-8";
/* CSS Document */

/* Background default color #404042 */

/* BASIC STYLES */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #CCC;
}

a:link {
	color: #006FA4;
	text-decoration: none;
}

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

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

.blueText {color: #08B0EE}

.homepageCopy, .homepageCopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFF;
}

p {
	padding: 0 0 16px 0;
	margin: 0;
	color: #CCC;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal !important;
	color: #CCC;
	margin: 0 0 16px 0;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal !important;
	color: #CCC;
	margin: 0 0 14px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal !important;
	color: #CCC;
	margin: 0 0 14px 0;
}

h3.detailCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #FFF;
	margin:0; padding:0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #CCC;
	margin:0; padding:0;
}

h4.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #C00;
	margin:0; padding:0;
}
.detailCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	color: #CCC;
}

.detailCopy a:link {
	color: #CCC;
	text-decoration: underline;
}

.detailCopy a:visited {
	color: #CCC;
	text-decoration: underline;
}

.detailCopy a:hover {
	color: #CCC;
	text-decoration: none;
}

/* smaller text for news and profiles */
h3.smallerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #FFF;
	margin:0; padding:0;
}

.smallerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	color: #CCC;
	
}

.smallerText a:link {
	color: #CCC;
	text-decoration: underline;
}

.smallerText a:visited {
	color: #CCC;
	text-decoration: underline;
}

.smallerText a:hover {
	color: #CCC;
	text-decoration: none;
}

.sidebar {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #666;
}

.sidebar a:link {
	color: #006FA4;
	text-decoration: underline;
}

.sidebar a:visited {
	color: #006FA4;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #006FA4;
	text-decoration: none;
}

h4.sidebar {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #000;
}

.sidebarNewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

.sidebarNewsText a:link {
	color: #666;
	text-decoration: none;
}

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

.sidebarNewsText a:hover {
	color: #666;
	text-decoration: underline;
}

.sidebarTagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006FA4;
	font-weight: bold;
}

.required {
	color: #CC0000;
}

/* LAYOUT STYLES */

html, body {
/* establish page height and background color */
	height: 100%;
	background-color: #404042; 
	margin: 0;
	padding: 0;
}

#pagewrapper {
/* put in the background radial blend */
/* allow height to flex to full page height */
	width: 100%;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	background-image:url(../images/bkg.jpg); /* this is the radial blend */
	background-repeat:repeat-x;
	background-position: top center;
	margin: 0px auto;
}

#contentwrapper {
/* add the shadow bumpers */
	width:910px; 
	margin:0px auto; 
	background-image:url(../images/bkg_content.png);
	background-repeat:repeat-y !important;
}

/* home page layout styles */

#homecontentbox {
/* spec the content zone */
	margin:0px 30px;
	width: 850px;
	/*min-height: 700px; */
	background-image:url(../images/bkg_homeContent.png);
	background-repeat:repeat-y;
}

#homeleftcol { 
/* set the width and float */
	width:600px;
	float:left;
}

#homerightcol { 
/* set the width and float */
	width:250px;
	float:right;
}

#sidebar {
/* the sidebar on the right that includes the logo, news and signup box */
	padding: 0 30px;
}

#homeflashbox {
/* for the flash piece */
	width: 600px;
	height: 184px;
	background-color:#006FA4;
}

#homecontent {
	padding: 5px 20px 0px 20px; 
	background-color:#006FA4;
}

#homefooter {
/* close out the page */
	width:910px; 
	height:50px; 
	margin:0px auto; 
	background-image:url(../images/bkg_homeFooter.png); 
	background-repeat:no-repeat;
}

/* inside page elemenets */

#insidenavcol { 
/* set the width and float */
	width:100px;
	float:left;
	background-color:#FFF;
}

#insidecontentbox {
/* spec the content zone */
	margin:0px 30px;
	/*min-height: 700px; */
	background-color:#FFF;
	/* box height */
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
}

#insidenav {
	/* set margin for the inside navigation*/
	 margin-top:30px;
}

#insidecol {
/*set main content column*/
	 width:500px; 
	 float:left; 
	 background-image:url(../images/bkg_inside2.jpg); 
	 background-repeat:no-repeat;
}

#contentbkg {
	/* set the gray background to hold the content */
	margin:10px 10px 0 10px;
	min-height:600px;
}

#contentzone {
	/* keep away from edges - main content is dropped here */
	padding: 20px 82px 20px 20px;
	/*background-color:#000;*/
	min-height:600px;
	background-image:url(../images/bkg_75k.png);
	/* set transparency
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75; */
	/* box height */
	min-height: 500px;
	height: auto; /* for FF/Moz/Safari */
	_height: 500px; /* for IE */
}

#contentzonedetail {
	/* keep away from edges - main content is dropped here */
	/* use for detail pages where the right margin does not apply */
	padding: 20px;
	/*background-color:#000;*/
	min-height:600px;
	background-image:url(../images/bkg_75k.png);
	/* set transparency
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75; */
}

#insiderightcol { 
/* set the width and float */
	width:245px;
	float:left;
}

#insidefooter {
/* close out the page */
	width:910px; 
	height:50px; 
	margin:0px auto; 
	background-image:url(../images/bkg_footer.png); 
	background-repeat:no-repeat;
}

/* FORM ELEMENTS */

select {
	color: #555;
	border: 0px solid #999;
	font-family: Times, serif;
	font-size: 12px;
	font-weight: normal !important;
}

input, textarea  {
	color: #555;
	border: 1px solid #999;
	font-family: Times, serif;
	font-size: 12px;
	font-weight: normal !important;
	margin: 0 0 4px 0;
}
