/* +++ Core Styles ++++ */

/*------------------------------------------------------------------------*/
body	{
/* Default style definition for entire application.  Defined for consistency of look and feel.*/
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	color: #555;
	font-size: small;
	background: url("../images/back1.jpg");
/*
	background: url("../images/back_bg.jpg");
	background-position: 100% 100%;
	background-repeat: repeat-x;
	background-attachment: fixed;	
	background-color : #222;
*/	
	}

form {
/* removes ridiculous gap that *some* browsers interpret for form */
	margin:0;
	} 	
	
div, p, th, td, li, dd, dl, dt    {
/* redundant selectors to help NS not forget */
	font-family: Verdana, Arial, sans-serif;
    }
	
a	{
/* Default link style for entire application.  Defined for consistency of look and feel. */
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	line-height: 1.2em;
	}
a:link	{
	color:	#00CCCC;
	background-color: transparent;
	}
a:visited	{
	color:	#00CCCC;
	background-color: transparent;
	}
a:active	{
	color: #ccffff;
	background-color: transparent;
	}
a:hover	{
	/*color: #8A0009;*/
	color: #ccffff;
	background-color: transparent;
	text-decoration:	underline;
	}
	
dt 	{
	font-weight: bold;
	}
	
dl, dt, dd {
	line-height: 1.5em;
	}
	
ul, ol {
	/*margin: 1px;*/
	/*padding-left:15px;*/
	}

ul.plain {
	list-style:none;
	padding-left:15px;
	}
	
li.plain {
	line-height: 1.5em;
	}

p 	{
	margin-top: 0; 
	padding-top: 0;
	line-height: 1.5em;
	font-size: 9pt;
	}
		
h1	{
	font-size:	120%; 
	}

h2	{
	font-size:	105%; 
	}

h3	{
	font-size:	90%;
	}

h4 	{
	font-size:	80%;
	}

h5	{
	font-size:	80%;
	}

h6	{
	font-size:	80%;  
	}
h1, h2, h3, h4, h5, h6	{
	font-family: Arial,  sans-serif;
	font-weight: bold;
	color: #336666;
	background-color: transparent;
	padding:10px 0px 0px 3px;
	margin:0px;
	}
	
img	{
/* turns off gaps around images */
	border:	0
	}
	
img.thumbnail{
  
  border:1px solid #555;
}


code, tt, pre	{
	font: 12px courier new, courier, monospace;
	color: #330099;
	background: transparent;
	}


/*------------------------------------------------------------------------*/	

/******** Form Element Styles *****************/

input.textInput{
/* This style will be applied for all text field inputs */
	font-size: 85%; 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #336666;
	background-color: #ffffff; 

}

input.textInputRight {
/* This style will be applied for all text field inputs */
	font-size: 85%; 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #336666;
	background-color: #ffffff; 
	text-align: right;
}


textarea {
/* Default "catch-all" style will be applied for all text area inputs. */
	font-size: 85%; 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #336666;
	background-color: #ffffff; 
	vertical-align: top;
}

select {
/* Default "catch-all" style for combo boxes/ pull down menus, will be applied to all pull down menus */
	font-size: 85%; 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #336666;
}


input.cmdButton {
/* Definition to be attached to a button type input, for CRUD/command behavior */
	background-color: #336666;
	padding: 1px 0px;
	margin: 1px;
	margin-right: 7px;
	margin-left: 0px;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px groove #336666;
	color: #FFFFFF;
	vertical-align: top;
}

label{
/* Default "catch-all" style for all form labels used in the main content area */
	font-size: 85%;
	font-weight: normal;
	color:  #333333;
}

label.labelStyle{
/* Style for all form labels used in the main content area, for non-required fields */
	font-size: 85%;
	font-weight: normal;
	color:  #333333;
	}

label.reqLabelStyle{
/* Style for all REQUIRED form labels used in the main content area, be sure to include an asterisk */
	font-size: 85%;
	font-weight: bold;
	color:  #333333;
	}

.bold {
	font-weight: bold;
}	

.italic {
	font-style:italic;
}

.bolditalic {
	font-weight: bold;
	font-style:italic;
}	

		
/*------------------------------------------------------------------------*/	

