* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    background: #e0e0e0;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, 
a:link,
a:visited
{ 
	text-decoration: none;
	color: #69c;
	border: 0px;
}

a:hover
{
	color: #693; 
}

a:active
{
	color: #c33;
}


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}


/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



/* Header 
------------------------------------------------------------------------- */

#header { 
	background: #e0e0e0 url("images/top_image.jpg") no-repeat top left;
	position: relative;
	height: 249px;
	width: 710px;
	margin-left: 30px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-left: 165px;
	color: #fff;
	text-shadow: #81A75B 2px 2px 2px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}

#header h2
{
	margin: 0px;
	padding: 0px;
	padding-left: 165px;
	color: white;
}

/* Search Form 
------------------------------------------------------------------------------- */
#ajaxSearch_form {
/*	color: #444;*/
	margin: 20px 0px 0px 60px;
	width: 200px;
}

#ajaxSearch_input,
#ajaxSearch_submit
{
	height: 22px;
	background: white;
	border: 1px solid silver;
}

#ajaxSearch_input
{
	width: 200px;
	line-height: 22px;
	padding: 0px 2px;
}

#ajaxSearch_submit
{
	width: 80px;
}

#ajaxSearch_output {
	display: block;
	height: auto;
	margin-left: 60px;
	padding: 10px;
	vertical-align: top;
}

.ajaxSearch_paging {

}

.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}

.AS_ajax_resultLink {
	text-decoration: underline;
}

.AS_ajax_resultDescription{
	color: #555;
}

.AS_ajax_more {
	color: #555;
}


#page {
    width: 770px;
    margin: 0 auto;
    text-align: left;
    background: url(images/tile.gif) repeat-y;
}


/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	margin: 0px;
	padding: 8px 0px 0px;
	width: 290px;
	float: left;
	font-size: 85%;
	color: #999;
}

#sidebar a
{
	text-decoration: none;
	border: 0px;
}

#sidebar h2 {
	padding: 5px 0px 0px 37px;
	margin: 0px;
	color: #666;
	background: url("images/sidebar_icon.gif") no-repeat 0px 0px;
	height: 27px !important; /* for most browsers */
	height /**/:47px; /* for IE5/Win */
}

#sidebar ul li ul,
#sidebar p {
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

#sidebar ul {
	margin: 0px;
	padding: 5px 15px 1em 30px;
	float: none;
	list-style: none;
}

#sidebar ul li
{
	margin: 0px;
	padding: 6px 0px 10px 15px;
}

#sidebar ul ul ul {
	border-bottom: none; margin-bottom: 0;
}
#sidebar ul li ul li {
	margin: 0px;
	padding: 3px 0px 0px 15px;
	background: url(images/tictac_green.gif) no-repeat 0 6px;
}


#content {
    float: left;
    text-align: left;
    width: 393px;
    margin: 20px 0 0 25px;
    padding: 0;
    line-height: 1.5em;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #74361D;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}

.divPicturePage p
{
	margin: 0px;
	padding: 0px;
}

.divPicturePage img
{
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	font-size: 85%;
	color: #ddd;
	color: black;
	height: 97px;
	width: 710px;
	background: url("images/bottom_sash.jpg") no-repeat top left;
}

#footer p {
	position: relative;
	bottom: -75px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
    /* padding: 20px 320px 20px 95px; */
}

#footer a {
	border-bottom: none;
	text-decoration: none;
	color: black;
}



#contactform label,
#contactform span,
#contactform input
{
	margin: 0px;
	padding: 0px;
}
