body,td,th {
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e4e4e;
}
body {
	margin: 15px;
	text-align: center;
}
a {
	color: #0064B4;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
img {
	border: 0;
}

.title {font-size: 24px; font-weight: bold; color: #0064B4;}
.help {color: #669900; text-decoration: underline; cursor: help;}
.red {color: #ff1e1e;}
.mid {font-size: 17px; }
.big {font-size: 20px; font-weight: bold;}



#preload {
	display: none;
}
#bg {
	margin: 0 auto;
	width: 810px;
	background: url(img/bg.png) repeat-y;
}
#bg_top {
	background: url(img/bg_top.png) no-repeat;
}
#body {
	padding: 15px;
	background: url(img/bg_bottom.png) no-repeat bottom;
	text-align: justify;
}
#header {
	height: 63px;
	margin-bottom: 5px;
	background: url(img/bg_header.png) bottom repeat-x;
	border-top: #F6F6F6 solid 25px;
	clear: both;
}
#header #logo{
	float: left;
}
#header #menu {
	margin-top: 34px;
	font-size: 14px;
	float: right;
}
#header #menu a {
	padding: 0 9px;
	color: #333333;
	text-decoration: none;
}
#header #menu a:hover {
	color: #FF9B4B;
}
#help {
	width: 365px;
	height: 248px;
	margin-right: 10px;
	padding: 15px 10px 10px 10px;
	background-color: #F6F6F6;
	color: #666666;
	text-align: center;
	float: left;
	clear: left;
}
#help .title {
	color: #FF9B4B;
	font-size: 26px;
	font-weight: bold;
}
#help a.button {
	margin: 10px auto 0 auto;
	padding: 15px 0 14px 0;
	width: 306px;
	height: 27px;
	background: url(img/button.png) no-repeat;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}
#help a.button:hover {
	background: url(img/button_ov.png);
	text-decoration: none;
}
#pic {
	width: 385px;
	float: left;
	clear: right;
}
#side_menu {
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 150px;
	background-color: #F1F8FF;
	float: left;
	clear: left;
}
#side_menu ul {
	margin: 0;
	padding: 0;
	border-top: #DDDDDD solid 1px;
	list-style-type: none;
}
#side_menu ul li {
	border-bottom: #DDDDDD solid 1px;
}
#side_menu ul li a {
	width: 140px;
	padding: 5px;
	color: #666666;
	text-decoration: none;
	display: block;
}
#side_menu ul li a:hover {
	background: #ECF2F7 url(img/arrow.gif) no-repeat 135px 50%;
	color: #0064B4;
}
#side_menu .title {
	padding: 0 0 5px 5px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#content {
	margin: 10px 20px;
	width: 550px;
	float: left;
}
#footer_clear {
	clear: both;
}
#footer {
        font-size: 11px;
	background-color: #F6F6F6;
	padding: 3px 0 5px 0;
	text-align: center;
}






{
outline: none;
}
#contact 
{
       
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    width: 500px;
}
#contact div.innerRight {
  
      
    float: left;
   
   
  
}
#contact div.innerRight h3 {
    width: 275px;
   clear:both;
    font-size: 21px;
    color: #5FBCDA;
    padding: 6px 0;
    margin: 17px 0 0 27px;
    border-bottom: 1px solid #aaa;
}
.spacer
{
	height:25px;
}
#contact div.innerRight .address {
   
    float: left;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #676767;
    line-height: 21px;
    margin: 10px 0 0 10px;
}
#contact div.innerRight .labelsmall {
    display: inline-block;
    width: 150px;
    text-align: right;
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #127392;
    line-height: 30px;
    vertical-align: top;
}
#contact div.innerRight .inputsmall {
    display: inline-block;
    width: 250px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #575757;
    padding: 5px;
    border: 1px solid #D5D5D5;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact div.innerRight  .inputsmall:focus,.inputbig:focus,.textarea:focus
{
    border:1px solid #a5a5a5;
    background:#f9f9f9;
}
#contact div.innerRight .textarea {
    display: inline-block;
    width: 250px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #D5D5D5;
    height: 100px;
    overflow: auto;
    resize: none;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact div.innerRight .blue {
    background: -moz-linear-gradient(center top , #79C4F3, #468AB5) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79c4f3', endColorstr='#468AB5');
    background: -webkit-gradient(linear, left top, left bottom, from(#79C4F3), to(#468AB5));
    border: 1px solid #0076A3;
    -moz-box-shadow: 0 0px 6px #333;
    -webkit-box-shadow: 0 0px 6px #333;
    box-shadow: 0 0px 6px #333;
    color: whiteSmoke;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
    margin: 12px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact div.innerRight .blue:hover {
    background: -moz-linear-gradient(center top , #0078A5, #00ADEE) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078A5', endColorstr='#00ADEE'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#0078A5), to(#00ADEE)); /* for webkit browsers */
    -moz-box-shadow: 0 0px 6px #333;
    -webkit-box-shadow: 0 0px 6px #333;
    box-shadow: 0 0px 6px #333;
}
