@import url("new_styles.css");


body {
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #1D2430;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #fff;
	
	z-index: 0;
}
.accesskeys
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -1000px;
	font-size: 0.1em;
	line-height: 1px;
}

.outer_wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 1036px;
	display: block;
	background-image: url(../images/shadow_borders.jpg);
	background-repeat: repeat-y;
	
	
}
.inner_wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 1000px;
	display: block;
	min-height: 870px;
	background-color: #000000;
	background-image: url(../images/inner_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}


.inner_profile_wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 1000px;
	height: auto;
	display: block;
	min-height: 1070px;
	background-color: #000000;
	background-image: url(../images/inner_profile_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

.inner_search_wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 1000px;
	height: auto;
	display: block;
	min-height: 1070px;
	background-color: #000000;
	background-image: url(../images/inner_search_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}




/* hack for proper expansion of float wrapper */
.inner_wrapper:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* LOGO SECTION STARTS*/

.logo {
margin: 0px 0 0 35px;
padding: 0;
float: left;
border: none;}



.ticker {
float: left;
margin: 0 0px 0 0px;
padding: 0 0 0 0;
position: relative;
top: 53px;
left: 5px;
width: 510px;
max-width: 510px;
font-size: 1.2em;
}


.header {
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 157px;
	width: 1000px;}

/* TOLKIT STARTS */


ul#toolkit
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	text-align:left;
	float: right;}

ul#toolkit li
{
	display: block;
	float: left;
	font-weight: normal;
	height: 20px;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 0.7em;	
}


ul#toolkit li a, ul#toolkit li a:link, ul#toolkit li a:visited
{
	display: block;
	float: left;
	padding: 8px 15px 0px 15px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #F2A0FD;
	
	
}

ul#toolkit li a.active{
color: #F2A0FD;
padding: 8px 15px 0px 15px;
margin: 0;

}


ul#toolkit li a:hover{
    text-decoration: none;
	color: #fff;
	padding: 8px 15px 0px 15px;
	margin: 0;
	
}






/* TOPNAV STARTS */


ul#topnav
{
	display: block;
	padding: 0 0 0 0px;
	margin: 10px 0 0 0;
	text-align:left;
	float: left;
	width: 1000px;
	background-image: url(../images/topnav_bg.jpg);
	background-repeat: repeat-x;
}

ul#topnav li
{
	display: block;
	float: left;
	font-weight: normal;
	height: 40px;
	margin: 0;
	padding: 0 0 0 0;
	background-image: url(../images/topnav_divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;	
}


ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
	display: block;
	float: left;
	padding: 8px 40px 0px 40px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	
	
}

ul#topnav li a.active{
color: #fff;
padding: 8px 40px 0px 40px;
margin: 0;

}


ul#topnav li a:hover{
	text-decoration: none;
	color: #000;
	padding: 8px 40px 0px 40px;
	margin: 0;
	background-image: url(../images/topnav_bg_hover.jpg);
	background-repeat: repeat-x;	
	height: 32px;
}

ul#topnav li a.selected {
	text-decoration: none;
	color: #000;
	padding: 8px 40px 0px 40px;
	margin: 0;
	background-image: url(../images/topnav_bg_hover.jpg);
	background-repeat: repeat-x;	
	height: 32px;

}






ul#topnav li.first
{
	display: block;
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;	
	font-weight: normal;
	
	color: #fff;
}


ul#topnav li.first a, ul#topnav li.first a:link, ul#topnav li.first a:visited
{
	color: #fff;
padding: 0px 10px 0px 0px;
margin: 0;
	
}

ul#topnav li.first a.active{
color: #fff;
padding: 0px 10px 0px 0px;
margin: 0;
}

ul#topnav li.first a:hover{
  color: #fff;
padding: 0px 10px 0px 0px;
margin: 0;
}



ul#topnav li.selected
{
	text-decoration: none;
	color: #FF0B25!important;
	padding: 0;
	margin: 0;
	background-color: #EB0507;
}


ul#topnav li.selected a, ul#topnav li.selected a:link, ul#topnav li.selected a:visited
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Trebuchet MS", verdana;
	font-weight: normal;
	font-size: .9em;
	color: #fff!important;
	height: 23px;
	
}

ul#topnav li.selected a.active{
color: #fff!important;
padding: 0;
margin: 0;
height: 23px;
}

ul#topnav li.selected a:hover{
    text-decoration: none;
	color: #fff;
	padding:0;
	margin: 0;
	background-color: #EB0507;
	height: 23px;
}

/* TOPNAV ENDS */







.photo_area_lhs{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	z-index: 1;
	position: absolute;
    top: 195px;
	width: 504px;
	height: 336px;
}


