.ddsmoothmenu{
	font: bold 12px Arial; /*background of menu bar (default state)*/
	width: 1024px;
	margin-left: auto;
	background-color: #1e0e0f;
	position: relative;
	letter-spacing:0.06em;
	margin-right: auto;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #1e0e0f; /*background of menu items (default state)*/
color: #ffffff;
padding: 8px 10px;
border-right: 1px solid #778;
color: #d5e9ba;
text-decoration: none;
}

* 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: #ffffff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #8c8887; 
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
background: #8c8887; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
}
	
/*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;
}

/*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: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* 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;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* Start CYP CSS */
/* ---------------------Header------------------ */
#top{
	background:url(images/top_part.gif) 0 0 no-repeat;
	width:1024px;
	height:213px;
	margin:0 auto;
	position:relative;
	background-image: url(images/header_image.jpg);
}
#top img{
	position:absolute;
	left:34px;
	top:53px;
	width:286px;
	height:66px;
}
/* -------------------------END Header------------ */
/* -------------------------Body------------------ */
#body{
	width:1024px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	color:#000;
}
/* -------------------------END Body------------ */
/* -----------------------Start Mid ------------ */	
#mid{
	width:254px;
	color:#000000;
	padding:0px 15px 0 0px;
	margin:0 1px 0 0;
	float:left;
	background-image: url(images/mid_panel_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mid h2{
	font:bold 22px/38px Arial, Helvetica, sans-serif;
}

#mid h3{
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#8c8887;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
#mid p.midText{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#FF6600;
	margin:0 0 31px 0;
}
#mid p.midText2{
	font:bold 16px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#FF6600;
	margin:0 0 46px 0;
}		
/* -------------------------------------------------End Mid ---------------------*/		

/*------------------------------------------------left panel--------------------*/
#left{
	width:305px;
	padding:5px 15px 0 20px;
	float:left;
}
#lefttable{
	width:575px;
	padding:5px 15px 0 20px;
	float:left;
}
#left h2{
	font:bold 21px/16px Arial, Helvetica, sans-serif;
	color:#890202;
	background-color:#fff;
	margin:0 0 12px 0;
	display:block;
}
#left p.lftText{
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
}
#left p.lftText span{
	color:#151DB5;
	background-color:#FFFFFF;
	font:bold 12px/19px Arial, Helvetica, sans-serif;
}
#left p.viewMore{
	width:10px;
	height:13px;
	background:url(images/view_more_bg.gif) 0 0 repeat-x;
	padding:0 0 0 288px;
	margin:31px 0 15px 0;
	font-size:0;
	display:block;
}
#left p.viewMore a{
	background:url(images/view_more.gif) 0 0 no-repeat;
	width:77px;
	height:13px;
	display:block;
}
#left p.viewMore a:hover{
	background:url(images/view_more_hover.gif) 0 0 no-repeat;
}
#leftBottom{
	width:300px;
}
#leftBottom p.top1{
	background:url(images/left_bottom_top.gif) 0 0 no-repeat;
	width:364px;
	height:21px;
}
#leftBottom h2{
	width:300px;
	height:111px;
	background-image: url(images/Sheriff.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#leftBottom p.lftBottomText{
	margin:0 13px 0 18px;
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#91835B;
	background-color:#fff;
}
#leftBottom p.lftBottomText span{
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#040A16;
	background-color:#fff;
}
#leftBottom p.bot1{
	background:url(images/left_bottom_bot.gif) 0 0 no-repeat;
	width:364px;
	height:25px;
}

/*------------------------------------------------left panel--------------------*/

/*------------------------------------------------right panel--------------------*/
#right{
	width:414px;
	float:left;
}
#right h2.mem{
	width:214px;
	height:57px;
	background:url(images/member_login.gif) 0 0 no-repeat;
	padding:0 0 0 50px;
	font:bold 20px/57px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
}
#right form{
	background:url(images/memberlogin_bg.gif) 0 0 repeat-y;
	width:228px;
	padding:0 18px;
	margin:0;
}
#right form input.txtBox{
	width:206px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	/*font:normal 11px/19px Arial, Helvetica, sans-serif;*/
	color:#000;
	background-color:#fff;
	margin:0 0 17px 0;
	padding:0 0 0 20px;
}
#right form a{
	color:#E8E7E7;
	background-color:#131313;
	text-decoration:underline;
	float:left;
	background:url(images/register_here_bg.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	width:79px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}
