/*=NAMEOFSITE STYLESHEET
=== === === === === === === === === === */

/*=Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
=== === === === === === === === === === */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p{
	margin:0;
	padding:0;
}
fieldset,img{
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym { border:0;
}

/*=GLOBAL
=== === === === === === === === === === */

body{
	font: 85% arial,sans-serif;
	text-align:center;
	color: #2f2f2f;
}
a {
	outline: none;/* Hides dotted outline in FF links */
	color: #981793;
}
a:link { 
	color: #004c8e
}
a:visited { 
	color: #004c8e
}
a:hover { 
	color: #004c8e
}
a:active { 
	color: #004c8e
}
#container {
	width:778px;
	margin:0 auto;
	text-align:left;
}
#masthead {
	position:relative;
	height:259px;
	width:778px;
	text-indent:-400em;
	background-attachment: scroll;
	background-image: url('../images/header_2.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0;
	padding:0 0 20px;
}
#blog_link a {
	position:absolute;
	top:11px;
	right:29px;
	width:116px;
	height:116px;
	background:url('/images/blog_button.jpg') no-repeat 0 0;
}
#blog_link a:hover {
	background:url('/images/blog_button.jpg') no-repeat -116px 0;
}
#footer {
	padding: 0 0 40px;
}

#centerColumn { 	
	margin:0 auto;
	width:778px;
	text-align:left;
	line-height:17px;
	background-color:#fff;
	position:relative;
}

#cell_1 {
	float:left;
	width:200px;
	position:relative;
	color: #004c8e;
	padding:0 10px 0 0;
}
#cell_2 {
	margin:0 0 0 210px;
}
#cell_1Review {
	position:relative;
	border:1px solid #ccc;
	padding:15px;
}
.cell_Review_fl {
	position:relative;
	border:1px solid #ccc;
	margin-top:15px;
	padding:10px;
	
}
.review_h2 {
	color:#a1a1a1;
	font-weight:normal;
	padding:0 0 10px;
}
.cell_Review_fl img {
		float:left;
		padding:0 10px 0 0;
	}
	.cell_Review_fl h2 {
		color:#a1a1a1;
		font-weight:normal;
	}
	.cell_Review_fl h3 {
		padding:5px 0 0;
		font-size:105%;
		font-weight:normal;
	}
	.cell_Review_fl p {
		padding:10px 0 0;
	}
.lh_lrg {
	line-height:25px;
}
.txt_grey {
	color:#004c8e;
}
div.hr {
	margin:15px 0;
	height: 1px;
	background: #ccc;
}
div.hr hr {
	display: none;
}

#cell_2Top {

	}
	#cell_2Top h1 {
		position:relative;
		width:349px;height:62px;
		font-size:84%;
		}
		#cell_2Top h1 span {
			position:absolute;
			width:100%;
			height:100%;
			background:url('/images/logo.gif') no-repeat 0 0; 
		}
#div_2Main {
	/*float:left;*/
	padding:10px 0 0;
	}
	#div_2Main h3 {
		font-weight:normal;
		line-height:21px;
	}
#cell_3 {
	float:right;
	width:150px;
	margin:0 0 30px 10px;
	color: #004c8e;
	padding:10px;
	/*background-color:#eaf7ff;*/
	border:1px solid #ccc;
}
.logo_bott {
	padding:10px 0 10px;
}
#button_quotes {
	padding:20px 0 10px;
	text-align:center;
}
.margin0 {
	margin:0;
	padding:0;
}
.strong {
	font-weight:bold;
}
.review {
	font-size:86%;
}
.small {
	font-size:84%;
}
h3 {
	font-size:116%;
	color: #004c8e;
}
h4 {
	text-transform:uppercase;
	font-size:116%;
	padding-bottom:10px;
	border-bottom:1px solid #66CCFF;
	color: #004c8e;
}
.margintop10 {
	margin-top:10px;
}
.margintop30 {
	margin-top:30px;
}
.clearleft {
	clear:left;
}