/* ESmith Stylesheet */

/* Colors
Red: #c20025
Blue text: #0f3e74
Body Text: #424040

*/

* {margin:0; padding:0; outline:none}
img {border:0}



/*======================================================================
==========================STRUCTURE====================================
======================================================================*/
body {background:#fff url(../images/bg.jpg) center top no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif}

.wrapper {
	margin:0 auto;
	width:1024px;
	height:auto;
	}
	
#header {
	position:relative;
	width:1024px;
	height:221px;
	}
	
#content_wrapper {
	position:relative;
	width:1024px;
	min-height:280px;
	height:auto !important;
	height:280px;
	background:#fff url(../images/contentcolumns.gif) left top repeat-y;
	}
	
#content {
	float:left;
	margin:0 0 20px 30px;
	padding-top:20px;
	width:410px;
	height:auto;
	}

#contentfull {
	float:left;
	margin:0 0 20px 30px;
	padding-top:20px;
	width:730px;
	height:auto;
	}

#leftbar {
	float:left;
	width:242px;
	height:auto;
	margin:0;
	}
	
#navbar_wrapper {
	position:absolute;
	width:1024px;
	height:54px;
	top:167px;
	left:0;
	background:#bf0024 url(../images/navbar.gif) left top no-repeat;
	}
	
#footer {
	position:relative;
	clear:both;
	margin:0 0 0 242px;
	width:782px;
	height:151px;
	background:#bbbaba url(../images/footer.jpg) left top no-repeat;
	}
	
	
	
/*======================================================================
==========================HEADER====================================
======================================================================*/

#header_topleft {
	position:absolute;
	left:0px;
	top:0px;
	width:751px;
	height:167px;
	background:#bf0024 url(../images/header/header_1.gif) left top no-repeat;
}

#logo {
	display:block;
	position:absolute;
	width:250px;
	height:120px;
	top:45px;
	left:30px;
	}

#header_topright {
	position:absolute;
	left:751px;
	top:0px;
	width:273px;
	height:167px;
	background:#bf0024 url(../images/header/header_2.jpg) left top no-repeat;
}

/*======================================================================
============SPECIAL OFFER/SUBSCRIBE/TESTIMONIAL=========================
======================================================================*/

#specialoffers {
	/*position:absolute;*/
	background:#03366b url(../images/offergrad.png) left top repeat-x;
	
	border:8px #0f2f55 solid;
	width:200px;
	height:auto;
	margin:20px 0 20px 12px;
	/*top:160px;
	left:12px;*/
	text-align:center;
	}
	
#outline {
	margin:0 5px;
	padding:8px 0;
	border-top:#99C4F1 1px solid;
	border-bottom:#99C4F1 1px solid;
	}
	
#specialoffers h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99C4F1;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:15px;
	font-weight:bold;
	margin:5px;
	}
	
.mainoffer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:18px;
	margin:5px;
	}
	
.submainoffer {
	font-size:10px;
	color:#fff;
	font-weight:normal;
	line-height:14px;
	margin:0 5px;
	}
	
.offerdetails {
	font-size:9px;
	line-height:11px;
	color:#99C4F1;
	margin:5px;
	}
	
a.outlinelink {
	color:#fff;
	font-size:11px;
	border:none;
	text-decoration:none;
	}
	
	a.outlinelink:hover {
		border-bottom:1px solid #fff;
		}
	
	
	
a#subscribe {
	/*position:absolute;*/
	display:block;
	background:#407ab6;
	border:4px #0f2f55 solid;
	width:204px;
	height:auto;
	margin:0 0 20px 12px;
/*	top:423px;
	left:12px;
*/	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	padding:5px;
	}
	
	a#subscribe:hover {
		background:#99c4f1;
		color:#fff;
		}
		
#testimonial {
	display:block;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	padding:10px 20px;
	margin:10px 0;
	color:#666666;
	font-style:italic;
	height:auto;
	font-size:10px;
	line-height:18px;
	z-index:10;
	}
	
#phone {
	font-size:18px;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0f3e74;
	display:block;
	padding:10px 0px;
	margin:10px 0;
	text-align:left;
	}
	
