/* CSS Document */

*{
		margin:0;
		padding:0;
}
body{
		background:#cccccc;
		font-family:Arial, Helvetica, sans-serif;
		color:#899999;
		
}
ul,li{
		list-style:inside;
		font-size:12px;
}
h1,h2,h3,h4,h5,h6{
		font-family:Tahoma, Geneva, sans-serif;
		color:#00355d;
}
h1{
	font-size:22px;
}
h2{
		font-size:17px;
}
h3{
		font-size:15px;
}
h4{
		font-size:13px;
		text-align:center;
}
.bold{
		font-weight:bold;
}
.box{
		border:1px solid #a3a3a3;
}
.box_inner{
		background:url(../images/shadow_box_top.png) no-repeat top;
}
p{
		color:#898989;
		padding:10px 0 10px 0;
		font-size:12px;
}
.clear{
		clear:both;
}
.single_box{
		width:222px;
}
.double_box{
		width:458px;
}
.floatleft{
		float:left;
}
.floatright{
		float:right;
}
.margin_left{
		margin:0 0 0 22px;
}
.margin_right{
		margin:0 22px 0 0;
}

#wrapper{
		width:1004px;
		margin:0 auto;
		background:url(../images/wrapperbg.png) repeat-x #fff;
}
#top{
	height:122px;
}
/*=========================================
		NAVIGATION
		============================================
		*/
.navigation {
	width:1004px;
	float:left;
	padding-top:0;
	height:34px;
	background:url(../images/nav_bg.png) repeat-x;
}
.ddsmoothmenu{
	width:996px;
	float:left;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{

display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
height:19px;
margin:9px 0 0 0;
padding: 2px 20px;
color: #ccc;
text-decoration: none;
text-transform:uppercase;
font-size:12px;
font-family:Tahoma, Geneva, sans-serif;


}
.ddsmoothmenu ul li.dropdown a.selected{
	
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: none;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: none; 
color: #f5eb04;
border-bottom:2px solid  #f5eb04;
}

.ddsmoothmenu ul li a:hover{
background: none; /*background of menu items during onmouseover (hover state)*/
color: #f5eb04;
border-bottom:2px solid  #f5eb04;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
width:201px;
background-color:#fff;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li.last{
	background-image:url(../images/navi_bot.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	padding-bottom:5px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size: 11px;
width: 186px; /*width of sub menus*/
height:17px;
padding: 5px 5px 3px 10px;
text-transform:none;
margin: 0;
color:#666 !important;
background-image:url(../images/navi_bg_wht.gif);
background-position:11px 9px;
background-repeat:no-repeat;
}
.ddsmoothmenu ul li ul li a:hover{
	background-image:url(../images/navi_bg.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}

.flags {
	float:right;
	margin:8px 0px 0px 0px;
}
.flags ul{
	float:left;
	list-style:none;
}
.flags ul li{
	float:left;
	padding:0px 3px;
}
.flags ul li a{
	float:left;
	border:#333333 solid 1px;
}
/*end of navigation*/

.banner{
		width:950px;
		margin:20px auto;
}

#container{
		width:1004px;
		margin:0 auto;
		background:url(../images/shodow_down.png) no-repeat bottom;
}
.box_nav{
}
.box_nav ul{
	list-style:none;
	margin:10px 10px 0 20px;
}
.box_nav ul li{
	list-style:none;
	background:url(../images/arrow.png) no-repeat left;
	border-bottom:1px dashed #000;
	padding:0 0 0 20px;
	font-size:12px;
	color:#899999;
	line-height:33px;
	text-transform:capitalize;
	
}
.box_nav ul li a{
	text-decoration:none;
	color:#00F;	
}
.box_nav ul li:hover{
	background:url(../images/arrow.png) no-repeat left;
	border-bottom:1px dashed #000;
	padding:0 0 0 20px;
	font-size:12px;
	color:#00F;
	line-height:33px;
	text-transform:capitalize;
	cursor:pointer;
	
}
.box_nav ul li.last{
	background:url(../images/arrow.png) no-repeat left;
	border-bottom:none;
	padding:0 0 0 20px;
	font-size:12px;
	color:#899999;
	line-height:33px;
	text-transform:capitalize;
	
}
.testi {
	border-bottom:1px solid #a3a3a3;
	margin:10px;
	font-size:12px;
}
.more {
	xbackground: url(../images/readmore.png) left top;
	height:20px;
	width: 100px;
	padding:0;
	margin: 0px 0px 5px 0px;
	color: #00355D;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 19px;
	cursor: pointer;
}
.more:hover {
	background: url(../images/readmore.png) left bottom;
}
		
.box2 {
	border:1px solid #a4a4a4;
	background:#00355d;
}
.box2 h1{
	background:#f5ea04;
	font-size:20px;
	color:#333333;
	line-height:33px;
	text-align:center;
}
	
.box2 ul{
		list-style:none;
		color:#fff;
}
.box2 ul li{
	border-bottom:1px dashed #fff;
	line-height:22px;
	margin:10px;
	list-style:none;
}
	
.box2 p{
		
	margin:10px;
	font-size:12px;
	color:#fff;
	line-height:18px;
}

.contact_form {
	float:left;
	font-size:13px;
}
.contact_form h6{
	padding-bottom:10px;
	margin-top:10px;
}
.contact_form ul{
	float:left;
	list-style:none;
}
.contact_form ul li{
	margin-bottom:20px;
	list-style:none;
}
.contact_form ul li onfocus{
	color:#880000;
}
.contact_form input.bar{
	width:269px;
	height:24px;
	padding:0px 5px;
	border:#99000 solid 1px;
	font-size:11px;
}
.textarea{
	width:269px;
	height:154px;
	padding:5px;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error {
	color:#F00;
}
.seccess {
	color:#090;
}	

/*** Contact Page ***/
.input_field1 {
	width:350px;
	padding:5px;
	border: 1px solid #CCC;
	font-family:Cambria, Candara;
	font-size:13px;
	color:#333;
}
.input_field2 {
	width:100px;
	padding:3px;
	border: 1px solid #CCC;
	font-family:Cambria, Candara;
	font-size:13px;
	color:#333;
}
.input_field3 {
	width:50px;
	padding:4px;
	border: 1px solid #CCC;
	font-family:Cambria, Candara;
	font-size:13px;
	color:#333;
}
.input_field4 {
	width:100px;
	padding:4px;
	border: 1px solid #CCC;
	font-family:Cambria, Candara;
	font-size:13px;
	color:#333;
}
.input4 {
	width:350px;
	padding:4px;
	border: 1px solid #CCC;
	font-family:Cambria, Candara;
	font-size:13px;;
	color:#333;
}
.text_area {
	width:350px;
	padding:3px;
	border: 1px solid #999;
	font-family:Cambria, Candara;
	font-size:13px;
	color:#333;
}