#right form a:hover{
	text-decoration:none;
}
#right form input.login{
	background:url(images/btn_login.gif) 0 0 no-repeat;
	width:53px;
	height:13px;
	border:none;
	cursor:pointer;
	float:right;
}
#right p.bottom2{
	background:url(images/memberlogin_bot.gif) 0 0 no-repeat;
	width:264px;
	height:25px;
	margin:0 0 5px 0;
}
#right h2.solution{
	color:#000000;
	background-color:#fff;
	padding:0 0 0 17px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 39px;
	font-weight: bold;
}
#right ul{
	width:238px;
	padding:0 0 0 17px;
}
#right ul li{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	height:20px;
	width:238px;
	padding:0 0 1px 0;
}
#right ul li a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
#right ul li a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#right ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
/*------------------------------------------------right panel--------------------*/
/*------------------------------------------------bodyBottom--------------------*/
#bodyBottom{
	width:1024px;
	float:left;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
}
#bodyBottom ul{
	width:1000px;
	background-color:#1B100E;
	color:#000;
	padding:10px 10px 10px 15px;
	float:left;
	display:block;
}
#bodyBottom ul li.one{
	padding:7px 8px 16px 18px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#131313;
	background-color:#fff;
	float:left;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:300px;
}
#bodyBottom ul li.one a{
	color:#1e0e0f;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 43px;
	font-weight: bold;
}
#bodyBottom ul li.one a:hover{
	color:#1e0e0f;
	background-color:#fff;
	text-decoration:none;
}
#bodyBottom ul li.two{
	padding:7px 8px 16px 18px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#131313;
	background-color:#fff;
	float:left;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:300px;
}
#bodyBottom ul li.two a{
	color:#1e0e0f;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 43px;
	font-weight: bold;
}
#bodyBottom ul li.two a:hover{
	color:cc0000;
	background-color:#fff;
	text-decoration:none;
}
#bodyBottom ul li.three{
	padding:7px 4px 16px 18px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#131313;
	background-color:#fff;
	float:left;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:300px;
}
#bodyBottom ul li.three a{
	color:#1e0e0f;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 43px;
	font-weight: bold;
}
#bodyBottom ul li.three a:hover{
	color:cc0000;
	background-color:#fff;
	text-decoration:none;
}
/*------------------------------------------------END bodyBottom--------------------*/
/*------------------------------------------------News panel--------------------*/
#news{
	width:1000px;
	border:1px solid #000000;
	color:#000000;
	padding:0px 0px 8px 4px;
	margin:0 8px 0 10px;
	float:left;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border-width: 0;
	margin-right: 18px;
}
#news h2{
	font:bold 22px/38px Arial, Helvetica, sans-serif;
}
#news h3{
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#7e0808;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
#news p.midText{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#FF6600;
	margin:0 0 31px 0;
}
#news p.midText2{
	font:bold 16px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#FF6600;
	margin:0 0 46px 0;
}		
/*------------------------------------------------news panel--------------------*/

#leftBottom{
	width:1000px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	height: auto;
	position: relative;
	float: none;
	margin-left: 15px;
	margin: 100px 10px 10px 10px;
	visibility: inherit;
}
#leftBottom p.top1{
	width:364px;
	height:21px;
	background-color: #FFFFFF;
}
/*------------------------------------------------footer--------------------*/
#footerMain{
	width:1050px;
	margin:0 auto;
	height:128px;
	background-color:#fff;
	color:#000;
	padding:0 0 16px 0;
}
#footer{
	width:1050px;
	margin:0 auto;
	background:url(images/footer_bg.gif) 0 0 repeat-x;
	height:150px;
	position:relative;
}
#footer ul{
	width:457px;
	position:absolute;
	left:262px;
	top:20px;
}
#footer ul li{
	float:left;
	color:#fff;
	background-color:inherit;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	padding:0 11px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#03373B;
}
#footer p.copyright{
	font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FDFF35;
	background-color:inherit;
	position:absolute;
	left:773px;
	top:29px;
}
#footer a.xht{
	width:85px;
	height:13px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:846px;
	top:-19px;
	margin:0;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	width:85px;
	height:13px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:938px;
	top:-19px;
	margin:0;
}
#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer p.design{
	display:block;
	width:187px;
	height:17px;
	padding:3px;
	position:absolute;
	left:382px;
	top:83px;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#03373B;
	text-transform:none;
	text-align:center;
}
#footer p.design a.link{
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#03373B;
	text-decoration:none;
	text-transform:none;
}
#footer p.design a.link:hover{
	color:#FDFF35;
	background-color:#03373B;
}
/*-----------------------------------------------END footer--------------------*/
.float-l {
	float:left;
	margin-right: 18px;
}

