﻿/*
blue #005EAE
light blue #0070CA
Green #008B08
yellow #FFB530
red #F93A41	
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size:12px;
	line-height:22px;
	}
	
body a {
	color:#326EA1;
	text-decoration: none;
 
	}
	
body a:hover {

	color:#326EA1;
	background-color: #E0DACC;
	text-decoration: underline;

	}
	
	.admin_font 
	{
		font-size:11px;

	

	}

#topheader { 
	padding: 0px 0px 0px 0px; 
	height:12px;
	background-color:#005EAE;
} 
#topheader2 { 
	padding: 0px 0px 0px 0px; 
	height:2px;
	background-color:#000000;
} 
.grvFont{
	font-size: 7.5pt;
	font-weight: normal;
	color:#333333;
}
#header { 
	background: #005EAE;
	background-image:url(images/headerBlankBg.gif);
	background-repeat: repeat-x; 
	padding: 0 0px 0px 0px;
	height:130px; 
} 
#headerlogo { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#insideheader  { 
	width: 950px;
	padding: 0px 0px 0px 0px;
	height:105px;
	margin: 0 auto;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#insideheadermenu  {

	width: 950px;
	
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	
}

#insideheadermenu ul
{ 
	width: inherit;
	background-color:#0067BB;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:0;	
	float:left;
	clear:none; 
	list-style-type:none; 
	list-style-position:inherit;
	
}

#insideheadermenu ul.nav{
	width:950px;
	margin:0px 0px 0px 0px;		
}

#insideheadermenu ul.nav li {
	display:block;

	font: bold 11px "Century Gothic", Arial, Helvetica, sans-serif;
	float:left;
	letter-spacing:2px;
	text-transform: uppercase;
	padding:0px 0px 0px 0px;	
}

#insideheadermenu ul.nav li a {
	display:block;
		color: #ffffff;
	float:left;
	padding:4px 17px 4px 17px;
	border-right: 1px solid #0070CA;
	border-left: 1px solid #0067BB;
	letter-spacing:2px;
	text-transform: uppercase;
	text-decoration:none;

}

#insideheadermenu ul.nav li a:hover{
	color: #ffffff;
	background-color: #C22320;
	border-right:  thin solid;
	border-left: thin solid; 
	border-left-width: 3px;
	border-right-width: 2px;
	border-left-color: #000000;
	border-right-color: #000000;
	padding:4px 16px 4px 15px;
	
}
	

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	 /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	font-family:Arial, Helvetica, sans-serif;
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 25px;
	font-size:11px;
	border-left: thin solid #E0DACC;
	line-height:18px;
	
	/*background-image: url(images/bgRight.gif);
background-repeat: repeat-y;*/

}

#sidebar1 h1 {
	
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:3px;
	color:#008B08;
	text-transform: uppercase;
	border-bottom: thin solid #E0DACC;
	margin-bottom:5px;
	
}

#sidebar1 #heading3 {
	
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#C22320;
	font-weight:bolder;
	
	
}

#sidebar1 p {
font-size:8px;
	}
	
#sidebar1 #featured {
    background-image:url(images/featuredpic.jpg);
	background-repeat:no-repeat;
	padding: 0px 0 0 95px;
	font-size:10px;
	}
	
	
.iconlist
{
list-style: none;
margin: 0;
padding: 0;

}

li.icon
{
background-image: url(images/iconList.gif);
background-repeat: no-repeat;
background-position: 0 6px;
padding: 0 0 0 14px;
text-transform:capitalize;
border-bottom: thin solid #E0DACC;
font-size:11px;
letter-spacing:1px;
line-height:22px;
}

li.icon a
{
color:#005EAE; 
font-weight:bolder;
display:block;

}

li.icon a:hover
{
color:#000000; 
text-decoration:none;
background-color:#FFB530;
padding: 0 0 0 5px;
}

.iconpdflist
{
list-style: none;
margin: 0;
padding: 0;

}

li.iconpdf
{
background-image: url(images/pdf.gif);
background-repeat: no-repeat;
background-position: 0 6px;
padding: 0 0 0 14px;
text-transform:capitalize;
border-bottom: thin solid #E0DACC;
font-size:11px;
letter-spacing:1px;
line-height:22px;

}

li.iconpdf a
{
color:#005EAE; 
font-weight:bolder;
display:block;


}

