/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
    text-align: center;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #c0007b;
	text-decoration: underline;
}

.main { text-align: left; width: 700px; margin-left: auto; margin-right: auto; } 


h1{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

table
{ 
margin-left: auto;
margin-right: auto;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #c0007b;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #c0007b;
	text-decoration: none;
}

#masthead h1 {color: #c0007b;}
#masthead h1 a:link, #masthead h1 a:visited {color: #c0007b; text-decoration: none;}
#masthead h1 a:hover {color: #000000; text-decoration: underline;}

#navBar{
float:left;
	margin: 0px;
	width: 130px;
	padding: 10px 10px 0px 10px;
}

/* #headlines{
  float:right;
	width: 15%;
	min-width: 120;
	padding-right: 10px;
  border-left: 1px solid #c0007b;
} */

#content{
float:left;
  width: 530px;
  margin-left: auto;
  border-left: 1px solid #c0007b;
  padding: 0 0 10px 0;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 5px 0px 5px 0px;
color: #c0007b;
font-size: 75%;
font-style:normal;
}

#globalNav a:link, #globalNav a:visited {color: #c0007b; text-decoration: none;}
#globalNav a:hover {color: #c0007b; text-decoration: underline;}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 90%;
/* 	border-bottom: 1px solid #bbbbbb; */
}

.feature h3{
	padding: 20px 0px 5px 0px;
    font-size: 95%;
	color:#000000;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

.feature h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}


.feature h1{
 padding: 5px 0px 15px 0px;
 font-size: 130%;
 color: #000000;
 margin: 0px;
}


.feature img{
    float: left;
	vertical-align: top;
	padding: 10px 10px 0px 0px;
}

.feature2 img{
    float: right;
	vertical-align: top;
	padding: 10px 0px 0px 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story img{
	float: left;
	vertical-align: top;
	padding: 10px 10px 0px 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #c0007b;
	font-size: 75%;
	text-align: center;
	color: #c0007b;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

#siteInfo img{
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}

#siteInfo a:link, #siteInfo a:visited  {
    color: #c0007b;
	text-decoration: none;
}

#siteInfo a:hover {
    text-decoration:underline;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #53a871;}

/* fix for browsers that don't need the hack */
/* html>body #navBar li {border-bottom: none;} */


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 5px;
    color: #ffffff;

}

#sectionLinks a:link, #sectionLinks a:visited {
    color: #ffffff;
	text-decoration: none;
}

#current a:link, #current a:visited,
#sectionLinks a:hover {
    color: #006633;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines img{
	float: left;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#bbborder_mid img{
   border-top: 2px solid;
   border-bottom: 2px solid;
   border-bottom-color:#366A48;
   border-top-color:#72b88b;
   	white-space: nowrap;
}

#bbborder_left img{
   border-top: 2px solid;
   border-bottom: 2px solid;
   border-left: 2px solid;
   border-bottom-color:#366A48;
   border-top-color:#72b88b;
   border-left-color: #366A48;
   	white-space: nowrap;
}

#bbborder_right img{
   border-top: 2px solid;
   border-bottom: 2px solid;
   border-right: 2px solid;
   border-bottom-color:#366A48;
   border-top-color:#72b88b;
   border-right-color: #6ab484;
   	white-space: nowrap;
}

#bbborder_top li{
   border-top: 2px solid;
/*   border-bottom: 1px solid;
   border-bottom-color:#366A48; */
   border-right: 2px solid;
   border-left: 2px solid;
   border-right-color:#6ab484;
   border-top-color:#72b88b;
   border-left-color: #366A48;
   background-color: #53a871;
   	white-space: nowrap;
}

#bbborder_mid2 li{
   border-right: 2px solid;
   border-left: 2px solid;
   border-right-color:#6ab484;
   border-left-color: #366A48;
   background-color: #53a871;
   	white-space: nowrap;
}

#bbborder_mid3 li{
   border-right: 2px solid;
   border-left: 2px solid;
   border-bottom: 1px solid;
   border-bottom-color:#366A48;
   border-right-color:#6ab484;
   border-left-color: #366A48;
   background-color: #53a871;
   	white-space: nowrap;
}

#bbborder_bottom li{
   border-right: 2px solid;
   border-bottom: 2px solid;
   border-left: 2px solid;
   border-bottom-color:#366A48;
   border-right-color:#6ab484;
   border-left-color: #366A48;
   background-color: #53a871;
   	white-space: nowrap;
}


#qbutton a {
   display:block;
   width:auto;
   color:#004422;
   margin-right:10px;
   text-decoration:none;
   text-align:center;
/*   font-weight:bold; */
   font-size: 80%; 
   float: left;
   padding: 4px 10px 5px 10px;
   border: 1px solid;
   border-top-color:#72b88b;
   border-bottom-color:#366A48;
   border-right-color:#6ab484;
   border-left-color: #366A48;
   background-color:#53a871;
   height: 1em;
}


#qbutton a:link #qbutton a:visited
{  border-top-color:#72b88b;
   border-bottom-color:#366A48;
   border-right-color:#6ab484;
   border-left-color: #366A48;
   background-color:#468f60;
    color: white;
float: left;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    padding: 1px 1px 1px 3px;
	text-decoration: none;
    width: 16em;
	display: block;
}

#qbutton a:hover
{   background-color: #468f60;
   color: white;
}

/* depress effect on click */
#qbutton a:active, #qbutton a:focus 
{  border-bottom-color:#72b88b;
   border-top-color:#366A48;
   border-left:#6ab484 solid 2px;
   border-right-width:0px;
    letter-spacing: normal;
}


label
{
width: 4em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both
}

.input-box
{
float: left;
margin-bottom: 10px;
color: #333333;
background: #feb;
border: #26a solid 0px
}

.submit-button
{
margin-left: 0em;
float: left;
border : 0;
border: 1px solid;
border-top-color:#72b88b;
border-bottom-color:#366A48;
border-right-color:#6ab484;
border-left-color: #366A48; 
background-color:#53a871;
font-family: arial,helvetica,sans-serif;
/* font-weight: bold; */
color: #004422;
padding: 1px 1px 1px 3px; 
text-decoration: none;
display: block;
cursor: pointer;
cursor: hand;
}

.submit-button2
{
margin-left: 0em;
border : 0;
border: 1px solid;
border-top-color:#72b88b;
border-bottom-color:#366A48;
border-right-color:#6ab484;
border-left-color: #366A48; 
background-color:#53a871;
font-family: arial,helvetica,sans-serif;
/* font-weight: bold; */
color: #004422;
padding: 1px 1px 1px 3px; 
text-decoration: none;
display: block;
cursor: pointer;
cursor: hand;
}

fieldset
{
border: #333333 solid 1px;
padding: 10px;
/* width: 20em */
}

legend
{
background-color:#53a871;
border: #333333 solid 1px;
padding: 1px 10px;
font-family: Arial,sans-serif;
font-size: 120%;
font-weight:bold;
color: #ffffff;
margin: 0px;
}


.callout {
   float: right;
   text-align:center;
   width: 200px;
   margin: 0px;
   padding: 0px;
}
