@charset "utf-8";
/* CSS Document */
/* Layout */ 
* {
    margin: 0;
    padding: 0;
}

HTML, BODY {
    margin: 0;
    padding: 0;

}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
} 
#container {
    margin: 0 auto;
    width: 955px;
    padding: 0 7px;
} 
#header {
    position: relative;
    height: 98px;
    margin-bottom: 37px;

    /*background-color:blue;*/
} 
.home #login {
    position: relative;
    height: 328px;
    margin: 0;
    /*background-color:blue;*/
    background-image: url('../images2/login_panel.jpg');
    background-position: center center;
    background-repeat: no-repeat;

 
}  

.typical #login {
    position: relative;
    height: 288px;
    margin: 0 0 20px 0;
    float: left;
    width: 340px;
    /*background-color:blue;*/
    background-image: url('../images2/main_panel.png');
    background-position: left center;
    background-repeat: no-repeat;
	   
} 
.home #panel_one {
    position: relative;
    float: left;
    width: 300px;
    padding-left: 20px;

} 
.typical #panel_one {
    position: relative;
    width: 340px;
    padding-left: 10px;
    float: left;
	
}

#panel_two {
    position: relative;
    margin-left: 321px;
    padding-left: 55px;
    padding-bottom: 20px;
	color:#8c8d8e;
	font-size: 12px;
} 
#panel_two A{
	color: #949596;
	text-decoration:none;
}
#panel_two A:HOVER{
	color: #00aeef;
	text-decoration:none;
}

#panel_two UL {
	margin-left:20px;
	margin-top:16px;
	margin-bottom:16px;
}

#panel_two H2 {
	font-size:12pt;
	font-weight:bold;
} 

.typical #panel_two {
    position: relative;
    padding-left: 35px;
    padding-bottom: 20px;
    position: relative;
    margin-left: 351px;
    padding-left: 55px;
    padding-bottom: 20px;
} 
#client_panel {
    background-image: url('../images2/client_area.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 578px;
    height: 197px;
    padding: 0;
    margin: 38px 0 0 0;
} 
#footer {
    background-color: #ccc;
    margin: 0;
    padding: 0;
    clear: both;
    height: 45px;
} 
.clear {
    clear: both;
    height: 1px;
} 
#main_logo {
    position: relative;
    float: left;
    width: 288px;
    height: 100%;
    margin: 0;
    padding: 0;
    /*background-color:#0099FF;*/
}
h1 {
    color: #6d6e71;
    font-size: 16px;
    color: #00aeef;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
}

h2 {
    color: #6d6e71;
    font-size: 16px;
    color: #00aeef;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
}

h3 {
    color: #b6b6b8;
    font-size: 16px;
    padding-left: 2px;
    padding-bottom: 8px;
} 
/*Navigation */
#nav_bar {
    position: relative;
    margin: 0;
    /*background-color:#ccc;*/
} 
#nav_bar ul {
    margin: 0 0 50px 0;
    float: right;
} 
 
#nav_bar ul, #nav_bar ul li {
    list-style: none;
} 
#nav_bar li {
    display: inline;
    margin: 0 2px 0 0;
} 
#nav_bar li a {
    text-decoration: none;
} 
.icon {
    background-image: url('../images2/nav_bar.jpg');
    background-repeat: no-repeat;
    text-align: right;
    width: 132px;
    height: 99px;
    float: left;
    display: block;
    margin: 0 2px 0 0;
} 
.icon.home {
    background-position: 0 0;
} 
.icon.clients {
    background-position: -130px 0;
} 
.icon.moreinfo {
    background-position: -261px 0;
} 
.icon.contact {
    background-position: -393px 0;
} 
.icon.home:HOVER {
    background-position: 0 -100px;
} 
.icon.clients:HOVER {
    background-position: -130px -100px;
} 
.icon.moreinfo:HOVER {
    background-position: -261px -100px;
} 
.icon.contact:HOVER {
    background-position: -393px -100px;
} 

/*End Navigation*/

/*LOGIN AREA */
#login {
} 


.home #login H4 {
    padding: 62px 40px 0 55px;
    font-size: 16px;
    color: #fff;
    margin: 0 0 18px 0;
	
} 
.home #login form {
    padding: 0 0 0 50px;
    position: relative;
    width: 250px;
    float: left;
} 

