/* 
------------------------------------
global styles
------------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	font: 85%/1.5 arial, helvetica, sans-serif;
	color: #444;
	background: #FFF url(../images/background.gif) repeat-x;
}

img { border: none; }
a:link { color: #a40919; }
a:visited { color: #a40919; }
a:focus { color: red; }
a:hover { color: #000; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

h1 {
font-weight:bold;
line-height:normal;
font-size:20px;
border-bottom:1px solid #cccccc;
font-family:Arial,Helvetica,sans-serif;
color:#404040;
margin:0 0 10px;
padding:10px 0 14px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}


dl {
	clear: both;
	margin: 0 0 1em;
}

dt {
	margin: 0;
	padding: 1em 0 0 0;
	float: left;
	width: 9em;
	clear: left;
}

dd {
	margin: 0 0 0 10em;
	padding: 1em 0 0 0;
}

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

/* 
------------------------------------
global classes
------------------------------------
*/

.structural {
	position: absolute;
	left: -500em;
}

.more
{
	background: url(../images/arrow.gif) no-repeat 0 .3em;
	padding: 0 0 0 12px;
}

.edit { clear: both; }

.edit a
{
	display: block;
	width: 2.5em;
	padding: .2em .5em;
	background: #a40919;
	color: #fff;
	text-decoration: none;
}

.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}

/* 
------------------------------------
container styles
------------------------------------
*/

#container
{
	width: 910px;
	padding: 20px 25px;
	margin: 0 auto;
	background: #fff;
	border-left:1px solid #D2D2D2;
    border-right:1px solid #D2D2D2;
    border-bottom:1px solid #D2D2D2;
}

/* 
------------------------------------
header styles
------------------------------------
*/

#header { position: relative; }

#header h1
{
	margin: 0;
	padding: 0 0 8px 15px;
}

#header h1 img { display: block; }

