body {
    /**background: #3057d6 url(/images/body-background.jpg) repeat-x;**/
	background: #919296 url(../../images/shadow.jpg) center 0 repeat-y;
    font-size: 12px;
}
#container {
    width: 992px;
    margin: 0 auto;
    padding: 0;
}
#header-holder {
 background: url(../../images/header-background-top.jpg) repeat-x;	
 padding: 0;
 margin: 0;
 height: 167px
	}
#header {
    background: url(/images/header-background.jpg) right no-repeat;
	height: 126px;
	margin: 0 auto;
	width: 992px;
}
#topNav {
    margin: 0 auto 0;
    padding: 0 0 0 40px;
    text-align: center;
    height: 39px;
	width: 952px;
}
#topNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 39px;
}
#topNav ul li {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    height: 39px;
    margin: 0;
}
* html #topNav ul li img {
	display: inline
}
#topNav ul li.first {
    background: url(/images/topnav-divider.jpg) left no-repeat;
}
#topNav ul li a, #topNav ul li a:visited {
    color: #fff;
    text-decoration: none;
    padding: 10px 14px 10px 10px;
   line-height: 39px;
    background: url(/images/topnav-divider.jpg) right no-repeat;
}
* html #topNav ul li {
    display: inline;
}
#topNav ul li a:hover {
    text-decoration: underline;
    color: #03488a;
}
#main-holder {
    background-image: none;
    padding: 10px 0 0 0;
}
* html #main-holder {
	margin: -2px 0 0 0;
}
#main-content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: url(/images/main-background.jpg) repeat-y;
}
#leftNav {
    width: 194px;
    padding: 12px 0 0 0;
    background: #02264b url(/images/leftnav_background.jpg) repeat-x;
    float: left;
    margin: 0;
    display: inline;
}

#login-box {
    margin: 0px 0 0 12px;
    padding: 57px 10px 0 10px;
    width: 150px;
    font-size: 10px;
    height: 120px;
    background: url(/images/newsletter-background.jpg);
    background-repeat: no-repeat;
}
#login-box a, #login-box a:visited {
    color: #fff;
}
#leftNav ul {
    color: #fff;
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
#leftNav ul li {
    margin: 0 0 5px 0;
}
#leftNav ul li a {
    display: block;
    width: 170px;
    padding: 6px 12px 6px;
    vertical-align: middle;
    background-image: url(/images/leftnav-background.jpg);
}
#leftNav ul li a, #leftNav ul li a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
#leftNav ul li a:hover {
    color: #9d7725;
}
#right-content {
    float: left;
    width: 734px;
    min-height: 600px;
    padding: 25px 26px 25px 30px;
    margin: 0 0 0 6px;
    background: #fff url(/images/subpage-background.jpg) no-repeat;
	line-height: 19px;
}
* html #right-content {
    height: 600px;
}
#right-content-2 {
    float: left;
    width: 730px;
    min-height: 812px;
    padding: 25px 30px;
    margin: 0 0 0 6px;
    background: #fff url(/images/subpage-background.jpg) no-repeat;
	line-height: 19px;
}
* html #right-content-2 {
    height: 650px;
    display: inline;
}
* html .clear {
    line-height: 1px;
}
input {
    margin: 0 0 4px 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
#footer {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 10px;
    margin: 0;
}
#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.clearItem:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #03488a;
}
h2.gold {
    font-size: 14px;
    margin: 0;
    color: #9d7725;
}
ul.gold-arrows {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.gold-arrows li {
    background: url(/images/check_mark.gif) 0 2px no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 15px 0;
}
.gold-font {
    color: #9d7725;
    font-size: 12px;
}
h1 {
    font-size: 15px;
    color: #0e2c8e;
    margin: 0;
}
h3 {
    font-size: 13px;
}
.contentLink, a.contentLink, a.contentLink:visited {
    color: #083c6d;
    font-weight: bold;
}
.smallLink {
    font-size: 11px;
}

#hearAbout input {
    margin: 0 5px 0 0;
}
.fancyButton {
	background: url(../../images/btn-background.jpg) no-repeat;
	padding: 6px 0 5px 0;
	margin: 6px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border: none;
	font-size: 11px;
	width: 90px;
	cursor: pointer;
}
.fancyButton-2 {
	background: url(../../images/btn-learn-more.jpg) no-repeat;
	padding: 6px 0 7px 0;
	margin: 6px 0 0 30px;
	*margin: 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border: none;
	font-size: 10px;
	width: 90px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	position: relative
}
a.fancyButton-2:hover {
	text-decoration: none	
}
#tellafriend .dataBoxRowValue{
	width: 500px;		
}
.fields {
	position: absolute;
	margin: -7px 0 0 -2px;
}
.select1 {
	position: absolute;
	margin: 18px 0 0 24px;
}
.select2 {
	position: absolute;
	margin: 18px 0 0 24px;
	width: 150px;
	background: #fff;
}
.select3 {
	font-weight: normal;
}
