﻿/***************** meyerweb.com reset v1.0 | 20080212 *****************/

.print-only { display: none; }

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;
}

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;
}

img { border: 0; }

/********************* text elements ********************/





a, a:link, a:visited, a:active
{
	color: #005aee;
	text-decoration: underline;
}

a:hover
{
	color: #518ced;
	text-decoration: underline;
}

p#intro {
    padding: 15px 4px 5px 4px;
    }
    
p#intro-sub {
    padding: 4px 4px 0px 4px;
    }

/*
div#recent p
{
    padding: 11px 4px 0 4px;
}
*/
div#recent div.site h3, div.site-wide
{
    padding: 0 4px 4px 4px;
    font-size: 120%;
    font-weight: normal;
    line-height: 120%;
}

div#other div.site h3
{
    padding: 0 4px 4px 4px;
    font-size: 110%;
    font-weight: normal;
    line-height: 110%;
}

/**************** text image replacement ********************/


.replace
{
	margin:0px;
	padding:0px;	
	position: relative;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
.replace span
{
	display:block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index:1; /*for Opera 5 and 6*/
}

h1#main-title
{
	width: 680px;
	height: 215px; 
	height: 165px; 
	margin: 0px 0 0 0;
	padding: 0;
}

h1#main-title span
{	
	background: url(../images/site-title.png) 0px 0px no-repeat;
}

/*************** main layout ******************/

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.no-text { font-size: 1px; line-height: 1px; }

body 
{
	text-align: left;
	color: #444;
	font-family: Segoe UI, Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
    /*background: url("../images/bg-body.png") #ffffff 0px 0px repeat-x;*/
    background-color:  #ffffff;
    padding-bottom: 30px;
}

img#contact-info {
    margin: 15px 0 0 0;
}

div#top-outer
{
    background: url("../images/bg-body.png") 0px 0px #00aeef repeat-x;
}

div#top 
{
    background: url("../images/bg-body.png") 0px 0px #00aeef repeat-x;
    min-height: 234px;
	height:auto !important;
	height:234px;
    width: 1118px;
    margin: 0px auto;
}

div.frame-outer {
    width: 968px;
    margin: 0px auto;
}

div#intro
{
    color: #eee;
    padding-top: 12px;
}

div.frame-top {
    width: 1118px;
    /*margin: 0px auto;*/
}

div#main-outer {
    width: 1118px;
    margin: 0px auto;
}


div.sub-title {
    /*background-color: #393a3a;*/
    margin: 25px 0 18px 0;
}

div.sub-title-inner {
    width: 968px;
    margin: 0px auto;
    /*background-color: #393a3a;*/
}

div#recent div.site
{
    width: 476px;
	padding: 5px 0 25px 0;
}

div.highlight
{
    background-color: #ddd;
    /*width: 452px;*/
    margin: 0 auto 25px auto;
    padding: 10px 12px 10px 12px;
	/*min-height:231px;
	height:auto !important;
	height:231px;*/
}



div#other div.site
{
    width: 313px;
    margin-bottom: 24px;
}


div#other div.middle
{
    margin-left: 15px;
}
