/*

// Date Created: March 23 2009
// Date Modified: March 23 2009
*/

/*    DEFINE HTML TAGS     */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this hack centers the wrapper for IE 5.X pc */
	font-size: 80%;
	margin: 0;
	padding:0;
	background-image: url(images/bg_marble.jpg);
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: none;
}



a:hover, a:focus {
	text-decoration: underline;
}		

h2, h3, h4, h5 {
	text-transform: uppercase;
	color: #CC6633;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 6px;
	}
h1{
	font-size: 24px;
	color: #CC6633;
}
.HeadingLargeOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: normal;
	color: #C1C2A0;
}


h3{
	font-size: 110%;
}
h4{
	font-size: 90%;
}
p {
	font-size: 100%;
	margin: 8px 0px;
}

table{
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
	font-size: 85%;
	width: 100%;
}

td, th {
	padding: 4px;
	margin: 0px;
	border: 1px solid #666666;
	border-collapse: collapse;
	vertical-align: top;
	background-image: url(images/bg_marble4_sm.jpg);
	color: #F9F3DF;
}
th {
	color: #F9F3DF;
	text-align: left;
	font-weight: bold;
}
td.DetailLink a, td.DetailLink a:hover, td.DetailLink a:focus{
	color: #FF6600;
	line-height: 130%;
	font-weight: bold;
	}
td.ApplyLink a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	display: block;
	line-height: 130%;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	}
td.ApplyLink a:hover, td.ApplyLink a:focus{
	text-decoration: underline;
	}
	
caption {
	font-size: 100%;
	color: #eeeeee;
	display: table-caption;
	padding: 3px;
	margin: 0px;
	background-color: #F9F3DF;
	border-bottom: solid 3px #FFFFFF;
}
/* design containers */
#wrapper {
	width: auto;/* sets the width for IE 5.X browsers */
	text-align: left; /* centers the wrapper left and right, drops the wrapper 10px adjusts top and bottom */
	padding: 0;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/bg_marble2_sm.jpg);
	}

#wrapper #banner{
	margin: 0px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 11px;
	background-image: url(images/bg.gif);
}



/* styles for the nav menu - remove padding, margin and bullets */
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */

#nav li {
  float: right;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 7px 0 7px 22px;
  width: 120px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 120%;
  }
#nav a:link, #nav a:visited {
	background-color: #999999;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #5B6058;
	border-bottom-color: #5B6058;
	border-left-color: #CCCCCC;
  }
#nav a:hover, #nav a:active {
  background-color: #999999;
  color: #524872;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #999999;
  color: #FFF;
  border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;
  }

#wrapper #subNavColumn{
	width: 37%;
	margin: 0px;
	float: left;
	background-color: #F9F3DF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

#wrapper #subNavColumn h4{
	color:#FFFFFF;
}

#wrapper #subNavColumn #vertnav {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	width: 225px;
	text-align: left;
	background-color: #F6ECD1;
}

#wrapper #subNavColumn #vertnav ul{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style-type: none;	
}

#wrapper #subNavColumn #vertnav li{
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #616945;
}

#wrapper #subNavColumn #vertnav li a{
	margin: 0px;
	padding: 3px 3px 3px 10px;
	display: block;
	/*background-color: #C0CC95;*/
	color: #464B32;
	text-decoration: none;
}

#wrapper #subNavColumn #vertnav li a:hover, #wrapper #subNavColumn #vertnav li a:focus{
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

#wrapper #subNavColumn #vertnav li.subnav{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-color: #F6F6E8;
	/*color: #616945;*/
	text-decoration: none;
	border-bottom:solid 1px #F6F6E8
}
#wrapper #subNavColumn #vertnav li.subnav a, #wrapper #subNavColumn #vertnav li.subnav a:visited{
	text-decoration: none;
	color: #333333;
}
#wrapper #subNavColumn #vertnav li.subnav a:hover, #wrapper #subNavColumn #vertnav li.subnav a:focus{
	text-decoration: underline;
	background-color: #F6F6E8;
}
#wrapper #mainColumn{
	background-color: #DED3BE;
	width: 57%;
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 5px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}




#wrapper #footer {
	margin: 0px;
	clear: both;
	text-align: center;
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#wrapper #footer a, #wrapper #footer a:visited{
	color:#CCCCCC;
	text-decoration: none;
}	
#wrapper #footer a:hover, #wrapper #footer a:focus{
	color:#2E3432;
	text-decoration: underline;
}

/* The following  styles are for list based footers  */
#wrapper #footer ul{
	padding: 0px;
	margin: 0px;
}	
	
#wrapper #footer ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#wrapper #footer ul li a, #footer ul li a:visited {
	color: #454B3F;
	text-decoration: none;
}

#wrapper #footer ul li a:hover, #footer ul li a:focus {
	text-decoration: underline;
	color: #CCCCCC;
}
/* End styles are for list based footers  */


/* style the CLASSES */
	
.copyright {
	padding: 0px;
	margin: 0px;
	font-size: 75%;
	color: #CCCCCC;
}
	
.globalLinks{
	font-size: 70%;
	float: right;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	
}
a:visited {
	color: #CC6633;
}




.small {
	font-size: 80%;
	}
.floatLeft {
	float:left;
	}
.floatRight {
	float: right;
	}
.WelcomeSlogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #C3C7A4;
	text-transform: capitalize;
}
.Heading2Slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #003366;
	line-height: normal;
	text-decoration: underline;
}
.NewAd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: blink;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slideshow {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}


.Advertisement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.Heading2 {
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #A5AB78;
}
.Heading2a {
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0079C2;
}
.AdBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0055A0;
	font-weight: bold;
}
.Blueheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00519B;
}
.WhiteHeading {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.copy_footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.copyWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.slogan14 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	color: #8D8E5B;
}
