/* CSS Document 
Website: www.coachescolleague.com
Designed by: Daniel Gough
Date: November 2007
© Copyright Daniel Gough 2007
*/

/* Page Control
==================================================================================== */

* { margin: 0; padding: 0; }

html { font-size: 100%; }

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: -1px;
	}
	
blockquote { margin-left: 15px; }

a { color: #0099CC; }
	
/* Layout
==================================================================================== */	
	
#wrap {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	}
	
#page {
	margin: 15px;
	}	

#header {
	height: 72px;
	margin-bottom: 15px;
	}
	
#logo {
	float: left;
	width: 756px;
	height: 53px;
	margin-top: 10px;
	background: url(/images/front_page/cc_logo.gif) no-repeat ;
	}
	
#memberOffer {
	float: right;
	width: 174px;
	height: 72px;
	}
	
#nav {
	clear: both;
	width: 960px;
	height: 36px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#nav li a, #nav {
	background: url(/images/global/main_nav_signup_bg.gif) no-repeat;
	}	
	
#content {
	text-align: center;
	margin-bottom: 15px;
	}
	
#formarea {
	margin: 0 auto;
	width: 860px;
	text-align: center;
	}
	
#contentLeft {
	display: inline;
	float: left;
	width: 48%;
	text-align: left;
	}
	
#contentRight {
	display: inline;
	float: right;
	width: 48%;
	text-align: left
	}			
	
#footer {
	clear: both;
	height: 30px;
	border-top: 1px solid #D3D3D3;
	}	
	
/* Main Navigation
==================================================================================== */	

#nav li { display: inline; }

#nav li a {
	float: left;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	}
	
	

/* Individual Links
--------------------------------------------------*/

/* Home */

#primary_link_1 a {
	width: 62px;
	background-position: 0 0;
	}

#primary_link_1 a:hover {
	background-position: 0 -38px;
	}
	
#primary_link_1 a.active, #primary_link_1 a.active:hover {
	background-position: 0 -38px !important;
	}	

/* Footer 
==================================================================================== */	

	
#footer ul {
	float: right;
	font-size: 1.2em;
	padding: 15px 0;
	}
	
#footer li {
	float: left;
	padding: 0px 0px 0px 8px;
	}
	
#footer p {
	float: left;
	padding: 15px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	}	
	
/* Signup Form
==================================================================================== */	

h1 { font-size: 1.6em; margin-bottom: 15px; }

h2 { font-size: 1.5em; }

h3 { 
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #D3D3D3;
	color: #5A0863;
	}

table { margin-bottom: 10px; }

td { font-size: 1.2em; }

td a { text-align: left; line-height: 1.6em; }
	
.small { font-size: 0.8em; }

ol { text-align: left; font-size: 1.2em; }

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #8CACBB;
	border-collapse: collapse;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;
    background-color: white;
    border: solid 1px #8CACBB;
	color: #333333;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    background-color: #EEEBE3;
    border: solid 1px #8CACBB;
	color: #333333;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

pre, p {
	font-size: 1.2em;
	text-align: left;
	}