.form_rhs{
margin: 35px 30px 0 20px;
padding: 16px 0 16px 0;
float: right;
z-index: 1001;

width: 325px;
clear: both;


border-bottom: 1px solid #4D270B;
}


















/* SUBNAV STARTS */


ul#subnav
{
	display: block;
	padding: 0px 0 0 0px;
	margin: 0 0 0 35px;
	float: left;
	width: 230px;
}

ul#subnav li
{   width: 260px;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	background-image: url(../images/subnav_divider.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
	font-size: 1em!important;
	
}

ul#subnav li a.selected {
margin: 0;
padding: 0;
color: #fff!important;

}

ul#subnav li a, ul#subnav li a:link, ul#subnav li a:visited
{
	display: block;
	float: left;
	padding: 5px 30px 7px 0px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	
	color: #fff;
	width: 170px;
	
	
}

ul#subnav li a.active{
color: #fff;
padding: 5px 30px 7px 0px;
margin: 0;
width: 170px;

}


ul#subnav li a:hover{
    text-decoration: none;
	color: #E8670A;
	padding: 5px 30px 7px 0px;
	margin: 0;
	width: 170px;
}



/* SUBNAV ENDS */





/* BREADCRUMBS START */


ul#breadcrumbs
{
	display: block;
	padding: 0 0 0 0;
	margin: 0;
	float: left;
	width: 800px;
	clear: both;
}

ul#breadcrumbs li
{
	display: block;
	float: left;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0;
	padding: 0 0 0 0;
	
	
}

ul#breadcrumbs li a.selected {
margin: 0;
padding: 0;
color: #fff!important;

}

ul#breadcrumbs li a, ul#breadcrumbs li a:link, ul#breadcrumbs li a:visited
{
	display: block;
	float: left;
	padding: 0 10px 0px 10px;
	margin: 0;
	text-decoration: underline;
	white-space: nowrap;
	font-weight: normal;
	
	color: #C8F847;
	
	
	
}

ul#breadcrumbs li a.active{
color: #C8F847;
padding: 0 10px 0px 10px;
margin: 0;
text-decoration: underline;

}


ul#breadcrumbs li a:hover{
    text-decoration: none;
	color: #fff;
	padding: 0 10px 0px 10px;
	margin: 0;
	
}



/* BREADCRUMBS ENDS */






/* CONTENT STARTS */

.content_home {
margin: 50px 0 0 0px;
padding: 0;
float: left;
clear: both;
min-height: 400px;
position: absolute;
top: 550px;
}

.content {
margin: 40px 0 0 0px;
padding: 0;
float: left;

min-height: 400px;
width: auto;


}

.content_lhs {
	margin: 0px 10px 0 10px;
	padding: 0 30px 0 0;
	float: left;
	width: 270px;
	height: auto;
	min-height: 400px;
	
}

.content_mid {
margin: 0px 0px 0 0;
padding: 10px;
float: left;
width: 260px;
background-image: url(../images/text_box_bg.png);
	background-repeat: repeat;
	height: auto;
}




.content_rhs {
	margin: 55px 25px 0 0;
	padding: 2px;
	float:left;
	width: 650px;
	min-height: 500px;
	height: auto;
}

.content_home_rhs {
	margin: 35px 25px 0 0;
	padding: 2px;
	float:left;
	width: 650px;
	min-height: 500px;
	height: auto;
}








.content_full_inner {
	margin: 0px 50px 0 80px;
	padding: 2px;
	float: left;
	width: 530px;
	height: auto;

}


/* PROFILE START */


.content_profile_full{
	margin: 0;
	padding: 20px 0 0 10px;
	float: left;

	clear: both;
	background-image: url(../images/profile_divider.png);
	background-repeat: no-repeat;
	background-position: 0px top;
}


.content_profile_lhs{
margin: 0;
padding: 0 0 0 10px;
float: left;
width: 160px;
}



.content_profile_rhs{
margin: 0;
padding: 0;
float: left;
width: 450px;
}


.content_profile p{
margin: 0;
padding: 0;
float: left;
color: #09051A;

}

/* PROFILE END */




/* RESULTS START */

.content_results_wrapper {
	margin: 0 0 0 6px;
	padding: 0;
	float: left;
	width: 680px;
	height: auto;

}



.content_results_full_inner {
	margin: 20px 0px 0 0px;
	padding: 2px;
	float: left;
	width: 220px;
	height: auto;

}




.content_results {
	margin: 0;
	padding: 0;
	float: left;
	min-height: 130px;
	max-height: 130px;
	
}

.content_results a:link {
	margin: 0;
	padding: 0;
	color: #E06A13!important;
}

