/* standard elements */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body {
    background: #fff;
    color: #000;
}

#container {
    background: #000;
    color: #fff;
    width: 750px;
    margin: 10px auto;
}

#header {
}

#logoblock {
  float: left;
  width: 250px;
}
#logoblock p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
#logoblock h2 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 3px;
  padding: 0px
}

#logoblock a{
	text-decoration: none;
	padding: 0;
	margin: 0;
        color: #2074D3;
}
.logo {
   float: left;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu li {
	float: left;
}

#menu a {
        display: block;
	text-decoration: none;
	padding: 30px 8px 8px 8px;
	font-weight: bold;
	color: #fff;
        height:82px;
	width: 60px;
	text-align: center;
}

#menu a:hover {
	background: #2074D3;
	color: #fff;
}


#main {
   clear: both;
   line-height:125%;
   }


h1, h2 {
   text-align: center;
   padding: 20px 10px;
}

h1 {
	font-weight: bold;
	font-size: 1.2em;
        color: #2074D3;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
        color: #D05C05;
}

#content {
        background: url(../bfimages/orangedivider.gif) top repeat-y;
   overflow:hidden;
}


#content p {
    padding: 10px 0;
}
#content a {
        text-decoration: none;
        color: #2074D3;
}
#content ul {
     padding-left: 20px;
}

#contentleft {
   width: 314px;
   float: left;
   padding: 0px 30px;
}

#contentright {
   width: 314px;
   float: right;
   padding: 0px 30px;
}
#subForm {
	width: 350px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 14px;
}
#subForm .label {
	display:block;
	float: left;
	clear: left;
	width: 80px;
	margin-top: 6px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input, select, textarea {
       margin-top:2px;
       border: 3px inset #2074D3;
	font-size: 14px;
}

input#submit {
	margin-left: 140px;
	color: #316B99;
	background-color: #fff;
        border: 3px outset #2074D3;
	font-size: 14px;
}

input#submit:hover {
	background: #000;
	color: #fff;
}

input#name, input#email, input#phone, textarea#message
 {
	width: 200px;
}

input#name:focus,
input#email:focus,
input#phone:focus,
textarea#message:focus
{
	background-color: #000;
	color: #fff;
}


#footer {
        margin-top: 10px;
        padding: 10px 0;
        border-top: 1px solid #2074D3;
        clear: both;
}
#footer p {
   text-align: center;
	font-size: 10px;
}

#footer a {
        text-decoration: none;
        color: #2074D3;
	font-size: 10px;
}

