/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}


body {
  font: 62.5%/1.3 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#F2F2F2;
}

h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: #080697;
  margin: .5em 0;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h3 {
  color: #080697;
  font-size: 1.2em;
  letter-spacing: -1px;
}

h4 {
  color: #7C7C7C;
  font-size: 1.3em;
  font-weight: 600;
}

#bottom {
  position: relative;
  top: 40%;
  width: 445px;
}


p {
  font-size: 1.2em;
  font-family: Arial, Times New Roman, sans-serif;
  color: #7C7C7C;
}

.intro {
  color: #000000;
}
.small {
  font-size: 1.2em;
  color: #080697;
  font-weight: normal;
}

#switcher {
  position: relative;
}
#switcher ul {
  text-align: right;
  list-style: none;
}
#switcher ul li {
  list-style: none;
  display: inline;
}
#switcher ul li a {
  text-align: right;
  padding: 1px 2px 1px 0px;
  font-size: 1.3em;
  font-family: Arial;
  padding-right: 5px;
  font-weight: normal;
  text-decoration: none;
  color: #080697;
}
#switcher ul li a:hover {
  text-decoration: underline;
}
#switcher a:visited {
  color: #080697;
}
#switcher p {
  font-family: Georgia;
  margin-top: 7px;
  color: #080697;
  text-align: right;
  font-size: 20px;
}

#headerzone {
  float: left;
  width: 200px;
  height: 40px;
  margin-left: 5px;
  margin-top: 10px;
}

.click {
  width: 130px;
  height: 10px;
  background: #080697;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;

}
.click a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.click a:visited {
  color: #FFFFFF;
}

.ask {
  width: 130px;
  height: 10px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  background: #080697;
}
.ask a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
}

.ask a:visited {
  color: #FFFFFF;
}

.grey {
  font-size: 1.1em;
  color: #7C7C7C;
}


#wrapper {
  background-color: #fff;
}

#header {
  height: 180px;
  background-color:#b0b0b0;
  width: 770px;
  background: url(/images/header.jpg) no-repeat;
}

#header h1 {
  margin: 0;
}

#secondaryContent {
  background-color:#eee;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
  clear: both;
}

/* The Core Technique
================================= */

body {
  text-align: center;
  min-width: 770px;
}

#wrapper {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  background: url(/images/wrapper_bg.jpg);
  position: relative;
}

#mainNav {
  position: relative;
  top: -100px;
  width: 170px;
  float: left;
  list-style: none;
}

#content {
  width: 598px;
  float: right;
}

#mainContent {
  width: 445px;
  margin: 0;
  float: left;
  padding: 0px 5px 10px 5px;
}

#mainContent li {
  font-size: 1.2em;
  font-family: Arial, Times New Roman, sans-serif;
  color: #7C7C7C;
}


#mainContent a {
  text-decoration: none;
}

#mainContent a:visited {
  color: #080697;
}

.left {
  float: left;
}


#secondaryContent {
  width: 140px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
  background: #FFFFFF;
  margin-top: 5px;
}

#baseline {
  width: 595px;
  height: 26px;
  float: right;
  background: url(/images/baseline_bg.jpg) repeat-x;
}

.advice_box {
  padding: 0;
  margin-top: 5px;
  height: 135px;
  width: 445px;
  background: url(/images/advice_box_bottom.jpg) no-repeat bottom left;
  }
.advice_box h2 {
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding: 2px 8px 4px 10px;
  font-size: 1.3em;
  color: #FFFFFF;
  background: url(/images/advice_box_top.jpg) no-repeat;
  }
.advice_box ul {
  width: 443px;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  }
.advice_box li {
  width: 218px;
  text-align: left;
  margin: 0 0 1px 0px;
  padding: 0;
  float: left;
  color: #7C7C7C;
  padding-left: 3px;
  }

#mainContent .advice_box li a:hover {
  color: #81713E;
}


#mainContent .advice_box li a:visited {
  color: #877F58;
}




.advice_box li a {
  color: #7C7C7C;
  text-decoration: none;
}


.advice_boxwrap {
  width: 431px;
}

.img_wrapper {
  width: 135px;
  border: 1px solid #080697;
  float: right;
  clear: right;
  margin-bottom: 5px;
}

.img_wrapper img {
  display: block;
}


#footer {
  clear: both;
  background: #FFFFFF;
  border-top: 1px solid #999;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#footer a:visited {
  color: #080697;
}

#footer a {
  color: #080697;
  text-decoration: none;
  font-size: 1.2em;
}

#wrapper_login {
  width: 159px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

