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

/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.266;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background_tile.jpg);
	background-color:#FFF;
	font-size: 100.main%;
	line-height: 1.125em;
}

a:link{
	color: #2A83FD;
	text-decoration: none;
}
 a:visited {
	color: #2A83FD;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	Color:#6DA652;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.5em;
 color: #3172AD;
}

h2{
 font-size: 1.2em;
 color: #123F6C;
}

h3{
 font-size: 1.2em;
 color: #492C2C;
}

h4{
 font-size: 1.2em;
 color: #F4F8C9;
}

h5{
 font-size: 1.2em;
 color: #492C2C;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}

blockquote {
  font-style: italic;
  margin-left: 15px;
}

blockquote .author {
  font-style: normal;
  display: block;
  padding-top: 6px;
  font-weight: bold;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{

	margin: 0px 0px 0px 0px;
	background-image:url(../images/background_masthead.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 142px;
}

#wrapper{
	margin: auto;
	Width: 864px;
	min-height: 500px;
	padding: 10px;
	background-color: #9f8e7a;
}


/********************************************************/
/**Content Styles/
/********************************************************/
#content{
	min-height: 520px;
	background-image:url(../images/background_content.jpg);
	background-repeat:repeat-y;
	float:left;
	width: 864px;
	margin: 2px 0 5px 0px;
	padding: 0 0 5px 0;
	font-size: 1em;
}

/********************************************************/
/**NavBar Styles/
/********************************************************/
#navBar{
	min-height:520px;
	float: left;
	margin: 2px 0 0 0px;
	width: 145px;
	padding: 0 0 0 5px;
	border: 0px solid #ccc;
}
#navBar ul a:link, a:visited{
color: #F3E9B2;
}
#navBar ul a:hover, a:visited:hover{
color: #FFFFFF;
}
/************** #main styles *****************/
#main{
	min-height:520px;
	float: right;
	width: 645px;
	border: 0px solid #ccc;
}

#main .main h1{
  padding: 20px 0;
  color: #042455;
  font-size: 2em;
  font-weight: bold;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #navHead styles **************/
#navHead{
list-style:none;
background-image:url(../images/background_navhead.jpg);
background-repeat:repeat-y;
height: 24px;
padding-top:0px;
width:664px;
padding-left: 200px;
color: #F3E9B2;
line-height: 1.6em;
}

#navHead a:link, a:visited{
color:#F3E9B2;
}
#navHead a:hover, a:visited:hover{
color: #FFFFFF;
}

/************** .feature styles ***************/

.feature{
	min-height:280px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-size: .8em;
	border-top: 1px dotted #2E5A86;
}
.feature a:link{
	color: #2A83FD;
	text-decoration: none;
}
.feature a:visited {
	color: #2A83FD;
	text-decoration: none;
	}
.feature a:hover, a:visited:hover {
	Color:#6DA652;
	text-decoration: none;
}
.feature h1, .feature h2, .feature h3, .feature h4, .feature h5 {
  text-align: center;
}
.feature h1 {
    padding: 20px 0 10px;
}
.feature h3 {
    padding: 10px 0px 5px 0px;
}
.feature h1 a, .feature h1 a:link, .feature h1 a:hover, .feature h1 a:visited{
  color: #3172AD !important;
  text-decoration: none;
}
.feature img{
	float: right;
	clear: right;
	padding: 0px 10px 10px 15px;
	margin: 10px 5px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */






/************** .main styles *****************/
.main a:link{
	color: #2A83FD;
	text-decoration: none;
}
.main a:visited {
	color: #2A83FD;
	text-decoration: none;
	}
.main a:hover, a:visited:hover {
	Color:#6DA652;
	text-decoration: none;
}
.main{
	background-color:#FFFFFF;
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: .8em;
}
.main p{
	padding: 0px 0px 10px 0px;
}
.main img{
	float: right;
	padding: 0px 10px 0px 20px;
	margin: 0 5px 5px 0;
}
.main ul>li {
 padding: 0 0 10px;
}

/************* #form styles ***************/

.form{
max-width:300px;
background-color:#FFFFCC;
float:right;
padding: 0 20px 0 20px;
}

/************* #siteInfo styles ***************/

#siteInfo{
text-align:center;
	clear: both;
	font-size: .75em;
	color: #000000;
	Margin: auto;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#siteinfo.p { 
float: left;
}
#siteInfo img{
float: right;
	padding: 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none;  margin: 0px 0px 0px 10px; padding: 0;}
#navBar h4 a, #navBar h4 a:link, #navBar h4 a:hover, #navBar h4 a:visited {
  color: #F4F8C9;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


.buy {
	font-weight: bold;
	text-decoration: underline !important;
}

.clear {
	clear: both;
}
