

/******* HTML *******/

body {
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body p {
	line-height:18px;
}
img {
	border: none;
	vertical-align: bottom; /* IE fix for 3px gap at bottom of images */
}

a {
	text-decoration: none;
	color: #6F9F3B;
}

a:hover {
	text-decoration: underline;
	color:#3A70C8;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #3A70C8;
	font-size: 19px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #699637;
	padding-left:15px;
	margin-top:20px;
	margin-bottom:20px;
}

h3 {
	padding-left:25px;
	color:#3A70C8;
	font-size: 13px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:15px;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

/******* STRUCTURE DIVS *******/

.container {
	width: 900px;
	margin: 0px auto;
}

.header {
	height: 140px;
}

.left-50 {
	float: left;
	width: 48%;
}

.right-50 {
	float: right;
	width: 48%;
}

.headLinks {
	color: #008070;
	margin: 8px 7px 0px 0px;
	font-weight: bold;
	text-align: right;
}

.banner {
	font-size: 0px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(images/banner.jpg) no-repeat;
}

.nav, .nav-left, .nav-right {
	height: 71px;
}

.nav {
	background-image: url(images/nav-bar-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.nav-left {
	background-image: url(images/nav-bar-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.nav-right {
	background-image: url(images/nav-bar-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.nav-tabs {
	height: 31px;
	margin-left: 116px;
}

.nav-tabs ul {
	margin: 0px auto;
	padding: 0px;
}

.nav-tabs ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}

.nav-tabs ul li a {
	background-image: url(images/nav-tab-active.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 155px;
	height: 23px;
	margin: 0px;
	padding-top: 8px;
	display: block;
	color: #ffffff;
	text-align: center;
}

.nav-tabs li a:visited{
	background-image: url(images/nav-tab-active.jpg);
}

.nav-tabs li a:hover, .nav-tabs li a.current{
	background-image: url(images/nav-tab.jpg);
}

.nav-tabs ul li a:active {
	background-image: url(images/nav-tab.jpg);
}

.nav-bar {
	height: 32px;
	text-align:center;
	font-size:16px;
	padding: 10px 252px 0px 252px;
}

.moreFields {
	padding: 8px 0px 0px 24px;
}

.nav-bar span {
	margin: 5px 10px 0px 0px;
	float: left;
}

.nav-bar select {
	margin: 1px 10px 0px 0px;
	padding: 2px;
	width: 125px;
	float: left;
	color: #666666;
}

.content {
	margin-top: 25px;
	padding:10px;
}

.col-left {
	padding-right: 30px;
}

.col-right {
	padding: 0px 21px 0px 23px;
}

.topAd .col-icon {
	width: 65px;
	float: left;
}

.topAd .col-text {
	width: 241px;
	float: left;
}

.hed{
color:#3A70C8;
}

.topAd .col-btn {
	width: 50px;
	float: left;
	margin-top:15px;
}

.dl-block {
	width: 403px;
}

.dl-left {
	float: left;
	height: 98px;
	width: 120px;
	text-align: center;
}

.dl-right {
	float: left;
	width: 98%;
	height: auto;
	line-height:16px;
}

.dl-right b {
	color: #006055;
}

.dl-desc {
	height:auto;
	padding:5px 0 5px 0;
}

.rank-left {
	width: 52%;
	float: left;
}

.rank-right {
	width: 220px;
	float: right;
	padding-top:15px;
}

.ranking b {
	display: block;
	float: left;
	margin: 7px 10px 0px 0px;
}

.footer {
	padding-top: 10px;
	height: 100px;
}

.footerLeft a {
	font-weight: bold;
}

.footerRight {
	font-size: 11px;
}

/******* FORMS *******/

.nav-search-box {
	width: 270px;
	height: 25px;
	background-image: url(images/nav-search-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-right: 10px;
}
#ctl00_uxSearch_txtSearch {
	color:#666;
	padding-left:5px;
}

.nav-search-box input {
	border: none;
	width: 230px;
	height: 21px;
	background: none;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

/******* MISC *******/

.clear {
	clear: both;
	display: block;
}

.logo {
	margin: 11px 0px 0px 7px;
}

.vert-divider {
	margin: 0px 5px 0px 5px;
	color: #DE911F;
}

.header-icon {
	float: left;
	margin-right: 3px;
}

.font-green {
	color: #6EA915;
}

.align-right {
	text-align: right;
}

.marginRight {
	margin-right: 15px;
}

.requiredStar {
	color: #FF0000;
}

.green-color {
	color: #006055;
}

/** Rating System **/

.ratingWrapper {
	padding-top: 8px;
}

.ratingTitle 
{
	float: left;
	padding: 8px 7px 0px 0px;
	color: #666666;
	font-weight:bold;
	height:25px;
	width:77px;
	font-size:11px;
	text-align:right;
}

.ratingStar {
	font-size: 0px;
	width: 24px;
	height: 25px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

.filledRatingStar {
	background-image: url(images/icon-lock.jpg);
}

.emptyRatingStar {
	background-image: url(images/icon-lock-grey.jpg);
}

.savedRatingStar {
	background-image: url(images/icon-lock.jpg);
}

.ranking span.rating-lock-small {
	font-size: 0px;
	width: 21px;
	height: 22px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

.ranking span.filled-small {
	background-image: url(images/icon-lock-small.jpg);
}

.ranking span.empty-small {
	background-image: url(images/icon-lock-grey-small.jpg);
}

.ranking span.saved-small {
	background-image: url(images/icon-lock-small.jpg);
}

/** Dividers **/

.divider-small-grey {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 0px;
	height: 5px;
	background-image: url(images/divider-small-grey.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.divider-medium-grey {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 0px;
	height: 5px;
	background-image: url(images/divider-medium-grey.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.divider-medium-grey2 {
	margin: 10px 0px 10px 40px;
	padding: 0px;
	font-size: 0px;
	height: 5px;
	background-image: url(images/divider-medium-grey.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.divider-long-orange {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 0px;
	height: 8px;
	background-image: url(images/divider-long-orange.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.divider-long-grey {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 0px;
	height: 8px;
	background-image: url(images/divider-long-grey.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.divider-medium-orange {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 0px;
	height: 5px;
	background-image: url(images/divider-medium-orange.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.noTopMargin {
	margin-top: 0px;
}

.noBg {
	background-image: none;
}

/** Rollovers **/

a.btn-go {
	background-image: url(images/btn-go.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 25px;
}

a.btn-go:hover {
	background-image: url(images/btn-go_f3.jpg);
}

a.btn-nav-go {
	background-image: url(images/btn-nav-go.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 25px;
	float: left;
}

a.btn-nav-go:hover {
	background-image: url(images/btn-nav-go_f3.jpg);
}

a.btn-more-info {
	background-image: url(images/btn-more-info.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 110px;
	height: 25px;
	float: right;
}

a.btn-more-info:hover {
	background-image: url(images/btn-more-info_f3.jpg);
}

a.btn-download {
	background-image: url(images/btn-download.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 210px;
	height: 31px;
	float: right;
}

a.btn-download:hover {
	background-image: url(images/btn-download_f3.jpg);
}

a.btn-download1 {
	background-image: url(images/btn-download1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 55px;
	height: 25px;
	float: right;
}

a.btn-download1:hover {
	background-image: url(images/btn-download_f31.jpg);
}

a.btn-login {
	background-image: url(images/btn-login.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 71px;
	height: 25px;
}

a.btn-login:hover {
	background-image: url(images/btn-login_f3.jpg);
}

a.btn-submit {
	background-image: url(images/btn-submit.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 110px;
	height: 25px;
	float: left;
}

a.btn-submit:hover {
	background-image: url(images/btn-submit_f3.jpg);
}

/* Pager */

.pager-links {
	font-weight: bold;
	color: #006055;
}

.pager-links .pager-num {
	margin: 0px 3px 0px 3px;
}

.pager-links .currentPage {
	color: #DF8F18;
}

.holder {
	width:100%;
	}

.certificates {
	float:left;
	width:25%;
	padding-top:20px;
	}
	
.certificatesText {
	float:right;
	width:75%;
	padding-top:40px;
	}
	
#ctl00_contentWindow_uxWinners_uxWinnerRP {
	width:100%;
}
#ctl00_contentWindow_uxWinners_uxWinnerRP tr td {
padding-right:20px;
}
a.ViewAll,
a.ViewAll:visited {
	font-weight:bold;
	font-size:11px;
	float:right;
	width:120px;
	margin:0px 0 20px 0;
	display:block;
	
}


/*topmost and sub ULs, respectively*/

.ddsubmenustyle, .ddsubmenustyle ul{ 
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: black;
height:15px;
background-color:#F8A731;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #007A6B;
color: white;
font-weight:bold;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}






.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 10px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0 0 0;
padding:0;
}


.ddcolortabs a{
font-weight:bold;
float:left;
color: white;
background: #6F9F3B url(images/color_tabs_left.gif) no-repeat left top;
margin:0 1px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding: 6px 3px 3px 3px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #8cb85c;
}

.ddcolortabs a:hover span{
background-color: #8cb85c;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #8cb85c;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #3A70C8;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}







.bodycopy {font-family: Arial, Helvetica, sans-serif;color:#000000;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: none;}

.linkcopy {font-family: Arial, Helvetica, sans-serif;color:#000000;font-size: 9pt;font-weight: normal;font-style: normal;text-decoration: none;}

a.bodycopy:link {font-family: Arial, Helvetica, sans-serif;color:#FB8F05;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: underline;}

a.bodycopy:visited {font-family: Arial, Helvetica, sans-serif;color: #FB8F05;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: underline;}

a.bodycopy:focus {font-family: Arial, Helvetica, sans-serif;color: #000000;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: none;}

a.bodycopy:active {font-family: Arial, Helvetica, sans-serif;color: #000000;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: none;}

a.bodycopy:hover {font-family: Arial, Helvetica, sans-serif;color: #000000;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: none;}

a.bodycopy2:link, a.bodycopy2:visited {font-family: Arial, Helvetica, sans-serif;color:#336699;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: underline;}

a.bodycopy2:hover, a.bodycopy2:active, a.bodycopy2:focus {font-family: Arial, Helvetica, sans-serif;color:#336699;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: none;}