/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(47,72,144) url(images/bg.gif) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a {
	color: rgb(128,128,128) 
        text-decoration: underline;
}

a:link { 
	color: rgb(128,128,128); 
        text-decoration: underline;
}

a:visited { 
	color: rgb(128,128,128);
        text-decoration: underline;
}

a:focus { 
	color: rgb(128,128,128);
        text-decoration: underline;
}

a:hover { 
	color: rgb(47,72,144);
	text-decoration: unterline;
}

a:active { 
	color: rgb(47,72,144);
	text-decoration: underline; 
}



/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	color: rgb(47,72,144);
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: bold;
}

h1
{
	font-size: 16px;	
	padding-top: 26px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

h4
{
	font-size: 10px;
}

h5
{
	font-size: 8px;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #384335;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 10px;
	line-height: 1.2;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 820px;
	margin: 0 auto;
}

#navigation
{
	width: 160px;
	float: left;
}

#navigation-direct
{
	float: right;
}

#right-wrapper
{
	float: right;
	width: 580px;
	min-height: 500px;
  	height: auto !important;
  	height: 500px;
	padding: 0 33px;
	background: url(images/right-wrapper-bg.gif) no-repeat;
}

#logo
{
	width: 580px;
	height: 85px;
        margin-top:0px;
        margin-bottom:5px;
	float: left;
	background: url(images/header.png) no-repeat;
}

#content-wrapper
{
	width: 580px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#footer
{
	float: right;
	width: 646px;
	height: 32px;
	font-size: 11px;
	text-align: center;
	background: url(images/right-wrapper-bot.gif) top no-repeat;
	color: rbg(111,111,111);
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper p
{
	padding-left: 0px;
	padding-right: 12px;
}

#content-wrapper ul
{
	padding: 10px 10px 0 10px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252c23;
	padding-bottom: 5px;
	padding-left: 16px;
	background: url(images/list-arrow.gif) left 6px no-repeat;
	list-style: none;
}

#content-wrapper ul li h3
{
	padding: 0;
}

#content-wrapper div.title
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-wrapper h6.title
{
	border-top: 1px solid rgb(90,90,90);
	border-bottom: 1px solid rgb(90,90,90);
	background-color: rgb(255,255,255);
	padding: 7px 12px;
	color: rgb(47,72,144);
}

#content-wrapper div.info
{
	color: rgb(128,128,128) 
}

#content-wrapper img.photo-float
{
	float: left;
	padding: 0 25px 10px 0;
}


/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	margin: 120px 0 0 0;
	width: 160px;
}

#navigation ul li
{
	list-style: none;
	border-top: 1px solid rgb(111,111,111);

}

#navigation ul li a:link, 
#navigation ul li a:visited 
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	width: 132px;
	padding: 6px 0;
	padding-left: 28px;	
	background: url(images/nav-arrow.gif) 14px 12px no-repeat;
}

#navigation ul li.last
{
	border-top: 1px solid rgb(111,111,111);
}


#navigation ul li a:hover
{
	background: url(images/nav-arrow-over.gif) 14px 12px no-repeat;
	color: rgb(251,208,8);
}

#navigation ul li a:active
{
	background: url(images/nav-arrow-over.gif) 14px 12px no-repeat;
	color: rgb(251,208,8);
}

/*************************************************** Contact Form Styles ***************************************************/

div#content-wrapper form
{
}

div#content-wrapper fieldset
{
	padding: 8px 12px;
}

div#content-wrapper form label
{
	display: inline;
	float: left;
	width: 120px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding-top: 3px;
}

div#content-wrapper form #input
{
	display: inline;
	float: left;
	width: 320px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid rgb(128,128,128);
	background-color: rgb(255,255,255);
	color: rgb(47,72,144);
	font-family: Arial, Helvetica, sans-serif;
}

div#content-wrapper form br
{
	clear: left;
	font-size: 0;
}

div#content-wrapper form textarea
{
	display: inline;
	float: left;
	width: 320px;
	height: 90px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid rgb(128,128,128);
	background-color: rgb(255,255,255);
	color: rgb(47,72,144);
	font-family: Arial, Helvetica, sans-serif;
}

div#content-wrapper form submit
{
	width: 60px;
	height: 21px;
	padding: 0;
	text-align: center;
	margin-left: 0px;
	font-weight: bold;
	border: 1px solid rgb(128,128,128);
	background-color: rgb(255,255,255);
	color: rgb(47,72,144);
	font-family: Arial, Helvetica, sans-serif;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	padding-top: 18px;
	color: #97a787;
	font-weight: bold;
	font-size: 11px;
}

/*************************************************** tables ***************************************************/

table {
  font-size: 12px;
}

table.contenttable { 
  width: 100%;
  background-color:#ffffff;
  border:1px solid rgb(47,72,144); 
  border-collapse:collapse; 
  margin-top: 15px;
}

table.contenttable tr.tr-even { 
  padding:0px;
  background-color:#DCDCDC; 
}

table.contenttable td {  
  padding:3px;
  border:1px solid rgb(128,128,128) 
  border-collapse:collapse; 
}

table.contenttable th { 
  text-align:left;
  font-weight:bold;
  background-color: rgb(47,72,144);
  padding-top:10px;
  padding-left: 3px;
  border:0px solid #ffffff;
  color:white;
}

table.contenttable caption { 
  text-align:left;
  font-weight:bold;
  padding:2px 0 2px 5px;
  border:0px solid #aaa;
  margin:0px 0 0 -1px; 
} 

table.newstable {
width: 100%;
border-collapse:collapse;
margin-top: 15px;
}

table.newstable td.title {
padding-bottom: 5px;
}

table.newstable td.date {
text-align: right;
padding-bottom: 5px;
}

table.downloadtable {
width: 100%;
border-collapse:collapse;
margin-top: 15px;
}

table.downloadtable td.title {
padding-bottom: 5px;
}

table.downloadtable td.date {
text-align: right;
padding-bottom: 5px;
}
