/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7e7e9;
	color: #333333;
	font-size: 11px;
}

body#cosmetic{
	background-color: #aaa2ba;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: normal;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 140%;
	color: #000000;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666;	
	font-weight: bold;	
}

h3{
 font-size: 230%;
 color: #243f8f;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {
	padding: 1px 0px 1px 0px;
}


label{
	font: bold 100% Arial,sans-serif;
	color: #666;
	display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #efefef;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 950px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	border: solid 2px #333;
	background-color: #fff;
	
}

#mainArea{
	background-image: url(images/black_background.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin-bottom: -5px;
}

#content{
	float: left;
	width: 550px;
	
}

#wrapper #header{
	height: 105px;
}

.clear{ clear: both;}

#logo{
	height:215px;
	padding: 10px 0px 0px 5px;
	width: 270px;
	float: left;
}


#topContainer{
	height: 235px;
	clear: both;
	width: 950px;
}

#topStripe{
	background-color:#ed008c;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin: 2px 0px 3px 0px;
	padding: 5px 0px;
	letter-spacing: 7px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 2px #fff;
}
#flashContainer{
	width: 665px;
	float:right;
	height: 235px;
}

#rightColumn{
	float: right;
	width: 190px;
	margin-left: 10px;
}
#rightColumn #testiContainer{
	background-color: #221e1f;
	color:#fff;
	padding: 10px;
	text-align: center;
}
.framedBox{
	border: solid 1px #333;
	background-color: #e7e7e9;
	margin: 0px 10px;
	padding: 15px;
}
/************** content styles ***************/

#content .pageContent{
	padding: 10px 20px;
	float: left;
	width: 500px;
}
#content .pageContent ul li{
	padding: 7px 5px 7px 15px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 11px
}
/****************** Opacity Styles********************/

a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/***********  #navContainer styles ***********/
#navContainer{
	width: 195px;
	float: left;
	background-color:#221e1f;
}
#navContainer ul{
	margin-top: -4px;
}

#navContainer ul li{
}


#navContainer ul a:link,#navContainer ul   a:visited{
	color: #979797;
	
}

#navContainer ul a:link, #navContainer ul a:visited{
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #221e1f;
	height: 15px;
	padding: 10px 0px 10px 5px;
	font-size: 13px;
	border-bottom:solid 1px #ccc;
	margin-top:-2px;
}
 #navContainer ul a:hover{
 	background-color: #666;
 }
#wrapper #navContainer ul li .dwn{
	color: #f052b2;	

}


#nav li ul a:link, #nav li ul  a:visited { 	
	text-align: left;	
	/*height: 15px;		*/
	border-right: none;
	padding: 5px 2px 5px 15px;		
	font-size: 12px;	
	background-color:#b3b1b2;
	
}
#nav li ul a:hover{
	color:#333;
}
#nav li ul {	
	width: 195px;	
	background-color:#b3b1b2;
	padding-top: 5px;	
	/*border: solid 1px #efefef;*/
	
}

#nav li ul li{	
	/*float: none;*/
	border-bottom: solid 1px #efefef;
}
#nav li ul li.last{	
	/*float: none;*/
	border-bottom: none;
}


#wrapper #navContainer ul li ul .dwn{
	color: #e00897;	
}

/*
#nav li:hover ul {	
	font-weight: bold;	
}
#nav li:hover ul, #nav li.sfhover ul {
 font-weight: bold; 
}
*/
/*********** #footer styles ***********/
#footer{
	width: 900px;
	margin-left: 50px;	
	padding-bottom: 20px;
	margin-top: 10px;
	color: #666;
}

#credit{
	color: #fff;
	margin-top: 10px;
	margin: 0 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#credit a{
	color: #fff;	
}

#footer #flinks{		
	height: 15px;
	padding-top: 5px;
}
#footer ul li{
	float: left;
	padding: 0px 0px 0px 4px;
}
 #footer a:hover{
 	text-decoration: underline;
 }


/****************** Clean Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 
/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 5px 0px 0px 10px;
	/*border-bottom: dotted 1px #efefef;*/
	height: 25px;
	
}

#breadCrumb ul li{
	float:left;
	padding: 5px 10px 5px 10px;
	list-style-type:none;
	background-image: url(images/breadcrumb_bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#breadCrumb  a:link, a:visited {
	color:#999999;
}

#breadCrumb  a:hover {
	color:#666666;
}


.titleGovern{

	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:15px;
}

.titleContact{

	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:15px;
}

.titleHome{

	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:15px;
}

.titleTelemarketing{

	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:15px;
}

.titleTraining{

	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:15px;
}

