/********* TEMPLATE 002 **********/

/* To change from Regular Template 002 
to Simple Template 002, change the following lines:
Line 11
Line 99
*/

body { 
	background: #CCDEF2;
	margin-top: 0px; /* Change to 15px for Simple Template 002 */
	font-size: 62.5%; /* Gives base font-size of 10px */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

* { margin: 0; padding: 0; }

h1 { font-size: 2.2em; margin: 0; }
h2 {
	font-size: 2.1em;
	color: #336699;
	font-weight: normal;
	border-bottom: 1px dashed #DDDDDD;
	padding-top: 2px;
	}
h3 { font-size: 2em; }
h4 { font-size: 1.6em; margin: 0;}


p, ul { font-size: 1.4em; margin: 0;}

a, a:visited, 
a:active { text-decoration: none; color: #005898; }
a:hover { text-decoration: underline; color: #CC0000; }

a:link.linklegal { text-decoration: underline; color: #FFFFFF; }
a:visited.linklegal { text-decoration: underline; color: #FFFFFF; }
a:hover.linklegal { 	text-decoration: underline; color: #FFFF00; }

a img, img { border: none; margin: 0; padding: 0; }

img .leftnav { border-bottom: 1px solid #fff; }


blockquote {
	text-indent: -0.8em;
}

.clear { clear: both; }
.bold { font-weight: bold; }

p.more {
	text-align: right; 
	margin: 5px 0;
	}

.leftlegal	{
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
    text-align: center;
	margin: 12px 6px 0 6px; 
}

.frame1 {
	height: 830px;
	width: 400px;
}

.frame2 {
	height: 1000px;
	width: 400px;
}

.frame3 {
	height: 1800px;
	width: 400px;
}

/********** STRUCTURE *********/

/* PAGE WRAP (Wraps Sidebars and Main Content) */
#page-wrap { 
	width: 980px; 
	margin: 0 auto; 
	margin-top: 1px;
	position: relative; 
	}
	
/* HEADER */
#header {  
	width: 970px; 
	height: 74px;
    margin: 0 auto 1px; 
    padding-left: 10px;
    padding-bottom: 2px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
	background: #FFFFFF;
    background: #FFFFFF url("../images/banner.jpg") no-repeat bottom right; 	/* Remove this line for Simple Template 002 */
    }
	
    #header a {
    	color: #666666;
    	margin-top: 3px;
    	margin-right: 3px;
    	}
		
    	#header a:hover {
    		color: #333333;
    	}
		
	#header img.thumbnail {
			vertical-align: baseline;
			padding-top: 2px;
		}
		
		#header h1 { 
			color: #990000; 
			padding-top: 9px;
			}

    #header img#logo {
    	padding-right: 5px;
    	float: left;
    }						
			
    #header h1 { 
    	color: #990000; 
    	padding-top: 9px;
    	}
		
    #header .tagline {
    	color: #808080;
    }
	
	#header img.right {
	float: right;
	}
	
/* TOP MENU */
#menu {
	width: 980px; 
	list-style: none;
	margin: 0 auto;
	padding-bottom: 1px;
	background: #005898 url("../images/menu-bg.jpg") repeat-x bottom left;
	}
	
	#menu ul li {
		display: inline;
		width: 100px;
		float: right;
		padding: 2px 7px 2px 5px;
	}
	
	#menu ul li a {
		display: block;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		}
		
		#menu ul li a:hover {
			text-decoration: none;
			color: #FFFF00;
			}

/* LEFT SIDEBAR */
.leftcolumn { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 170px; 
	bottom: 0; 
	padding: 0 5px 5px 0; 
	}
 
.leftcolumn ul {
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
	list-style-position: outside;
	}

.leftcolumn li {
	border-bottom-color: #FFFCEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 0px;

	}

.leftcolumn li.top{
	border-top: 1px solid #FFFCEE;
	}

.leftcolumn li a {
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #005898;
	color: #FFFFFF;
	text-decoration: none;
	}

.leftcolumn li a:visited {
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #005898;
	color: #FFFFFF;
	text-decoration: none;
	}

