@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #737676;
}

img {
	border:0px;
}


#main_cont {
	width:1007px;
	height:auto;
	margin: 0 auto;
  }
#page {
	width:100%;
	float: left;    
  }
   
#banner {
	float:left;
	width:975px;
	height:247px;
	padding: 0px 0px 35px 10px;
    margin-left: 20px;
}

#main {
	float:left;
	width:100%;
    
    
}

#maintable {
	background-image: url(../images/main_table_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
    
}
a {
	color: #d8c37d;
}

#nav_outer {
	float:left;
	padding-left:25px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	width:969px;
	height:74px;
}

.nav {
	padding-left: 9px;
	float: left;
}
#nav { float:left; width:895px; padding:0 50px; height:74px; font-size:16px; background-image:url(../images/nav_bg.gif); background-repeat:no-repeat;}
.small_table {
	background-color: #ECECEC;
	padding-left: 10px;
	height: 355px;
}

.small_table a{
	color:#737676;
}

.topmargin {
	padding-top: 10px;
	margin-top: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}



#logo {
	float:left;
	width: 286px;
	height: 105px;
}



#header {
	float:left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 438px;
	height: 105px;
	background-position: -270px 0px;
}


#search{
    float: left;
    
}
#main_contant{
    float: left;
    width: 730px; 
    padding: 0 8px 0 0px;
    /*border: 1px solid red;*/
}
#footer_outer{
	float:left;
	width:100%;
	height:220px;
    background-color:#7d8080;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:965px;
	color: #FFFFFF;
	padding:20px;
}

#footer a{ 
	color: #FFFFFF;
	text-decoration:underline;	
}
.right_table {
	padding-left: 15px;
}

.color1 {
	color:#AED019;
}

.color2 {
	color:#054B98;
}

.color3 {
	color:#848484;
}

form {
margin:0px;

}

h1{
	font-weight:normal;
	font-size:20px;
	color:#9D7840;
	margin:0px;
	padding:0px;
}

h2 {
	font-weight:500;
	font-size:16px;
	color:#1B5081;
	margin:0px 0px 15px 0px;
}
#iphone { float:left; padding-top:0px; z-index:100; width:270px; height:100px; color:#FFFFFF;}

/*Drop Down Menu CSS Start */
/*
	LEVEL ONE
*/
ul {list-style:none;}
ul.dropdown                         { position: relative; margin:0px; padding:0px;}
ul.dropdown li                      { float: left; zoom: 1; background: #; line-height:43px; list-style:none; margin:2px 0 29px 0; padding:0;}
ul.dropdown a:hover		            { color: #FFF; background-color:#f3db8d;}
ul.dropdown a:active                { color: #ff6613; }
ul.dropdown li a                    {
										display: block;
										padding:0 10px;
										background-image:url(../images/seperater_line.gif);
										background-repeat:no-repeat; background-position:right;
										color: #FFF;
										list-style-type: none;
										color:#FFF;
										text-decoration: none;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover                {
										color: #FFF;
										position: relative;
										background-color:#f3db8d;
										
}
ul.dropdown li.hover a              { color: #FFF;}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 290px; visibility: hidden; position: absolute; top: 100%; left: 0; margin:0px; padding:0; }
ul.dropdown ul li 					{ font-weight: normal; background:#; color: #FFF; 
									  float: none; line-height:40px; margin:0px; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; height:40px; display: inline-block; background-image:none; color:#FFFFFF;}
ul.dropdown ul li a:hover, a.hover    {width: 270px; height:40px; background-color:#000;}		

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; border-bottom: 1px solid #0B1E4A; line-height:40px;}
ul.dropdown ul ul li				{ margin-left:0px;}
ul.dropdown li:hover > ul 			{ visibility: visible;}

/*Drop Down Menu CSS End */
