/***************** 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; }


/************************* global stuff ***************************/

div.left { float: left; }
div.right { float: right; }
div.clear { clear: both; }
div.no-text { font-size: 1px; }
div.border { border: 1px solid #000; }
div.border-red { border: 1px solid red; }
div.border-blue { border: 1px solid blue; }
div.border-green { border: 1px solid green; }

img.image-left { float: left; margin-right: 15px; }

img.image-right { float: right; margin-left: 15px; }

.replace span
{
	padding: 0;
	margin: 0;
	display:block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}


a, a:active, a:link, a:visited { color:#888; text-decoration: none; }

a:hover { color:#666; text-decoration: none; }

hr { border: 0; height: 1px; background: #bbb; color: #bbb; }



h1#main-title
{
	display:block;
	width: 384px;
	height: 117px;
	float:left;
	font-size: 80%;
	position: relative;
	margin-left: 31px;
}

h1#main-title span
{
    background: url("/images/bg-site-title.gif") 0px 0px no-repeat;
}



div#contact-info
{
	display:block;
	width: 352px;
	height: 54px;
	float:right;
	margin: 48px 31px 0 0;
	position: relative;
}

div#contact-info span
{
    background: url("/images/bg-contact-info.gif") 0px 0px no-repeat;
}


/*********************************** main layout elements **********************/

body {
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans serif;
	background-color: #329632;
	padding: 0;
	margin: 0;
	color: #555;
}

#outer {
    background: url("/images/bg-outer.gif") #ffffff 0px 0px repeat-x;
}

#inner {
	width: 1022px;
	margin: 0px auto 0px auto;
    background: url("/images/bg-outer.gif") #ffffff 0px 0px repeat-x;
}

#header {
	height: 137px;
    position: relative;
}

#header .right {
	margin-top: 48px;
}

#main {
}


.content-area {
	font-size: 95%;
}

/***************************** footer *****************************/


#footer {
	width: 960px;
	margin: 0 auto 0px auto;
	padding: 20px 31px 10px 31px;
    position: relative;
	min-height:170px;
	height:auto !important;
	height:170px;
	color: #d3e2d3;
	font-size: 90%;
    background: url("/images/bg-footer.gif") 0px 0px repeat-x;
}

#footer-outer {
    background: url("/images/bg-footer.gif") 0px 0px repeat-x;
}

#footer-credits
{
    padding-top: 25px;
    font-size: 95%;
}

#footer a, #footer a:visited, #footer a:link, #footer a:active
{
    color: #78d178;
}

#footer a:hover
{
    color: #8fe28f;
}

#footer-credits a, #footer-credits a:visited, #footer-credits a:link, #footer-credits a:active
{
    color: #32a532;
}

#footer-credits a:hover
{
    color: #52b752;
}

#footer .right
{
    text-align: right;
}

#footer .right p
{
    padding: 0 0 3px 0;
}





/*********************** home page **********************/



.main-home {
	min-height:363px;
	height:auto !important;
	height:363px;
    background: url("/images/bg-home-left.gif") 0px 0px no-repeat;
}

#home-feature {
	float:left;
	width: 568px;
	height:349px;
	margin-left: 31px;
	padding-top: 14px;
	display: inline;
    background: url("/images/bg-home-feature.gif") 0px 0px no-repeat;
}

#home-feature ul, #home-feature li{
    padding: 0;
    margin: 0;
}

#home-content {
	float:right;
	width: 423px;
	height:286px;
    background: url("/images/bg-home-content.gif") 0px 0px no-repeat;
    text-align: right;
}

#home-lower {
	float:right;
	width: 399px;
	height:122px;
    background: url("/images/bg-sa-panel.gif") 0px 0px no-repeat;
    text-align: right;
    font-size: 90%;
    color: #764d22;
}

#home-lower p {
	padding: 30px 31px 0 145px;
	margin: 0;
}

h1#home-intro
{
	display:block;
	width: 392px;
	height: 101px;
	float:left;
	font-size: 80%;
	position: relative;
	float: right;
	padding: 0;
	margin: 0 0 8px 0;
}

h1#home-intro span
{
    background: url("/images/home-intro-text.png") 0px 0px no-repeat;
}


#home-content .content-area {
	padding: 19px 31px 0 0px;
}

#home-content .content-area p {
	padding-left: 15px;
	font-size: 110%;
}


 


