body 
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #76787B;
	margin: 0px 0px 0px 0px;
}

/* Page */

#page 
{
    width: 1000px;
    background-color: #FFFFFF;
    float:left;
}

/* Sidebar */

#sidebar 
{
    width: 240px;
    height: 700px;
    background-image: url(images/gradient_menu.jpg);
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#logo 
{
    width: 240px;
    height: 134px;
    margin-top: 20px;
    float: left;
}

#main_menu 
{
    width: 240px;
    height: 267px;
    text-align: right;
    font-size: 125%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    float: left;
}

#main_menu ul
{
    padding: 0px;
    margin: 30px 0px 0px 0px;
    list-style-type: none;
}   

#main_menu a
{
    display: block;
    padding: 8px 40px 7px 40px;
    width: 160px;
    border-bottom: solid 1px #0E719B;
}

#main_menu a:link, #main_menu a:visited
{
    color: #EEE;
    text-decoration: none;
}

#main_menu a:hover
{
    background-color: #0C5081;
    color: #7ED7F8;
}

#main_menu a.active
{
    background-image: url(images/menu_bullet.gif);
    background-repeat: no-repeat;
    color: #7ED7F8;
}

#client_menu 
{
	color: #0B6588;
    width: 240px;
    height: 35px;
    padding-top: 44px;
    text-align: right;
    font-size: 125%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    float: left;
}

#client_menu a
{
    display: block;
    padding: 8px 40px 7px 40px;
    width: 160px;
    color: #0B6588;
    text-decoration: none;
}

#client_menu a:hover
{
    background-color: #336699;
    color: #7ED7F8;
}

#client_menu a.active
{
    background-image: url(images/menu_bullet.gif);
    background-repeat: no-repeat;
    color: #7ED7F8;
}

#sidebar_gradient_gray 
{
    width: 240px;
    height: 15px;
    background-image: url(images/sidebar_gradient_gray.gif);
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: 520px;
    z-index: 1;
    opacity:0.60;  /* opacity is new for css 3.0 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* still required for IE  */        
}

#circles 
{
    width: 240px;
    height: 180px;
    background-image: url(images/circles.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 520px;
    z-index: 0;
}

/* Content */

#content 
{
    width: 760px;
    position: absolute;
    top: 0px;
    left: 240px;
    z-index: 1;
}

#content_top_flash
{
    width: 680px;
    height: 465px;
    position: relative;
    color: #FFFFFF;
}

#content_top
{
    background-image: url(images/gradient_blue.jpg);
    background-repeat: repeat-x;
    padding: 40px 40px 40px 40px;
    width: 680px;
    height: 385px;
    position: relative;
    color: #FFFFFF;
}

#content_top_hdr
{
    background-image: url(images/gradient_blue_sm.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 40px 40px 20px 40px;
    width: 680px;
    height: 40px;
    position: relative;
    color: #FFFFFF;
}

#content_top_w {

    background-image: url(images/gradient_gray.jpg);
    background-repeat: repeat-x;
    padding: 40px 40px 40px 40px;
    width: 680px;
    height: 385px;
    position: relative;
    color: #76787B;
}
#subnavbar 
{
    background-color: #76787B;
    background-image: url(images/subnav_gradient.jpg);
    background-repeat: repeat-x;
    padding-left: 30px;
    width: 730px;
    height: 35px;
    position: relative;
}

#subnav ul
{
    list-style-type: none;
    display: block;
    margin: 0 0 0 0;
    padding: 0px;
    white-space: nowrap;
    font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
}

#subnav li
{
    float: left;
}

#subnav a 
{
    display: block;
    padding: 10px 0px 9px 0px;
    color: #FFFFFF;
    background-color: #76787B;
    background-image: url(images/subnav_gradient.jpg);
    background-repeat: repeat-x;    
    text-decoration: none;
}

#subnav a:link, #subnav a:visited
{
    display: block;
    padding: 10px 10px 9px 10px;
    color: #FFFFFF;
    background-color: #76787B;
    background-image: url(images/subnav_gradient.jpg);
    background-repeat: repeat-x;
    text-decoration: none;
}

#subnav a:hover, #subnav a.active
{
    background-color: #741131;
    background-image: url(images/subnav_rollover_gradient.jpg);
    background-repeat: repeat-x;    
}

#red 
{
    background-color: #741131;
    width: 760px;
    height: 5px;
    position:relative;
}

#content_btm 
{
    padding: 20px 40px 20px 40px;
    width: 680px;
    position:relative;
    background-image: url(images/callout_gradient_gray.gif);
    background-repeat: repeat-x;
}

#main_content 
{
    width: 600px;
    float: left;
}

#left_main_content 
{
    width: 400px;
    float: left;
}

#left_challenge
{
	width: 300px;
	float: left;
	background-color: #1E7EA9;
	color: #FFFFFF;
}
#results
{
    padding: 0px 0px 0px 0px;
	width: 315px;
	float: right;
}

#red_main_content 
{
    padding: 40px 10px 0px 10px;
	width: 250px;
	height: 500px;
	background-image: url(images/red_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 455px;
	top: 0px;
	z-index: 3;
    color: #CCCCCC;
}

#footer 
{
	padding: 20px 40px 20px 40px;
	width: 680px;
	position:relative;
	font-size: 90%;
}

.img_right_content {
	font-style: normal;
	margin: -10px;
}

.footer_img {
	padding: 3px 40px 10px 5px;
	font-size: 85%;
}
img.gallery {
	margin-top: -2px;
	margin-right: -3px;
}
img.news_thumb {
	border: 1px solid #666666;
	width: 150px;
	float: left;
}
a:hover img.news_thumb {
	border: 1px solid #336699;
	width: 150px;
	float: left;
}

.body_white {
	padding: 0px 40px 0px 0px;
	font-size: 115%;
	line-height: 125%;
}

.head1_white {
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 3px;
}

.title {
	font-size: 200%;
	font-weight: bold;
	width: inherit;
    margin-right: 40px;
	padding-bottom: 10px;
	border-bottom: solid 2px #0E719B;
}

.title2 {
	font-size: 200%;
	font-weight: bold;
}

.affilations {
	text-align:left;
	font-size: 120%;
	font-weight: bold;
}

#list_affilations li
{
	list-style-type: none !important;
	display: block;
	color: #FFFFFF;
	text-decoration: none !important;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 40px;
	margin-left: -20px;
	list-style-type: none !important;
	font-size: 90%;
}
.big_callout_gray {
    font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-size: 280%;
	font-weight: normal;
	margin-bottom: 3px;
}
.content_btm_heads {
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	position:relative;
	font-weight: bold;
	margin-left: 15px;
	font-size: 140%;
	margin-bottom: 0px;
}
.body_challenge {
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.callout_redbar {
	padding: 15px 40px 10px 5px;
	font-size: 130%;
	font-style: italic;
}
.buckets_names {
	padding: 0px 40px 0px 0px;
	font-size: 115%;
	line-height: 125%;
	color: #000000;
}
.purple {
	color: #692088;
	margin-bottom: -7px;
	border-bottom-color: #692088;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.yellow {color: #F7931D;
	margin-bottom: -7px;
	border-bottom-color: #F7931D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.brown {color: #7C3A1C;
	margin-bottom: -7px;
	border-bottom-color: #7C3A1C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.green {color: #008D5D;
	margin-bottom: -7px;
	border-bottom-color: #008D5D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.gray {color: #6C7294;
	margin-bottom: -7px;
	border-bottom-color: #6C7294;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.red {color: #942923;
	margin-bottom: -7px;
	border-bottom-color: #942923;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.blue {color: #848484;
	margin-bottom: -7px;
	border-bottom-color: #942923;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.list_affilations
{
	color: #FFFFFF;
	margin-right: 50px;
	padding-left: 15px;
	font-size: 90%;
}

  .clear {
    clear:both;
    height:10px;
    overflow:hidden;
  }
.Headbold_rule {
	margin-bottom: -5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 110%;
	font-weight: bold;
}
a.body_white
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #76787B;
	text-decoration: underline;
}
a.body_blue
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.body_white_link
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E719B;
	text-decoration: underline;
}
.popup
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 575px;
    overflow: auto;
    background-color: #124874;
    background-image: url(images/popup_hdr.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.popup_body
{
    padding: 135px 20px 20px 20px;    
    width: 350px;
}
.popup_title {
	font-size: 150%;
	font-weight: bold;
	width: inherit;
	padding-bottom: 10px;
	border-bottom: solid 2px #0E719B;
}
#citys
{
    position: relative;
    z-index: 5;
    width: 391px;
    height: 290px;
    background-image: url(images/citys.jpg);
    background-repeat: no-repeat;
}
#citys_horiz
{
    position: relative;
    z-index: 5;
    width: 595px;
    height: 125px;
    background-image: url(images/citys_horiz.jpg);
    background-repeat: no-repeat;
}
table.images {
	border-spacing: 0;
	border-collapse: separate;
	color: #FFFFFF;
}
.boxprop {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.copy_news {
	float: right;
	margin-left: 15px;
	margin-top: 0px;
	width: 430px;
}

.content_news_heads {
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
strong.date {
	color: #336699;
}

 a.newslink:link {
	text-decoration: none;
	color: #336699;
}
a.newslink:visited {
	text-decoration: none;
	color: #336699;
}
a.newslink:active {
	text-decoration: none;
	color: #336699;
}
a.newslink:hover {text-decoration: underline; 
	color: #336699;
}
#main_content_news {
	width: 600px;
	float: left;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.error {
	color: #FF0000;
}
#PrivacyPolicy {
	float: left;
	font-size: 90%;
	width: 60%;
}
#logo2 {
	margin-top: 20px;
	float: left;
	padding-right: 20px;
}
