/* CSS Document for Wedding Stress Coaching */


/* = GENERAL TAGS
**********************************************/
body {
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/wedding-stress-coaching-2.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 1.5em;
}

table {
	font-size: 12px;
	color: #333;
}

h1 {
	color: #666;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0 0 .5em;
}

h3 {
	color: #666;
	font-size: 12px;
	margin: 0;
}

p {
	margin: 0 0 1.2em;
}

a {
	color: #515A66;
}

a:hover {
	color: #7599CF;
}

ul {
	margin-top: 0;
}

form {
	border: 2px solid #E2E5E8;
	padding: 15px;
}


/* = GLOBAL PAGE WRAPPER
**********************************************/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-image: url(../images/wedding-stress-coaching-1.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

/* = HEADER
**********************************************/
#header {
	height: 77px;
	padding-left: 183px;
	padding-top: 90px;
}

/* = MAIN NAVIGATION
**********************************************/
.nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 21px;
}

.nav li {
	float: left;
	height: 21px;
	overflow: hidden;
	padding: 0;
}

.nav a {
	display: block;
	padding: 0;
	padding-top: 21px;
}

.nav a:hover {
	background-position: 0 -21px;
}

.nav a.selected {
	background-position: 0 -21px;
}

/* = NAV BUTTONS
**********************************************/
.home a {
	background: url(../images/wedding-stress-coaching-3.gif) no-repeat top;
	background-position: 0 0;
	width: 62px;
}

.about a {
	background: url(../images/wedding-stress-coaching-4.gif) no-repeat top;
	background-position: 0 0;
	width: 92px;
}

.mission a {
	background: url(../images/wedding-stress-coaching-5.gif) no-repeat top;
	background-position: 0 0;
	width: 78px;
}

.publicity a {
	background: url(../images/wedding-stress-coaching-6.gif) no-repeat top;
	background-position: 0 0;
	width: 86px;
}

.press a {
	background: url(../images/wedding-stress-coaching-7.gif) no-repeat top;
	background-position: 0 0;
	width: 87px;
}

.contact a {
	background: url(../images/wedding-stress-coaching-8.gif) no-repeat top;
	background-position: 0 0;
	width: 100px;
}

/* = SUB NAVIGATION
**********************************************/
.subNav {
	margin: 24px 0 0 16px;
	padding: 0;
	width: 166px;
	list-style: none;
	text-align: right;
	float: left;
}

/* Hack for IE */
*html .subNav {
	margin-left: 8px;
}

.subNav a {
	display: block;
	padding: 5px 8px 0 0;
	height: 25px;
	text-decoration: none;
	background: url(../images/wedding-stress-coaching-9.jpg) no-repeat top;
	background-position: 0 0;
}

.subNav a:hover {
	text-decoration: none;
	background-position: 0 -30px;
	color: #515A66;
}

.subNav a.selected {
	text-decoration: none;
	background-position: 0 -30px;
	color: #515A66;
}
	

/* = CONTENT
**********************************************/
#content {
	margin: 0;
	padding: 0 32px 30px 38px;
	width: 528px;
	float: right;
}

/*
#content.minHeight {
	display: block;
	width: 0px;
	height: 275px;
	float: right;
}
*/

/* = FOOTER
**********************************************/
#footer {
	margin: 0 4px 1em 16px;
	border: 1px solid #D9DCDC;
	background-color: #F6F6F6;
	color: #666;
	font-size: 11px;
	clear: both;
}

/* IE HACK */
*html #footer {
	height: 11px;
}

#footer p {
	padding: 3px 10px 4px;
	margin-bottom: 0;
	text-align: right;
}

#footer a {
	color: #666;
}

/* = CUSTOM FORMATTING STYLES
**********************************************/

.floatLeft {
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	float: left;
}

.floatRight {
	margin: 0 0 15px 15px;
	border: 1px solid #ccc;
	float: right;
}

table.form {
	padding-bottom: 1.5em;
	width: 100%;
}

table.form th {
	padding: 0 7px 15px 0;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	color: #333;
	width: 225px !important;
}

table.form td {
	padding: 0 0 15px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #666;
}

table.form ul {
	list-style: none;
}

table.form ul li {
	padding-top: 0;
	padding-bottom: .5em;
}

.alert {
	color: #7599CF !important;
}

.required {
	color: #E06505 !important;
}

p.submit {
	text-align: right;
}