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

/*html {
	height: 100%;
}*/

body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif, Verdana; 
	font-size:13px;
	color: #000000;
	/*height: 100%;*/
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
	color: #000000;
}

img {
	border: none;
	outline: none;
}

img a{
	border: none;
	outline: none;
}

/*title in green*/
h1, h3, h4 {
	color: #D9801E;
}
h2 {
	color: #004C8A;
}
/*content text in grey*/
p {
	color: #000000;
}

.container {
	margin: auto;
	width: 100%;
	height: 100%;	
}

/*logo as background & navigation on top*/
/*i can't CENTER the nav list, please help*/
.top_logo {
	margin: auto;
	position: relative;
	width: 900px;
	height: 140px;
	background-image: url(../images/bg_toplogo.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}
/*home button link to landing page*/
.homebtn, a.homebtn {
	width: 26px;
	height: 20px;
	background-image: url(../images/btn_home.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: block;
}
a.homebtn:hover {
	width: 26px;
	height: 20px;
	background-image: url(../images/btn_home.png);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: block;
}
/*top left links: language & login*/
.topleftlink {
	width: 404px;
	font-size: 11px;
	color: #EB911E;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	list-style: none;
}
.topleftlink a{
	font-size: 11px;
	color: #666666;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
	display: block;
}
.topleftlink a:visited {
	font-size: 11px;
	color: #666666;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
}
.topleftlink a:hover {
	font-size: 11px;
	color: #EB911E;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
}
.topleftlink a:active {
	font-size: 11px;
	color: #666666;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
}

/*top right search area*/
.searchbar {
	width: 200px;
	height: 18px;
	border: 1px solid #999999;
	float: right;
	margin-top: 10px;
	background-image: url(../images/icon_search.png);
	background-position: 2%;
	background-repeat: no-repeat;
}
a.searchbtn {
	width: 54px;
	height: 18px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/btn_search.png);
	background-repeat: no-repeat;
}
a.searchbtn:hover {
	width: 54px;
	height: 18px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/btn_search_over.png);
	background-repeat: no-repeat;
}
/*top right social media icon links*/
.toprightlink {
	width: 440px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
}
a.topright_fb{
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_fb:active{
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_fb:visited{
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_fb:hover {
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s_over.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_email {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 10px;
	float: right;
}
a.topright_email:active {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 10px;
	float: right;
}
a.topright_email:visited {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 10px;
	float: right;
}
a.topright_email:hover {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s_over.png);
	padding: 0px 10px;
	float: right;
}
a.topright_video {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}
a.topright_video:active {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}
a.topright_video:visited {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}

a.topright_video:hover {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s_over.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}
/*main banner as background*/
#foreskin_banner {
	margin: auto;
	position: relative;
	width: 880px;
	height: 330px;
	background-image: url(../images/foreskin/banner_foreskin.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	bottom: 45px;
	border-bottom: 8px solid #D9801E;
}
/*animated drop down menu "OUR SERVICES"*/
/*i can't CENTER it, please help*/
.dropdown_service {
	margin: auto;
	width: 180px;
	height: 30px;
}
/*content container for homepage, includes 3 grids*/
.content {
	margin: auto;
	width: 900px;
	min-height: 200px;
	position: relative;
	bottom: 25px;
}
/*content container for subpages*/
.content_container {
	margin: auto;
	width: 882px;
	height: 100%;
	position: relative;
}
.leftmenu {
	width: 330px;
	float: left;
	position: relative;
	clear: both;
}
.leftmenu a:link {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu a:active {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu a:hover {
	color: #D9801E;
	background-image: url(../images/foreskin/icon_list_over.png);
}
.leftmenu ul {
	font-size: 12px;
	line-height: 18px;
	color: #D19F4E;
	text-decoration: none;
}
.leftmenu ul ul li {
	padding-left: 10px;
}
.leftmenu_header {
	width: 290px;
	min-height: 20px;
	font-size: 18px;
	color: #D9801E;
	display: block;
	border-bottom: 1px dotted #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftmenu_list {
	width: 290px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Left Menu "Tell A Friend" Icons*/
.leftmenu_icon {
	width: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.leftmenu_fb a:link {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	line-height: 36px;
}
.leftmenu_fb a:visited {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	line-height: 36px;
}
.leftmenu_fb a:active {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	line-height: 36px;
}
.leftmenu_fb a:hover {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b_over.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	line-height: 36px;
	color: #808080;
}
.leftmenu_video a:link {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.leftmenu_video a:visited {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.leftmenu_video a:active {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.leftmenu_video a:hover {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b_over.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}

/*riht content container*/
.rightcontent {
	width: 550px;
	float: right;
	margin-top: 10px;
	min-height: 400px;
	clear: right;
}
.rightcontent a{
	color: #D19F4E;
	text-decoration: none;
}
.rightcontent_bannerpic {
	width: 550px;
	height: 200px;
	border: 1px solid #F2F2F2;
}
.rightcontent_title {
	width: 530px;
	min-height: 100%;
	background: #D9801E;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.rightcontent_subtitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #D9801E;
	padding: 5px 0px;
}
.rightcontent_lefttext {
	width: 330px;
	min-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 200%;
	color: #000000;
	text-align: justify;
	float: left;
	position: relative;
}
.rightcontent_maintext {
	width: 550px;
	min-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 200%;
	color: #000000;
	text-align: justify;
	float: left;
	position: relative;
}
.rightcontent_maintext ul li {
	list-style: circle outside;
	margin-left: 15px;
}
.rightcontent_rightpic {
	width: 180px;
	min-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	float: left;
	position: relative;
	text-align: center;
}

/*the news & FAQs parts*/
.header {
	font-size: 21px;
	color: #D9801E;
	padding-bottom: 20px;
}
.grid {
	width: 255px;
	height: 180px;
	padding: 10px 20px;
	float: left;
	border-left: 1px dotted #808080;
}
.grid ul li {
	color: #4D4D4D;
	line-height: 18px;
	list-style: disc inside;
	color: #AEB8D6;
}
.grid a{
	color: #808080;
	text-decoration: none;
}
.grid a:hover {
	color: #FAC832;
	text-decoration: none;
}
/*the questionnaire part*/
#quiz {
	width: 245px;
	min-height: 160px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	text-align: left;
	line-height: 12px;
	/*background-image: url(../images/bg_quiz.png);
	background-repeat: no-repeat;*/
	background: #FFFFFF;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E6E6E6'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E6E6E6')"; /* IE8 */
	background: -moz-linear-gradient(top, #E6E6E6, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E6E6));
	border-radius: 10px;
	behavior: url(ie-css3.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #808080;
	/*-moz-box-shadow: 2px 2px 5px #808080;
    -webkit-box-shadow: 2px 2px 5px #808080;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=120, Strength=4);*/
}
/*the color bar with logo & address*/
#address_banner {
	margin: auto;
	width: 100%;
	height: 230px;
	background-color: #D9801E;
	background-image: url(../images/banner_address.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-top: 20px;
	clear:both;
}
/*the slidedown sitemap*/
.sitemap {
	
	margin: auto;
	/*width: 100%;*/
	min-height: 50px;
	background: #F2F2F2;
}
/*footer*/
.footer {
	margin: auto;
	width: 900px;
	min-height: 50px;
	margin-top: 10px;
	background: #F2F2F2;
	clear: both;
}
.footer_left {
	width: 450px;
	min-height: 50px;
	position: relative;
	float: left;
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a{
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a:link{
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a:visited{
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a:hover{
	font-size: 11px;
	color: #EB911E;
	line-height: 18px;
	text-decoration: none;
}
.footer_right {
	margin: auto;
	width: 450px;
	min-height: 50px;
	position: relative;
	float: right;
	font-size: 11px;
	text-align: right;
	color: #808080;
	line-height: 18px;
}
/*next button & more button*/
a#nextbtn {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/foreskin/btn_next.png);
	background-repeat: no-repeat;
}
a#nextbtn:active {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/foreskin/btn_next.png);
	background-repeat: no-repeat;
}
a#nextbtn:visited {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/foreskin/btn_next.png);
	background-repeat: no-repeat;
}
a#nextbtn:hover {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/foreskin/btn_next_over.png);
	background-repeat: no-repeat;
}

a#morebtn {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/foreskin/btn_more.png);
	background-repeat: no-repeat;
}
a#morebtn:active {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/foreskin/btn_more.png);
	background-repeat: no-repeat;
}
a#morebtn:visited {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/foreskin/btn_more.png);
	background-repeat: no-repeat;
}
a#morebtn:hover {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/edpe/btn_more_over.png);
	background-repeat: no-repeat;
}
/*header in green*/

