body {
	margin: 0px;
	/* background-color: #404040;*/
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-align: justify;
	background-color: #404040;	
}
br, li, p
{
    line-height: 1.2em;
}
img 
{
    border: 0;
}
    
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px -5px;
	padding: 1px 5px;
	border-bottom: 1px solid;
	line-height: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
blockquote {
	padding: 20px 45px 20px 55px;
	background: #F3F3F3 url(../images/general/quote.png) 10px 10px no-repeat;
	text-align: justify;
	font-size: 12px;
}

.clear {
	clear: both;
}

#preload {
	display: none;
}
#header_wings {
	height: 225px;
	background: url(../images/general/header_wings.gif) bottom repeat-x; 
	
}
#header {
	width: 840px;
	height: 75px;
	margin: 0 auto;
	padding: 150px 0 0 60px;
	background: #000000 no-repeat;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
}
#header a {
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: none;
}
#header .small_text {
	position: relative;
	top: -13px;
	font-size: 16px;
}
#bg {
	width: 850px;
	margin: 0 auto;
	padding: 0 25px;
	background: #FFFFFF url(../images/general/bg.png) center repeat-y;
}
#menu {
	/*padding-left: 5px;
	background-color: #336699;
font-weight: bold;
*/
	padding: 0 0 20px 5px;		
	font-size: 14px;	
	background: url(../images/general/menu_bg.png) top repeat-x;
}
#menu ul {
	height: 40px;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
	
}
#menu ul li a {
	margin: 0 5px;
	padding: 0 15px;
	color: #336699;
	text-decoration: none;
	line-height: 40px;
	display: inline;
	float: left;
	
}
#menu ul li a:hover {
	background: #F3F3F3 url(../images/general/menu_ov.png) repeat-x;
}
#menu ul li .pr_left {
	background: #FFFFFF url(../images/general/menu_pr_left.png) left no-repeat;
	float: left;
}
#menu ul li .pr_right {
	padding: 0 20px;
	background: url(../images/general/menu_pr_right.png) right no-repeat;
	line-height: 40px;
	display: block;
}
#content_full {
	padding: 10px 25px;
	/*line-height: 150%; */
}
#content_side {
	width: 540px;
	line-height: 150%;
	float: left;
}
#content_side.left {
	padding: 10px 15px 10px 25px;
	/* padding: 15px 15px 25px 25px; */
}
#content_side.right {
	padding: 10px 25px 10px 15px;
	/* padding: 15px 25px 25px 15px; */
}
#side {
	width: 230px;
	line-height: 150%;
	float: left;
}
#side.left {
	padding: 10px 15px 10px 25px;
	/* padding: 15px 15px 25px 25px; */
}
#side.right {
	padding: 10px 25px 10px 15px;
	/* padding: 15px 25px 25px 15px; */
}
#side .box {
	margin: 15px -5px;
	display: block;
	float: none;
}
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side ul li {
	padding: 0 5px;
	border-bottom: #E6E6E6 1px solid;
	display: block;
}
#side ul li a {
	width: 220px;
	margin: 0 -5px;
	padding: 2px 5px;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#side ul li a:hover {
	background: #F6F6F6;
	color: #000000;
	text-decoration: none;
}
#footer_border {
	height: 5px;
	background: #999999;
	font-size: 0;
	clear: both;
}
#footer_wings {
	background: #f2b600;
}
#footer {
	width: 810px;
	margin: 0 auto;
	padding: 10px 45px 15px 45px;
	/* padding: 10px 45px 5px 45px; */
	background: #383838 url(../images/general/footer_bg.gif) repeat-y;
	color: #FFFFFF;
	font-size: 12px;
}
#footer .section {
	width: 250px;
	padding: 10px;
	float: left;
}
#footer .section .title {
	margin: 0 0 2px 0;
	padding: 1px 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#footer .section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .section ul li {
	border-bottom: #505050 1px solid;
}
#footer .section ul li a {
	width: 240px;
	padding: 1px 5px;
	text-decoration: none;
	display: block;
}
#footer .section ul li a:hover {
	text-decoration: none;
}
#footer .section a {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer .section a:hover {
	color: #FFFFFF;
}
#footerend {
	width: 900px;
	height: 35px;
	margin: 0 auto;
}
.floatright 
{
    float: right;
}
.floatleft 
{
    float: left;
}  
.imgleft
{
    float: left;
    margin: 0 20px 30px 0;
}   

    
/* contact us form 2 column layout */

.contactrow, .contactrowpink 
{
    width:800px;
    margin-bottom: 2px;  
}
.contactrowpink 
{
    background-color: #ffe8e8;
}
#address, #contactformleft 
{    
    margin-right: 2px;
    float: left; 
}
#contactdetails, #contactformright 
{   
    float: right; 
}
#address
{
    background-color: #ebebf1;    
    height: 6em;
    width: 329px;
    padding: 10px 20px 0px 50px; 
}
#contactformleft, #contactformright
{
    width: 359px;
    padding: 10px 20px 0px 20px; 
    text-align: right;
}

#contactdetails
{
    background-color: #eaeaea;    
    height: 6em;
    width: 329px;
    padding: 10px 20px 0px 50px;
}

#contactformleft ol, #contactformright ol {   
padding: 0.3em 0.3em 0 0em;   
list-style: none;
/*background-color: #edebd6;  */
}  
#contactformright 
{
    text-align: center;
}
#contactformleft li, #contactformright li { 
list-style-type: none;
}  
#contactformright.submit {   
border-style: none; 
text-align:center; 
}
#contactformleft label, #contactformright label {    
float: left;    
width: 10em;    
margin-right: 4px;    
text-align: right;  
vertical-align: text-top; 
}
.asterisk 
{
   color: Red;
   font-weight: bold;    
}
.margin5 
{
    margin-right: 0.6em;
}
.wwdtitle, .wwdtext, .errors
{
    color: #9a6807;
    text-align: left;
}  

.titlebluebold, .subtitlebluebold, .subtitleblueboldcenter
{    
    font-weight: bold;
    color: #336699;
    
}
.titlebluebold 
{
    font-size: 1.4em;
    text-align: center;
}
.subtitlebluebold 
{    
    text-align: left;
}
.subtitleblueboldcenter 
{    
    text-align: center;
}
.txtaligncenterbold 
{
    text-align: center;
    font-weight: bold;
}
.terms 
{
    font-size: 0.8em;
}
img.floatright 
{
    float: right;
    margin: 0 0 25px 25px;
}
.homerowboxes 
{
    padding: 0 10px;
}
/* golden numbers */
.width25 
{
    width: 24%;
    float: left;
}
.width100 
{
    width: 800px;
}

.box {
	width: 369px;
	margin: 5px 10px 0 10px;
	background: url(../images/general/box_bg.png) repeat-y;
	display: inline;
	float: left;
	
}

.box .top {
	background: url(../images/general/box_top.png) top no-repeat;
}
.box .bottom {
	padding: 20px 25px 18px 25px;
	background: url(../images/general/box_bottom.png) bottom no-repeat;
}
.box .title {
	margin: 0 -5px 5px -5px;
	padding: 0 5px;
	border-bottom: 1px solid;
	font-weight: bold;
	line-height: normal;
	display: block;
}
.box .text {
	margin: 0;
	display: block;
	min-height: 150px;
}
.box .more {
	margin: 5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	display: block;
}
.imghomeright  
{
    float: right;
    margin: 0 0 20px 0;
} 
.imghomeleft  
{
    float: left;
    margin: 0 0 20px 0;
} 