li.iconpdf a:hover
{

color:#000000; 
text-decoration:none;
background-color:#FFB530;
padding: 0 0 0 5px;

}
	
	
#mainContent { 
	margin: 0 300px 0 0;
	padding: 0px 25px 0px 0px;
	letter-spacing: 1px;

} 

#mainContent h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:3px;
	color:#008B08;
	padding-bottom: 3px;
	margin: 25px, 0 20px 0px;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: thin solid #E0DACC;
	margin-bottom:10px;
}

#mainContent p {
	
	letter-spacing:1px;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	
	
}

#mainContent h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	color:#326EA1;
	padding: 0 0 5px 0px;
	border-bottom: thin solid #E0DACC;
}

#mainContent h3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	color:#326EA1;
	padding: 5px 0 0 0;
	border-top: thin solid #E0DACC;
}

#mainContent th td {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	color:#326EA1;
	padding: 0 0 5px 0px;
	border-bottom: thin solid #E0DACC;
}

table#sample 
{
	display:table;     
	width: 100%;
	font-size:10px;
}
table#sample td {    
	padding: 2px;
	border-bottom: thin solid #E0DACC;
}
table#sample th td {    
	padding: 0px; 
	margin:0;
	border-bottom: thin solid #E0DACC;
}



#mainContent a { 
	color: #326EA1;
}

	
	#maincontentheader_right
{
	width:240px;
	margin: 0px 0px 0px 5px;
	float:right;
	


	}
	
	
.box 
{
	width:240px;
	background:url(images/corner_bottom.jpg) no-repeat bottom left;


	}
	
.box h6 
{
	margin:0;
	padding:6px 8px 4px 25px;
	font-size:100%;
	border-bottom:1px solid #015EAE;
	color: #ffffff;
	width:200px;
	text-transform:capitalize;
	background:url(images/corner_top.jpg) no-repeat top left;
	}
	
.box ul 
{
	margin:0;
	padding:5px 14px 5px 14px;
	list-style:none;
	
	}
	
.box ul li
{
	margin:0 0 0px;
	padding:5px 0px 5px 0px;
	line-height:15px;
	font-size:11px;
	
	}
	
	
	.box 
{
	width:240px;
	background:url(images/corner_bottom.jpg) no-repeat bottom left;


	}
	
	.box a
	{
		font-weight:bolder;
		}
	
#maincontentheader_redright
{
	width:300px;
	margin: 0px 0px 0px 5px;
	float:right;

	}
	
.redbox 
{
	width:300px;
	padding: -5px 0 0 0;
	background:url(images/corner_redbottom.jpg) no-repeat bottom left;
}

.redbox div
{
	width: 290px;
	padding: 5px 5px 5px 5px;
	background-color:Aqua;
	
	}
	
.redbox h6 
{
	margin:0;
	padding:6px 8px 4px 25px;
	font-size:100%;
	border-bottom:1px solid #009107;
	color: #ffffff;
	width:267px;
	text-transform:capitalize;
	background:url(images/corner_redtop.jpg) no-repeat top left;
	}
	



.sm #mainContent a:hover {
	background-color:#E0DACC;
}

#mainContent #story p {
	margin: 115px 10, 110, 110px;
}

#mainContent #story #storydate {
	font-family: "Courier New", Courier, monospace;
}

#mainContent story p {
	
}

#admin {       
	width: 100%;
	font-size:11px;
	border-bottom: thin solid #E0DACC;
}
#admin td {    
	padding: 5px;
	
}


toprow {     
	height:26px;
	border-top: thin solid #326EA1;
	font-weight:bolder;
}

#topspacer  {
	height:30px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/spacer_bg.jpg);
	background-repeat:repeat-x;

}

#footertop { 


	background-color:#000000;
	height: 5px
	
} 

#footer { 

	padding: 0 10px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px; 
	background-color:#CC0000;
	height:auto;
	
} 
#footerinside { 
	width: 950px;
	height:100px;
	
	margin: 0 auto;
	text-transform: uppercase;
}

#footerinside a { 
	text-transform: uppercase;
	color: #FFD5D5;
}
#footerinside a:hover { 
	color: #000000;
	background-color: #CC0000;
}
#footer p {
	margin: 0; 
	padding: 10px 0;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.cssform p{
margin: 0;
padding: 5px 0 8px 0;

border-top: 1px dotted #ccc;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform textarea{
width: 250px;
height: 150px;
}


.required
{
    font-size: 8pt;
    color: #ed7c20;
    background-image:url(/images/required.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding: 2px 0px 2px 18px;
    
}