/* 
Client:			Barclay Insurance Services Inc. 				
Created by: 	Hurricane Web Publishing 
website:		http://www.hurricaneweb.net			
Last update: 	2007.07.30 				

Feel free to look around and borrow as I have. Please don't steal.				
*/


/* =Layout
------------------------------------------------------------*/



/* =Base font sizes
------------------------------------------------------------*/
body {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	/*font-family: font-family: Georgia, 'Times New Roman', Times, serif;*/
	font-family: 
	Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12pt; 
}
	

strong {
	font-weight: bold;
}

/* =Header
------------------------------------------------------------*/
.header {
        position: relative;
        }

h1 {
	background: none;
 	text-indent: 0pt;
 }

h1 a {
	color: blue;
	text-decoration: none;
	}

h2 { 
	background: none;
	color: green;
	text-indent: 0pt;
}

ul#nav_access {
	display: none;
	}

/* =Horizontal Center Navigation
------------------------------------------------------------*/

div.h_centernav { 
	display: none; 
}


/* =Main Content
------------------------------------------------------------*/
div.mainContent h3 { 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 18pt; 
	color: #1751a9;
	border-bottom: 1px solid #1751a9;
	padding: 20px 30px .2em 0;
	margin-bottom: 6pt;
}

div.mainContent img {
	display: none;
}

div.mainContent h4 { font-size: 13pt; color: #333333; font-weight: bold; margin: 2em 0 .5em; padding-left: 10px; }
div.mainContent p { font-size: 12pt; line-height: 14pt; margin-top: .8em; padding-left: 20px;}
div.mainContent em { font-style: italic; }

/* =Contact Form
------------------------------------------------------------*/

div#contact-form {
        display: none;
        }



/* =Contact Information
------------------------------------------------------------*/

div#contact { 
	border-bottom: 1px solid #FFFFFF;
        margin: 20px;
}

div#contact h4 {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
        margin-bottom: 10px;
}

div#contact div.vcard {
	font-size: 11pt;
	line-height: 1.3em;
	color: #000000;
	padding-bottom: 7px;
}

div#contact div.vcard a.email {
	line-height: 20pt;
}

div#contact div.vcard-dwnld a {
	padding: 0px;
        display: none;
}

div#contact a:link, div#contact a:visited { 
	color: #000000; 
	text-decoration: underline; 
}

div#contact a:hover, div#contact a:active { 
	color: #000000; 
	text-decoration: none; 
}

/* =Sidebar Teasers
------------------------------------------------------------*/
#teasers {
	display: none;
	}
			


/* =Google Map
------------------------------------------------------------*/
div.googleMap {
	background-color: #FFFFFF;
	width: 400px;
	height: 400px;
	padding: 2px;
	border: 3px solid #aedc1c;
        margin: 20px;
}

div.GMapEZ {
	width: 398px;
	height: 398px;
}


/* =Footer
------------------------------------------------------------*/
#footerContent {
	border-top: 1px solid #0080b2;
        font-size: 10pt;
        line-height: 12pt;
        padding-top: 10pt;
	}

div#footerContent ul {
	display: none;
}


/* =Patches
------------------------------------------------------------*/
/* Hides from IE-Mac \*/
* html #content { height: 1%; }

/* Fixes background on fieldsets in Explorer */
html legend { position:absolute; top: -.5em; left: .5em; }
html fieldset { position: relative; margin-top: 1em; padding-top: 3em; }
/* End fix for background on fieldsets in Explorer */
