﻿html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding: 0px;
	background: #29407c url(../images/bg.jpg) repeat-x left top;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 29px;
	 font-family: Georgia, Times New Roman, Times, serif; 
	 color: #2a407c;
	 font-weight: bold;
	 padding-left: 0px;
  	 padding-right: 5px;
     padding-bottom: 20px;
     padding-top: 20px;
}

h2 { font-size: 14px; 
 	 font-family: Georgia, Times New Roman, Times, serif; 
	 color: #2a407c;
	 font-weight: bold;
	 padding-left: 0px;
  	 padding-right: 5px;
     padding-bottom: 10px;
     padding-top: 20px;
}

h3 { font-size: 12px; 
 	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 color: #333333;
	 font-weight: bold;
	 padding-left: 25px;
  	 padding-right: 0px;
     padding-bottom: 0px;
     padding-top: 0px;
	 
	 }

blockquote{ font-size: 20px;
	 font-family: Georgia, Times New Roman, Times, serif; 
	 color: #2a407c;
	 font-weight: bold;
	 line-height: 28px;
	 padding-left: 0px;
  	 padding-right: 5px;
     padding-bottom: 5px;
     padding-top: 20px;
}

p, {
	margin-top: 0;
	font-weight: normal;

}

ul, ol
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;

	
}

ul li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  

}



ol li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 5px;
}
blockquote { }

.strong
{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;

}



a:link {
	color: #de891d;
	text-decoration: none;
}
a:visited {
	color: #de891d;
	text-decoration: none;
}	
a:active {
	color: #de891d;
	text-decoration: none;
}
a:hover {
	color: #de891d;
	text-decoration: none;
	text-decoration: underline;
}



img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {

}

.list1 li {
	line-height: normal;
	list-style-image: url(../images/bulletcheck.gif);
	list-style-position: outside;

	
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}
.list2 {	line-height: normal;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 0px;
	margin:0;

}


#wrapper {
	width: 100%;
	
}

/* Header */

#header-wrapper {
	width: 795px;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
}

#header {
	width: 795px;
	height: 300px;
	margin: 0px auto;

}


/* Page */

#page {
	width: 795px;
	margin: 0px auto;
	border: 0px solid #FFFFFF;
	background: #FFFFFF; 
}

#page-bgcontent {
	padding: 10px 0px 10px 30px;
	background: #FFFFFF; 
}

/* Content */

#content {
	float: left;
	width: 750px;
}

#banner {
	width: 795px;
	margin: 0px auto;
	padding-bottom: 5px;
}


/* Menu */

#nav {
	width: 775px;
	height: 36px;
	margin: 0px auto;
	background-color: #77787b;
	padding-left:20px;
	
}
#subnav {
	width: 170px; 
	margin: 0; 
	float: right; 
	padding-left:3px; 
	padding-top:6px;

	
}


/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.topmenu, .topmenu ul
{
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  list-style: none;


  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.topmenu ul
{
  display: block;
  visibility: hidden;
  position: absolute;
  /*top: 2.3em; /* I'm using ems rather than px to allow people to zoom their font */
  left: 0px;

 

  
}

/* Second and third etc. level submenus - position across from parent instead */
.topmenu ul ul
{
  top: 0px;
  left: 160px;
  padding-bottom: 0px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.topmenu li
{
  float: left;
  position: relative;
  border-right: 1px solid #fff;
  margin-right: 0px;
  padding-bottom: 0px;
  line-height:36px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.topmenu ul li
{
  float: left;
  margin-right: 400px;
 /* margin-bottom: -1px;*/
  background-color: #939598;
  text-align: left;
  line-height: 20px;
  width: 220px;
  margin-bottom: -3px;
  border: 1px solid #fff;
  border-bottom: 0;
}


.topmenu ul > li:last-child
{
  margin-bottom: 1px;
  
}

/* Links inside the menu */
.topmenu a, topmenu a:visited
{
  display: block;
  color: #ffffff !important;
  text-decoration: none !important;
  padding-left: 10px;
  padding-right: 10px;
  line-height:36px;
  font-weight: normal;
    

}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.topmenu a:hover, .topmenu a.highlighted:hover, .topmenu a:focus
{
  color: #f2b366 !important;
  background-color: #939598;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  padding-right: 10px;

}
.topmenu a.highlighted
{
  color: #ffffff;
  text-decoration: none;
  
}


.topmenu ul li a:hover
{
  background: #77787b; /*background hover color set here for sub menu items */
}


/* Only style submenu indicators within submenus. */
.topmenu a .subind
{
  display: none;
}
.topmenu ul a .subind
{
  display: block;
  float: right;
  
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.topmenu
 a {
 float: left;

}
.topmenu
 ul a {
 float: none;
}
/* \*/
.topmenu
 a {
 float: none;
}
/* */



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .topmenu
  ul li {
  float: left;
  height: 1%;

}
* html .topmenu
  ul a {
 height: 1%;

}
/* End Hack */


/* End */







/* Footer */

#footer {
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #29407c;
}

#footer a {
	color: #29407c;
}