.content_results_lhs{
margin: 0;
padding: 0 0 0 0px;
float: left;
width: 75px;
}



.content_results_rhs{
margin: 0 0 0 10px;
padding: 0;
float: left;
width: 120px;

}

.content_results_rhs h2  {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	padding: 0px 0 6px 6px!important;
	margin: 0em 0 0em 0;
	clear: both;
	 line-height: 15pt;
	
}

.content_results p{
margin: 0!important;
padding:  0 0 0 6px!important;
float: left;
color: #fff;
line-height: 9pt!important;

}


.results_return {
margin: 0 0 0 2px;
padding: 0;
font-size: 0.755em;
float: left;
}

.new_search{
margin: 0 30px 0px 0;
padding: 0;
float: right;
position: relative; top: -10px;
}



/*PAGINATION START */
#pagination {
 	float: right;
	margin: 15px 67px 0 0;
	padding: 0;
}
 
/* current page */
#pagination p { 
 	font-weight: normal;
 	padding: 0px;
 	margin: 0px;
 	color: #D06010;
}
 
#pagination ul {
 	list-style: none!important;
 	list-style-type: none!important;
 	margin: 0em 0.5em 0.5em 0.5em;
 	padding: 0em;
 	float: left;
 	clear: both;
}
 
#pagination ul li {
 	padding: 0em;
 	float: left;
 	padding: 0em 0em 0.3em 0em;
 	margin: 0em 0.6em 0em 0em;
 	height: 15px;
 	width: 15px;
	list-style: none!important;
 	list-style-type: none!important;
	background-image: none!important;
	border: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	 background-color: #000;
}
 

#pagination li p {
list-style: none!important;
 	list-style-type: none!important;
 	padding: 2px 0 0 0!important;
 	margin: 0em!important;
 	color: #fff;
	display: block;
 	height: 17px;
	width: 15px;
 	text-align: center;
  	line-height: 14px;
  	font-size: 0.8em!important;
	font-weight: normal;
    background-color: #D06010;
}


#pagination ul li a, 
#pagination ul li a:link, 
#pagination ul li a:visited, 
#pagination ul li a:active {
 	display: block;
 	height: 15px;
 	width: 15px;
 	text-align: center;
  	line-height: 14px;
  	color: #D06010;
  	text-decoration:none;
  	font-weight: normal;
  	font-size: 0.8em!important;
	list-style-type: none!important;
}
 
#pagination ul li a:hover {
 	display: block;
  	height: 15px;
  	width: 15px;
  	text-align: center;
  	line-height: 15px;
  	color: #fff;
  	text-decoration:none;
  	background-color: #ccc;
  	font-weight: normal;
	
	  background-color: #D06010;
}
 
#pagination ul li.dotted,  
#pagination ul li.dotted a, 
#pagination ul li.dotted a:link, 
#pagination ul li.dotted a:visited, 
#pagination ul li.dotted a:active, 
#pagination ul li.dotted a:hover {
   	width: 40px;
}
 


 
/* PAGINATION END  */


/* RESULTS END */









.content_news_box {
	margin: 0px 0px 50px 14px;
	padding: 7px 7px 7px 11px;
	float: left;
	width:183px;
	height: 205px;
	max-height: 205px;
	/*position: relative;
	top: -240px;*/
	background-image: url(../images/news_box_bg.png);
	background-repeat: no-repeat;
	
}



.content_news_box h1 {
	font-size: 1em!important;
	font-weight: normal;
	font-family: "trebuchet ms", verdana, arial;
	color: #B5B5B4;
	padding: 0;
	margin: 0 0 0 0!important;
	clear: both;
	line-height: 15pt;
}

.content_news_box p 
{
    font-size: 0.655em!important; 
    line-height: 12pt!important; 
    margin: 0; 
    padding: 0 17px 15px 0;
}



.register {
	margin: 0 0 0 170px;
	padding: 0 0 0 0;
	float: left;
	width: 483px;
	height: 651px;
	background-image: url(../images/sign_up_bg.png);
	background-repeat: no-repeat;
}

.register_form {
	margin: 100px 0 0 90px;
	padding: 0 0 0 0;
	float: left;
	width: 280px;
	
	
}

.register_form p{
	line-height: 12pt!important;
	
	
}









.content h1 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "trebuchet ms", verdana, arial;
	color: #E3711B;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0px;
	clear: both;
	line-height: 15pt;

	
}

.content h2 {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	padding: 17px 0 0 0;
	margin: 0em 0 0em 0;
	clear: both;
	 line-height: 15pt;
	
}

.content h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0em 0 .35em 0;
	clear: both;
	 line-height: 15pt;
	 float: left;
	
}

