/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
html {
	background-color:#ffffcc;
}
body, select, input, textarea {
	font: 100%/1.2 Verdana, serif;
	color:#444444;
	text-align: center;
}
#container {
	font-size: 0.8em;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, serif;
	padding-bottom: 0.8em;	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;	
}
h3 {
	font-size: 1.6em;	
}
h4 {
	font-size: 1.4em;	
}
h5 {
	font-size: 1.2em;	
}
h6 {
	font-size: 1em;	
}
p {
	padding-bottom: 1.2em;	
}

ul, ol {
margin:0pt 0pt 1em 1.6em;
}

/* ~~~~~~~~~~ reusable class ~~~~~~~~~~ */

.error {
	color: #C00;
	font-weight: bold;	
}
.confirmation {
	color: #080;
	font-weight: bold;	
}
div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;
}
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}

#top{
	background-image:url(images/head.jpg);
	background-repeat: no-repeat;
	height:391px;
	margin:1em 0 0 0;
}

#content {
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	padding:0 6.5em 0 7.5em;
	margin:0 auto;
}

/* Hidden Links */
#hidden_links a i { 
	visibility: hidden;
}
#hidden_links a {
  position: absolute;
  text-decoration: none;
}

#hidden_links a#logo{ margin:20px 0 0 40px; width:280px; height:100px;  }
#hidden_links a#arrow_left{ margin:320px 0 0 60px;width:40px; height:40px; }
#hidden_links a#arrow_right{ margin:320px 0 0 845px;width:40px; height:40px; }

div.figure {
  float: right;
  width: 25%;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size:16px;
  text-indent: 0;
}

/*----------------- Navigation ---------------------*/
#navigation {
	padding:311px 0 0 102px;
	text-align:center;
	margin:0 auto;
	text-align:center;
}

#navigation ul{
	margin:0 0 0 30px;
	display: inline;
}

#navigation li {
	font-size:1.5em;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	float:left;
	padding:.9em 0 0 0;
}
#navigation a.visited {
	color:#6699ff;
}

#navigation a {
	color:#6699ff;
	display: block;
	text-decoration: none;
	letter-spacing: -.08em;
	width: 148px;
	height:62px;
	cursor:pointer;
}

#navigation ul li:hover {
	background-image:url(images/nav_hover.png);
	background-repeat: no-repeat;
	list-style: none;
}

#navigation ul li.active {
	background-image:url(images/nav_active.png);
	background-repeat: no-repeat;
	list-style: none;
}

blockquote {
-x-system-font:none;
background:#FFFFFF url(images/quote.gif) no-repeat scroll 0% 0%;
border:1px solid #EAEAEA;
color:#555555;
display:block;
font-family:Verdana, serif;
font-size:1em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
font-style:normal;
margin-bottom:1em;
padding:10px 1em 0.2em 42px;
}

/*------------------- Footer ---------------------*/
#footer{
	background-image:url(images/footer.png);
	height:36px;
	background-repeat: no-repeat;
	margin:0 0 20px 0;
}
#footer p{
	padding:2em 0 0 0;
	text-align:center;
	font-size:.8em;
}
#footer a{
	color:#444444;
	text-decoration: none;
	
}
#footer a:hover{
	text-decoration: underline;
}
#footer a:visited{
	color:#444444;
}

#pre_load{
	display:none;
}

