
/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, form, table, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
}

/* GENERAL */
/* ---------------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	background:url(../images/bg-blue.jpg) repeat-x #19577c;
}

p {
	margin-bottom: 10px;
}

a{
	color: #f7971d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0069aa;
}

.image-right{
	float: right;
	margin-left: 10px;
}

.image-left{
	float: left;
	margin-right: 10px;
}

.clear{clear:left;}

.text-right{float:right}

/* HEADER */
/* ---------------------------------------------------------------------------------------------------*/

#header {
	width: 938px;
	height: 250px;
	font-size: 11px;
	margin: 10px auto 0 auto;
	background: url(../images/header.png) no-repeat bottom;
}

.logo {
	margin-top: 40px;
	margin-left: 50px;
	float: left;
}

/* CONTENT */
/* ---------------------------------------------------------------------------------------------------*/

#middle{
	width: 938px;
	margin: 0 auto;
	background: url(../images/bg-content.png) repeat-y ;
	overflow: hidden;
	padding-bottom: 20px;
}

#content{
	float: right;
	width: 700px;
	margin-right: 19px;
	margin-top: 20px;
}

#menu{
	float: left;	
	width: 150px;
	margin-left: 40px;
	margin-top:20px;
	text-transform: uppercase;
	list-style-type: none;
	line-height: 20px;
	font-weight: 300;
	color: #f7971d;
}

#menu a{
	color: #0069aa;
	text-decoration: none;
	font-weight: 200;
}

#menu a:hover{
	color: #f7971d;
}

.lowercase{
	text-transform: lowercase
}

/* COLUMNS */
/* ---------------------------------------------------------------------------------------------------*/

#column-about{
	float: left;
	width: 520px;
}

.column-small{
	float: left;
	width: 200px;
	margin-right: 25px;
}

.column-small-right{
	float: right;
	width: 230px;
	margin-right: 20px;
}
/* FOOTER */
/* ---------------------------------------------------------------------------------------------------*/

#footer{
	height: 80px;
	width: 897px;
	margin: 0 auto 10px auto;
	background: url(../images/footer.png) no-repeat top;
	color: #FFF;
	font-size: 10px;
	padding-left: 3px;
	padding-top: 17px;
}

/* HEADERS */
/* ---------------------------------------------------------------------------------------------------*/

h1{
	border-bottom: 2px solid #0069aa;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: block;
	color: #000;
}

h2{
	color: #0069aa;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	margin-top:10px;
}

h3{
	color: #0069aa;
	font-size: 20px;
	margin-top:10px;
	line-height: 23px;
	font-weight: normal;
}

h4{
	font-weight: bold;
	font-size:13px;
	color: #0069aa;
}

h5{
	margin-top:10px;
	font-weight: bold;
	font-size:13px;
	color: #0069aa;
	border-bottom: 2px solid #f7971d;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

td{ 
	border-bottom: 1px solid #f7971d;
	margin-bottom: 3px;
	padding-bottom: 3px;
}  

/* FORM */
/* ---------------------------------------------------------------------------------------------------*/

label {
  display: block;
  clear: left;
  width: 120px;
  margin: 0px;
	haight: 10px;
}

input, textarea, select {
  padding: 2px;
  font-size: 1em;
  color: #000;
  background: #FFF;
  border: 1px solid #0069aa;
	clear: left;
  margin-bottom: 10px;
	width: 400px;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #0069aa;
	color: #FFF;
  width: 80px;
  height: 28px;
	margin-bottom: 20px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 20px;
  margin: 10px 0;
  border: 1px solid #FF0000;
}

.sent {
  font-size: 20px;
	font-wight: bold;
}