body {
	margin: 0;
	padding: 0;
	background: url(../images/top_background.gif) repeat-x left top;
	font-size: 11px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	width:100%;
}


h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

a:link {
	color: #7BAA0F;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #333333;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}





/** LOGO */

#logo {
	width: 800px;
	height: 80px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #4C4C4C; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #82BC2B; 
}

#logo p a {
	text-decoration: none;
	color: #82BC2B;
}

#logo p a:hover { text-decoration: underline; }

/* Menu */
p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-bottom: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.post .entry {
	padding-top: 10px;
	background: url(../images/gray_line.gif) repeat-x;
}

.post .meta {
	padding: 0px 0 20px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}


.post .meta b {
	display: none;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(../images/gray_line.gif) repeat-x left bottom;
	font-size: 16px;
	color: black;
	font-size: 16px;
}


/* Footer */

#footer {
	height: 260px;
	min-height: 260px;
	padding: 130px 0 0 0;
	background: #003448 url(../images/bottom_background.gif) repeat-x;
	font-size: 11px;
	margin-bottom: 0px;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #375C69;
}

#legal a {
	color: #476B77;
}

/* Boxes */


#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

/* Boxes */

.box1 {
	padding: 15px;
	background: url(../images/box_background.gif) no-repeat;
}

.box1 h2 {
	font-size: 16px;
	color: #000000;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../images/blue_white_line.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

#photo_canvas {
	width: 100%; 
	margin-left:0px; 
	margin-bottom:0px; 
	height: 500px; 
	
	border:0px solid blue;
}

hr {
	height: 10px;
	margin: 0px;
	color: #cccccc;
	background-color: #cccccc;
}



/* forms */

form { margin: 0; }

.input_form {
	width:540px; 
	margin:1.0em 0 0 0; 
	padding:10px 10px 0 10px; 
	border:solid 1px rgb(200,200,200); 
	background-color:rgb(250,250,250);
}
.input_form fieldset {
	padding:10px 10px 10px 10px !important /*Non-IE6*/; 
	padding:10px /*IE6*/; 
	margin:0 0 20px 0; 
	border:solid 1px rgb(220,220,220);
}
.input_form fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/; 
	margin:0 0 2px 5px /*IE6*/; 
	padding:0 2px 0 2px; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;
}
.input_form label.left {
	float:left; width:110px; 
	margin:0 0 0 10px; 
	padding:2px; 
	font-size:110%;
}
.input_form select.combo {
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
}
.input_form select.check {
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
}
.input_form input.field {
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
}
.input_form textarea {
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
}

.input_form span.text {
	width:275px; 
	padding:2px; 
	font-size:110%;
}

.input_form input.button {
	padding:3px 7px 3px 7px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
}

.input_form_buttons_inside_fieldset { 
	float: right; clear:both;
	text-align: right; 
	padding: 4px 30px 10px 0;
}

.input_form_buttons { 
	text-align: right; 
	padding: 4px 30px 10px 0;
}

.input_form_error { 
	color: #DE0029; 
}

.input_form_required { 
	color: #AABBDD; 
	font-family:verdana,arial,sans-serif; 
	font-size:90%;
}


.input_form div.mul_cho {
	float: left; 
	width: 20px; 
	margin:15px 0px 0px 0px;
	padding:2px; 
	font-size:110%;
}

.input_form div.mul_cho_info_text {
	float: right;
	width: 480px;
	margin:15px 0px 0px 0px;
	font-size:110%;
}

.input_form span.mul_cho_header {
	font-weight:bold;
	font-size:110%;
}


/* tags cloud */

div.cloud {text-align:justify; line-height:3em}
a.size1 {font-size:1.1em}
a.size2 {font-size:1.3em}
a.size3 {font-size:1.5em}
a.size4 {font-size:1.7em}
a.size5 {font-size:1.9em}
a.size6 {font-size:2.1em}
a.size7 {font-size:2.3em}
a.size8 {font-size:2.5em}
a.size9 {font-size:2.7em}
a.size10 {font-size:2.9em}

/* PDMarker */
 div.markerTooltip, div.markerDetail {
          color: black;
          font-weight: bold;
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
       }