.leftcolumn li a:hover {
	display: block;
	padding: 5px 5px 5px 8px;	
	background: url("../images/nav-hover.jpg") repeat-x bottom left;
	color: #FFFFFF;
	text-decoration: none;
	}
		
/* MAIN CONTENT (Wraps around Right and Left Column) */
#main-content { 
	padding: 10px 180px 5px; 
	padding-right: 230px;
	background: #FFFFFF url("../images/main-sidebar-background.jpg") repeat-y; 
	overflow: auto;
	height: 100%;
	min-height: 600px;
	}
	#main-content.sub-page {
		padding-right: 10px;
		}
		#main-content.sub-page #left-col {
			width: 540px;
		}
		#main-content.sub-page #left-col h3 {
			font-weight: normal;
			margin-bottom: 5px;
			margin-top: 10px;
			font-size: 1.8em;
		}
		#main-content.sub-page #left-col ul {
			padding-left: 25px;
		}	
	
/* GENERAL TUMBLR STYLE */
.tumblr_post {
	list-style: none;
}
	
/* LEFT COLUMN */	
#left-col {
	float: left;
	width: 330px;
	padding: 0 5px;
	}
	
	div#info-block {  
		padding-left: 40px;
		margin: 10px 0;
		background: url("../images/contact-icon.jpg") no-repeat;
	}
	
	div#announce-block {		
		padding: 0;
		margin: 10px 0;
		font-size: 1.4em;
		}
		
		div#announce-block .tumblr_title {
			color: #990000;
			padding-left: 0px;
		}
		
		div#announce-block .tumblr_post .tumblr_body p{
			padding-left: 0px;
		}			

	div#about-block {
		margin-bottom: 5px;
	}
	
	div#about-block h4{
		color: #990000;
		font-size: 1.4em;
		font-weight: normal;
	}	

/* BANNERS HOME PAGE */
#banners {
	border: none;
	}

	#banners img {
		margin: 15px 5px 5px 0px;
		}
		
		#banners img.top {
			margin-top: 15px;
		}	
	
	#banners ul.images {
		list-style: none;
		padding-left: 0px
		}		
	
/* RIGHT COLUMN HOMEPAGE */	
#right-col {
	float: right;
	width: 216px;
	padding-right: 5px;
	margin-bottom: 20px;
	}
	
	#right-col img {
		margin-top: 2px;
		}

	#right-col img.quote {
		margin-top: 2px;
		margin-bottom: 6px;
		}
		
		#right-col img.last {
			margin-bottom: 10px;
		}
		
	#right-col h3 {
		font-weight: normal;
		background: #DDDDDD;
		width: 215px;
		margin-top: 5px;
		margin-bottom: 2px;
		padding: 2px;
		color: #336699;
		}
		
		div#right-col h4 {
			color: #990000;
			margin: 6px 0 3px 6px;
			font-size: 1.5em;
			font-weight: normal;
		}	

	#right-col ul.links {
		list-style: none;
		padding-left: 10px
		}
		
		ul.links li {
			margin: 3px 0 0 -3px;
		}

		ul.links li.yellow {
			background-color: #FFFF00;
		}			
                 
/* RIGHT SIDEBAR */     
#secondary-sidebar { 
	position: absolute; 
	right: 0; 
	top: 0; 
	bottom: 0;
    padding: 10px 5px 0 0; 
    width: 217px;
    }
	
    .flashunit{
    	border: 2px solid #DDDDDD;
    	margin: 5px 0;
    	padding: 4px;
    	text-align: left;
    	width: 197px !important;
    	}
		
    	.flashunit h3 {
    		background: #F0F0F0;
    		border: 1px solid #DDDDDD;
    		padding: 6px;
    		text-align: center;
    		font-weight: normal;
    		font-size: 1.6em;
    	}
		
    	.flashunit p {
    		background: #F0F0F0;
    		padding: 6px;
    		color: #808080;
    		text-align: center;
    		font-size: 1.2em;
    	}
		
    	.flashunit object {
    		height: 132px;
    		width: 100%;
    	}

	#secondary-sidebar p {
		padding-left: 15px
		}
    	
