/*************************************************
*
*	File:		LAYOUT.CSS
*	Author:		untucht media (http://untucht.com)
*									Copyright 2008
*
*************************************************/

/*   General   */

body{
	background: #FEFEEE;
	text-align: center;
	margin: 0px;
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

ul#bullets{
	margin: 0px;
	padding: 0px;
}

ul#bullets li{
	list-style: disc;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

#container{
	background: #FEFEEE url('../img/bg.png') center repeat-y;
	margin: 0px auto;
	width: 920px;
	text-align: center;
}

h2{
	color: #666666;
	border-bottom: 1px dashed #999999;
	font-size: 15pt;
}

.nodisp{
	display: none;
}

img{
	border: 0px;
}

/*   Other   */

.col-left{
	float: left;
	width: 200px;
}

.col-right{
	float: left;
	width: 700px;
}

#content{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/cnt-bg.png') repeat-y;
}

.content{
	padding: 15px;
	padding-top: 0px;
	color: #333333;
	line-height: 17px;
}

.copyright{
	float: right;
	padding-top: 12px;
	padding-right: 25px;
	line-height: 20px;
	text-align: right;
}

#footer{
	width: 920px;
	margin: 0 auto;
	background: url('../img/footer.png') no-repeat;
	height: 75px;
	text-align: left;
	color: #B9B9B9;
}

.footer_links{
	padding-left: 25px;
	line-height: 63px;
}

#footer a:link, #footer a:visited{
	color: #D3D3D3;
	text-decoration: none;
	padding-bottom: 1px;
}

#footer a:hover{
	color: #FFFFFF;
	background: transparent;
	padding-bottom: 0px;
	border-bottom: 1px dotted #FFFFFF;
}

#header{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#header img{
	margin: 10px;
}

.img_box{
	float: right;
	width: 360px;
	background: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 7px;
	border: 1px solid #C9C9C9;
	color: #666666;
	line-height: 18px;
}

#main{
	position: relative;
	width: 900px;
	height: 361px;
	background: url('../img/main1.jpg') no-repeat;
	border-bottom: 1px solid #000000;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main h3{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 18px;
	color: #444444;
}

.main-box{
	position: absolute;
	top: 19px;
	right: 16px;
	height: 322px;
	width: 498px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	z-index: 0;
}

.pron{
	font-size: 14pt;
	font-weight: normal;
	color: #565656;
}

.side-nav{
	padding: 10px;
	margin-top: 15px;
}

.side-nav a:link, .side-nav a:visited{
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #D9D9D9;
}

.side-nav a:hover{
	color: #121212;
}

.side-nav a.on{
	font-weight: bold;
	color: #121212;
}

.side-nav-hd{
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #C3C3C3;
}

.side-sub-nav{
	padding-left: 10px;
	border-bottom: 1px solid #D9D9D9;
}

.side-sub-nav a:link, .side-sub-nav a:visited{
	border-bottom: none;
	color: #777777;
}

.side-sub-nav a:hover{
	color: #333333;
}

.side-sub-nav a.on{
	font-weight: bold;
	color: #555555;
}

/*   Menu   */

#menu_wrap{
	position: relative;
	background: url('../img/menu.png') repeat-x;
	height: 40px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}

ul#menu{
	position: absolute;
	left: 22px;
	top: 0px;
	margin: 0px;
	width: 856px;
	height: 40px;
	z-index: 2000;
}

ul li{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 100;
}

li ul{
	position: absolute;
	left: 0px;
	top: 40px;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 140px;
	text-align: left;
	border: 1px solid #C9C9C9;
	border-top: none;
	z-index: 100;
}

li ul li a:link, li ul li a:visited{
	display: block;
	width: 130px;
	background: #FFFFFF;
	padding: 0 5px;
	text-decoration: none;
	line-height: 25px;
	color: #222222;
	font-size: 12px;
	z-index: 100;
}

li ul li a:hover{
	background: #D9D9D9;
	color: #333333;
	z-index: 100;
}

li#menu-treatments ul, li#menu-contact ul{
	width: 160px;
	z-index: 100;
}

li#menu-resources ul{
	width: 156px;
	z-index: 100;
}

li#menu-treatments ul li a:link, li#menu-treatments ul li a:visited, li#menu-contact ul li a:link, li#menu-contact ul li a:visited{
	width: 150px;
	z-index: 100;
}

li#menu-resources ul li a:link, li#menu-resources ul li a:visited{
	width: 146px;
	z-index: 100;
}

li#menu-about ul, li#menu-courage ul{
	width: 185px;
}

li#menu-about ul li a:link, li#menu-about ul li a:visited, li#menu-courage ul li a:link, li#menu-courage ul li a:visited{
	width: 175px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#menu li { float: left; height: 1%; }
* html ul#menu li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block;z-index: 100; }

#menu li.main { display: block;}
#menu li.main a.menu_link, #menu li.main a.on, #menu li.main a.over { height: 40px; display: block;	z-index: 100; }

li#menu-home{ position: absolute; left: 0; top: 0; }
li#menu-about{
	position: absolute;
	left: 100px;
	top: 0;
	height: 40px;
}
li#menu-courage{ position: absolute; left: 240px; top: 0; }
li#menu-treatments{ position: absolute; left: 380px; top: 0; }
li#menu-resources{ position: absolute; left: 540px; top: 0; }
li#menu-contact{ position: absolute; left: 696px; top: 0; }

#menu-home a.menu_link, #menu-home a.on, #menu-home a.over { width:100px; background: url('../img/menu-home.png') no-repeat; }
#menu-about a.menu_link, #menu-about a.on, #menu-about a.over { width: 140px; background: url('../img/menu-about.png') no-repeat; }
#menu-courage a.menu_link, #menu-courage a.on, #menu-courage a.over { width: 140px; background: url('../img/menu-courage.png') no-repeat; }
#menu-treatments a.menu_link, #menu-treatments a.on, #menu-treatments a.over { width: 160px; background: url('../img/menu-treatments.png') no-repeat; }
#menu-resources a.menu_link, #menu-resources a.on, #menu-resources a.over { width: 156px; background: url('../img/menu-resources.png') no-repeat; }
#menu-contact a.menu_link, #menu-contact a.on, #menu-contact a.over { width: 160px; background: url('../img/menu-contact.png') no-repeat; }

#menu a.on { background-position: 0 -80px; }

#menu a:hover, #menu a.over{ background-position: 0 -40px; }

a.invisible{
	color: #FEFEEE;
	text-decoration: none;
	float: left;
	background: transparent;
}