#header form
{
	position: absolute;
	left: 500px;
	top: 0;
	width: 223px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#header form label
{
	float: left;
	width: 63px;
}

#header form input#s
{
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 100%;
	border: 1px solid #81959e;
	height: 18px;
	float: left;
	width: 120px;
}

#header form input#go
{
	float: left;
	width: 30px;
}

/* 
------------------------------------
main-navigation styles
------------------------------------
*/

#main-navigation
{
	width: 910px;
	float: left;
	background: #010555;
	margin: 0 0 15px;
	font-size: 95%;
}

#main-navigation ul
{
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
}

#main-navigation ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#main-navigation ul li a
{
	display: block;
	float: left;
	padding: 5px 12px;
	color: #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#main-navigation ul li.current_page_item a { background: #56839a; }

/* 
------------------------------------
fontsize styles
------------------------------------
*/

#fontsize
{
	float: right;
	width: 54px;
	padding: 5px 0;
	margin: 0 15px 0 0;
}

#fontsize .font-size-icon { margin: 0 0 0 10px; }
#fontsize a { margin: 0; }

/* 
------------------------------------
homecol1 styles
------------------------------------
*/

#LeftCol
{
	clear: left;
	float: left;
	width: 645px;
	padding: 10px;
	margin: 0 15px 0 0;
	/* background: url(../images/back-tint.jpg) repeat-x; */
	line-height: 130%;
}

/* 
------------------------------------
homecol2 styles
------------------------------------
*/

#homecol2
{
	float: left;
	width: 580px;
	margin: 0 15px 0 0;
	line-height: 150%;
}

#myContent
{
	width: 580px;
	height: 460px;
	margin: 0 0 15px 0px;
}

#myContent img
{
	border:1px #999999 solid;
	padding:0px;
	margin:5px 0px 5px 0px;
}

#homecol2 bluetakeaway
{
	padding: 15px;
	margin: 0;
	background: #95b5c2;
	color: #fff;
	font-size: 125%;
	text-align: center;
}

/* 
------------------------------------
homecol3 styles
------------------------------------
*/

#homecol3
{
	float: left;
	width: 180px;
	padding: 15px;
	background: url(../images/back-tint.jpg) repeat-x;
	line-height: 130%;
}

#homecol3 em
{
	color: #6c8792;
	font-size: 90%;
}

.border
{
	margin: 0 0 1em;
	border-bottom: 1px solid #ccc;
}

.news
{
	margin: 0 0 1em;
	border-bottom: 1px solid #ccc;
}

.news h3
{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

.news p { margin: 0; }
.news p.more { margin: 1em 0; }

/* 
------------------------------------
sidebar styles
------------------------------------
*/

#sidebar
{
	clear: both;
	float: left;
	width: 200px;
	padding: 10px 15px 130px;
	background: url(../images/back-tint.jpg) repeat-x;
}

#sidebar ul
{
	padding: 0;
	margin: 0;
}

#sidebar li
{
	list-style-type: none;
	display: inline;
}

#sidebar li a
{
	display: block;
	background: url(../images/arrow.gif) no-repeat 0 .7em;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	line-height: 130%;
}

#sidebar li li a
{
	display: block;
	background: url(../images/arrow2.gif) no-repeat 15px .6em;
	padding: 3px 0 3px 30px;
	text-decoration: none;
	font-size: 95%;
	border-bottom: 1px solid #ddd;
	line-height: 130%;
}

#sidebar li li li a
{
	display: block;
	background: url(../images/arrow3.gif) no-repeat 35px .7em;
	padding: 3px 0 3px 45px;
	text-decoration: none;
	font-size: 95%;
	border-bottom: 1px solid #ddd;
	line-height: 130%;
}

/* 
------------------------------------
content styles
------------------------------------
*/

#content
{
	float: right;
	width: 625px;
	padding: 15px 20px;
	background: url(../images/back-content.jpg) repeat-x;
}

#content h2 { font-size: 170%; }

.section1
{
	clear: left;
	float: left;
	width: 285px;
	background: #bdd5df;
	padding: 10px 10px 15px;
	margin: 0 0 15px;
	line-height: 130%;
}

.section1 img { float: left; }
.section1 h3 { margin: 0 0 0 75px; }
.section1 p { margin: 0 0 0 75px; }

.section2
{
	float: right;
	width: 285px;
	background: #bdd5df;
	padding: 10px 10px 15px;
	margin: 0 0 15px;
	line-height: 130%;
}

.section2 img { float: left; }
.section2 h3 { margin: 0 0 0 75px; }
.section2 p { margin: 0 0 0 75px; }

#content ul
{
	margin: 1em 0;
	padding: 0;
}

#content ul li
{
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	background: url(../images/arrow2.gif) no-repeat 0 .4em;
}

#content .subsection
{
	clear: left;
	background: #bdd5df;
	padding: 10px;
	margin: 0 0 15px;
}

#content .subsection h3 { margin: 0 0 .3em; }
#content .subsection ul { margin: 0; }

/* 
------------------------------------
footer styles
------------------------------------


#footer
{
	clear: both;
	font-size: 90%;
	color: #fff;
}

#footer p
{
	text-align: right;
	margin: 0;
	padding: 0px 15px 10px;
}

#footer .certifications
{
	text-align: center;
	margin: 0;
	padding: 0px 15px 0px;
}

#radio
{
	text-align: center;
	margin: 0;
	padding: 10px 15px 0px;
}

#footer p img { margin: 0 0 0 30px; }

#footer ul
{
	background: #999;
	margin: 0;
	padding: 4px 15px;
	text-align: right;
}

#footer li
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footer li a { color: #fff; }
*/

#radio
{
	text-align: center;
	margin: 0;
	padding: 10px 15px 0px;
}

/* 
------------------------------------
form styles
------------------------------------
*/

form { margin: 0; }

form fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

form legend
{
	position: absolute;
	left: -500em;
}

form ol
{
	margin: 0;
	padding: 0;
}

form ol li
{
	padding: 5px 0 0;
	list-style-type: none;
	clear: left;
}

#cformsform ol li label
{
	float: left;
	width: 8em;
}

#cforms2form ol li label
{
	float: left;
	width: 15em;
}

#cforms3form ol li label
{
	float: left;
	width: 15em;
}

#cforms4form ol li label,
#cforms5form ol li label,
#cforms6form ol li label,
#cforms7form ol li label,
#cforms8form ol li label,
#cforms9form ol li label,
#cforms10form ol li label,
#cforms11form ol li label,
#cforms12form ol li label,
#cforms13form ol li label,
#cforms14form ol li label,
#cforms15form ol li label,
#cforms16form ol li label,
#cforms17form ol li label,
#cforms18form ol li label,
#cforms19form ol li label
{
	float: left;
	width: 8em;
}


#ll, #ll2, #ll3,  #ll4, #ll5, #ll6, #ll7, #ll8, #ll9, 
#ll10,
#ll11,
#ll12,
#ll13,
#ll14,
#ll15,
#ll16,
#ll17,
#ll18,
#ll19
{
	position: absolute;
	left: -500em;
}

#cf_field_3 { width: 400px; }

#footer_copy {
background:transparent url(../images/module_header_bg.png) repeat-x scroll 0 -101px;
margin-top:10px;
padding:15px 0;
font: bold 11px/12px Helvetica, Arial, Verdana, sans-serif;
}

#footer {
    text-align:center;
    margin:0;
    padding:0;
    clear:left;
}

.pullquote {
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #694e1c;
border-bottom-color: #694e1c;
font-size: 16px;
text-align: center;
line-height: 36px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
}

blockquote.left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; border: none !important; padding: 0 !important; float: left; }