#icons {
	border: none;
	text-align: right;
	}

	#icons img {
		margin: 10px 9px 0px 0px;
		}

		#icons img.top {
			margin: 15px 9px 0px 0px;
		}		
	
	#icons ul.web2banners {
		list-style: none;
		padding-left: 0px
		}

/* FOOTER */		
#footer { 
	width: 977px;
    margin: 0 auto 15px; 
    background: #005898;
    padding: 0 0 0 3px;
    }
	
#footer p { 
	padding: 1px 3px;
	font-size: 1em;
	color: #CCCCCC;
	}
	
#footer a { 
	text-decoration: none;
	color: #CCCCCC; 
	}
	
	#footer a:hover {
		text-decoration: overline;
	}
	
/* ABOUT PAGE */
#about-us {
	width: 500px;
	padding: 10px;
	}
	
	#about-us dl {
		padding: 10px 20px;
		display: inline;
		width: 260px;
	}
	
	#about-us dt {
		float: right;
		font-size: 1.6em;
		font-weight: bold;
		width: 361px;
	}
	
	#about-us dd {
		color: #333333;
	}
	
	#about-us dd.img img {
		float: left;
		padding: 3px;
		margin: 0 10px 10px 0;
		border: 1px solid #DDDDDD; /* remove this line if you wish to remove the image border on the About page*/
	}
	
/* FORMS */
div.quote #siteseal_sf_0_h_s_dv {
	float: right;
	}	
	
	div.quote form {
	font-size: 1.4em;
	}
	
	.mailwrapper {
	text-align: center;
	}
	
	.maildiv {
		/* margin: 0 auto 0 auto; */
		text-align: left;
		width: 550px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
	
	.maildiv form {
		text-align: left;
	}
	
	.maildiv label {
		/* used for right side captions */
		vertical-align: top;
		padding: 3px 0 0 3px;
	}
	
	.maildiv .fmset {
		border: none;
		}
		
		.maildiv .fmset legend {
			text-indent: -9999px;
		}
		
	.maildiv .sidelbl {
		/* used for left side labels */
		width: 170px;
		text-align: right;
		padding: 0 10px 10px 0;
		vertical-align: top;
		position: relative;
	    display: block; 
	    float: left; 
		clear: left;
	}
	
	.maildiv a {
		/* color: #005ABE; */
		color: #000000;
	}
	
	.maildiv input {
		margin-bottom: 10px;
	}
	
	.maildiv select {
		margin-bottom: 10px;	
	}
	
	.maildiv textarea {
		margin-bottom: 10px;
	}
	
	.maildiv .ver_img {
		padding: 0;
		margin: 0 0 10px 10px;
		vertical-align:bottom;  
		border: 1px solid #005ABE; 
	}
	
	.maildiv fieldset {
		padding: 5px 5px 5px 5px;
		margin-bottom: 10px;
	}
	
	.maildiv .legendspacing {
		height: 10px;
	}
	
	.maildiv .fmcredits {
		float: left;
		font-size: 90%;
	}
	
	.maildiv .fmsubmit {
		float: right;
	}
	
	.maildiv .fmrequired {
		/* color: #005ABE; */
		color: #990000;
		font-size: 90%; 
		float: left;
		margin-top: 3px;
		margin-left: 5px;
	}
	
	.maildiv .fmspacer {
		height: 10px;		
	}
	
	.maildiv .fminfofull {
		/* color: #005ABE; */
		color: #275894;
		font-size: 1.1em;
		margin-top: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DDDDDD;
	}
	
	.maildiv .fminfohalf {
		padding: 0 10px 0 10px;
		/* color: #005ABE; */
		color: #000000;
		margin-left: 110px;
		margin-bottom: 15px;
	}
	
	.maildiv .fmerrorbox {
		text-align: left;
		font-size: 1.6em;
	}
	
	.maildiv .fmerrorbox ul {
		padding-left: 10px;
	}
	
	.maildiv li {
		margin: 0 0 4px 5px;
		font-size: 14px;
	}
	
	.maildiv .fmerrortitle {
		color: #FF0000;
		font-size: 120%;
	}	
