﻿body {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin: 4px;
    background: #ffffff url("Background-1-1024.jpg") repeat-x;
}

div#Container
{
	width: 758px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 6px;
	border: 1px outset #CCCCCC;
	background-color: #ffffff;
}

div#Navigation
{
	height: 25px;
	width: 758px;
	margin: 0px 0px 6px 0px;
	
}

div#Navigation ul
{
	height: 25px;
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
}

div#Navigation ul li
{
	list-style: none;
	display: block;
	width: 107px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;
	background: url(ButtonBackground-1-25.jpg);
}

div#Navigation ul li a
{
	width: 100%;
	height: 25px;
	display: block;
	color: #005787;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
}

div#Navigation ul li.last
{
	width: 109px;
}

div#Navigation ul li a:hover
{
	color: #FFFFFF;
	background-color: #10297B;

}

div#Header
{ 
    position: relative;
    width: 758px;
    height: 174px;
    padding: 0px;
    background: #10297B url(Header-758-174.jpg) no-repeat;
}

div#HeaderCompanyName h1
{
    position: absolute;
    left: 170px;
    top: 20px;
    font-size: 40px;
    font-style: italic;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

div#ContractInstructions h2
{
    
    font-size: 26px;
    margin: 10px 0px 10px 0px;
    color: #FF0000;
}

div#ContractInstructions h3
{
    
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    color: #FF0000;
}

div#HeaderCompanyTagline h2
{
    position: absolute;
    left: 190px;
    top: 70px;
    font-style: italic;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

div#HeaderCompanyContactInfo h3
{
    position: absolute;
    top: 126px;
    right: 6px;
    text-align: right;
    font-size: 16px;
    color: #10297B;
    padding: 0px;
    margin: 0px;
}

div#HeaderCompanyCopyright
{
    margin: 4px 0px 0px 0px;
    background-color: #10297B;
    text-align: right;
    padding-right: 6px;
}     

div#HeaderCompanyCopyright h3
{
    display: inline;
    font-size: 12px;
    color: #ffffff;
}

#Content
{
    padding-top: 6px;
}    

#Content li
{
    margin-top: 6px;   
}

div#Footer
{
    clear: both;
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}   

div#Footer div
{
    margin: 4px 0px 0px 4px;
}  

div#Footer ul
{
    display:inline;
    list-style-type: none;
    padding: 0px;
} 

div#Footer ul li
{
    display:inline;
    margin: 20px;
} 


/* General Site  Pages */

h2
{
    font-size: 36px;
    margin: 10px 0px 10px 0px;
    color: #10297B;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    color: #10297B;
}

p
{
    /* Enough to compensate for superscripts */
    line-height: 20px;
}

a
{
    color: #0000ff;
    text-decoration: none;
}

a img
{ 
    border: none;
}

/* Reusable Classes */

.CenteredBlock {
   margin-left: auto;
   margin-right: auto;
}

.AlignCenter 
{
    text-align: center;
}

.AlignRight
{
    text-align: right;
}

.FloatLeft 
{
    float: left;
    margin-right: 10px;
}

.FloatRight
{
    float: right;
    margin-left: 10px;
}

.ClearLeft
{
    clear: left;
}    

.ClearRight
{
    clear: right;
}

.Indent
{
    padding-left: 40px;
}

.TopBorder 
{
    border-top: solid 1px #10297B;
}    

.SolidBox
{
    padding: 4px;
    border: solid 1px #10297B;
    margin: 10px 0px 10px 10px;
}

.DashedBox
{
    padding: 4px;
    border: dashed 1px #10297B;
}

.ContentBox *, .SideContentBox *
{
    margin-top: 0px;
    padding-top: 0px;
}

.SideContentBox
{
    font-size: 12px;
    float: right;
    width: 260px;
    padding: 4px;
    border: outset 1px #10297B;
    background-color: #EFEFEF;
    margin: 0px 4px 10px 10px;
}

.SideChildBox
{
    font-size: 12px;
    width: 260px;
    padding: 4px;
    border: outset 1px #10297B;
    background-color: #EFEFEF;
    margin: 0px 4px 10px 10px;
}

.Hidden
{
    display: none;
}

.ErrorText
{
    color: #ff0000;
}

.StrongItemGood
{
    font-size: 18px;
    color: Green;
    font-weight: bold;
}

.StrongItemBad
{
    font-size: 18px;
    color: Red;
    font-weight: bold;
}

table.TableFullBorder
{
    border-collapse: collapse;
}

table.TableFullBorder td
{
    border: solid 1px #10297B;
    padding: 2px 4px 2px 4px;
}

.Column2Left
{
    float: left;
    width: 340px;
    margin-top: 0px;
}

.Column2Right
{
    width: 360px;
    margin: 0px 0px 10px 380px;
    
}

.TopBorder
{
    border-top: dashed 1px #10297B;
}    

.Column2Left h3, .Column2Right h3
{
    margin-top: 0px;
}

.Button
{
    display: block;
    color: #10297B;
    margin: 10px 0px 10px 0px;
 	padding: 4px 10px 4px 10px;
	line-height: 25px;
	border-right: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
}

.Button:hover
{
	color: #FFFFFF;
	background-color: #10297B;
	font-weight: bold;
}

.FormRowSpaced
{
    margin: 6px 0px 6px 0px;
}

/* Items specific to content pages below */


/* Home Page */


#HomeNavLinks 
{
    float: left;
}    

#HomeNavLinks ul
{
	list-style-type:none;   
	width: 136px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	padding-left: 0px;
}

#HomeNavLinks ul li
{
	list-style: none;
	display: block;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

#HomeNavLinks ul li a
{
	height: 25px;
	display: block;
	color: #005787;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	background: url(ButtonBackground-1-25.jpg);
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}

#HomeNavLinks ul li a:hover
{
	color: #FFFFFF;
	background: #10297B;
}

#HomeLeftContent
{
    margin-left: 150px;
    width: 380px;
}

#HomeRightContent
{
    float: right;
    width: 217px;
    height: 240px;    
}

#HomeLowerContent
{
    margin-left: 150px;
}

#ApplyButton
{
    display: block;
    margin: 0px auto 0px auto;
    height: 120px;
    width: 120px;
    background: url(ApplyNowButton-120-120.jpg) no-repeat;
}

#ApplyButton span
{
    display: none;
}    

#Television
{
    margin-top: 10px;
    position: relative;
}    

#Television span
{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 217px;
    height: 163px;
}    

#Television .AnimationFrame0
{
    background: url(HomeRotationA-217-163.jpg) no-repeat;
}    

#Television .AnimationFrame1
{
    background: url(HomeRotationB-217-163.jpg) no-repeat;
}

#Television .AnimationFrame2
{
    background: url(HomeRotationC-217-163.jpg) no-repeat;
}    

#Television .AnimationFrame3
{
    background: url(HomeRotationD-217-163.jpg) no-repeat;
}

#Padlock
{
    width: 116px;
    height: 113px;
    margin: 20px 10px 0px 10px;
    background: url(Padlock-116-113.jpg);
}    

.SeasonalMessage
{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}  


/* Page Specific */


/* Apply Now */

.FormRow
{
    clear: left;
}   

.FormRow .FormLabel150
{
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #10297B;
    width: 150px;
}

.FormRow .FormLabel300
{
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #10297B;
    width: 300px;
}


.FormRow .FormLabel425
{
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #10297B;
    width: 425px;
}

.FormRow .FormItem
{
    padding: 6px 0px 6px 0px;
}

.FormRow .FormError
{
    display: block;
    padding: 0px 10px 10px 10px;
    margin-left: 370px;
    clear: left;
}



/* Account Page */


#AccountNavLinks
{
	list-style: none;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

#AccountNavLinks li
{
	list-style: none;
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border-right: 3px solid #FFFFFF;
	background-color: #EFEFEF;	
}

#AccountNavLinks li a
{	
	display: block;
	color: #005787;
	text-decoration: none;
	font-size: 12px;
	width: 90px;
	padding: 4px 10px 4px 10px;
}

#AccountNavLinks li a:hover
{
	color: #FFFFFF;
	background-color: #10297B;
}

#RightPanels
{
    float: right;
}    

.AccountMessage
{
    clear: left;
    margin-top: 10px;
    width: 440px;
}

#RapidFullContract
{
    font-size: 10px;
}

.PaymentList input
{
    display: block;    
    float: left;
    width: 30px;
    clear: left;
}  

.PaymentList label
{
    padding-top: 2px;
    display: block;
    margin-left: 40px;
} 

/* FAQ */

.FAQBox
{
    border: dashed 1px #10297B;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}