@charset "utf-8";
/* CSS Document */

body {
	background:#8e0d0d;
	background-image:url(static_img/bg_body.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#content ul {
	margin:15px 16px 15px 16px;
	font-size:11px;
	line-height:14px;
	list-style:circle;
	}
#content ul li {
	margin-left:20px;
	}
p {
	margin:15px 16px 0 16px;
	font-size:11px;
	line-height:14px;
	text-align:justify;
	}
p a {
	text-decoration:none;
	}
p a:hover {
	text-decoration:underline;
	}
h1 {
	margin:10px 11px 0 11px;
	font-size:13px;
	font-weight:bold;
	color:#8e0d0d;
	}
h2 {
	text-decoration:underline;
	font-size:11px;
	margin:10px 11px 0 11px;
	}
h3 {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding-top:7px;
	text-align:center;
}
.middle {
	text-align:center;
	color:#333;
	font-size:11px;
	padding-bottom:10px;
}
#wrapper {
	width:1200px;
	margin: 0 auto 0 auto;
	overflow:hidden;
	}
	
/*
	looks like left column
*/
#col-left {
	background:#fff;
	width:268px;
	padding-bottom:14px;
	float:left;
	}
#logo {
	width:243px;
	margin:0 12px;
	height:87px;
	border:1px solid #828282;
	border-top:none;
	}
#col-left img.pic {
	margin:2px 12px 0 12px;
	}
/*
	end left column
*/
#col-right {
	float:left;
	width:535px;
	}

/*
	looks like navigation
*/
#navigation {
	background-image:url(static_img/bg_nav.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:535px;
	height:48px;
	padding:42px 0 0 31px;
	}
#navigation ul {
	white-space:nowrap
	}
#navigation ul a, #navigation ul a:visited{
	display:block;
	color:#eeeeee;
	font-size:14px;
	text-decoration:none;
	margin-right:40px;
	}
#navigation ul a:hover, #navigation ul a.active {
	color:#fff;
	text-decoration:underline;
	}
#navigation ul li {
	float:left;
	}
#navigation ul ul {
	position:absolute;
	top:65px;
	margin-left:11px;
	}
#navigation ul ul a, #navigation ul ul a:visited {
	margin-right:15px;
	color:#e8d088;
	font-size:13px;
	}
#navigation ul ul a:hover, #navigation ul ul a.active {
	color:#ffd24a;
	}
#navigation ul ul li {
	float:left;
	}	
/*
	end of navigation
*/
/*
	looks like content
*/
#content {
	background:#fff;
	width:483px;
	min-height:594px;
	border:12px solid #e9e9e9;
	margin-left:3px;
	padding-bottom:16px;
	}
/* #content min-height hack for IExplorer7*/
*+html div#content {min-height:595px;}
/*
	end of content
*/
/*
	looks like footer
*/

#footer {
	text-align:right;
	padding:5px 45px 0 0;
	list-style:circle;
	margin-bottom:50px;
	}
#footer ul li {
	display:inline;
	font-size:12px;
	}
#footer ul a, #footer ul a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}
#footer ul a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
/*
	end of footer
*/
/*
	looks like table
*/
table {
	margin:15px;
	font-size:11px;
	width:450px;
	}
th {
	font-size:12px;
	padding:5px;
	color:#8e0d0d;
	border-bottom: 1px dashed #8e0d0d;
	}
tr.headline {
	background-color:#cccccc;
	font-weight:bold;
	}
tr.even {
	background-color:#cbbdf7;
	}
table tr td {
	display:block;
	float:left;
	margin:5px;
	}
table tr td.right {
	float:right;
	}	
/*
	end of table
*/
/*
	looks like contactForm
*/
#contentForm {
  display: block;
  padding: 25px;
  background-color: white;
}

/* and now the form formatting itself */
label {
  font-size:11px;
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  display:block;
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
  width:240px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../img/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 11px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 18px;
  line-height: 18px;
  font-size:11px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 11px;
  text-align: center;
}
/*
	end of contactForm
*/

