/* -----------------  page styles -------------------------------------------------------*/

body { padding:0; margin:0; font:11px Verdana, sans-serif; line-height: 17px; background:#f4f4f4 url(/images/bodybg.gif) center repeat-y; color: #525252; }
#wrapper { margin:2px auto; width:900px;  padding:0; background:#fff;}

/* -----------------  general styles  ---------------------------------------------------*/

a { color:#C52129; text-decoration:underline; }
a:hover { color:#333333; text-decoration:none; }
p { margin:0; padding: 2px 0 8px 0;}
h2 { font-weight:bold; font-size:12px; padding:0px 0 4px 0px; margin: 0 0 2px 0; color:#444; background:none; border-bottom: 2px dotted #444; }
ul { margin: 0; padding: 0; margin:0 0 0 20px; list-style:disc; }
img { border: 0;}
h4 { font:bold 12px Verdana, sans-serif; margin: 10px 0 2px 0; }
.pic{margin-top:8px;}
.quote {color:#333; font-style:italic; font-size:12px; margin-top:10px;}
.quote_author { text-align:right; margin-bottom:10px}

/* -----------------  top info  -------------------------------------------------------*/

#header { clear:both; width:900px; height:105px; background: url(/images/header.jpg) no-repeat; margin:0; }
#title {float:left; width:250px; padding:0 0 5px 5px;}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
#hright {float:right; width:540px; height: 60px; margin:15px 0 0 0;}
#hrighttop { font:18px bold Arial, Helvetica, sans-serif; width:400px; margin:13px 5px 0 0; padding:0; float:right; text-align:right;}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu { width: 600px; float:right; margin:2px 0 0 0; padding:0; text-align:right;}
#menu li { display:inline; }
#menu li a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu li a:hover { background: none;color:#631e19;} 

/* ----------------- Main content -------------------------------------------------------*/

#homepic {width:900px; height:280px; margin:0 0 15px 0;}
#bottomcontenttop{width:900px;height:10px; background:url(/images/b_contenttop.jpg) no-repeat;}
#bottomcontent{width:898px; min-height:365px; overflow:auto; border-right:1px solid #c5c5c5; border-left:1px solid #c5c5c5;}
#bottomcontentbtm{width:900px;height:10px;background: url(/images/b_contentbtm.jpg) no-repeat;}
.left {float: right;width: 270px;margin: 0 6px 5px 0; padding:5px 10px;}
.left_full {float: right;width: 565px;margin: 0 6px 5px 0; padding:5px 10px;}
.middle {float: right;width: 270px;margin: 0 6px 5px 0; padding:5px 10px;}
.right {float: right;width: 270px;margin: 0 6px 5px 0; padding:5px 10px;}
.img { float:right; padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none; }
.thumbs img{position:relative;padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none;}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}
.photo { color:#333; padding:5px 0 0 20px; width:200px; }
.photo_border { background-color:#FFF; border:2px solid #999; margin:5px 10px 0 10px; padding:4px; }
.photo_right { color:#333; padding:5px 0 0 20px; display:inline; float:right;  }
.photo_right img { border:2px solid #999; margin:5px 10px 0 10px; padding:4px; }
.caption { font:1em; line-height:1.2em; color:#433F2E; margin:0 0 10px 15px; width: 178px; }
.caption_right { float:right; font:1em; line-height:1.2em; color:#433F2E; margin:0 0 10px 15px; width:190px; }

/* ----------------- Bottom content -------------------------------------------------------*/

#footer { clear: both; text-align:center; line-height: 1.8em; color: #444; background: #fff; padding: 4px 0; margin:10px 0 0 0;}
#footer a {color: #631e19; background: inherit;}
#bbb { font:18px bold Arial, Helvetica, sans-serif; width:750px; margin-top:10px; }

/*----------------------form---------------------------------*/
form { width:500px; }
form fieldset { margin:0; padding:10px; }
form label { display:block; float:left; width:150px; padding:0; margin:5px 5px 0 0; text-align:right; font-weight:bold; }
form legend { font:bold 13px Arial; color:#990000; padding:5px 5px 15px 5px; }
form input { margin: 2px; }
form.long { width:600px; }
.required { color:#990000; }
