/* 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Done with resetting styles, on to setting */

/* Styles for Structure - 2 col main col first, uses weird positioning.  */

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:62.5%;
		font-family: verdana, arial, sans-serif;
    }
	/* column container */
	.bigcontainer {
		width: 900px;
		margin: 20px auto 20px;
		padding: 0;
		border: 1px solid #5c5d5f;
		}
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:900px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background: #b6c1ff;
	    border: 0px solid red;

	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:244px;
        background:#fff;
        border-left: 1px solid #6f7cac;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:244px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 269px;
        padding-top: 1em;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    border: 0px solid red;
	}
    .leftmenu .col2 {
        float:left;
        width:248px;
        position:relative;
        right:249px;
        border: 0px solid #000;
	    border-right: 0px solid #5c5d5f;
   }
   .col2padding {
   	padding: 10px 20px;
   	}
	/* Footer styles */
	#footer {
        clear:both;
		border-top:1px solid #5c5d5f;
		background: url('../images/6.png') top left repeat;
		padding: 5px 10px;
		color: #efefef;
		text-align: center;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
/* My styles to finish it up */

#header {
	position: relative;
	height: 200px;
	border: 0px solid  red;
	background: url('../images/4.png') top right repeat-x;
	}
.logoimage {
	/*width: 244px;
	height: 200px;
	background: url('../images/3.jpg') top left no-repeat;
	float: left; */
	}
.logobanner {
	width: 656px;
	height: 200px;
	margin-left: 244px;
	}
#header h1 {
	color: #fff;
	font-size: 1.3em;
	}
.mainnav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2.5em;
	background: url('../images/5.png') top left repeat;
	z-index: 100;
	font-size: 1.2em;
	border-top:1px solid #fff;
	}
.mainnav ul {
	height: 2.5em;
	}
.mainnav ul li {
	float: left; 
	padding: 5px 0;
	margin-top: 0em;
	background: url('../images/15.png') center left no-repeat;
	}
.mainnav ul li:first-child {
	background: none;
	}
	
.mainnav ul li a:link, .mainnav ul li a:visited {
	color: #fff;
	text-decoration: none;
	border: 0px solid #fff;
	display: block;
	padding: .25em 1em;
	}
.mainnav ul li a:active, .mainnav ul li a:hover {
	color: #a7caff;
	}
	
.homepage-entry, .homepage-about, .sticky-content {
	clear: both; 
	border-bottom: 3px solid #d2d5e7;
	padding-bottom: 1em;
	margin-bottom: 10px;
	}
.homepage-entry p {
	margin-left: 140px;
}
img.left {
	float: left;
	margin: 0px 15px 15px 0;
	}
img.right {
	float: right;
	margin: 0px 0px 15px 15px;
	}
h1.entry-title {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 .75em 0; 
	color: #1c0392;
	}
.homepage-entry h1.entry-title {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 115px;
	}
h1.sticky-title {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 .75em 0;
	color: #1c0392;
	}
h1.entry-title a:link, 	h1.entry-title a:visited {
	}
.homepage-about h1.entry-title {
	margin-left: 0;
	}
	
span.clear {
	display: block;
	clear: both;
	}
.mainnav a:link, .mainnav a:visited {
	color: #fff;
	}
.colmask p {
	line-height: 1.5em;
	font-size: 1.1em;
	}
.leftcol-entry {
	padding-bottom: 1.5em;
	}
div.globe {
	border: 0;
	height: 50px;
	background: url('../images/9.png') bottom center no-repeat;
}	
div.globes {
	border: 0;
	height: 50px;
	background: url('../images/9.png') bottom center no-repeat;
	clear: both;
}	
h2.entry-title {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 1em 0;
	line-height: 1.5em;
	}
h3.entry-title {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.6em;
	}
div.phonenumber {
	position: absolute;
	right: 10px;
	top: 6px;
	color: #fff;
	background: url('../images/12.png') top right no-repeat;
	width: 182px;
	height: 12px;
	}
div.phonenumber span, div.ratedsentence span, div.logotext span {
	margin-left: -999em;
	}
div.ratedsentence {
	position: absolute;
	right: 10px;
	top: 32px;
	color: #fff;
	background: url('../images/13.png') top right no-repeat;
	width: 540px;
	height: 12px;
	}
div.logotext {
	position: absolute;
	left: 10px;
	top: 60px;
	color: #fff;
	background: url('../images/14.png') top left no-repeat;
	width: 501px;
	height: 125px;
	border: 0px solid #fff;
	}
div.logotext a {
	display: block;
	height: 125px;
	width: 501px;
	}
div.phonenumber a {
	display: block;
	width: 182px;
	height: 12px;
	}
div.logoimage a {
	display: block;
	width: 244px;
	height: 200px;
	}
.homepage-about img, .homepage-entry img {
	border: 1px solid #000;
	}
a:link, a:visited {
	color: #4e44a4;
	text-decoration: none; 
	}
	
.col1 a:link, .col1 a:visited {
	color: #93ebc3;
	color: #4e44a4;
	}
.col1 a:active, .col1 a:hover {
	color: #68b360;
	}
body p {
	margin: .5em 0;
	padding: .5em 0;
	}
.zemContactForm label {
	float: left;
	width: 100px;
	padding: 6px 0 0 10px;
	border: 0px solid red;
	text-align: right;
	}
.zemContactForm label.comments {
	margin-top: 10px;
	}
fieldset.checkboxes {
	margin-left: 110px;
	border :0;
	padding: 0;
	margin-bottom: 1em;
}

fieldset.checkboxes2 {
	padding: 1em;
	margin-bottom: 1em;
}
fieldset.checkboxes2 label.zemTextarea {
	float: left; 
	width: 100px;
	padding-right: 10px;
	margin-top: 10px;
	}

fieldset.checkboxes2 input {
	margin-left: 110px;
	}

fieldset.checkboxes label, fieldset .checkboxes2 label {
	float: none;
	}
fieldset {
	border: 1px solid #729fe3;
	background: #eaedfb;
	padding: 1em;
	margin-bottom: 1em;
	}
legend {
	font-weight: bold;
	font-size: 1.2em;
	}
p.disclosuretext {
	border: 1px solid #d8d8d8;
	background: #efefef;
	color: #777777;
	font-style: italic;
	padding: .5em;
	clear: both;
	margin-top: 1em;
	}
#footer ul.footernav  {
	margin: 0 auto;
	width: 50%;
	text-align: center;
	border: 0px solid #fff;
	}	
#footer ul.footernav li {
	text-align: center;
	display: inline;
	padding: 3px 10px;
	}
#footer ul.footernav li a:link, #footer ul.footernav li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#footer ul.footernav li a:active, #footer ul.footernav li a:hover {
	color: #93eac2;
	text-decoration: none;
	}
	
/* Joe's Changes */
.archive-title {color:#178c0a; font-size:24px;}
.display_archive {font-size: 14px; line-height: 20px;}
.campaign {line-height: 125%; margin: 5px;}
	