blockquote.right {
   width: 200px;
   margin: 10px 0 5px 25px;
   padding: 15px 0;
   border: 3px double #aaa;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
   float: right;
   color:Gray;
   line-height:22px;
}


.BlockLargeOuter {
background-image:url(/images/grey-background-645x240.gif);
background-repeat:no-repeat;
height:auto !important;
margin:0;
min-height:240px;
padding:0;
position:relative;
width:645px;
}

.BlockLargeIndent {
margin:0;
min-width:610px;
padding:17px 22px 0;
width:auto !important;
}

.BlockGreenSmallOuter {
background-image:url(/images/block_green_small.gif);
background-repeat:no-repeat;
height:auto !important;
margin:0;
min-height:240px;
padding:0;
position:relative;
width:227px;
}

.fha {
    background-image:url(/images/block_green_small_fha.gif);
}


.BlockGreenSmallIndent {
margin:0;
min-width:200px;
padding:17px 13px 0;
width:auto !important;
}



#RightCol {
float:right;
margin-left:0;
margin-right:-10px;
margin-top:10px;
position:relative;
width:227px;
z-index:13;
}

.SmallBlockIndented {
color:#404040;
font-size:1.2em;
margin:0;
padding:5px 0 14px 60px;
}

.BlockGreySmallOuter {
background-image:url(/images/block_grey_small.gif);
background-repeat:no-repeat;
height:auto !important;
margin:0;
min-height:240px;
padding:0;
position:relative;
width:227px;
padding-bottom:15px;
}

.BlockGreySmallOuter166 {
background-image:url(/images/block_grey_small227x166.gif);
background-repeat:no-repeat;
height:auto !important;
margin:0;
min-height:166px;
padding:0;
position:relative;
width:227px;
padding-bottom:10px;
}

.BlockGreySmallIndent {
margin:0;
min-width:200px;
padding:17px 13px 0;
width:auto !important;
}

.BlockGreenSmallNewsOuter {
background-image:url(/images/block_green_small_news.gif);
background-repeat:no-repeat;
height:auto !important;
margin:0;
min-height:240px;
padding:0;
position:relative;
width:227px;
}

.BlockGreenSmallBlogOuter {
background-image:url(/images/block_green_small_blog.gif);
background-repeat:no-repeat;
height:auto !important;
margin:0;
min-height:240px;
padding:0;
position:relative;
width:227px;
}






#HomeLeftCol
{
	clear: left;
	float: left;
	width: 227px;
	padding: 10px;
	margin: 0 15px 0 0;
	line-height: 130%;
}

#HomeRightCol {
float:right;
margin-left:0;
margin-right:-10px;
margin-top:10px;
position:relative;
width:645px;
z-index:13;
}

.Testimonials h3
{
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:14px;  
margin:0;
font-weight:normal;
}

.Testimonials h4
{
text-align:right;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:12px;
color:Gray;
font-weight:normal;
}




fieldset {
    border:0 none;
}

#account_info_form {
    margin:8px;
}


#account_info_form ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#account_info_form input, #account_info_form select, #account_info_form textarea {
    -x-system-font:none;
    color:#333333;
    font-family:"Lucida Grande",Arial,Verdana,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5;
}

#account_info_form ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.contact_info_set label {
display:block;
float:left;
padding-right:10px;
text-align:right;
width:140px;
}


.contact_info_set #btnSubmit,  #btnContinue
{
    margin-top:20px;
    margin-left:130px;
    margin-bottom:20px;
}

.cta h1 {
font-size:14px;
color:#003333;
padding:2px 0 2px 0;
}

.cta label {
display:block;
float:left;
padding-right:10px;
text-align:right;
width:100px;
font-size:9pt;
font-weight:bold;
}

.cta select
{
   font-size:9pt;
}

.cta #Cta_btnStartRequest {
   margin-top:-3px;
   margin-left:30px;
}

.dateTime
{
    color:#999999;
    font-size: 90%;
}


