@charset "utf-8";
/* CSS Document */

body{
	background-repeat:no-repeat;
	background-position:top;
	/*background-attachment:fixed;*/
	background-color: #D1D3D4;
	font-family: monospace, sans-serif;
	margin: 0px auto;
	padding: 0px;
}



#header{width:100%; height:auto; margin:0px; padding-top:27px;} 
#headerLogo{background-image:url(images/logo.png); background-repeat:no-repeat;height:106px;margin:0px 0px 10px 0px; float: left; width: 400px;}
#headerRightNavTop{height:40px; float:right; margin: 0px; width: 500px} 
#headerRightNavBottom{height:40px; float:right; margin: 20px 0px 0px 0px; width: 500px}
#mainContainer{width:100%; height:auto; margin: 0px; padding: 0px 0px 15px 0px;}  
#subheader-box{background-image:url(images/active_page_header.png); background-repeat:no-repeat; width: auto; height: 42px; margin: 0px 0px 20px 0px; border-bottom:  dotted #fff 1px; border-top: dotted #fff 1px; padding: 0px; color: #FFF;}
#subheader-short-box{background-image:url(images/sub_page_header.png); background-repeat:no-repeat; width: auto; height: 30px; margin: 0px 0px 5px 0px; padding: 10px 0px 0px 50px; color: #FFF; font-weight: bold; font-size: 13px;}
h1{
	font-weight: bold;
	font-size: 16px;
	margin: 11px 0px 0px 50px; 
}


#container{
	width:1000px; 
	background-image:url(images/containerBackground.png); 
	background-attachment:fixed;
	background-position:top;
	margin: 0px auto;
	background-color: #d2d3d5;
	padding: 0px 0px 20px 0px;
}

#container-inner{
	width: auto; 
	height: auto; 
	margin: 0px 45px 0px 45px;
	padding: 0px 0px 20px 0px; 
	border-bottom: dotted #ed317d 1px
}

#footer{
	width: auto; 
	height: auto; 
	margin: 0px 45px 20px 45px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	color: #000;
	text-align:right; 
}


#footer a{
	text-decoration: none;
	color: #ed317d;

}


#footerContainer{
width:1136px; margin: 0px auto; height: 100%;
background-image:url(images/messageUs.png); background-repeat:no-repeat;
}




#mainContainer-left{
	width: 550px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

p {
	padding: 0px;
	margin: 10px 20px 0px 0px;
}

#mainContainer-left-intro{
	width: 450px;
	float: left;
	font-size: 15px;
	color: #ed317d;
	font-weight: bold;
}

#mainContainer-left-col-1{
	width: 220px;
	float: left;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #444;
}

#mainContainer-left-col-2{
	width: 220px;
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #444;
}

#mainContainer-client{
	width: 600px;
	float: right;
	margin: 10px 0px 0px 0px;	
}

#mainContainer-right{
	width: 350px;
	height: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}


.mainContainer-right-box{
	width: 250px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 100px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ec2a8b;
	float:right;
	text-align: right;
}	

.mainContainer-right-box-last{
	width: 250px;
	font-size: 11px;
	color: #444444;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 100px;
	float:right;
	text-align: right;
}	


ul{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

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

#tabs li{line-height: 2em; padding: 0px 0px 0px 5px;}
#tabs ul{margin-top: 0px; padding-top: 0px;}
#tabs li a { color: #555; text-decoration: none;}
#tabs li a:hover { color: #ed317d;}
#tabs li a.selected {color: #ed317d;}


.tabContent{width: auto; margin: 0px;font-size: 12px;color: #444;}
.tabContent.hide { display: none;}
.tabContent-text{display: block; width: 200px; float: left; margin-top:0px;}
.tabContent img{float: right; width: 350px;}
.tabContent a{color:#ec2a8b; font-weight: normal;}



h3{
	font-size: 13px;
	margin:0px;
	line-height: 1em;
	font-weight: bold;
	color: #ec2a8b;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #ec2a8b;
}

strong{
	font-style: bold;
}



.clear{
	clear: both;
}


#linkHolder{
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 10px;
}

#linkHolder ul{
	list-style-type: none;
}

#linkHolder li{
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
	width: auto;
}

#linkHolder a{
	text-decoration: none;
}

#navHolder{
	float: right;
	font-size: 12.5px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 10px;
}

#navHolder li{
	float: right;
	list-style: none;
}

#navHolder a{
	display: block;
	padding: 0 1em;
	line-height: 2em;
	text-decoration: none;
	color: #ed317d;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #FFF;
}

#navHolder a:hover {
	border-top-color: #E9819E;	
	}

#navHolder a:active {
	border-top-color: #ed317d;	
	}

#navHolder a.selected {
	border-top-color: #ed317d;	
	}


.titleBar {
    color: #D2D3D5;
	padding: 10px;
	font-style: normal;
    font-weight: bold;
    background-color: #222;
    font-size: 1em; }
.titleBar a { color: #000000; }




