/* common */
*{padding:0;margin:0;}
img{border:0; margin:0;}
p{padding:0 0 15px 0; }
.clear{clear:both;}

body { background-image: url(images/bg.gif); background-repeat: repeat-x; background-color: #6C0007; font-family: arial, verdana, helvetica, sans-serif; font-size: 80%; color: #5D5D5D; height: 100%; }

a { color: #980808; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

#topwrap { width: 844px; height: 131px; margin: 0 auto; background: url(images/bg-top.gif) no-repeat; }
  #logo { padding: 30px 0 0 60px; float: left; }
  #topright { padding: 40px 5px 0 0; float: right; text-align: right; height: 17px;}
    #mainmenu { padding: 20px 0 0 50px; color: #fff; height: 17px; }
      #mainmenu ul { margin: 0; padding: 0; }
      #mainmenu li { float: left; margin: 0; list-style: none none; font-size: 10px;}
      #mainmenu #last { margin: 0; }
      #mainmenu li a { color: #000; font-weight: bold; text-decoration: none; }
      #mainmenu li a:hover { color: #c2d71b; }
#mainbg { width: 844px; margin: 0 auto; background: url(images/bg-main.gif) repeat-y; }
#bgbottom { width: 844px; background: url(images/bg-bottom.gif) no-repeat bottom; padding: 0 0 50px 0; }
#headerbg { width: 844px; background: url(images/bg-header.gif) no-repeat; }
#headerbgimage { width: 844px; background-repeat: no-repeat; background-position: top right; }
  #slogan { width: 260px; height: 200px; padding: 40px 0 0 80px; float: left; font-size: 12px; }
    .slogantitle { color: #B89619; font-size: 24px; font-weight: 600; font-family: georgia, serif; }
    #slogan ul li { list-style: none; }
    #slogan li{ padding:12px 5px 5px 29px; background-image:url(images/bullet.gif); background-repeat:no-repeat; background-position:0 10px; }
    #slogan a { font-size: 11px; }
  #verticalspacer { width: 200px; height: 270px; float: right; }


#mainwrap { width: 844px; margin: 0 auto; }
  #leftcontent { width: 225px; padding: 20px 0 0 85px; float: left; }
    #leftcontent p { padding: 0 0 5px 0; line-height: 18px; font-size: 11px; }
    #leftcontent a { font-size: 12px; }
    .title { color: #0C5DA5; font-size: 16px; font-weight: bold; font-family: georgia, serif; }
    #sidemenu { padding: 10px 0 0 5px; color: #980808; }
      #sidemenu .sidemenutitle { font-weight: normal; font-size: 18px; color: #980808; font-family: georgia, serif; }
      #sidemenu ul li { list-style: none; }
      #sidemenu li{ padding:8px 5px 5px 21px; background-image:url(images/bullet2.gif); background-repeat:no-repeat; background-position:0 10px; }
      #sidemenu a { font-size: 12px; color: #786868; }
  #content { padding: 0 0 10px 0; float: left; width: 470px; }
    #content h1 { font-weight: normal; font-size: 195%; color: #980808; font-family: georgia, serif; margin: 20px 0 10px 0; }
    #content .texttitle { font-weight: normal; font-size: 195%; color: #980808; font-family: georgia, serif; }
    #content p { padding: 0 0 15px 0; }
    #content ul { padding: 0 0 15px 30px; }
    #content ul li { margin: 0 0 5px 0; }
    #content ul li a { color: #980808; text-decoration: none; font-weight: normal; }
    #content ul li a:hover { text-decoration: underline; }
    #content a { color: #980808; text-decoration: none; font-weight: normal; }
    #content a:hover { text-decoration: underline; }
    #contact { margin: 15px 0 0 0; font-size: 11px; }
      #contact table { border: 0; width: 400px; margin: 10px 0 0 0; }
      #contact table tr td { vertical-align: top; width: 33%; }

#footer { width: 844px; margin: 0 auto; padding: 5px 0 0 0; font-size: 85%; color: #E0E0E0; height: 20px; }
  #footmargin { width: 80px; height: 30px; padding: 0; float: left; }
  #footer a { color: #E0E0E0; text-decoration: none; font-weight: normal; }
  #footer a:hover { text-decoration: underline; }
  .copyright { font-weight: bold; }

/************* contact form ***************************/
form{
	width: 500px;
	margin: 15px 0 40px 0;
	clear: left;
}

#form-left{
	width: 250px;
	float: left;
}

#form-right{
	width: 250px;
	float: right;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

input, select, textarea{
	border: solid 1px #333;
	background: #fff;
	width: 180px;
}

textarea{
	width: 430px;
}

#submitdiv input{
	float: right;
	margin: 0 70px 0 0;
	background: #eee;
}

#errormsg{
	width: 350px;
	padding: 10px 10px 10px 70px;
	background: url(images/problem.jpg) no-repeat 10px 10px;
	color: red;
	border: solid 1px red;
	clear: left;
	height: 60px;
}
