/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* Coloring */
body {
	background-color: #e6e6e6;
	color: #000;
	font: 12px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif
}

/* Column Positioning */
div#site {
	width: 995px;
	margin: 2em auto;
}
div#left_column {
	float: left;
	width: 171px;
	margin-right: 14px;
}
div#middle_column {
	float: left;
	width: 627px;
}
div#footer {
	width: 609px;
	height: 30px;
}
div#right_column {
	float: right;
	width: 171px;
	margin-left: 8px;
}

/* Column Padding and backgrounds */
div#left_column_top,
div#left_column_news {
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}
div#left_column_exposure {
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}



div#right_column_user {
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}
div#right_column_newsletter {
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}
div#right_column_exposure {
	padding: 0 10px 10px 10px;
	text-align: center;
	overflow: hidden;
}
div#right_column_exposure ul {
	margin-top: 0px;
}
div#right_column_exposure  a {
	margin: 3px auto;
	font-size: 1.3em;
	background-color: #fff;
	padding: 5px;
	color: #4E8BDB;
	display: block;
	margin-left: -6px;
	margin-bottom: 5px;
	width: 149px;
	font-weight: bold !important;
	text-decoration: none;
}
div#right_column_exposure  a:hover{
	background-color: #4E8BDB;
	color: #fff;
	text-decoration: none;
}

div#middle_column {
	margin-top: 0;
}
div#site_content {
	background: #fff url('/images/layout/content_right.jpg') right repeat-y;
	overflow: hidden;
	padding: 0 17px 0 11px;
	min-height:815px; 
	height:auto !important; 
	height:815px;
}
div#site_content #index_table {
	background-image: url('/images/layout/news_background.gif'); 
	border: 0; 
	margin-left: 0px; 
	width:595px; 
	padding-bottom: 50px	;
}
div#footer {
	background-color: #E6E6E6;
	background-image: url('/images/layout/footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 10px;
}
ul#navigation {
	background-image: url('/images/layout/navigation.png');
	height: 22px;
	margin-left: -15px;
	width: 629px;
	padding-top: 11px;
}
div#site_content_text {
	background-color: #F6F6F6;
	border: 1px solid #B4B4B4;
	font-size: 1em;
	padding: 10px;
	line-height: 1.1em;
	margin: 10px 0;
	overflow: auto;
}


* html div#site_content_text {
	overflow: visible;
}

/* Box Headers and Footers */
div.grey_box_top {
	background-image: url('/images/boxes/grey_top.jpg');
	height: 29px;
	margin-top: 0;
	width: 171px;
}
div.grey_box_mid {
	background-image: url('/images/boxes/grey_middle.jpg');
	background-repeat: repeat-y;
}
div.grey_box_bottom {
	background-image: url('/images/boxes/grey_bottom.jpg');
	height: 33px;
	margin-bottom: 0;
	width: 171px;
}

div.white_box_top {
	background-image: url('/images/boxes/white_top.jpg');
	height: 29px;
	margin-top: 0;
	width: 171px;
}
div.white_box_mid {
	background-image: url('/images/boxes/white_middle.jpg');
	background-repeat: repeat-y;
}
div.white_box_bottom {
	background-image: url('/images/boxes/white_bottom.jpg');
	height: 33px;
	margin-bottom: 1em;
	width: 171px;
}

/* =====================
   General Global Styles
   ===================== */
a {
	color: #4E8BDB;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
	line-height: 1.3em;
}
div#right_column p {
	width: 140px;
}
.mylaptopgps {
	font-weight: bold;
	color: #4E8BDB;
}
.small {
	font-size: .8em;
}
span.hr {
	display: block;
	border-top: 2px solid #FFF;
	width: 90%;
	margin: 1em auto;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center !important;
}
.align_right {
	text-align: right;
}
.border {
	border: 1px solid #000;
}
.background_white {
	background-color: #FFF;
}

.two_column {
	overflow: auto;
}
.two_column_left {
	float: left;
	width: 49%;
}
.two_column_right {
	float: right;
	width: 49%;
}
.vertical_middle {
	vertical-align: middle;
}


div#site_content_text ul, ol {
	margin-left: 4em;
}
div#site_content_text h1 {
	font-size: 1.6em;
}

div#site_content_text h2 {
	font-size: 1.5em;
}
div#site_content_text h3 {
	font-size: 1.4em;
}
div#site_content_text h4 {
	font-size: 1.3em;
}
div#site_content_text h5 {
	font-size: 1.2em;
}
div#site_content_text h6 {
	font-size: 1.1em;
}
/* =================
   Navigation Styles
   ================= */
