html {
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong {
        font-weight: bold;
}

/* Remove underlines for anchor tags */
a, a:active, a:visited, a:hover {
	text-decoration: none;
}

/* Center wrapper and fix width to background image width */
#wrapper {
	width: 780px;
	margin: 10px auto;
}

/* Header styles */

#header {
	height: 185px;
	padding-top: 45px;
	padding-left: 10px;
	background: url('../images/template/header_back_home.gif') top left no-repeat;
}

p.headerGraphic {
	width: 760px;
	background: url('../images/home.jpg') top right no-repeat;
}

#topNav {
	list-style: none;
	padding-left: 10px; /* Nudge nav over a bit so it's centered */
}

/* Make list horizontal */
#topNav li {
	display: inline;
	float: left;
}

/* Make anchor tag a block element so we can put the background on it */
#topNav li a {
	display: block;
	text-align: center;
	padding-top: 5px;
	width: 147px;
	height: 30px;
	color: #fff;
	background: url('../images/template/nav_back_home.gif') top left no-repeat;
}

/* Swap out the background on hover */
#topNav li a:hover {
	background: url('../images/template/nav_hover_home.gif') top left no-repeat;
}

/* Content Styles */

#main {
	color: #333;
	background: url('../images/template/content_back_home.gif') repeat-y;
	padding: 5px 25px;
}

#mainwithsidebar {
	color: #333;
	background: url('../images/template/content_back_home_sidebar.gif') repeat-y;
	padding: 5px 25px;
}

#content {
	min-height: 400px; /* Height of the background image - won't work in IE (of course) */
}

/* Change the class of the #content div and add a new style like this to change the background image */
#content.home {
	background: url('../images/zackhomewallpaper.jpg') center right no-repeat;
	padding-right: 300px; /* Make text overlap the background image just a bit */
}

#content.demo {
	background: url('../images/blankwallpaper.jpg') top right no-repeat;
	padding-right: 30px; /* Make text overlap the background image just a bit */
}

#content.aboutme {
	background: url('../images/sparrowwallpaper.jpg') center right no-repeat;
	padding-right: 300px; /* Make text overlap the background image just a bit */
}

#content.contact {
	background: url('../images/contactwallpaper.jpg') top right no-repeat;
	padding-right: 300px; /* Make text overlap the background image just a bit */
}

#content.nobottom {
	background: url('../images/nobottomwallpaper.jpg') top right no-repeat;
	padding-right: 75px; /* Make text overlap the background image just a bit */
}

#content.blog {
/*    display: inline; */
/*        background: #ddeeff; */
/*        padding-right: 30px; */
}

#content.indented {
   padding-left: 3pt;
   padding-right: 0pt;
}

#content.indentedtext {
   padding-left: 30pt;
   padding-right: 30pt;
}



h1 {
        font-family: 'Gill Sans', 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2{
        font-family: 'Gill Sans', 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
        font-family: 'Gill Sans', 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;
}

/* Content formatting styles */

#content ul {
	padding-left: 30px;
	margin-bottom: 10px;
}

#content li {
	list-style: square;
}

#content em {
	font-style: italic;
	color: #000;
}

#content a {
/*	color: #003366; */ /* Green link color */
        color: #003366;
	font-weight: bold;
}

#content a:visited
{
        color: #000066;
        font-weight: bold;
}

#content a:hover {
	color: #06c;
        font-weight: bold;
}

/* Contact form styles */

#content form.defaultform {
	width: 75%;	
}

#content form.defaultform label {
	float: right;
	margin-bottom: 10px;
	color: #000;
}

#content form.defaultform input, #content form.defaultform textarea {
	width: 200px;
	margin-left: 5px;
	padding: 2px;
	border: #999 1px ridge;
}

#content form.defaultform textarea {
	height: 50px;
	vertical-align: top;
}

#content form.defaultform .button {
	clear: both;
	background-color: #799D86;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
}

/* Footer styles */

#footer {
	height: 65px; /* The actual graphic is much taller, so set the height in order to truncate it */
	padding-top: 5px;
	background: url('../images/template/footer_back_home.gif') bottom left no-repeat; /* Anchor graphic to bottom so we get the rounded bit showing */
	text-align: center;
	color: #fff;
}

#footer hr {
	width: 760px;
}

#bottomNav {
	list-style: none;
}

/* Add a border - never use a pipe character! */
#bottomNav li {
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #fff;
}

/* No border for the right-most element */
#bottomNav li.last {
	border: none;
}

#bottomNav li a {
	text-align: center;
	text-decoration: underline;
	color: #fff;
}