.content h4 {
	font-size: 1em;
	font-weight: normal;
	color: #E3711B;
	padding: 0;
	margin: 0em 0 .2em 0;
	clear: both;
	 line-height: 15pt;
	
}

.content h5 {
	font-size: 0.955em;
	font-weight: normal;
	color: #E3711B;
	padding: 0;
	margin: 0;
	clear: both;
	 line-height: 15pt;
	
}

.content p 
{
    font-size: 0.755em; 
    line-height: 17pt; 
    margin: 0 0 0 0px; 
    padding: 0 17px 15px 0;
	float: left;
}

.content p.home
{
    font-size: 0.755em; 
    line-height: 17pt; 
    margin: 0 0 0 0px; 
    padding: 6px 17px 15px 16px!important;
	float: left;
}


.content .date 
{
    font-size: 0.755em; 
    line-height: 15pt; 
   color: #3B464C;
    margin: 0; 
    padding: 0 17px 5px 0;
	position: relative;
	top: -20px;
}


* html .content p 
{
    font-size: 0.825em; 
    line-height: 17pt; 
    color: #3B464C;
    margin: 0; 
    padding: 0 15px 15px 0;
}




.content a, .content a:link, .content a:visited {color: #E26E1B; text-decoration: none; margin: 0; padding: 0; }
.content a, .content a:hover {color: #fff; text-decoration: underline; font-size: 0.8em; margin: 0; padding: 0;}
.content a, .content a:active {color: #E26E1B; text-decoration: none; font-size: 0.8em; margin: 0; padding: 0;}
.content p a, .content p a:link, .content p a:visited {color: #E26E1B; text-decoration: none; margin: 0; padding: 0;}
.content p a, .content p a:hover {color: #fff; text-decoration: underline; font-size: 1em; margin: 0; padding: 0;}
.content p a, .content p a:active {color: #E26E1B; text-decoration: none; font-size: 1em; margin: 0; padding: 0;}



.join_free_btn {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	z-index: 1002;

	width: 116px;
	height: 79px;
	position: absolute;
	top: 300px;
	left: 500px;
}

.standard_box{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid #D9996B;
	width: 620px;
	height: auto;
	float: left;
	background-image: url(../images/standard_box_bg.png);
	background-repeat: repeat;
}


.standard_box p, .standard_box h1, .standard_box h2, .standard_box h3, .standard_box h4{
padding: 0;
margin: 0;
color: #fff;
float: left;
clear: both;
}


a, a:link, a:visited {color: #E26E1B; text-decoration: none; margin: 0; padding: 0;}
a, a:hover {color: #fff; text-decoration: underline; margin: 0; padding: 0;}
a, a:active {color: #E26E1B; text-decoration: none; margin: 0; padding: 0;}

div.clear {clear: both; } 
div.clear10 {margin: 0; padding: 0; height: 10px; clear: both; }
div.clear15 {margin: 0; padding: 0; height: 15px; clear: both; }
div.clear20 {margin: 0; padding: 0; height: 20px; clear: both; }
div.clear30 {margin: 0; padding: 0; height: 30px; clear: both; }
div.clear35 {margin: 0; padding: 0; height: 35px; clear: both; }
div.clear40 {margin: 0; padding: 0; height: 40px; clear: both; }
div.clear50 {margin: 0; padding: 0; height: 50px; clear: both; }
div.clear60 {margin: 0; padding: 0; height: 60px; clear: both; }
div.clear70 {margin: 0; padding: 0; height: 70px; clear: both; }


.content_home ul {
	font-size: 0.8em;
	list-style-position: outside;
	margin: 0; padding: 0;
}

.content_home ul li {
	list-style-position: inside;
	list-style-type: none;
	color: #EEA2F8;
	font-size: 1.5em;
	margin: 0 0 20px 0;
	padding: 0px 0 2px  20px;
	background-image: url(../images/love_heart.png);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	line-height: 20pt;
	background-position: 0px 6px;
}






.content ul {
	font-size: 0.8em;
	list-style-position: outside;
	margin: 0; padding: 0;
}

.content ul li {
	list-style-position: inside;
	list-style-type: none;
	font-size: 1.5em;
	margin: 0 0 20px 0;
	padding: 0px 0 2px  20px;
	
	line-height: 20pt;
	background-position: 0px 6px;
}

.content ul li a, .content ul li a:link, .content ul li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
}

.content ul li a, .content ul li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
}

.content ul li a, .content ul li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
}


/*level2*/
.content ul li ul { 
list-style-position: inside;

	margin: 0 0 0 20px;
	padding: 2px 0 2px  0;
	font-size: 100%;
}

.content ul li ul li { 
list-style-position: inside;
	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ul li ul li a { 
	margin: 0;
	padding: 0;
}


/*level 3*/
.content ul li ul li ul{ 
list-style-position: inside;
	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ul li ul li ul li { 
list-style-position: inside;
		
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content p .content ol {
	font-size: 1em;
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
}


.content ol {
	font-size: 0.7em;
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
}

.content ol li 
{ 
    list-style-position: outside;
	list-style-type: decimal;	
	margin: 0;
	padding: 2px 0 2px  0;
}

.content ol li a, .content ol li a:link, .content ol li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
}

.content ol li a, .content ol li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
}

.content ol li a, .content ol li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
}



/*level2*/
.content ol li ol { 
list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 2px 0 2px  0;
	font-size: 100%;
}

.content ol li ol li { 
list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

/*level 3*/
.content ol li ol li ol{ 
list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ol li ol li ol li { 
    list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content strong {font-weight: bold;}
.content u {text-decoration: underline}
.content em {font-style: italic}



.home_profile {
margin: 0;
padding: 0;
float: left;
width: 205px;
}

.home_profile_lhs {
margin: 0 20px 0 0;
padding: 0;
float: left;
width: 70px;

}

.pic_border {
	float: left;
	margin: 0;
	padding: 0;
	border: 4px solid #fff;
}

.home_profile_rhs {
margin: 0;
padding: 0;
float: left;
width: 100px;

}



.home_profile h3 {
margin: 0 0 10px 0;
padding: 0;
float: left;
color: #E26E1B;
font-size: 1em;

}

.home_profile p {
margin: 0;
padding: 0;
float: left;
clear: both;
color: #fff;
font-size: 0.7em;
line-height: 10pt;
}



/********************
 images */

.img-float-left {
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 0;
	border: 1px solid #fff;
	
}

.img-float-left-border {
	float: left;
	margin: 2px 10px 0px 2px;
	padding: 0;
	clear: both;
	border: 1px solid #ccc;
}
.img-float-right {
	float: right;
	margin: 2px 2px 5px 10px;
	padding: 0;
	
}

.float_right {
margin: 0;
padding: 0;
float: right;
}

.float_left {
margin: 0;
padding: 0;
float: left;
}



/*QUOTES START */

.content .quotes {
margin: 4px 0 15px 0;
padding: 0 0 0 124px;
width: auto;
clear: both;
float: right;
border-right: 14px solid #EA0605;
color: #EA0605;
font-size: 0.9em;
}

.content .quotes p
{
     font-size: 100%!important;
     color: #EB0507!important;
     padding: 0!important;
     margin: 0!important;
     border: 0!important;
     line-height: normal!important;
}

.content .inline_quote
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 0;
    float: left;  
    font-size: 0.9em; 
}

.content .table-quotes
{
    width: 220px;
    border: 0;
    padding: 0 0 0 0;
    margin: 0.4em 0.7em 0.1em 0em; 
    float: left;
    text-align: left;
}

.content .table-quotes td, .content .table-quotes tr, .content .table-quotes tbody
{
    border: 0!important;
    border-style: none!important;
    border-color: #FFF!important;
}

.content .p-quote-text
{
    font-style: italic!important;
    padding: 3px 5px 0 4px;
    margin: 0 0 0 0;
    font-size: 100%;
}

.content .table-quotes p
{
    font-size: 100%;   
}

.content .p-quote-author 
{
    color: #999999!important;
    font-size: 95%;
    font-weight: bold;
    padding: 0 5px 0 0;
    margin: 0 0 0 0;
}

/*QUOTES END */




/* table-with-header */
.content table.plain {
	border-collapse: collapse;
	padding: 0;
	width: 96%;
	font-size: 0.855em;
	margin: .6em 0em 1.3em 0em;
	border-bottom: 1px solid #ccc;
}

.content table.plain th {	
	
	font-weight: bold;
	padding: 3px 5px 2px 4px;
	margin: 0 0 0 0;
	font-size: 105%;
	color: #6C6A6C;
	border-color: #ccc;
    border-width: 1px 1px 0 1px;
    border-style: solid;
	background-image: url(../images/table_hdr_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: left;
	line-height: normal;
}

.content table.plain th p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #6C6A6C;
}

.content table.plain td {
	border: 1px solid #D0D6D6;
	padding: 6px 6px 5px 4px;
	margin: 0 0 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 95%;
	line-height: normal;
}

.content table.plain td p {
	font-size: 100%;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}









/* table-with-header */
.content table.table_with_header {
	border-collapse: collapse;
	padding: 0;
	width: 96%;
	font-size: 0.855em;
	margin: .6em 0em 1.3em 0em;
	border-bottom: 1px solid #ccc;
}

.content table.table_with_header th {	
	
	font-weight: bold;
	padding: 3px 5px 2px 4px;
	margin: 0 0 0 0;
	font-size: 105%;
	color: #fff;
	border-color: #ccc;
    border-width: 1px 1px 0 1px;
    border-style: solid;
	background-image: url(../images/search_btn_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	line-height: normal;
}

.content table.table_with_header th p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #6C6A6C;
}

.content table.table_with_header td {
	border: 1px solid #D0D6D6;
	padding: 6px 6px 5px 4px;
	margin: 0 0 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 95%;
	line-height: normal;
}

.content table.table_with_header td p {
	font-size: 100%;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}


.content table.table_no_header {
	border-collapse: collapse;
	padding: 0;
	width: 96%;
	font-size: 0.855em;
	margin: .6em 0em 1.3em 0em;
	border-bottom: 1px solid #ccc;
}

.content table.table_no_header th {	
	
	font-weight: bold;
	padding: 3px 5px 2px 4px;
	margin: 0 0 0 0;
	font-size: 105%;
	color: #fff;
	border-color: #ccc;
    border-width: 1px 1px 0 1px;
	background-image: url(../images/search_btn_bg.png);
	background-repeat: repeat-x;
    border-style: solid;
	text-align: left;
	line-height: normal;
}

.content table.table_no_header th p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #6C6A6C;
}

.content table.table_no_header td {
	border: 1px solid #D0D6D6;
	padding: 6px 6px 5px 4px;
	margin: 0 0 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 95%;
	line-height: normal;
}

.content table.table_no_header td p {
	font-size: 100%;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

.content tr.odd {background-color: #fff;}
.content tr.even {background-color: #EAEAEB;}
.content tr.stripe {background-color: #F8FDFE;}

.content td.borders {
	
	font-size: 0.855em;
	margin: 0;
	padding: 0;
	text-align: left;
}

 /* TABLES END */
 

.content .text-box {
margin: 0 .8em 1em 0em;
padding: 0;
float: left;
width: 300px;
height: auto;
border: 1px solid #80A9E1;
clear: both;

font-size: 0.855em;
}
.content .text-box h2 {font-size: 1.05em; color: #fff; background-color: #80A9E1; margin: 0; padding: .3em; font-family: "Trebuchet MS", verdana; }
.content .text-box p {font-size: 0.95em; margin: 0; padding: .3em;}


/* FORM ELEMENTS START */

textarea {
height: 150px;
width: 430px;
padding: 2px;
margin: 5px 0 5px 0px;
background-color: #735F3E;
border: 1px solid #926620;
float: left;
font-size: 0.755em;
color: #fff;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

label.photo {
	display: block;
    width: 70px;
	font-weight: normal;
	float: left;
	font-size: 0.755em;
	margin: 5px 0 5px 0px;
	padding: 0 5px 0 0;
}

label.terms {
	display: block;
    width: 250px;
	font-weight: normal;
	float: right;
	font-size: 0.755em;
	margin: 5px 0 5px 5px;
	padding: 0;
}

label {
	display: block;
    width: 70px;
	font-weight: normal;
	float: left;
	font-size: 0.755em;
	margin: 5px 0 5px 0px;
	padding: 0;
}

select{

	padding: 0;
	margin: 5px 0 5px 0px;
	width: 200px;
	border: 1px solid #926620!important;
    float: left;
    color: #fff;
    background-color: #735F3E;
	
}


select.small{
	list-style: none;
	padding: 1px;
	margin: 5px 10px 5px 0px;
	width: 60px;
	border: 1px solid #926620;
float: left;
color: #fff;
background-color: #735F3E;
	
}

select.contact{
	list-style: none;
	padding: 1px;
	margin: 5px 0 20px 10px;
	width: 255px;
	border: 1px solid #926620;
	color: #5F6E6E;
	
}



input.checkbox {
width: 15px!important;
height: 15px!important;
margin: 7px 7px 5px 0px;
border: 1px solid #926620!important;
float: left;
color: #fff;
background-color: #735F3E!important;
}

input.radio {
width: auto!important;
border: 1px solid #fff;
margin: 5px 0 5px 0px;
}

input.small {
font-size: 0.755em;
width: 70px;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #926620;
float: left;
color: #fff;
background-color: #735F3E;
}

.age_text {
margin: 5px 22px 0 13px;
padding: 0;
float: left;
font-size: 0.755em;
}


input {
font-size: 0.755em;
width: 195px;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #926620;
float: left;
color: #fff;
background-color: #735F3E;

}

input.btn {
font-size: none!important;
width: auto!important;
height: auto !important;
margin: none!important;
padding:none!important;
border: none!important;
float: right;
color: none!important;
background-color: transparent!important;
clear: both;

}

input.btn2 {
font-size: none!important;
width: auto!important;
height: auto !important;
margin: none!important;
padding:none!important;
border: none!important;
float: left;
color: none!important;
background-color: transparent!important;
clear: both;

}

radio{
	list-style: none;
	padding: 1px;
	border: 1px solid #fff;
	margin: 5px 0 5px 0px;
	float: left;
}




input.purple_btn  {
	font-size: 0.755em!important;
	font-family: "trebuchet ms", verdana;
	color: #fff;
	background-image: url(../images/purple_btn_bg.jpg);
	background-color: #411F06;
	border: 1px solid #D9996B;
	background-repeat: repeat-x;
	display: inline;
	cursor: pointer;
	margin: 7px 0 7px 0;
	padding: 5px!important;
	width: auto!important;
    clear: both;
	float: left;
	
	
}

input:hover.purple_btn  {
	
	color: #000;
	margin: 7px 0 7px 0;
	padding: 5px!important;
	width: auto!important;
	background-image: url(../images/purple_btn_bg_hover.jpg);
	display: inline;
	cursor: pointer;
    background-color: #3765E79;
	clear: both;
	float: left;
	width: auto!important;
}










/*FOOTER START*/


.footer {
	margin: 0 0 0 0 ;
	padding: 10px 0 0 20px;
	background-image: url(../images/footer_bg.jpg);
	height: 190px;
	width: 1016px;
	clear: both;
	background-repeat: repeat-x;
	float: left;
}


.footer_logo{
	margin: 0 0 0 0 ;
	padding: 10px 0 0 20px;
	background-image: url(../images/footer_logo_bg.jpg);
	height: 190px;
	width: 1016px;
	clear: both;
	background-repeat: repeat-x;
	float: left;
}


.footer_logo_dating{
	margin: 0 0 0 0 ;
	padding: 10px 0 0 20px;
	background-image: url(../images/footer_logo_dating.jpg);
	height: 190px;
	width: 1016px;
	clear: both;
	background-repeat: repeat-x;
	float: left;
}


.footer_links {
margin: 0 30px 0 0;
padding: 0;
float: right;
width: 400px;
}

.footer_links p{
margin: 15px 0 0 15px;
padding: 0;
font-size: 0.7em;
text-align: right;
color: #fff;
}


* html .footer_links {
margin: 0;
padding: 0;
float: left;

}


.content_footer {
	margin: 0;
	padding: 0;
	background-image: url(../images/inner_wrapper_bg.jpg);
	background-repeat: no-repeat;
    position: relative;
	top: -200px;
	z-index: 1;
}




ul#footer
{
	display: block;
	padding: 0;
	margin: 0em 0.8em 0 0;
	float: right;
	
	
}

ul#footer li
{
	display: block;
	float: right;
	font-weight: normal;
	background-image: url(../images/footer_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}




ul#footer li.last
{
	display: block;
	float: left;
	font-weight: normal;
	border-right: none;
}

ul#footer li a, ul#footer li a:link, ul#footer li a:visited
{
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	
	font-weight: normal;
	font-size: 0.755em;
	color: #5F5C5C;

	}

ul#footer li a.active{
	color: #5F5C5C;
}

ul#footer li a:hover{
    text-decoration: underline;
	color: #FF0000;

}

ul#footer li.last a{
	border-right: none;
	
}


/* SITE MAP START*/


.content ul#sitemap {
	font-size: 0.8em;
	list-style-position: outside;
	margin: 0; padding: 0;
}

.content ul#sitemap li { 
list-style-position: inside;
   
	margin: 0;
	padding: 2px 0 2px  0;
	color: #000!important;
}

.content ul#sitemap li a, .content ul#sitemap li a:link, .content ul#sitemap li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	color: #000!important;
		text-decoration: underline;
}

.content ul#sitemap li a, .content ul#sitemap li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
	color: #000!important;
}

.content ul#sitemap li a, .content ul#sitemap li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	color: #000!important;
		text-decoration: underline;
}


/*level2*/
.content ul#sitemap li ul { 
list-style-position: inside;

	margin: 5px 0 0 20px;
	padding: 2px 0 2px  0;
	font-size: 100%;
}

.content ul#sitemap li ul li { 
list-style-position: inside;
	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ul#sitemap li ul li a, .content ul#sitemap li ul li a:link, .content ul#sitemap li ul li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	color: #F30707!important;
	text-decoration: none;
}

.content ul#sitemap li ul li a, .content ul#sitemap li ul li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
	color: #F30707!important;
}

.content ul#sitemap li ul li a, .content ul#sitemap li ul li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	color: #F30707!important;
	text-decoration: none;
}



/*level 3*/
.content ul#sitemap li ul li ul{ 
list-style-position: inside;
	
	margin: 6px 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ul#sitemap li ul li ul li { 
list-style-position: inside;
		
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}


.content ul#sitemap li ul li ul li a, .content ul#sitemap li ul li ul li a:link, .content ul#sitemap li ul li ul li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	color: #A0A1A2!important;
	text-decoration: none;
}

