body {
margin:auto;
margin-top:0px;
background-color:#fff;
font-family: Georgia, Times New Roman, Times, serif;
text-align: center;  /*   for IE */
background: url(../images/body_bg.jpg) repeat-x;
}


hr{
color: #000;
background-color: #000;
height: 1px;
width: 100%;
border: 0;
text-align: left;
margin-bottom: 5px;
}


h1{
font-size: 18px;
font-weight: bold;
font-family: "Trajan Pro", Georgia, Times New Roman, Times, serif;


}

h2{
font-size: 16px;
border-bottom: 1px solid black;
 
}

h3{
border-bottom: 1px solid white;

font-size: 14px;
}

/* Wrapper */
#wrapper {
width:1024px;
min-height: 600px;
height:auto !important; /* for modern browsers */
height:600px; 
margin: auto;

background-color:#fff;

}


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



#header {

height: 90px;
background: url(../images/header.jpg) no-repeat;
width:1200px;

}

#header_loop{
width:1024px;
height: 168px;
margin-bottom: 10px;
}


/* ----- NAVIGATION ----- */



#navigation {

position: relative;
top: 45px;
width: 50%;
float: right;
color:#000;
text-align:center;
}

#navigation a{
    font-family: 'roboto',sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
	
#navigation a:hover{
	text-decoration: underline;
}
div#navigation ul li {
    float: left;
    list-style: none;
}
.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	background: gray;
	list-style: none;
	width: 100%;
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:auto;
}
.dropdownmenu a {
    color: #020202;
    display: inline-block;
    font: bold 12px/20px sans-serif;
    padding: 10px 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.dropdownmenu li:hover a {
    background: #497a53;
    color: #ffffff !important;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}
li:hover ul#submenu {
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenu li {
	float: none;
	width: 100%;
}
#submenu a:hover {
    background: #497a53;
    color: #ffffff;
}
#submenu a {
    background-color: #497a53;
    text-align: left;
}

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

#leftcolumn{
width: 200px;
float: left;
}
#testimonials{


min-height: 400px;
padding: 15px;
font-size: 12px;
text-align: left;
color: #fff;
line-height: 16px;
background: #497a53;
}



#testimonial1{
background-color:transparent;
}

#security{
text-align: left;

font-size: 12px;

}


#content { 
	text-align: left;
    color: #000;
    padding: 10px 60px 0px 60px;
    font-size: 16px;
    background-color: #fff;
    float: left;
    width: 660px;
    font-family: sans-serif;
    position: relative;
}

#content a, #footer a{
color: #000;
font-weight: bold;

}

#content a:hover, #footer a:hover{
color: #666;
}


#frontlist{
width: 400px;
font-size: 16px;
margin:40px auto;
}

#frontlist li{
margin-bottom: 20px;
}

#columns{
    width: 700px;
    list-style-type:none;
}

#columns li{
  width:100px;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
    float:left;}

#content p{
line-height: 30px;
}
#content li {
    line-height: 30px;
}
div#testimonial1 p {
    font-size: 16px;
    line-height: 25px;
    font-family: sans-serif;
}
div#security li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
}
#footer{
	width:1024px;
	
	margin:auto auto 30px auto;
	font-size: 10px;
	padding-top: 50px;
	color:#000;
	background-color:#fff;
	text-align: center;
	clear:both;
	}

#footer a img {
border: 0px;
}

#date {
border: 1px solid #ccc;
width:100%;
}

#refferal_table{
padding: 0;
width: 85%;
}

#refferal_table td{
padding: 5px;
}

#refferal_table input[type="text"]{
border: 1px solid #ccc;
width: 95%;
height: 30px;
font-size: 16px;
background:#FFFFFF url(../images/text_bg.gif) repeat-x scroll 0 0;
}

#refferal_table input[type="text"]:focus{
background: #fff;
border: 1px solid #390;
}

#refferal_table textarea:focus{
background: #fff;
border: 1px solid #390;
}

#refferal_table input[type="radio"]{
border: 0;
}



#refferal_table textarea{
border: 1px solid #ccc;
width: 95%;
margin-left: 10px;
}
#refferal_table th{
background: #fff;
padding: 5px;
}



.zebra_odd {
		background-color: #e2ecf6;
	}
.zebra_even {
		background-color: #f4f4f4;
	}
