html, body {
	margin: 0 auto;
    padding: 0 1px 0 0;
    min-height: 100%;
    height: auto;
	font-size: 14px;
    color:#FFFFFF;
	background-color: #333333;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

 
/*____________________________________________________
  Divs
  ____________________________________________________
*/

#wrapper {
	position: relative;
    width: 782px;
    margin: 0 auto;
	padding: 0;
   	height: auto;
	background-color: #fff;
}

#header {
	position: relative; 
	padding: 0;
    width: 782px;
	height: 341px;
}

#headerBg {
    position: relative;
	width: 782px;
	height: 301px;
	background: url(../images/theme/top_image_narrow.png) no-repeat center;
}

#navigation {
	position: relative;
	width: 782px;
	height: 40px;  
	padding: 0 32px 0;  
    margin: 0 auto;
}

#headerLinks {
    position: relative;
    font-size: 16px;
	height: 40px;    
    padding-top: 8px;
	margin: 0px;
	width: 718px;
	background: url(../images/theme/top_nav_bg_thin.jpg) repeat-x;
}

#headerLinks ul {
    padding-bottom:3px;
}

#headerLinks ul li {
    padding-bottom:12px;
    padding-top:13px;
}

#headerLinks a {
	font-size:13px;  
	color:#FFFFFF; 
	text-decoration:none 
}

#headerLinks a:link, #headerLinks a:visited {
    color:#FFFFFF;
    padding:7px 10px 8px;
    text-transform:none;
}

#headerLinks a:hover {
    background:transparent none repeat scroll 0 0;
    color:#81E5FF;
}

#headerLinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerLinks ul li {
	list-style: none;
	display: inline;
	margin-right: 0;
	margin-left: 0;
}
#headerLinks ul li a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


#container {
    padding: 0;
    width: 782px;
}

#content{
	overflow:hidden;
	width: 718px;
    padding: 0 32px 0;
	margin-top: 20px;
    color:#666666;
}

#footer {
    position: relative;
	width: 782px;
    height: 40px;
    margin: 0 auto;
    padding: 0 32px 10px;
}

#footerLinks {
    color:#FFFFFF;
    width: 718px;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
    background: url(../images/theme/top_nav_bg_thin.jpg) repeat-x left top;
}

#footerLinks a:link, #footerLinks a:visited {
	color:#ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	margin-right: 14px;
}

#footerLinks a:hover{
	color:#FFFFFF;
}

#footerLinks ul{
	list-style: none;
	margin: 0;
    padding: 0 0 3px;
}

#footerLinks ul li {
	list-style: none;
	display: inline;
	margin-right: 0;
	margin-left: 0;
    padding: 0 0 0 10px;

    border-right: #81E5FF solid 1px;
}

#footerLinks ul li.first{
	border-left: none;
}

#footerLinks ul li.last{
	border-right: none;
}

#footerLinks ul li a.selected {
    color:#81E5FF
}


#footerLinks a:link, #footerLinks a:visited {
	color:#FFFFFF;
	text-transform: none;
}

#footerLinks a:hover{
	color:#81E5FF;
}

.block {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	z-index: 5;
}

.heading {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

.text p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.image {
	padding: 0;
	margin-bottom: 15px;	
	background-color: #FFFFFF
}

.block a:link, a:visited{
	font-weight: normal;
	font-style: normal;
	color: #81E5FF;
	text-decoration: underline;
	text-transform: none;
	z-index: 5;
}

.block a:hover {
	text-decoration: underline;
	background-color: #81E5FF;
	color: #FFFFFF;
	z-index: 5;
}

.block ul li p {
	padding: 0;
	margin: 0;
}

.button {
	width: 100%;
}

.button a:link, a:visited{
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}

.button a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #FFFFFF;
	z-index: 5;
} 

/*____________________________________________________
  Headings
  ____________________________________________________
*/

.h1 {
	font-weight: bold;
	font-style: normal;
	color: #007FC3;
	font-size: 16px;
	margin-top: 0px;
    padding-bottom: 10px;
}
.h2 {
	font-weight: bold;
	font-style: normal;
	color: #007FC3;
	font-size: 14px;
	margin-top: 0px;
}
.h3 {
	font-weight: bold;
	font-style: normal;
	color: #007FC3;
	font-size: 12px;
}
.h4 {
	font-weight: bold;
	font-style: normal;
	color: #007FC3;
	margin-bottom: -8px;
}