.content ul#sitemap li ul li ul li a, .content ul#sitemap li ul li ul li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
	color: #A0A1A2!important;
}

.content ul#sitemap li ul li ul li a, .content ul#sitemap li ul li ul li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	color: #A0A1A2!important;
	text-decoration: none;
}



* {
	margin:0;
	padding:0;
}



ul#toolkit_rhs 
{margin: 0; padding: 3px; float: left;}

* html ul#toolkit_rhs 
{   margin: 0;
    padding: 3px;
	width: auto;
	float: left;
}



ul#toolkit_rhs li.twitter
{    margin: 20px 0 0 4px;
    padding: 0 0 0 0;
	display: block;
    width: auto;
	list-style-type: none;
	float: left;
	clear: both;
		
		font-size: 0.755em;
}

* html ul#toolkit_rhs li.twitter
{   
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
	display: block;
	
    width: auto;
	list-style-type: none;
}


html>/**/body ul#toolkit_rhs li.twitter a, ul#toolkit_rhs li.twitter a:link, ul#toolkit_rhs li.twitter a:visited
{
	display: block;
	padding: 2px 0px 0 35px;
	margin: 0 0px 0 0;
	background-image: url(../images/icon_twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
    height: 24px;
	position: relative;
	left: 0;
	color: #fff;
	
	}



ul#toolkit_rhs li.twitter a:hover {display: block; margin: 0; padding: 2px 0px 0 35px;}
ul#toolkit_rhs li.twitter a.active {display: block; margin: 0; padding: 2px 0px 0 35px;}




ul#toolkit_rhs li.facebook
{
	margin: 20px 0 0 0px;
	padding: 0;
	display: block;
	width: auto;
	list-style-type: none;
	float: left;
	clear: both;
	font-size: 0.755em;
}

* html ul#toolkit_rhs li.facebook
{
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
	
	list-style-type: none;
}

ul#toolkit_rhs li.facebook a, ul#toolkit_rhs li.facebook a:link, ul#toolkit_rhs li.facebook a:visited
{
	display: block;
	padding: 2px 0px 0 40px;
	margin: 0 0px 0 0;
	background-image: url(../images/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: 4px;
	vertical-align: middle;
	height: 24px;
	
	color: #fff;
	border-bottom: none;
	}


ul#toolkit_rhs li.facebook a:hover{display: block; padding: 2px 0px 0 40px;
	margin: 0 0px 0 0;}
ul#toolkit_rhs li.facebook a.active{display: block; padding: 2px 0px 0 40px;
	margin: 0 0px 0 0;}
	
	
	
	
	