/*********************** sub page ***********************/


.main-sub {
	min-height:485px;
	height:auto !important;
	height:485px;
    background: url("/images/bg-main-sub.png") 0px 0px no-repeat;
	position: relative;
}


#sub-content {
	padding: 18px 31px 20px 31px;
	position: relative;
}

#sub-content p {
	padding: 5px 0 5px 0;
	font-size: 100%;
}

#title-about
{
}



h1#title-about
{
	display:block;
	width: 361px;
	height: 39px;
	/*float:left;*/
	font-size: 80%;
	position: relative;
}

h1#title-about span
{
    background: url("/images/title-about.png") 0px 0px no-repeat;
}

h1#title-projects
{
	display:block;
	width: 361px;
	height: 39px;
	/*float:left;*/
	font-size: 80%;
	position: relative;
}

h1#title-projects span
{
    background: url("/images/title-projects.png") 0px 0px no-repeat;
}


/************************* main nav *********************/



div#nav
{
	height: 39px;
    /*background: url("../images/bg-nav.png") #333 0px -78px no-repeat;*/
	font-size: 13px;
	margin: 3px 0 0 0px;
	z-index: 2;
	/*border: 1px solid red;*/
	width: 423px;
	float: right;
}

#nav, #nav-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav-ul {
	margin: 0px 28px 0 0px;
	width: 339px;
	float: right;
	display: inline;
}

#nav-ul li a {
	display: block;
	width: 70px;
	color: #fff;
	height: 39px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
}

#nav-ul li {
	float: left;
	/*width: 7em;*/
	position: relative;
	/*background-color: #333;*/
}



/****************************************/


#nav-ul li a span {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  cursor: hand; /* for IE5.x/Win */
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
    background: url(/images/bg-nav.png) no-repeat;
}


#nav-ul li#home a, #nav-ul li#home { width:108px; }
#nav-ul li#home a, #nav-ul li#home a span { background-position: -0px -0px;}
#nav-ul li#home:hover a span, #nav-ul li#home.sfhover a span {  background-position: -0px -39px; }
#nav-ul li#home a.selected, #nav-ul li#home a.selected span, 
#nav-ul li#home:hover a.selected span, #nav-ul li#home.sfhover a.selected span { background-position: -0px -78px;}

#nav-ul li#about a span, #nav-ul li#about { width:106px; }
#nav-ul li#about a, #nav-ul li#about a span { background-position: -108px -0px;}
#nav-ul li#about:hover a span, #nav-ul li#about.sfhover a span {  background-position: -108px -39px; }
#nav-ul li#about a.selected, #nav-ul li#about a.selected span, 
#nav-ul li#about:hover a.selected span, #nav-ul li#about.sfhover a.selected span { background-position: -108px -78px;}

#nav-ul li#projects a span, #nav-ul li#projects { width:125px; }
#nav-ul li#projects a, #nav-ul li#projects a span { background-position: -214px -0px;}
#nav-ul li#projects:hover a span, #nav-ul li#projects.sfhover a span {  background-position: -214px -39px; }
#nav-ul li#projects a.selected, #nav-ul li#projects a.selected span, 
#nav-ul li#projects:hover a.selected span, #nav-ul li#projects.sfhover a.selected span { background-position: -214px -78px;}


/*************************************/





/******************* content elements - white bg ********/

.content-area li {
	margin-bottom:5px;
}

.content-area img
{
	/*margin-top: 5px;
	margin-bottom: 10px;*/
}

.content-area ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin-bottom:11px;
    margin-left:26px;
    margin-top:11px;
    padding:0 0 8px;
}

.content-area h1
{
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
	font-size: 150%;	
}

.content-area h2
{
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
	font-size: 130%;
	color: #D40000;	
}

.content-area h3
{
	padding: 8px 0 2px 0;
	margin: 0 0 0 0;
	font-size: 120%;	
}

.content-area p
{
	padding: 3px 0 6px 0;
	margin: 0 0 0 0;
	font-size: 90%;	
}

.content-area a, .content-area a:active, .content-area a:link, .content-area a:visited
{
    color:#E90101;
    font-weight:bold;
    text-decoration: none;
}

.content-area a:hover
{
    color:#B50101;
    text-decoration: underline;
}


.project
{
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding: 15px 0 7px 0;
}

.project h3
{
    color: #339933;
}

.project-thumbnail
{
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