#phonetitle {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px #0f3e74 solid;
	border-bottom:1px #0f3e74 solid;
	color:#0f3e74;
	display:block;
	padding:10px 0;
	margin:10px 0;
	text-align:center;
	background-color:#efefef;
	}
	
	#phone strong.e {color:#c20025; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:22px;}


/*======================================================================
==========================CONTENT====================================
======================================================================*/

#content h1, #contentfull h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0f3e74;
	font-size:23px;
	margin-bottom:20px;
	font-weight:normal;
	}
	
#content h2, #contentfull h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0f3e74;
	font-size:16px;
	margin-bottom:20px;
	font-weight:bold;
	letter-spacing:1px;
	}
	
#content h3, #contentfull h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c20025;
	font-size:14px;
	margin-bottom:20px;
	font-weight:bold;
	margin-top:40px;
	display:block;
	}
	
#content p, #content li, #contentfull p {
	color:#424040;
	font-size:11px;
	line-height:20px;
	margin-bottom:20px;
	font-weight:normal;
	}
	
/*#contentfull li {
	color:#424040;
	font-size:11px;
	line-height:20px;
	margin-bottom:10px;
	font-weight:normal;
	}*/
	
#content ul, #contentfull ul {
	padding-left:0;
	}
	
#photo {
	margin:0 0 20px 700px;
	padding-top:20px;
	width:299px;
	height:280px;
	}
	
.smallphoto {
	float:right;
	margin:0 0 5px 5px;
	}
	
.largeredlink a {
	text-decoration:none;
	font-size:13px;
	border-bottom:1px #c20025 solid;
	color:#c20025;
	}
	
	.largeredlink a:hover {
		border-bottom:none;
		}
		
#content a:link {color:#0f3e74;} 
	
#content a:visited { color:#999; } 
	
#content a:hover {color:#424040;} 
	
		
a.link/*, #contentfull a, #content a*/ {
	color:#0f3e74;
	font-weight:bold;
	font-size:11px;
	}
	
	a.link:hover/*, #contentfull a:hover, #content a:hover*/ {
		background:#0f3e74;
		color:#fff;
		text-decoration:none;
		}
		
	/*a.link:visited, #contentfull a:visited { 
		color:#4C6374;
		font-weight:bold;
		}*/
	
tables#options {
	font-size:11px;
	line-height:18px;
	}
	
#contentfull hr {
	background-color:#999999;
	color:#999999;
	width:90%;
	height:1px;
	margin:20px auto;
	display:block;
	}
	
	
/*======================================================================
======================PACKAGE TABLE===============================
======================================================================*/

	
#comparison_chart {}

#comparison_chart td {text-align:center;}

.header {
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	}
	
	.header a {
		height:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#fff;
		line-height:30px;
		font-weight:normal;
		text-decoration:underline;
		}
		
	.header a:hover {text-decoration:none !important}

.feature {
	font-size:12px; 
	font-weight:normal; 
	padding:12px; 
	text-align:left; 
	background-color:#fff; 
	border-right:1px solid #eee;
	}
.featurealt {
	font-size:12px; 
	font-weight:normal; 
	padding:12px; 
	text-align:left; 
	background-color:#EEEEEE; 
	border-right:1px solid #fff;
	}

th.feature li {font-size:10px; margin:0;}

.feature_row {height:25px;}

a.package {color:#fff; font-size:18px}


/*======================================================================
==========================FOOTER====================================
======================================================================*/


#footer p {
	position:absolute;
	color:#fff;
	font-size:10px;
	top:100px;
	right:10px;
	width:auto;
	}
	
	
	
/*======================================================================
==========================CONTACT FORM====================================
======================================================================*/

#contactform {
	width:400px;
	}
	
#contactform label {
	font-size:12px;
	color:#424040;
	margin-right:10px;
	}
	
#contactform input {
	font-size:12px;
	color:#000;
	padding:4px;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#contactform textarea {
	font-size:12px;
	color:#000;
	padding:4px;
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#contactform select {
	font-size:12px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100px;
	}
	
.required {color:#c20025; font-size:13px;}



#cal input, #cal select {
	width:auto;
	padding:0 4px;
	}













