﻿@import url(layout.css);
body 
{
	margin:10 0%;	
	background-color: #CCCCCC;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.75em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color: #3F58BC;
	
	
}
#masthead {
	border-bottom: 6px solid #FF9900;
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
	margin-left:0px;
}
#navigation {
	background-color: #EEEEEE;
	margin-left: 0px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container 
{
	
	background-color:#FFFFFF;
	padding: 0px;
	margin-left:0px;	
}
#column_left 
{
	border-right: 1px solid #eeeeee;
	float: left;	
	min-height:450px;
	width: 550px;
}
#column_left_gallery
{	
	float: left;	
	min-height:450px;
	width: 550px;
}
#column_right 
{		
	width:180px;
}
#column_right_gallery
{		
	border-left: 1px solid #eeeeee;
	width:180px;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #7C8DD3;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;
	border: 1px solid #f93;
}

/* Styles for Right Column */
#column_right h4 {
	color: #3F58BC;
	margin-top: 6px;
	margin-bottom:0px;
}
#column_right p {
	color: #444444;
	margin-top: 0px;
}
#column_right a {
	color: #677BCB;
}
#column_right a:hover {
	color: #FF9933;
}
/* Styles for Right Column Gallery*/
#column_right_gallery h4 {
	color: #3F58BC;
	margin-top: 6px;
	margin-bottom:0px;
}
#column_right_gallery p {
	color: #444444;
	margin-top: 0px;
}
#column_right_gallery a {
	color: #677BCB;
}
#column_right_gallery a:hover {
	color: #FF9933;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #111111;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #222222;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #677BCB;
}
a:hover {
	color: #FF9933;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





.newsDiv
{
	width:95%;
	padding-bottom:10px;
}


.ThumbTable
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
}

TR.ThumbBackgroundCell
{
	background-color: #ecebeb;
}

.clearAll
{
	clear:both;
}

.PictureThumbFlow
{
	float:left;
	padding:.25em;
}
.PictureThumbFlow A
{
	font-size:8pt;
}
.PictureThumbFlow A:hover
{
	font-size:8pt;
}







.inputFormDiv
{
	width: 540px;		
}
.inputFormDiv div
{			
		
	padding-top:5px;
					
}
.asp_spanRequired
{
	display: inline;
	float: left;
	width: 120px;
	text-align:right;
	padding-right:5px;
}
.asp_span
{
	display: inline;
	float: left;
	width: 120px;
	text-align:right;
	padding-right:5px;
}
.inputFormDiv div input, .inputFormDiv div textarea, .inputFormDiv div select, inputFormDiv div checkbox
{
	margin: 0px;
}

.formButtons
{
	border-right: #708ac0 1px ridge;
	border-top: #e6e6e6 0px outset;
	border-left: #efefef 0px outset;
	border-bottom: #708ac0 1px ridge;
	font-size: 9pt;
	vertical-align: middle;	
	width: 85px;
	color: #ffffff;	
	font-family: Verdana;
	height: 22px;
	background-color: #cccccc;
	text-align: center;
	cursor: pointer;	
	
}
.formButtons:hover
{
	border-right: #333 1px ridge;
	border-top: #e6e6e6 0px outset;
	border-left: #efefef 0px outset;
	border-bottom: #333 1px ridge;
	font-size: 9pt;
	vertical-align: middle;	
	width: 85px;
	color: #333333;	
	font-family: Verdana;
	height: 22px;
	background-color: #ff9900;
	text-align: center;
	cursor: pointer;
	
	
}
.formButtonsFloat
{
	border-right: #708ac0 1px ridge;
	border-top: #e6e6e6 0px outset;
	border-left: #efefef 0px outset;
	border-bottom: #708ac0 1px ridge;
	font-size: 9pt;
	vertical-align: middle;	
	
	color: #ffffff;	
	font-family: Verdana;
	height: 22px;
	background-color: #708ac0;
	text-align: center;
	cursor: pointer;	
	
}
.formButtonsFloat:hover
{
	border-right: #333 1px ridge;
	border-top: #e6e6e6 0px outset;
	border-left: #efefef 0px outset;
	border-bottom: #333 1px ridge;
	font-size: 9pt;
	vertical-align: middle;	
	
	color: #333333;	
	font-family: Verdana;
	height: 22px;
	background-color: #98bbe4;
	text-align: center;
	cursor: pointer;
	
	
}
.pageTitle
{
	font-size: 10pt;
	padding-left: 5px;
	font-weight: bold;		
	height: 20px;
	color:#036
	
}
.inputField
{
	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
.inputFieldRequired
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	background-color: #ffd089;
}
.inputFieldRequiredSmall
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: #ffd089;	
}
.inputFieldDisabled
{
	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	background-color:silver;
}

.inputFieldNumeric
{
	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-align: right;
}
.inputFieldNumericRequired
{
	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-align: right;
	background-color:#ffd089;
}
.inputFieldListBox
{
	border: 1px solid #6B6B6B;	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	padding: 2px 0px 3px 4px;
	width:220px;
}
.inputFieldListBoxRequired
{
	border: 1px solid #6B6B6B;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	padding: 2px 0px 3px 4px;
	width:220px;
	background-color:#ffd089;
}
.inputFieldListBoxSmall
{
	border: 1px solid #6B6B6B;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	padding: 2px 0px 3px 4px;
	width:150px;
}
.ErrorControl
{
	padding: .2em;
	background-color: #fff;	
}

