


/*
|	Mark Chironna : Life Coaching
|	Master CSS File
|
|	Author: Erik Smith, erik@pdgcreative.com
|	Employed By: PDG+creative
|	Notes: ---
|	Date Created: June 14, 2007
*/




/* Global Elements
/*--------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body {
	background:#142030;
	font-family:arial;
	behavior: url(/assets/css/csshover.htc);
}

h1 {
	display:none;
}

h2 {
	font-size:22px;
	color:#fff;
	margin:3px 0 6px 0;
	font-weight:normal;
	border-bottom:2px solid #374E6F;
}

h3 {
	font-size:14px;
	color:#fff;
	margin:6px 0 6px 0;
}

h4 {
	font-size:13px;
	color:#ffa800;
	margin:6px 0 6px 0;
	}

a {
	color:#FFA800;
}

p {
	margin:7px 0 7px;
}

#content ul{
	margin: 0 0 0 50px; 
}
#content ol{
	margin: 0 0 0 50px;
}

.clear {
	clear:both;
}

.minHeight {
	float:left;
	width:1px;
	height:300px;
}


/* Main Structure Elements
/*--------------------------------- */

#wrapper {
	position:relative;
	width:870px;
	background:#213E68;
	margin:0 auto;
	border-left:5px solid #1B2B3F;
	border-right:5px solid #1B2B3F;
}

#contain {
	width:870px;
	background:#213E68;
	margin:0 auto;
	width:798px;
}




/* Header | Navigation
/*--------------------------------- */

	#header ul {
			position:absolute;
			top:46px;
			left:90px;
		}
		
			#header ul li {
				list-style-type:none;
				float:left;
				margin:0 8px;
				position:relative;
			}
			
				#header ul li.cParent {
					background:#142E53 url(../../images/nav-left.jpg) no-repeat top left;
					padding:0 0 0 12px;
				}
			
			#header ul li a {
				display:block;
				padding:4px 20px 4px 10px;
				text-decoration:none;
				font-size:13px;
			}
				#header ul li.cParent a {
					background:#142E53 url(../../images/nav-right.jpg) no-repeat top right;
					padding:4px 20px 4px 10px;
					color:#fff;
				}
				
				#header ul li ul {
					display:none;
				}
				
				#header ul li:hover ul {
					display:block;
					width:180px;
					position:absolute;
					left:0px;
					top:100%;
					background:#162B47;
					padding:4px;
					border-bottom:2px solid #11233C;
					z-index:300;
				}
				
				#header ul li ul li, #header ul li.cParent ul li  {
					background:none;
				}
				
					#header ul li ul li a, #header ul li.cParent ul li a{
						background:none;
						color:#fff;
						width:140px;
					}
					
						#header ul li ul li a:hover {
							background:#11233C;
						}


#footer {
	clear:both;
	background:#132C51;
	border-bottom:5px solid #1B2B3F;
	margin-bottom:30px;
}
