/* Basic styles */
*{ margin:0; padding:0 }
html,body{ height:100% }
a img,fieldset{ border:0 }
img,object{ display:block }
a,a:visited{ cursor:pointer; text-decoration:none }
a:hover{ cursor:pointer; text-decoration:underline }
option{ padding-right:.5em }
input,textarea{ padding:1px }
* html input { padding:1px 1px 2px }
ul,ol,dl{ position:relative }
ul{ list-style:none }
/* Fonts */
body,input,textarea,select,table{ color:#424245; font:12px/125% tahoma,arial,verdana,sans-serif }
/* Body,html,wrapper */
html{ background: #fff url(/images/html_bg.gif) 0 0 repeat-x; }
#wrapper{
  position:relative;
  width:765px;
}

/* HEADER */
#header{
  height:210px;
  position:relative;
  background:url('/images/header_bg.jpg') 0 0 no-repeat;
}
/* header logo */
#header-logo{
  position:absolute;
	top:7px;
	left:392px
}
/* header nav */
#header-nav{
  position: absolute;
  left: 270px;
  top:140px;
}
#header-nav li{
  float:left;
  line-height:15px;
  padding:0 12px;
  background:url('/images/header_nav_li.gif') right center no-repeat;
}
#header-nav li.last{
  background:none;
}
#header-nav li a,#header-nav li a:visited{ color:#fff; font-family:Times New Roman; font-size:13px;}
#header-nav li a:hover,#header-nav li a.active,#header-nav li a.active:visited{ color:yellow; text-decoration: none;}
/* header flags */
#header-flags{ position: absolute; left: 155px; top:188px}
#header-flags li{float:left; padding-right: 7px;}

/* subnav */
#header-subnav{
  position: absolute;
  left: 270px;
  top:190px;
}
#header-subnav li{
  float:left;
  line-height:12px;
  padding:0 12px;
  border-right:1px solid #1A394D;
}
#header-subnav li.last{ border:0; }
#header-subnav li a,#header-subnav li a:visited{ color:#1A394D; font-size:12px;}
#header-subnav li a:hover,#header-subnav li a.active,#header-subnav li a.active:visited{ color:#900;text-decoration: none;}

/* FOOTER */
#footer{
  height:19px;
  position: relative;
	border-top:2px solid #E2E2E2;
	background: #F9F9F1;
}
/* footer nav */
#footer-nav{
	position: absolute;
	left:370px;
	top:3px;
}
#footer-nav li{
	float:left;
  line-height:10px;
	height:12px;
  border-right:1px solid #9A3333;
  padding:0 15px;
}
#footer-nav li.last{ 
  border:0;
}
#footer-nav li a,#footer-nav li a:visited{ color:#9A3333; font-size:10px;}
#footer-copyright{
	position: absolute;
	left:3px;
	top:0;
	color:#9A3333;
	font-size:10px;
}
#footer-designby{
  position: absolute;
  right:3px;
  top:20px;
  color:#666;
  font-size:10px;
}
#footer-designby a,#footer-designby a:visited{
  color:#666;
  font-size:10px;
}
/* MAIN */
#main{
	overflow: hidden;
	zoom:1;
	background: url('/images/main_bg.gif') top right repeat-y;
	padding-top: 9px;
}

/* LEFT */
#left{
	float:left;
	width:213px;
  margin-top:10px;
  background: url('/images/left_dots.gif') top right repeat-y;
  min-height: 420px;
  height:auto;
}
* html #left { height:420px;}
#left-logos li{
	text-align: center;
	padding-bottom: 30px;
}
#left-logos li img{
	display: inline;
}

/* CONTENT */
#content{
	float:right;
	width:510px;
	margin-right:12px;
  display:inline;
	padding:10px;
	background: url('/images/content_bg.jpg') 0 0 repeat-x;
	min-height: 420px;
	height:auto;
}
* html #content { height:420px;}

/* CONTENT Basic Styles */
#content a,#content a:visited{ color:#1A394D; text-decoration: underline;}
#content h1 {
  font-weight:bold;
  font-size: 14px;
  color: #9A3333;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#content h2 {
  font-weight:bold;
  font-size: 13px;
  color: #9A3333;
  margin:.5em 0 1em;
}
#content p {
  padding: 0 0 1em;
}
#content ul{
  margin: 0.2em 0 1em 0;
  list-style: disc;
}
#content ul li{
  margin-left: 2em;
}
#content ol {
  margin: 0.2em 0 1em 0;
  list-style: decimal;
}
#content ol li{
  margin-left: 2em;
}
#content .right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
#content .left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
#content blockquote {
  padding: 0 0 0 1em;
}
#content img{
	display: inline;
	border:1px solid #666;
}
#content p.center{
	text-align: center;
}

#content table { border-collapse: collapse; width:100%; margin:0 0 1em}
#content caption {color:#900; font-weight:bold; padding:5px;}
#content td { border:1px solid #aaa; padding:3px; width:50%}

#content .txt_img {overflow:hidden; background: url('/images/index_bottom_dots.gif') bottom left repeat-x; padding-bottom:10px; margin-bottom: 10px}
#content .last{background:none; padding:0;margin:0}
* html #content .txt_img {zoom:1}
#content .txt{width:320px; float:left}
#content .img{float:right}

#content .txt a,#content .txt a:visited {color:#424245; text-decoration: none;}
#content .txt img{border:0;}
#content .txt{text-align: right;}
#content .img{margin-top:.5em;width:168px; padding-left:4px; padding-top:5px; height:105px; background: url('/images/pic_bg.jpg') 0 0 no-repeat;}
#content .img img{border:0;}
