@charset "UTF-8";
/* SCREEN STYLESHEET FOR HEALTHYPENIS.ORG */





/* --- GENERAL --- */

body {
	background: #005391;
	font: 13px Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: center;
	}

#container_mother {
	width: 850px;
	margin: 0px auto;
	background: #005391;
	text-align: left;	
	}

a, a:link, a:active {
	color: #0066cc;
	text-decoration: underline;
	}

a:hover {
	color: #0066cc;
	text-decoration: none;
	}


/*----- HOME --- */
#container_home{
	height: 580px;
	background: url(../images/bg_homepage.jpg) no-repeat left bottom;
	margin-top: 25px;

}

.home_logo {
	clear: both;
	text-align: center;
	
}

.home_city_sf{
	
	width: 420px;
	float: left;
	text-align: center;
	padding-top: 0px;
}

.home_city_cle{
	
	width: 350px;
	float: left;
	text-align: right;
	padding-top: 0px;
	padding-left: 50px;
}



/* ---- NAV --- */

#container_nav {
	width: 850px;
	background: #005391 url(../images/bg_logo.jpg) no-repeat;
	padding-top: 125px;
	margin: 0px;
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	height: 80px;
	}

#container_nav a {
	color: #ffffff;
	text-decoration: none;
	}

#container_nav a:hover {
	color: #fdef00;
	text-decoration: none;
	}


#container_nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#container_nav ul li {
	margin-left: 0;
	padding: 3px 10px;
	border-left: 0px solid #000;
	list-style: none;
	display: inline;
	}


#container_nav ul li.first {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-right: 420px;
	}








/* ----- FLASH DETECTION --- */

#container_homepage {
	background: #005391;
	}


#container_nonflash {
	height: 484px;
	}

.nonflash_top {
	clear: both;
	}

.nonflash_bot {
	clear: both;
	}


#info {
	width: 300px;
	overflow: auto;
	}

#flashcontent {
	border: solid 0px #000;
	color: #ffffff;
	}






/* --- BODY --- */

#container_body {
	background: #ffffff url(../images/bg_cornertop.jpg) no-repeat;
	padding: 25px 30px 10px 30px;
	clear: both;
	}


#container_body p{
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	

.body_full {
	clear: both;
	border-bottom: 1px dotted #000000;
	margin-bottom: 25px;
	}


.body_left {
	background: #ffffff;
	float: left;
	width: 500px;
	margin-right: 19px;
	padding-right: 19px;
	border-right: 1px dotted #000000;
	}


.body_right {
	background: #ffffff;
	float: left;
	width: 250px;
	}


.body_col1 {
	float: left; 
	width: 225px;
	}

.body_col2 {
	float: left;
	width: 250px;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	margin: 0px 17px;
	padding: 0px 10px;
	}


.body_col3 {
	float: left;
	width: 250px;
	}



/* --- INTRO TEXT --- */

#container_introtext {
	background: #005391 url(../images/bg_introtext.jpg) no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
	}

.introtext_left {
	margin: 0px;
	padding: 0px;
	float: left;
	}

.introtext_middle {
	width: 100px;
	float: left;
	}

.introtext_right {
	width: 140px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 50px;
	}





/* ---- HEADERS / STYLES --- */

h1 {
	font: 20px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin-bottom: 0px;
	font-weight: bold;
	}
	

h2 {
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin-top: 20px;
	margin-bottom: 0px;
	pading-bottom: 0px;
	font-weight: bold;
	}


h3 {
	padding-top: 0px;
	margin-top:0px;
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #005391;
	}



ol {
	line-height: 18px;
	margin-top: 0px;
	}


.smalltext {
	font-size: 10px;
	}

.rule {
	border-bottom: 1px dotted #000000;
	}


.imgpadding_left {
	padding-left: 20px;
	padding-top: 15px;
	float: right;
	}


.whitetext {
	color: #ffffff;
	font-size: 18px;
	}


.paddingall {
	padding: 10px;
	}










/* ---- FOOOTER ---- */
#container_footer {
	background: url(../images/bg_cornerbottom.jpg) no-repeat;
	padding-top: 15px;
	height: 100px;
	font-size: 11px;
	color: #d0e5f5;
	line-height: 15px;
	clear: both;
	}

#container_footer a {
	text-decoration: underline;
	color: #ffffff;
	}  

#container_footer a:hover {
	text-decoration: none;
	}


.footer_left {
	width: 400px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #d0e5f5;
	font-weight: normal;
	}
	
	.footer_left a{
	color: #fff;	
	}
	
	.footer_left p {
	padding-bottom: 3px;
	margin-bottom: 0px;
	color: #d0e5f5;
	}

.footer_right {
	width: 400px;
	float: right;
	text-align: right;
	color: #d0e5f5;
	font-size: 11px;
	}

.footer_right a, .footer_right a:active, .footer_right a:visited {
	
	color: #fff;
}


/* PRINT */

.showimg {
	padding-top: 1px;
	}

.showalt {
	display: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	}







/* HACKS */
.clearfloat { 
	clear:both;
	font-size: 0px;
	line-height: 0px;
	border:0px;
	margin: 0px;
	padding:0px;
	}

.clearfloat  p {
	margin: 0px;
	padding: 0px;
	}

