/*
LAYOUT: Custom layout for Jeanmarie Loria
DESCRIPTION: 
	Home page - Single-sidebar fluid layout with rounded corners
Modified by: Jeffrey Pia
Modifier URI: http://JeffreyPia.com
*/

/* Universal Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
/*background-image: transparent;*/ /* edit! has been removed again */
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
color: white;
background: black;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* End Universal Reset */

html, body {
	background-color: #737373;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	color: #000;
	line-height: 1.3em;
	height: 100%;
	padding-top: 5px;
}
h1, h2, h3, #menu {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #660033;
}
h1, h2, h3 {
	font-style: italic;
	margin-bottom: 5px;
}
h1 {
	font-size: 2.5em; /* 40px/16=2.5em */
	line-height: 300%;
} 
h2 {
	font-size: 1.125em; /* 18px/16=1.125em */
	line-height: 125%;
}
h3, h4 {
	font-weight: bold;
	line-height: 150%;
}
.quote {
	font-size: 2.5em; /* 40px/16=2.5em */
	line-height: 300%;
}
p {
	margin-bottom: 20px;
}
a:link, a:visited {
	text-decoration: none;
	color: #660033;
}
a:active, a:hover {
	text-decoration: none;
	color: #330033;
}
strong {
	font-weight: bold;
} 
em {
	font-style: italic;
}
.clear {
	clear: both;
}
div#wrapper {
	background: #fff url("images/background.jpg") repeat-y scroll center top;
	width: 976px;
	margin: 0 auto;
}
div#header {
	height: 195px;
}
div#logo {
	height: 165px;
	margin-left: 1px;
}
div#menu {
	height: 34px;
	background: url("images/navbg.jpg") repeat scroll left top #fff;
	margin: 0 8px;
	padding-left: 10px;
	border-bottom: 1px solid #878787;
	font-size: 0.9em;
}
div#menu ul {
	
}
div#menu ul li {
	float: left;
	text-align: center;
	width: 73px;
}
div#menu ul li a {
	display: block;
	padding: 9px 0;
	height: 16px;
}
div#menu ul li a:link, div#menu ul li a:visited {
	background: #fff url("images/nav.jpg") no-repeat left top;
}
div#menu ul li a:active, div#menu ul li a:hover, div#menu ul li a#current {
	background: #fff url("images/nav.jpg") no-repeat right top;
}

div#container {
	margin: 5px 8px 20px;
	padding: 10px;
}
div#container ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 10px 20px;
}
div#container ul ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 10px 20px;
}
div#sidebar {
	float: left;
	width: 240px;
	border-right: 1px solid #c0bebf;
	margin-top: 25px;
	padding: 0 30px 20px 20px;
}
div#sidebar #followme {
	text-align: center;
}
div#sidebar #followme img {
	margin-bottom: 20px;
}
div#content {
	float: left;
	width: 600px;
	margin-top: 25px;
	margin-left: 30px;
	padding-bottom: 20px;
}
div#footer {
	clear: both;
	font-size: .75em;
	text-align: center;
	line-height: 35px;
	width: 976px;
	height: 44px;
	background: #fff url("images/footer.jpg") no-repeat center bottom;
}
#about #content img {
	float: right;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
/* 	Contact section */
#formContact {
	margin-top: 20px;
}
.formBox, #message {
	width: 300px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#message {
	overflow: auto;
	max-width: 600px;
}

.recruitment {
	float: left;
	width: 230px;
	margin-right: 60px;
}
#index li span {
	font-style: italic;
}
#coaching li span {
}
#coaching #content > div {
	float: left;
	width: 280px;
	margin-right: 20px;
}
#coaching #content > p {
	clear: both;
}
