@charset "utf-8";
/* CSS Document */

body {
background-color:#e5e9ee;
color:#787878;
font-family:  arial; 
font-size:12px;
height:100%;
line-height:140%;
width:100%;
text-align:left;

}

body a{
color:#8ea3b6;
font-size:12px;
text-decoration:none;
}

body a:hover{
color:#787878;
font-size:12px;
text-decoration:none;
}


* {
margin:0;
padding:0;
}

p{
line-height:140%;
text-align:justify;
/*text-align:center;*/
padding:0 0 10px 0;
}

ul {
padding-left:12px;
}

img {
border:none;
}

h1, h3 {
display:none;
}

h2 {
color:#6384a1;
font-size:12px;
padding:10px 0 10px 0;
/*text-align:center*/
}

.blockOutline {
border:solid 1px #dfdfdf; 
/*background-color:#f6f6f6;*/
}

.bodyText {
padding:0 20px 0 20px;
}

.blueText {
color:#6384a1;
}

.adImage {
width:122px;
/*height:70px;*/
margin: 5px auto;
/*background-color:#fff;
border:solid 1px #dfdfdf;*/ 
}

.networkImg {
margin: 1px;
padding: 2px;
border:solid 1px #ddd;

}

.adLogo {
width:122px;
height:35px;
margin: 0 auto;
background-color:#f6f6f6;
border:solid 1px #dfdfdf;
}

.adLogo a{
}


.formText {
	
	color:#787878;
	text-align:right;
	padding-right:20px;
}

/*------------------------Start------------------------*/

#MainCont {
background-color:#fff;
margin: 10px auto;
height: 540px;
width:820px;
background-image:url(../images/bgimage.gif);
background-repeat:no-repeat;
position:absolute;
left:50%;
top: 50%;
margin-top:-270px;
margin-left:-410px;

}

#Header {
Height: 66px;
width:460px;
margin: 0 auto;
padding-top:20px;
}

.logo a{
display:block;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
width:164px;
height:36px;
margin:0 148px;
/*border:1px #FF0000 solid;*/
}

.logo a:hover{
display:block;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
width:164px;
height:36px;
margin:0 148px;
/*border:1px #FF0000 solid;*/
}

.subheading {
height:30px;
margin:0 auto;
/*border:1px #FF0000 solid;*/
}

#Banner {
Height: 87px;
width:775px;
margin: 0 auto;
margin-top:5px;
}

#LeftContent {
width:140px;
height:250px;
float:left;
padding:0 0 0 20px;
}

#RightContent {
width:140px;
height:250px;
float:left;
padding:0px 0 0 2px;
}

#MiddleContent {
width:496px;
height:290px;
float:left;
margin:2px 0px 0px 2px;
/*background-color:#f6f6f6;
border:solid 1px #dfdfdf; */
}


/*------------------------Nav------------------------*/
.nav {
font-weight:bold;
padding-top:4px;
margin: 0 auto;
margin-top:4px;
margin-bottom:2px;
Height: 20px;
width:775px;
background-color:#f6f6f6;
border:solid 1px #dfdfdf; 
text-align:center;
}

.nav a{
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#787878;
font-size:13px;
text-decoration:none;
background-color:#f6f6f6;
}

.nav a:hover{
color:#6384a1;
font-size:13px;
text-decoration:none;
background-color:#f6f6f6;
}

.navstyle{ 
width:193px; 
height:20px; 
float:left;
background-color:#f6f6f6;}

.nav_drop_style{ 
width:195px; 
height:22px;
padding-top:6px;
text-align:center;
background-color:#f6f6f6;
border-bottom:solid 1px #dfdfdf;
border-left:solid 1px #dfdfdf;
border-right:solid 1px #dfdfdf;
font-size:12px;
font-family:  Arial, Helvetica, sans-serif;
font-weight:;
}

.nav_drop_style a {
color:#999;
display:inline;
background-color:#f6f6f6;
}

.nav_drop_style a:hover {
color:#6384a1;
display:inline;
text-decoration:none;
background-color:#f6f6f6;
}



/*------------------------Nav------------------------*/



/*----Footer---*/

/*#Footer {
margin: 0 auto;
padding:2px;
font-size:11px;
color:#abb6c3;
font-weight:bold;
}

#Footer a{
font-size:11px;
color:#abb6c3;
}

#Footer a:hover{
font-size:11px;
color:#787878;
text-decoration:none
}
*/


#Footer {
float:left;
font-weight:bold;
padding-top:2px;
margin:0px 22px;
margin-top:2px;
height: 17px;
background-color:#eee;
border:solid 1px #dfdfdf; 
text-align:center;
width:775px;
}

