/* CSS Document */

body {
	font: 12px/20px   Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

body a{
	color:#156fad;
	text-decoration:none;
}

body a:hover{
	color:#156fad;
	text-decoration:underline;
}

#banner{
	width:828px;
	height:104px;

}

#nav_top{
	width:828px;
	height:30px;
	border-bottom:solid 3px #156fad;

}

#container{
	background-color:#fff;
	width:828px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border-right: 10px #fff solid;
	border-left: 10px #fff solid;
}

#column_left{
	width:348px;
	float:left;

}

#column_left_grey_box{
	background-color:#e5fafc;
	width:278px;
	padding:15px 35px 35px 35px;
	border-bottom:10px #fff solid;
	font-size:10px;
	font-weight: bold;
}

#column_left_grey_box_contact{
	background-color:#e5fafc;
	width:278px;
	padding:15px 35px 30px 35px;
	border-bottom:10px #fff solid;
	font-size:10px;
}

#column_left_grey_box_quote{
	background-color:#e5fafc;
	width:278px;
	padding:10px 35px 15px 35px;
	border-bottom:10px #fff solid;
	font-size:10px;
}


#column_left_grey_box_empty{
	width348px;
	height:294px;
	/* background-image:url(../_images/_interface/background_tile.png); */
	background-repeat:repeat-x;
}



.section_head_medium{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#156fad;
	font-size:15px;
	/* font-style:italic; */
}

.section_head_medium_difference{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#156fad;
	font-size:15px;
	font-style:italic;
}


.section_head_medium a{
	color:#156fad;
	text-decoration:none;
}

.section_head_medium a:hover{
	color:#156fad;
	text-decoration:underline;
}


.section_head_medium_calc{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#156fad;
	font-size:14px;
	font-weight:normal;
}

.section_head_medium_calc a{
	color:#156fad;
	text-decoration:none;
}

.section_head_medium_calc a:hover{
	color:#156fad;
	text-decoration:underline;
}


.section_head_large{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#156fad;
	font-size:20px;
	font-weight:normal;
}

.quote{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#156fad;
	font-size:10px;
	font-weight:bold;
	padding-top:2px;
}


#column_right{
	background-color:#fff;
	width:429px;
	padding:20px 30px 30px 20px;
	float:left;
}

#grey_bar{
	height:15px; 
	background-color:#fff; 
	border-bottom:5px solid #e5fafc;
}

#grey_bar_calc{
	padding-top:5px;
	margin-bottom:15px;
	height:15px; 
	background-color:#fff; 
	border-bottom:5px solid #e5fafc;
}



/* FOOTER */
#footer{
	font-size:10px;
	padding-top:15px;
	color:#999;
	text-align:left;

}

#footer a{
	color:#156fad;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}



/* HACKS */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Highlight PayPal selection */
.pp{
color: #649EF7;
}
.pp_dis{
color: #CCCCCC;
}

.pp_button {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #E2F7D6;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6f6f6f;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}

.pp_button_dis {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #EEEEEE;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6f6f6f;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}

.unsub{
cursor: hand; 
cursor: pointer; 
background-color: transparent; 
color: #999999; 
font-size: 10px; 
font-family: arial; 
font-weight: normal; 
border: 0; 
padding: 0;
}

.smtxt {
font-size: 11px; 
font-family: arial; 
font-weight: normal; 
}