body {
	background-color:#bcbaba;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Sans-serif;
	background-image: url(PromoPage_bg-pattern.jpg);
	background-repeat: repeat-x;
	text-align: center; /* IE hack to get 'wrapper' div to center */
}

/**************** Master page classes ******************************/
.wrapper {
	/* Defines the design structure width */
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;/* IE hack to get text to align back to the left */
}

/**************** Header ****************/
.header {
	position: relative;
	height: 75px;
	clear: both;
	/* Logo and top link container */
	}

.header_image {
	position: relative;
	height: 75px;
	float: left;
	padding-left: 30px;
	padding-top: 6px;
	/* Logo */
	}

.header_right {
	position: relative;
	float: right;
	padding: 20px 40px 0px 0px;
	font-size: 12px;
	/* Button container */
	}

.header_right a {
	color: #565656;
	margin: 0px 5px 0px 5px;
	}

/**************** Page structure ****************/
.middle
{
	position: relative;
	background-color: #ffffff;
	background-repeat:repeat-y;
	margin-top: 6px;
}

.middle-l {
	position: relative;
	background-image: url(PromoPage_border-m-l.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.middle-r {
	position: relative;
	background-image: url(PromoPage_border-m-r.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.middle-t {
	position: relative;
	background-image: url(PromoPage_border-t-c.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.middle-b {
	position: relative;
	background-image: url(PromoPage_border-b-c.jpg);
	background-repeat: no-repeat;
	height: 58px;
	text-align: center;
	font-size: 8pt;
}

/******************************************************************
Middle-l and middle-r are required for graceful extending of the 
main content background. These div's need to be nested within the 
middle class.
******************************************************************/

.page {
	position: relative;
	min-height:675px;
	clear: both;
	margin-left: 38px;
	margin-right: 37px;
	/* min-height used to avoid the background getting to small
	which would cause the UI background gradient to be inconsistent */
}

.page_navigation {
	position:absolute;
	margin-top: -27px;
	width: 876px;
	height: 702px;
}	


/********************************
Main content portion of the page. All body content should be 
output under the .page_body class
********************************/
.page_body 
{
	/* Primary element where content is output */
	display: block;
	position: relative;
	float: left;
	z-index: 1;
	margin: 0px 30px 30px 30px;
	width:670px; /*width attribute needed, without it long lines of text won't wrap correctly.*/
}

.page_account_body 
{
	/* Primary element where content is output */
	display: block;
	position: relative;
	float: left;
	z-index: 1;
	margin: 50px 30px 30px 60px;
	width:670px; /*width attribute needed, without it long lines of text won't wrap correctly.*/
}


.page_footer 
{
	clear: both;
}

/**************** left hand navigation styles ****************/

.page_navigation h5 {
	display: block;
	font-size:14px;
	margin: 0px;
	padding: 0px 0px 2px 10px;
	color: #272727;
	font-weight: 100;
	font-family: "Myriad Pro", "Myriad Web Pro", Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #c7c7c7;
	}

/**************** main content styles ****************/
.page_title {
	font-size: 14pt;
	color: #003264;
}

.page_title_description {
	font-size: 8pt;
	color: #272727;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:20px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	}
	

	
.page_next_button 
{
	float:right;
	margin-left:0; 
	/*margin-left: 315px;*/
	width: 88px;
	height: 37px;
    background-image: url(Images/btn-next.gif);
    background-color: Transparent; /*Necessary for Internet Explorer*/
    border-style:none;
}


/**************** Section classes are content elements. Each section is a content block ****************/
.section
{
	position: relative;
	clear:both;
	padding-bottom: 40px;
}

.section_title {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
	color: #272727;
}

.section_title_description {
	margin-top: -10px;
	margin-bottom: 7px;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #272727;
}

/* Section_row is used in place of tables */

.section_row {
	position: relative;
	clear:both;
	padding-bottom: 3px;
	padding-top: 3px;
	top: 0px;
	left: 0px;
	color: #272727;
}

.section_row_label {
	margin-top: 2px;
	float: left;
	font-size: 9pt;
	width: 190px; /* Text column width */
	font-family:Verdana, Geneva, sans-serif;
}

.section_row_control
{
	width: 200px;
	margin-left: 10px;
	float: left;
}

.section_row_control .section_row_textbox {
	border: 1px solid #b8b8b8;
	width:100%;
}

.section_row_assist
{
	margin-left: 10px;
	float: left;
	margin-top: 6px;
	font-size:9pt;
}

.section_row_help
{
	position: relative;
	margin-left: 10px;
	margin-top: 2px;
	font-size: 8pt;
	float: left;
	width:16px;
}

.section_row_validation
{	
	position: relative;
	/*margin-left: -10px;*/
	margin-left: 10px;
	float: left;
}



/**************** Footer ****************/

.footer
{
	position: relative;
	clear: both; /* allows no floating elements on either right or left side */
	padding-top: 5px;
}

.footer_text {
	text-align: center;
}






/***************Custom***********************/

.section_row_textbox
{
	width: 100%;
	border: 1px solid #b8b8b8;
}


.section_row_dropdown
{
	width: 100%;
	border: 1px solid #b8b8b8;
}

.page_navigation_active_asp_link_button  
{
	display: block;
	background-color: #346086;
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom: 1px solid #c7c7c7;
	color: #ffffff;
	text-decoration: none;
}

.page_navigation_inactive_asp_link_button  
{
	display: block;
	border-bottom: 1px solid #c7c7c7;
	height: 22px;
	padding-top: 8px;
	color: #272727;
	text-decoration: none;
	padding-left: 10px;
	background-color: #d6d6d6;
}

.error_content_div
{
	position: relative;
	width: 100%;
	height: 300px;
}
p.error_message_text
{
	position: relative;
	top: 50%;
	text-align: center;
	font-size: xx-large;
}
p.error_message_sub_text
{
	position: relative;
	top: 50%;
	text-align: center;
	font-size: large;
}

.error_message{

	font-size: 9pt;
	font-family:Verdana, Geneva, sans-serif;
	color:red;
}

/********************************************/

#register_now_button
{
margin-top:15px;
}

#registration_banner ul
{
list-style:none;
padding-left:0px;
}

#register_now_button a
{
    font-size: 22pt;
    color: White;
}

#register_now_button a:hover
{
    font-size: 22pt;
    color: White;
}

#register_now_button a:link
{
    color: white;
    text-decoration: none;
}


#subscription_expiration_message
{
    font-size: 12pt;
    font-family: Verdana, Geneva, sans-serif;
    color: red;
}

#registration_banner h1
{
    font-family: "Myriad Pro" , "Myriad Web Pro" , Verdana, Arial, Sans-serif;
    font-size: 30px;
    color: #003264;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#registration_banner h4
{
    font-family: "Myriad Pro" , "Myriad Web Pro" , Verdana, Arial, Sans-serif;
    font-size: 15px;
    color: #272727;
    font-weight: 200;
    margin: 0px;
    padding-bottom: 20px;
}

#registration_banner li
{
    background: url(PromoPage_check.gif) no-repeat 0 50%;
    font-family: "Myriad Pro" , "Myriad Web Pro" , Verdana, Arial, Sans-serif;
    font-size: 16px;
    padding: 5px 0px 5px 40px;
    color: #272727;
    list-style-type: none;
}

/**************** Section classes are content elements. Each section is a content block ****************/
#login_content
{
    width: 100%;
}


#login_control
{
    padding-top: 0px;
    width: 255px;
    float: right;
    padding: 20px 0px 0px 20px;
   
}

.login_section
{
	padding-bottom: 10px;
	margin: 20px 30px 10px 0px;
	background-color: #f9f9f9;
	border: 1px solid #dadada;
}

.login_title
{
	font-size: 10pt;
	font-family: "Myriad Pro", "Myriad Web Pro", Verdana, Arial, Sans-serif;
	color: #272727;
	padding: 5px 0px 5px 10px;
	background-color: #f2f2f2;
	border-bottom: 1px dashed #cbcbcb;
}



.login_row
{
    color: #272727;
    padding: 5px 0px 5px 10px;
}

.login_row_label
{
    font-size: 8pt;
    width: 110px; /* Text column width */
    font-family: Verdana, Geneva, sans-serif;
}

.login_row_float
{
    float: left;
    font-size: 8pt;
    width: 130px; /* Text column width */
    font-family: Verdana, Geneva, sans-serif;

}

.login_row_control
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8pt;
    width: 20px;
}

.login_button
{
    margin-left:10px;
}


.login_row_end
{
    
}



.login_validation_error
{
   
}


.login_browser_message
{
    font-size: 8pt;
    margin-top:670px;
    margin-left:50px;
    margin-right:50px;
    color: #272727;
    font-family: Verdana, Geneva, sans-serif;
    clear:both;
    text-align: center;
}

.login_browser_message_sub
{
    font-size: 8pt;
    margin-top:300px;
    margin-left:50px;
    margin-right:50px;
    color: #272727;
    font-family: Verdana, Geneva, sans-serif;
    clear:both;
    text-align: center;
}
/**************** support page ******************/
.support_body
{
    margin: 0px 0px 0px 20px;
}

.contentblock
{
    margin: 0px 0px 0px 20px;
}

.support_body h1
{
    font-family: "Myriad Pro" , "Myriad Web Pro" , Verdana, Arial, Sans-serif;
    font-size: 32px;
    color: #003264;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.support_body h4
{
    font-family: "Myriad Pro" , "Myriad Web Pro" , Verdana, Arial, Sans-serif;
    font-size: 18px;
    color: #272727;
    font-weight: 200;
    margin: 0px;
    padding-bottom: 20px;
}

.support_body h3
{
    font-family: "Myriad Pro" , "Myriad Web Pro" , Verdana, Arial, Sans-serif;
    color: #272727;
    font-weight:lighter;
    margin: 0px;
    padding-top: 10px;
}

#registration_banner
{
    position:absolute;
    margin-top: 0px;
    width:455px;
    float: left;
    margin: 0px 0px 0px 20px;
}

.pageSub {
	position: relative;
	min-height:775px;
	clear: both;
	margin-left: 38px;
	margin-right: 37px;
	/* min-height used to avoid the background getting to small
	which would cause the UI background gradient to be inconsistent */
}


.middle-r-sub {
	position: relative;
	background-image: url(PromoPage_border-m-r-2.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.middle-l-sub {
	position: relative;
	background-image: url(PromoPage_border-m-l-2.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#newStuff{
float:left;
background:url(Images/new_btn.png)no-repeat 0 0 transparent;
height:210px;
width:190px;
}

#newStuff:hover{
cursor:pointer;
float:left;
background:url(Images/new_btn.png)no-repeat 0 -210px transparent;
height:210px;
width:190px;
}

#newStuff:hover .newText{
display:block;
}

#newStuff .newText{
display:none;
}

.newText{
margin-left:35px;
margin-top:120px;
position:relative;
display:block;
color:#003264;
font-size:18px;
width: 125px;
}

#newStuff #LowerTextNew{
width:190px;
height:55px;
margin-left: 3px;
margin-top: 210px;
}

#newStuff:hover #LowerTextNew{
width:190px;
height:55px;
margin-left: 3px;
margin-top: 45px;
}

.BlueNew{
display:block;
color:#003264;
font-size:18px;
}

.GreyNew{
display:block;
color:#3d3d3d;
font-size:12px;
}

#NewContentPageText{
margin-top:0px;
float:left;
margin-left:10px;
}

.BigBlueUl{
display:block;
color:#003264;
font-size:18px;
list-style:none;
}

.BigBlueUl li{
display:block;
color:#3d3d3d;
font-size:12px;
}

#footerSwoops{
background:  url(PromoPage_footer_swoop.png) no-repeat 0;
height:258px;
width:876px;
margin-top:-300px;
}

#RightColumnContent
{
position:relative;
background:url(PromoPage_Caesy_Right_Content.png) no-repeat 0;
height:207px;
width:477px;
margin-left:370px;
margin-top:210px;
}

#RightColumnContent img
{
	display:block;
	width:100%;
	height:100%;
}

#RightColumnContentText{
position:relative;
margin-left: 430px;
width: 355px;
}

.regularstyle{
margin-top:10px;
display:block;
color:#3d3d3d;
font-size:16px;
text-align:center;
}

.linkstyle2{
margin-top:5px;
display:block;
color:#418534;
font-size:14px;
text-align:center;

}