#login_box {
  width: 159px;
  height: 110px;
  background: url(/images/login_box.jpg) no-repeat;
}

#login_box h2 {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3px;
  color: #85743E;
}

#wrapper_marquee {
  width: 159px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

.marquee_box {
  padding: 0;
  width: 159px;
  background: url(/images/marquee_bottom.jpg) no-repeat bottom left;
  padding-bottom: 5px;
  }
.marquee_box h2 {
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding: 2px 8px 4px 10px;
  font-size: 1.3em;
  color: #FFFFFF;
  background: url(/images/marquee_top.jpg) no-repeat;
  }

.marquee_box p {
  color: #080697;
  font-size: 10px;
  padding-left: 2px;
}

.wrapper_news_box {
  width: 159px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
}

.news_box {
  padding: 0;
  width: 159px;
  background: url(/images/news_box_bottom.jpg) no-repeat bottom left;
  padding-bottom: 5px;
  }
.news_box h2 {
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding: 2px 8px 4px 10px;
  font-size: 1.3em;
  color: #FFFFFF;
  background: url(/images/news_box_top.jpg) no-repeat;
  }

.news_box p {
  color: #080697;
  font-size: 10px;
  padding-left: 2px;
}

.news_box .date {
  font-size: 13px;
  font-weight: 600;
  color: #85743E;
}

.brown {
  color: #85743E;
  text-decoration: none;
}

.goright {
  float: right;
}
.goright2 {
  color: #ffffff;
  float: right;
  margin-right: 2px;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}



#skip, #back {
  position:absolute;
  left:-999px;
	}

#marqueecontainer{
  position: relative;
  width: 145px; /*marquee width */
  height: 150px; /*marquee height */
  background-color: white;
  overflow: hidden;
  padding: 2px;
  padding-left: 4px;
  margin-left: 3px;
  margin-bottom: 5px;
  color: #080697;
}

form {
  margin-top: 10px;
}

* html .submit {
   /*\*/
  padding-right: 8px;
   /**/
}

label,input {
	display: block;
	width: 80px;
    height: 13px;
	float: left;
	margin-bottom: 5px;
}

fieldset {
  border: none;
}


label {
	text-align: right;
	width: 50px;
    color: #FFFFFF;
    font-weight: bold;
	padding-right: 15px;
    padding-top: 5px;
    padding-left: 2px;
}

.submit {
  float: right;
  padding-right: 8px;
  padding-bottom: 3px;
}

form p a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
}


br {
	clear: left;
}

/* menu */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
}
dl#menu {
width: 172px;
}
dl#menu dt {
cursor: pointer;
height: 26px;
line-height: 20px;
text-align: left;
font-weight: bold;
color: #FFFFFF;
background: url(/images/bluebtn.jpg) no-repeat;
}

dl#menu dt strong{
display: block;
cursor: pointer;
height: 26px;
line-height: 20px;
text-align: left;
font-weight: bold;
background: url(/images/goldbtn.jpg) no-repeat;
}

dl#menu dt em {
display: block;
 padding-left: 25px;
 line-height: 20px;
 padding-top: 3px;
 font-size: 14px;
 font-style: normal;
}

dl#menu dd {
border-right: 1px solid #877F58;
border-left: 1px solid #877F58;
width: 168px;
}

dl#menu dd li a {
color: #877F58;
}

dl#menu dd li a:hover {
  color: #080697;
}


dl#menu li {
text-align: center;
background: #fff;
}

dl#menu li a {
color: #999;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}


dl#menu li a:hover, dl#menu dt a:hover {
color:
}

.formsred {
  background: url(images/goldbtn2.jpg) no-repeat;
}

#navtop {
  background: url(/images/topbluebtn.jpg) no-repeat;
}

#horizontalForm
{
    width: 445px;
    height: 165px;
    background: url(/images/form_bg.gif) no-repeat;
    padding-top: 40px;
}


#horizontalForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	padding: 0 1em .5em 1em;

}

* html #horizontalForm fieldset {
    padding: 0 1em .7em 1em;
}



#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 6em;
}

#horizontalForm input.submit
{
	clear: both;
}

#mainContent #horizontalForm .submit input {
  position: relative;
  top: -40px;
  left: -42px;
  width: 107px;
  height: 27px;
  clear: both;
}



#horizontalForm label
{
	float: left;
	display: block;
	margin: .1em 1em 0 0;
	font-weight: bold;
    width: 65px;
}

#horizontalForm select
{
	display: inline;
}
* html #horizontalForm select
{
	display: inline;
    margin-left: -3px;
}


.none {
  display: none;
}