ul#toolkit_rhs li.skype
{
	margin: 20px 0 0px 5px;
	padding: 0;
	display: block;
	width: auto;
	list-style-type: none;
	float: left;
	clear: both;
	font-size: 0.755em;
}

* html ul#toolkit_rhs li.skype
{
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
	width: auto;
	list-style-type: none;
}

ul#toolkit_rhs li.skype a, ul#toolkit_rhs li.skype a:link, ul#toolkit_rhs li.skype a:visited
{
	display: block;
	padding: 2px 0px 0 35px;
	margin: 0 0px 0 0;
	background-image: url(../images/icon_skype.png);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	height: 24px;
	color: #fff;
	}


ul#toolkit_rhs li.skype a:hover{display: block; padding: 2px 0px 0 35px;
	margin: 0 0px 0 0;}
ul#toolkit_rhs li.skype a.active{display: block; padding: 2px 0px 0 35px;
	margin: 0 0px 0 0;}
	
/* FOOTER STARTS */


ul#footernav
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0px 20px 0 30px;
	text-align:left;
	float: right;
	clear: both;
	width: auto;
	
}

ul#footernav li
{
	display: block;
	float: left;
	font-weight: normal;
	height: 23px;
	margin: 0;

	font-size:0.7em;	
}





ul#footernav li a, ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active
{
	display: block;
	float: left;
	padding: 5px 10px 0px 10px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #E36C15;
	
	
}



ul#footernav li a:hover{
    text-decoration: underline;
	color: #fff;
	padding: 5px 10px 0px 10px;
	margin: 0;
	
}