#Footer a{
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#787878;
font-size:11px;
text-decoration:none;
background-color:#eee;
}

#Footer a:hover{
color:#6384a1;
font-size:11px;
text-decoration:none;
background-color:#eee;
}

.footernavstyle{ 
	width:750px; 
	height:17px; 
	float:left;
	background-color:#eee;
}










/* FORM SHEET START ------------------------------------------------------------------------------------ */
.cd-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	border: 2px solid #DBDBDB;
	background:#fafafa;
	padding: 2px;
	color: #ACA4A9;
	
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	}	
textarea:focus, input:hover, input:focus {
	background-image: url(../images/sl-from-field2.jpg);
	background:#f6f6f6;
}


.cd-form-btn{
	width:106px;
	height:24px;
	overflow:hidden;
	border:0;
	background:url(../images/cd-btn.gif) no-repeat 0 0;
	/*display:block;*/
	cursor:pointer !important; cursor:hand;
}
.cd-form-btn:hover {
	background:url(../images/cd-btn.gif) no-repeat 0 0;
	background-position:0 -24px;
}








.cd-form-btn2{
	width:80px;
	height:24px;
	overflow:hidden;
	border:0;
	background:url(../images/cd-btn-3.gif) no-repeat 0 0;
	/*display:block;*/
	cursor:pointer !important; cursor:hand;
}
.cd-form-btn2:hover {
	background:url(../images/cd-btn-3.gif) no-repeat 0 0;
	background-position:0 -24px;
}






.cd-form-btn-subscribe{
	width:97px;
	height:24px;
	overflow:hidden;
	border:0;
	background:url(../images/cd-btn-subscribe.gif) no-repeat 0 0;
	/*display:block;*/
	cursor:pointer !important; cursor:hand;
}
.cd-form-btn-subscribe:hover {
	background:url(../images/cd-btn-subscribe.gif) no-repeat 0 0;
	background-position:0 -24px;
}





.cd-form-btn-unsubscribe{
	width:97px;
	height:24px;
	overflow:hidden;
	border:0;
	background:url(../images/cd-btn-unsubscribe.gif) no-repeat 0 0;
	/*display:block;*/
	cursor:pointer !important; cursor:hand;
}
.cd-form-btn-unsubscribe:hover {
	background:url(../images/cd-btn-unsubscribe.gif) no-repeat 0 0;
	background-position:0 -24px;
}
/* FORM SHEET END --------------------------------------------------------------------------------------- */















/* TOOLTIP ---------------------------------------------------------------------------------------------- */

a:hover {background:#fff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; text-align:left; font-size:12px; padding:2px 3px 2px 5px; margin-left:8px; width:240px; }
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background-color:#6384a1; color:#fff;}

/* TOOLTIP END ------------------------------------------------------------------------------------------ */














/* OTHER SHEET START ------------------------------------------------------------------------------------ */
.cd-img-float{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
.cd-img{
	padding:3px;
	background-color:#FFFFFF;
	border:1px #F0F0F0 solid;
}




				
			
			
			
			
			/*IFRAME BOX START---------------------------------------*/
			#tt-iframe
			{
				scrollbar-face-color: #D7D7D7; 
				scrollbar-shadow-color: #D7D7D7; 
				scrollbar-highlight-color: #D7D7D7; 
				scrollbar-3dlight-color: #D7D7D7; 
				scrollbar-darkshadow-color: #D7D7D7; 
				scrollbar-track-color: #EEEEEE; 
				scrollbar-arrow-color: #FFFFFF;
		
				overflow:auto;
				width:450px;
				height:240px;
				padding-right:15px;
			}
			/*IFRAME BOX END---------------------------------------*/
/* OTHER SHEET END ------------------------------------------------------------------------------------ */
