/* common */
*{padding:0;margin:0;}
img{border:0; margin:0;}
p{padding:0 0 15px 0; line-height: 18px;}
.clear{clear:both;}

html{font-size: 62.5%; font-family: Arial, Helvetica, Verdana sans-serif; }

body { background-color: #fff; font-size: 1.2em; color: #5D5D5D; height: 100%; }

a { color: #bc0006; text-decoration: none; }
a:hover { text-decoration: underline; }

#headerbg { width: 100%; height: 283px; background-image: url(images/header_bg.gif); background-repeat: repeat-x; }
#mainwrap { width: 886px; margin: 0 auto; }

 #header-left { float: left; width: 600px;  }
  #logo {padding: 40px 0 0 0; }
  #mainmenu { padding: 40px 0 0 0; color: #fff; height: 32px; }
    #mainmenu ul { margin: 0; padding: 0px; }
    #mainmenu li { float: left; margin: 0 18px 0 0; list-style: none none; font-size: 100%;}
    #mainmenu #last { margin: 0; }
    #mainmenu li a { color: #000; font-weight: bold; text-decoration: none; }
    #mainmenu li a:hover { border-bottom: 2px solid #B56775;}
  #slogan { width: 462px; height: 51px; padding: 15px 0 0 0; background-image: url(images/slogan.gif); background-repeat: no-repeat; }
  #phone-number { padding: 43px 0 0 10px; text-align: right; }
    
#left-content { padding: 0; width: 465px; float: left; }
  #content { padding: 40px 30px 20px 3px; }
  #content h1 { font-weight: normal; font-size: 1.9em; color: #5D5D5D; margin: 0 0 15px 0; }
  #content ul { padding: 0 0 15px 30px; }
  #content ul li a { color: #bc0006; text-decoration: none; }
  #content ul li a:hover { text-decoration: underline; }
  #content a { color: #bc0006; text-decoration: none; }
  #content a:hover { text-decoration: underline; }
  
#right-content { padding: 40px 0 20px 0; width: 421px; float: left; }  
  #right-content p { padding: 0; }
  #right-content a { font-weight: bold; }
  #column1 { width: 205px; float: left; margin: 0 0 0 10px; }
    #column1 h3 { font-weight: bold; font-size: 14px; color: #676767; padding: 8px 0 5px 35px; }
    #column1 p {padding: 0 0 5px 0; }
    #box1 { background-image:url(images/icon.gif); background-repeat:no-repeat; margin: 12px 0 10px 0; }
    #box2 { background-image:url(images/icon.gif); background-repeat:no-repeat; margin: 12px 0 10px 0; }
    #sidemenu { float: left; width: 205px; padding: 0; }
    #sidemenu h3 { font-weight: bold; font-size: 14px; color: #676767; padding: 20px 0 5px 0; }
    #sidemenu ul li { list-style: none; }
    #sidemenu ul li a { color: #6F6F6F; text-decoration: none; font-weight: bold; }
    #sidemenu ul li a:hover { color: #6F6F6F; text-decoration: underline; font-weight: bold; }
    #sidemenu li{ padding:10px 5px 1px 25px; background-image:url(images/sidemenu-arrow.gif); background-repeat:no-repeat; background-position:0 10px; }
  #column2 { width: 164px; float: left; margin: 0 0 0 32px;  }
    #border-box1 { width: 164px; font-size: 11px; }
      #border-box1-top { width: 164px; height: 23px; background-image:url(images/box_top.gif); background-repeat:no-repeat; }
      #border-box1-content { padding: 0 10px 0 10px; background-image:url(images/box_bg.gif); background-repeat:repeat-y; }
      #border-box1-content .titles { font-weight: bold; color: #bc0006; }
      #border-box1-content p { padding: 0; }
      #border-box1-bottom { width: 164px; }
    #border-box2 { width: 164px; font-size: 11px; }
      #border-box2-top { width: 164px; height: 23px; background-image:url(images/box_top.gif); background-repeat:no-repeat; }
      #border-box2-content { padding: 0 10px 0 10px; background-image:url(images/box_bg.gif); background-repeat:repeat-y; }
      #border-box2-content .titles { font-weight: bold; color: #bc0006; }
      #border-box2-content p { padding: 0; }
      #border-box2-bottom { width: 164px; }
    #border-box3 { width: 164px; font-size: 11px; }
      #border-box3-top { width: 164px; height: 23px; background-image:url(images/box_top.gif); background-repeat:no-repeat; }
      #border-box3-content { padding: 0 10px 0 10px; background-image:url(images/box_bg.gif); background-repeat:repeat-y; }
      #border-box3-content .titles { font-weight: bold; color: #bc0006; }
      #border-box3-content p { padding: 0; }
      #border-box3-bottom { width: 164px; }
      
  
#footer-hr { font-size: 1px; height: 13px; background-image:url(images/footer_hr.gif); background-repeat:no-repeat; }
#footer { padding: 5px 0 0 0; font-size: 85%; color: #8B8B8B; height: 60px; }
  #footer ul{list-style: none;}
  #footer ul li{display: inline;}
  #footer p{text-align: right; width: 330px; float: right; margin: 0 160px 0 0;}


/************* contact form ***************************/
form{
	width: 420px;
	margin: 15px 0 40px 0;
	clear: left;
}

#form-left{
	width: 200px;
	float: left;
}

#form-right{
	width: 200px;
	float: right;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

input, select, textarea{
	border: solid 1px #555;
	background: #dadada;
	width: 180px;
}

textarea{
	width: 400px;
}

#submitdiv input{
	float: right;
	margin: 0 20px 0 0;
	background: #DC5E64;
	color: white;
	font-weight: bold;
}

#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;
}
