/* CSS Document - EscortHomePages.com */




/******************************* Text and image formatting *******************************/

a{
	text-decoration:none;
	background-color:inherit;
	color:#26c;
}

body {
	background:#FFF url(/images/bodybg.png);
	color:#000000;
}


h2{
	margin:0 0 4px 0;
	font-size:1.2em;
}

h3{
	margin:0px 0 0px 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	color: #575757;
	letter-spacing: 0.0em;
}

.headerstyle{
	display:block;
	margin:30px 0 10px 0;
	padding:5px 0 5px 8px;
	background:#eee url(/img/gradient2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
}

p {
  	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
   	color: #515151;
   	font-size:11px;
   	margin-bottom: 15px;
   	margin-top: 15px;
}




/******************************* Form elements member login ******************************/


form.login {
	margin-top: 0px;
	margin-left: 28px;
	margin-bottom: 0px;
}


input.text {
  	font-family: Arial,Helv,sans-serif;
	font-size:10px;
    	color: #628BC4;
	background: transparent; 
    	border: 1px solid #ccc;
    	font-weight: bold;
}

input.fields {display: block;
        width: 120px;
        font-size:10px;
	font-family: Verdana,Arial,Helv,sans-serif;
	color: #5B5B5B;
	background: #F7F7F7;
	border: 1px solid #E3E4E9;
	margin-top: 0px;
	margin-bottom: -10px;}

input.submit {
  	font-family: Arial,Helv,sans-serif;
	font-size:10px;
    	font-weight: bold;
	color: #06C;
	background: transparent; 
	border-width: 0px;
}
  
input.login {
  	font-family: Arial,Helv,sans-serif;
	font-size:10px;
    	color: #626262;
	background: transparent; 
    	border: 1px solid #ccc;
    	font-weight: bold;
	margin-top: 4px;
}


label {
	font-family: Verdana, Aria, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #626262;
	font-style: italic;
}

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(/images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
	color: #93B26E;
	text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(/images/menu.png) 0 -45px;
	color: #562930;
}







/**************************** Button Navigation *****************************/




.sidelink{
	display:block;
	width:160px;
	margin:3px 10px 2px 0;
	padding:5px 0 5px 8px;
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	removed-background:#eee url(/img/gradient2.png) repeat-x;
	color:#EB008C;
	border-top:1px dotted #FFBFE5;
	border-right:1px solid #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	border-left:1px solid #FFFFFF;
}


.sidelink:hover,.menuheader{
	background:#fff url(/img/gradient2.png) repeat-x;
	color:#CE0077;
	border-top:1px dotted #FFBFE5;
	border-right:1px solid #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	border-left:4px solid #EB008C;
	text-decoration:none;
}




.hide{
	display:none;
}


