@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------ */
/* STYLES home page styles, modify other pages with their own css styles. Put a two or 
three column style in when necessary																	
/* ------------------------------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif, Tahoma, Verdana, Arial,;
	font-size: 12px;
	line-height: 1.3em;
	color: #ffffff;
	background-color: #ffffff;
	/*background-image:url(../images%20bkg%20gradients/bodyBkg_gr.gif);
	background-repeat:repeat-x;*/	
}

/* ------------------------------------------------------------------------------------ */
/*  classes */

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}


.center	{
	width:880px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.left	{
	float:left;
	background-color: #ffffff;
}
	
.right	{
	float:right;}
	
img	{
	border-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------------------ */
/* elements */

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}

/*-- line rule*/
hr {
	color: #CCCCCC; 
	background-color: #CCCCCC; 
	height: 1px; 
	border: 0px;
}
/* ------------------------------------------------------------------------------------ */
/* LINKS																
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #3a72c5;
	text-decoration:none;
}
a:visited {
	color: #47648f;
}
a:hover {
	color: #c6102a;
}
a:active {
	color: #3a72c5;
}
#pageContainer #mainContainer .homePadding #leftPic img {
}
#pageContainer .footerContainer {
	/*color: #0033FF;*/
	color: #3a72c5;
}


/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS 																	
/* ------------------------------------------------------------------------------------ */
h1 {
	padding: 0px 6px 8px 0px;	
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}
h2 {
	padding: 0px 6px 0px 0px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .1em;
}

h1 a:link { 
	color: #3a72c5;
	text-decoration: none;
}
h1 a:visited { 
	color: #47648f;
	text-decoration: none;
}
h1 a:hover { 
	color: #c6102a;
	text-decoration: none;
}
h1 a:active { 
	color: #3a72c5;
	text-decoration: none;
}
h2 a:link { 
	color: #3a72c5;
	text-decoration: none;
}
h2 a:visited { 
	color: #47648f;
	text-decoration: none;
}
h2 a:hover { 
	color: #c6102a;
	text-decoration: none;
}
h2 a:active { 
	color: #3a72c5;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* containers
	home page move the logo containers out of the page container to allow a transparent
 	background when needed.	Add date and search boxes when ready.										
/* ------------------------------------------------------------------------------------ */

.logoContainer {
	margin: 5px auto;
	width: 180px;
	height: 86px;
}

/* page container holds all other containers */

#pageContainer {
	width: 900px;
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/* width and border create a frame */

.navContainer {
	width: 900px;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	height: 27px;
	background-color: #000000;
}

/* center the links in the navcontainer */
.navListContainer {
	/*margin: 0px auto;
	width: 840px;*/
	text-align:center;
}

.contentContainer {
	width: 900px;
	border: 1px solid #9e9e9e;
	background-color: #FFFFFF;
}

#mainContainer {
	border: 1px solid #9e9e9e;
	background-color: #ffffff;
}



/* tabs are centered and padding is applied */

#tabs	{
	width: 880px;
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images_bg/flowersBorder.gif);
	background-repeat: repeat-x;
}

#tabs img	{
	padding:6px;}
	
	
/* ---------------------------footer----------------------------------------------------*/
	
.footerContainer {
	width: 960px;
	overflow: hidden;
	text-align: center;
	color: #c9c9c9;
	font-size: 10px; 
	margin: 0px auto;
	padding-bottom: 20px;
}
/*color: #c9c9c9;*/
.footerContainer a:link { 
	
	color:#666 !important;
	text-decoration: none !important;
}
.footerContainer a:visited { 
	color: #333;
	
}
.footerContainer a:hover { 
	color: #000000;
	text-decoration: none;
}

.footerContainer a:active { 
	color: #333;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* home page feature section								
/* ------------------------------------------------------------------------------------ */
.homePadding {
	/* this is the flash padding */
	padding: 8px;
}

/* ---------------- feature items and navigation tabs ---------------------------------*/
.featureTabs {
	/*background-image: url(../images/feature_gr_bl.gif);
	background-repeat: repeat-x;*/
	min-height: 160px;
	width: 880px;
	/* overflow: hidden; */
	font-size: 11px;
}
.featureGroup ul { 
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
	list-style-type: none;
}
.featureGroup li { 
	/*background-image: url(../../images/bullet-black.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
/*
.featureItem {
	float: left;
}
*/
.featureItem	{
	width: 780px;
	margin:0 auto;}
	
.featureItem a:link { 
	/* color: #434343; */
	text-decoration: none;
}
.featureItem a:visited { 
	/* color: #434343; */
	text-decoration: none;
}
.featureItem a:hover { 
	/* color: #c6102a; */
	text-decoration: none;
}
.featureItem a:active { 
	/* color: #434343; */
	text-decoration: none;
}


/* ---------------------navigation------------------------------------------------- */

ul	{
	display:inline;}
	
li	{
	display:inline;
	}


ul#navMenu {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	list-style: none;
	
}

ul#navMenu li {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}







#mainBox {
	background-color: #92c964;
	height: 462px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 880px;
}
#pageContainer .contentContainer .homePadding .featureTabs #tabs img {
	margin-top: 45px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