ul#navigation {
	text-align: center;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
}
ul#navigation li {
	display: inline;
	margin: 0 12px;
}
ul#navigation a {
	color: #FFF;
	text-decoration: none;
}
ul#navigation a:hover {
	color: #DDD;
	text-decoration: underline;
}

/* =============
   Header Styles
   ============= */
div#site_content_header {
	overflow: hidden;
	height: 100px;
}
div#site_content_header img {
	float: left;
	margin: 10px;
}
div#site_content_header h1 {
	color: #4E8BDB;
	font-size: 1.6em;
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	width: 260px;
	text-align: right;
}
div#site_content_text .sub-content h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0 0;	
	padding: 0;
	line-height: 1.4em;
}
div#middle_box_1 .sub-content h2 {
	color: #000;
	font-size: 1.1em;
	margin: 5px 0 30px;	
	padding: 0;
	font-weight: normal;
}
div#middle_box_1 .sub-content {
	padding: 20px;
}
div#site_content_text .sub-content h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 0;	
	padding: 0;		
}

.sub-content blockquote {
	padding: 20px;	
	font-style: italic;
	font-size: 1em;	
}
.sub-content blockquote span {
	display: block;	
	font-style: normal;
	color: #4e8bdb;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	line-height: 1.1em
}
#risk_video {
	width: 465px;
	height: 300px;
	background: transparent url(/images/videobg.png) no-repeat;
	margin: 0px 0px 0px 20px;
	padding:  30px;
}

/* ==================
   Left Column Styles
   ================== */
div#left_column_news {
	font-size: .9em;
}
div#left_column_news h3 {
	color: #4E8BDB;
	font-size: 1.5em;
	margin-bottom: .5em;
	line-height: 1.3em;
}
div#left_column_news h4 {
	color: #4E8BDB;
	font-size: 1.2em;
}
p#twelve_seconds {
	font-weight: bold;
	font-size: 3em;
	margin: .5em 0;
}
div#left_column_exposure img {
	margin-top: 1.3em;
}
div.white_box_mid h4 {
	color: #4E8BDB;
	font-size: 1.2em;
}
div#blog-post {
	width: 120px;
	margin: 0 auto;
	text-align: left;
}
a.more-link {
	display: inline;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* ===================
   Right Column Styles
   =================== */
   
   
div#right_column_user h4,
div#right_column_newsletter h4  {
	color: #4E8BDB;
	font-size: 1.1em;
	margin-bottom: 1em;
	text-align: center;
}
div#right_column_user form,
div#right_column_newsletter form {
	font-size: .9em;
	text-align: left;
	width: 180px;
	padding-left: 10px;
}

div#right_column_user input#safetag {
	width: 4em;
}

div#right_column_user form input.text {
	display: block;
	width: 125px;
}
div#right_column_newsletter form label {
	float: left;
	width: 40px;
}
div#right_column_newsletter form input.text {
	width: 90px;
}

div#right_column_exposure img {
	margin: 1em 0;
}
div#right_column input.text {
	border: 1px solid #4E8BDB;
}
/* =============
   Footer Styles
   ============= */
   
   
div#footer_individual, div#footer_business, div#footer_government {
	float: left;
	text-align: center;
	width: 200px;
	height: 30px;
	margin-top: 5px;

}
ul#footer_links a {
	color: #000;
	padding: 0 10px;
}
ul#footer_links a:hover {
	color: #4E8BDB;
}
ul#footer_links {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: .5em;
	font-size: .9em;
}
ul#footer_links li {
	display: inline;
	margin: 0 1em;
}
p#footer_copyright {
	text-align: center;
	font-size: .8em;
}

/* =============
   INDEX.PHP
   ============= */
div#index_info {
	background-image: url('/images/layout/index.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 10px;
	width: 595px;
	height: 351px;
}
div#index_info div#index_info_text {
	position: relative;
	top: 120px;
	left: 10px;
	width: 300px;
}
div#index_info div#index_info_text h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
div#index_info div#index_info_text h2  span{
	font-weight: normal;
}
#index_buttons {
	font-size: 1.2em;
}



/* =============
   ABOUT.PHP
   ============= */
div#about_images {
	border: 1px solid #000;
}
div#about_images img {
	display: block;
	margin: .5em auto;
}

/* =============
   PRESS.PHP
   ============= */

#press-logos {
	margin: 50px auto;
	border: 3px solid #ccc;
	background-color: #fff;
}
#press-logos h3 {
	text-align: center;
	margin: 10px 10px 30px;
}
#press-logos img {
	float: left;
	margin: 5px;
}

