/* CSS Document */
* { margin: 0; padding: 0; }

html, body { height: 100%; width: 100%;}

body {font: 13px Helvetica, sans-serif; text-align:left; color: #5C5C5C; line-height:145%}

h1 {
	font-size: 18px;
	color: #000000;
	padding:10px 0 10px 0;
}
h2 {
	font-size: 15px;
	color: #000000;
	padding:10px 0 10px 0;
	margin:0;
}
h3 {
	font-size: 0.95em;
	color: #000000;
	padding:10px 0 10px 0;
}

h4 {
	font-size: 14px;
	color: #000000;
}
.fast {padding:10px 0 10px 35px; background:transparent url(images/fast.jpg) no-repeat 0 5px;}
.renewal {padding:10px 0 10px 35px;	background:transparent url(images/renewal.jpg) no-repeat 0 5px;}
.flexible {padding:10px 0 10px 35px; background:transparent url(images/flexible.jpg) no-repeat 0 5px;}

p{
	padding:10px;
}
ul, ol{
	margin:0 0 0 40px;
}

/*******************LINKS************************/
#footer a { color: #ffffff; text-decoration: underline; font-size:11px; }

#footer a:visited { color: #ffffff; text-decoration: underline; font-size:11px; }

#footer a:hover { color: #000000; text-decoration: underline; font-size:11px; }


a.link { color: #000000; text-decoration: none; }

a.link:visited { color: #000000; text-decoration: none; }

a.link:hover { color: #FFCC00; text-decoration: underline }


#articles a { color: #0066CC; text-decoration: none; }

#articles a:visited { color: #0066CC; text-decoration: none; }

#articles a:hover { color: #000000; text-decoration: underline }

/*******************MAIN ALIGNER************************/
.aligner{
	position:relative;
	width:850px;
	margin-left:50%;
	left:-425px;
}

/*******************TOP HEADER************************/
#top_header{
	position:relative;
	width:100%;
	height:150px;
	background:transparent url(images/top-bg-x.jpg) repeat-x 0 0;
}
#top_aligner{
	position:relative;
	width:850px;
	margin-left:50%;
	left:-425px;
	height:150px;
	background:transparent url(images/top-bg.jpg) no-repeat center 0;
}
#logo{
	position:absolute;
	margin-top:50px;
}

#phone{
	position:absolute; 
	top:0px; 
	right:20px;
}

/*******************NAVIGATION************************/
#navigation{
	position:absolute;
	top:40px;
	right:0px;
	height:auto;
	padding:0;
	margin:20px 0 -10px 10px;
	font-size:12px;
	font-weight:bold
}
#navigation li{
	float:left;
	margin:0 0px 0 0px;
	list-style:none;
}
#button{
	background:transparent url(images/button.png) no-repeat 0 0;  
	height:40px;
	width:110px; 
	display:block; 
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:40px;
}

#navigation a{color:white; text-decoration:none}
#navigation a:visited{color:white;}
#navigation a:hover{color:black; background-position:15px -40px !important;}

#button .selected{background-position:0 -30px !important;}

/*******************CONTENT************************/
#content{
	position:relative;
}
#left{
	float:left;
	width:400px;
}
#right{
	float:right;
	right:0px;
	margin-top:10px;
	width:400px;
}


#app-holder{
	position:relative;
	width:400px; 
	height:300px; 
	background: transparent url(images/app-bg.jpg) no-repeat 0 0;
}

#app-arrow{
	position:absolute;
	top:-17px;
	left:10px;
	background: transparent url(images/free-quote.png) no-repeat 0 0;
	width:139px;
	height:67px;
}
#info-box{
	border-left:1px solid #CCCCCC; 
	padding:20px;
}
#info-box-img{
	padding:3px; 
	background:#FFFFFF;
    border:1px solid grey; 
	float:left; 
	margin:0 10px -5px 0;
}

/*******************FOOTER************************/
#footer{
	height:80px;
	background-color: #909090;
	border-top:2px solid #333333;
	padding:10px 0 0 0;
	margin: 10px 0 0 0;
	color:white;
}
.footer_aligner{
	position:relative;
	width:850px;
	margin-left:50%;
	left:-425px;
}

/*******************APPLICATION************************/
#mainapp{
	position:absolute;
	margin:43px 0 0 40px;
	padding:0;
	color:#FFFFFF;
}
#mainapp select, #mainapp .textbox {
	border:1px solid #000000;
	color:#000000;
	font-family:"Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#mainapp label{
	color:white;
	display:inline;
	font-size:8pt;
	margin:0 0 5px;
}

/************************BLOCKQUOTE*****************************/
blockquote {
	background:transparent url(images/quoleft.png) no-repeat scroll left top;
	padding:3x;
	margin:20px 0 20px 0;
}
blockquote div {
background:transparent url(images/quoright.png) no-repeat scroll right bottom;
padding:0 48px;
}