.typical #login H4 {
    padding: 22px 40px 0 45px;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px 0;
} 
.typical  #login form {
    padding: 0 0 0 40px;
    position: relative;
    width: 250px;
    float: left;
	
} 
#login form .input_txt {
    width: 200px;
    height: 25px;
    margin: 0;
    border: none;
    background: url('../images2/input_field.gif') no-repeat;
    padding: 8px 10px 0 5px;
    margin: 2px 0 2px 2px;
} 
#login form .input_select {
    width: 200px;
    height: 25px;
    margin: 2px 0 2px 2px;
	border:none;
	
	
} 
#login form LABEL {
    margin: 0;
    padding: 0 0 0 5px;
    color: #fff;
} 
#login form .input_btn {
    width: 100px;
    height: 30px;
    border: none;
    color: #fff;
    margin: 26px 0 0 98px;
    border:none;
    background: url('../images2/login_form_btn.gif') no-repeat;
	padding-bottom:4px;
	
} 
#login form .input_btn_typical{
 	width: 100px;
    height: 30px;
    border: none;
    color: #fff;
    margin: 16px 0 0 98px;
    border:none;
    background: url('../images2/login_form_btn.gif') no-repeat;
	padding-bottom:4px;
}
#labels {
    position: relative;
    float: left;
    margin: 150px 0 0 60px;
    color: #fff;
    font-size: 14px;
} 
#create_lbl {
    position: relative;
    float: left;
    width: 150px;
    margin: 0 50px 0 0;
    text-align: center;
} 
#approve_lbl {
    position: relative;
    width: 150px;
    margin: 0 70px 0 0;
    text-align: center;
} 
#publish_lbl {
    position: relative;
    margin: 0 40px 0 0;
    width: 150px;
}
/*END LOGIN AREA*/
/*START CLIENT AREA */ 
#tabs {
    position: relative;
    margin: 0;
    color: #000;
    font-size: 14px;
    padding: 0;
    width: 100%;
    height: 30px;
} 
#tabs A {
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-top:6px;
    text-transform: capitalize;
	text-align:center;
	
} 
.tab {
    position: relative;
    width: 106px;
    height: 28px;
    float: left;
    background: url("../images2/tab.gif") no-repeat;
    background-color: none;
    margin: 0 2px 0 0;
    padding: 0;
	cursor: pointer;
	font-weight:bold;
	font-size:9pt !important;

} 
.tab:hover, .active {
    position: relative;
    background: url("../images2/tab_active.gif") no-repeat;
    margin: 0 2px 0 0;
} #tab {
} 
.tabdiv {
    margin: 8px 0 0 8px;
    height: 145px;
    position: relative;
    width: 558px;
} 
.tabdiv p {
    margin: 0 0 0 150px;
    width: 375px;
    height: 70px;
    padding: 25px 25px 0 0;
    color: #fff;
} 
.tabdiv IMG {
    float: left;
    margin: 28px 0 0 28px;
    width: 80px;
    height: 80px;
} 
.tabdiv A.more_btn {
    position: relative;
    margin: 15px 0 0 152px;
    background: url("../images2/more_btn.gif") no-repeat;
    text-decoration: none;
    border: none;
    width: 72px;
    height: 25px;
    display: block;
}

/*END  CLIENT AREA */ 

/*START CONTACT US/CLIENT LOGOS */ 

#contact_us{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
	padding-left:5px;
	padding-top:20px;
	margin-bottom:16px;
	padding-bottom:0;
	
}
#contact_us P{
	font-size:14px;
	position: relative;
    margin: 0 0 40px 70px;
    padding: 10px 0 0 0;
	color:#949596;
}
#contact_us A{
	color: #949596;
	text-decoration:none;
}
#contact_us A:HOVER{
	color: #00aeef;
	text-decoration:none;
}
#contact_us IMG{
	position: relative;
    float: left;
}
.our_clients{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
	padding-left:5px;
	padding-top:20px;
	margin-bottom:16px;
	padding-bottom:0;
	overflow:auto;

	

}
.our_clients A{
	border:none;
}
.our_clients A:HOVER{
	border:none;
}
.our_clients IMG{
	border:1px solid #e5e5e5;
	width:125px;
	height:65px;
}
#client_img A{
	text-decoration:none;
	color: #949596;
}
#client_img A:HOVER{
	color: #00aeef;
}
.our_clients UL{
	text-decoration:none;
	margin:auto;
	width:268px;
	
}

.our_clients LI{
	text-decoration:none;
	margin-right:5px;
	margin-bottom:5px;
	width:125px;
	height:65px;
	display:inline-block;
	float:left;
}
/*////////////////////////////*/
/*///////Our Clients Section////////*/
/*//////////////////////////*/
#our_clients_section{
	margin:0;
	padding:0;
	width:534px;
	min-height:400px;
}
.our_clients_section{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
	margin-bottom:20px;
	height:200px;
	padding-top:20px;
	padding-bottom:30px;
}
#our_clients_section A{
	border:none;
}
#our_clients_section A:HOVER{
	border:none;
}
#our_clients_section IMG{
	border:1px solid #e5e5e5;
	width:125px;
	height:65px;
}
#client_img_section A{
	text-decoration:none;
	color: #949596;
}
#client_img_section A:HOVER{
	color: #00aeef;
}
#our_clients_section UL{
	text-decoration:none;
	margin:auto;
	margin-top:10px;
	width:534px;
	height:382px;
	overflow: auto;
}
#our_clients_section LI{
	text-decoration:none;
	margin-right:0px;
	width:125px;
	height:60px;
	display:inline;
}

/*//////////////////////////*/
 
#footer A {
    margin: 0 auto;
    width: 955px;
    display: block;
    background: url(../images2/dh_logo.png) top right no-repeat;
    height: 38px;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
    padding: 10px 0 0 400px;
    width: 300px;
    margin: 0 auto;
}

/*////////////////////////////*/
/*///////Contact Form////////*/
/*//////////////////////////*/

#contact{
	width:332px;
	padding:0 20px 0 0;
	text-align:right;
	border:1px solid #f2f0f0;
}

#contact FORM INPUT{
	width:250px;
	border:none;
	background-color: #f2f0f0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	margin-top:10px;
	color:black;
}
#contact FORM TEXTAREA{
	background-color: #f2f0f0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	width:250px;
	border:none;
	margin-top:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
}
#contact FORM LABEL{
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}
#contact FORM BUTTON{
    width: 100px;
    height: 30px;
    border: none;
    color: #fff;
	margin-top:20px;
	margin-bottom:0px;
    border:none;
    background: url('../images2/login_form_btn.gif') no-repeat;
	padding-bottom:4px;
}