/******** Main Layout Styles *****************/

	#logo {
		width:800px;
		height:30px;
		background:url("../images/logo.gif") no-repeat;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		padding-bottom:0px;
		background-position:0% 0%;
		text-align:left;
		
		}

	#frame {
		width:800px;
		border-top:5px solid #336666;
		border-bottom:5px solid #cccc99;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		height:auto !important; 
		min-height:350px;
		background:url("../images/frame_bg.jpg") no-repeat;
		background-position: 100% 100%;
		background-repeat:no-repeat;	
		background-color:#fff;
		}html>body #frame{height:350px;}

	#frame a:hover, #frame a:active{
		color: #8A0009;
	}

	#contentLeft {
		/*background-color:#fff;*/ 
		height:auto !important; 
		min-height:350px; 
		width:559px; 
		display:inline; 
		float:left;		
	}html>body #contentLeft{height:350px;}

	#contentRight{
		/*background-color:#fff;*/
		border-left:1px solid #cccc99; 
		height:auto !important; 
		min-height:350px; 
		width:240px; 
		display:inline; 
		float:left;		
	}html>body #contentRight{height:350px;}

	#contentCenter{
		/*background-color:#fff;*/  
		height:auto !important; 
		/*min-height:350px;*/
		width:800px; 
		display:block;
		padding-bottom:75px;		
	}html>body #contentCenter{min-height:350px;}		

	#contentHeader {
	    width:800px;
	    height:250px;
	}
	
	#subcontentHeader {
	    width:800px;
	    height:100px;	    
	}

	#noNavContent {
	  	position:relative;
		width:800px;
		padding:0px;
		float:left;
	}
	
	#navContent{
		padding:5px; 
		height:100px; 
		width:200px; 
		/*background-color:#CCCC99;*/
		background: url("../images/nav_bg.jpg");
		background-position: 100% 100%;
		background-repeat: repeat-x;	
		background-color:#336666;
		border:1px solid #003333; 
		display:block; 
		float:left; 
		margin-top:35px; 
		margin-left:-25px; 
		position:relative;	  
	}

	#mainContent {
	  	position:relative;
		width:800px;
		padding:0px;
		margin:0px;
		float:none;
		/*background-color:#fff;*/
	}
		
	#contentFooter {
	  	text-align:center;
		background: #fff;
		padding:0px;
		height:25px;
	}
	
	#footer {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: center;
	}		

	#galleryLeft{
		background-color:#fff;
		border-right:1px solid #cccc99; 
		height:350px; 
		width:399px; 
		display:inline; 
		float:left;		
	}

	#galleryRight{
		background-color:#fff; 
		height:350px; 
		width:400px; 
		display:inline; 
		float:left;		
	}		

	/*when making a printable style sheet, set the overflow to visible and remove height. */
	#scrollBox{
		width:790px; 
		height:210px; 
		border:1px solid #ddd; 
		background-color:#fff; 
		filter:alpha(opacity=65); 
		-moz-opacity:0.65;
		opacity:65%; 
		overflow:auto;	
	
	  }
	
	#scrollBoxClear{
		width:790px; 
		height:210px; 
		border:1px solid #ddd; 
		overflow:auto;
	}
	
	.commandDiv{
		padding-top:5px;
		padding-left:5px;
	}

/******** Main Navigation Styles *************/

/*header navigation*/
.navBarOff{
   	padding-left:5px; 
	padding-right:5px; 
	padding-bottom:0px;
	border-top:0px solid;
}

.navBarOn{
   	padding-left:5px; 
	padding-right:5px; 
	padding-top:0px;
	border-top:5px solid #009999;
}

.navBarHover{
   	padding-left:5px; 
	padding-right:5px; 
	padding-bottom:0px; 
	border-top:5px solid #ccffff;
}


a.navLink, a.navLink:link, a.navLink:visited, a.navLink:hover, a.navLink:active {
  text-decoration:none;
}


/******** Sub-Domain Navigation Styles *************/

.subNavOn{
  
  
}

.subNavOff{
  
}

a.subNavLinkOn, a.subNavLinkOn:link, a.subNavLinkOn:visited, a.subNavLinkOn:hover, a.subNavLinkOn:active {
  padding-left:10px;
  font-size:85%;
  vertical-align:top;
  text-decoration:none;
  color:#fff;
}

a.subNavLinkOff, a.subNavLinkOff:link, a.subNavLinkOff:visited, a.subNavLinkOff:hover, a.subNavLinkOff:active{
  padding-left:10px;
  font-size:85%;
  vertical-align:top;
  text-decoration:none;
}

