@charset "ISO-8859-1";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	margin: 0px;
	background-color: #ffffff;
	border-top: 10px solid #333333;
}

#container	{
	margin: 0 auto;
	width: 940px;
	text-align: left;
	}
	
#header	{
	height: 173px;
	background-image: url(../images/swirl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 85px 0 0 180px;
	}
	
h1	{
	font-size: 40px;
	line-height: 60px;
	font-weight: normal;
	letter-spacing: 0.11em;
	text-transform: lowercase;
	color: #e88827;
	margin: 30px 0 0 8px;
	}
	
#header p	{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 0 10px;
	}
	
h2	{
	font-size: 16px;
	font-weight: bold;
	margin-top: 36px;
	}
	
#mainText	{
	margin-left: 180px;
	width: 325px;
	padding: 0 10px;
	float: left;
	}
	
#mainText.longcopy	{
	width: 480px;
	}
	
p.pullout	{
	font-size: 110%;
	line-height: 160%;
	font-weight: bold;
	margin: 27px 0px;
	font-style: italic;
	color: #333333;
	}
	
#classes-right	{
	width: 305px;
	}


#classes #mainText	{
	width: 580px;
	}
	
#mainText .details	{
	width: 255px;
	margin: 0 0 0 18px;
	float: right;
	padding: 18px;
	border: 1px solid #ccc;
	background-color: #ededed;
	font-weight: bold;
	color: #e88827;
	}
	
#mainText span	{
	display: block;
	float: left;
	width: 50px;
	font-weight: normal;
	color: #666666;
	}
	
#mainText a:link, #mainText a:visited, div#supportingContent p a:link, div#supportingContent p a:visited, #footer a:link, #footer a:visited, #header a:link, #header a:visited, #classes-right a:link, #classes-right a:visited, #twitter_div a:link, #twitter_div a:visited, #next-event a:link, #next-event a:visited	{
	color: #000000;
	border-bottom: 1px solid #5d2419;
	padding-bottom: 0px;
	text-decoration: none;
	}
	
#mainText a:hover, div#supportingContent p a:hover, #footer a:hover, #header a:hover, #classes-right a:hover, #twitter_div a:hover, #next-event a:hover {
	color: #ffffff;
	background-color: #5d2419;
	border-bottom: 1px solid #5d2419;
	}

#mainText a:active, div#supportingContent p a:active, #footer a:active, #header a:active, #classes-right a:active, #twitter_div a:active, #next-event a:active	{
	background-color: #e88827;
	border-bottom: 1px solid #e88827;
	}

#supportingContent	{
	width: 410px;
	float: right;
	}
	
#supportingContent h2	{
	margin-top: 12px;
	}
	
#supportingContent.narrow	{
	width: 255px;
	float: right;
	}
	
#twitter_div	{
	margin: 16px 0 0 0;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	}
	
#twitter_div img	{
	display: block;
	margin-left: 10px;
	border: none;
	}
	
.twitter-link	{
	/* display: block; */
	margin-left: 165px;
	}
	
#footer	{
	margin: 20px 0 20px 155px;
	}
	
.narrow #footer	{
	margin: 36px 0 20px 0px;
	}
	
div#cm_logo a	{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 93px;
	width: 207px;	
	display: block;
	}
	
div#cm_logo a:link, div#cm_logo a:visited	{
	background-image: url(../images/cm_grey.gif);
	border: none;
	}
	
div#cm_logo a:hover, div#cm_logo a:active	{
	background-image: url(../images/cm_colour.gif);
	border: none;
	background-color: #ffffff;
	}
	
div#cm_logo a span	{
	position: absolute;
	left: -999px;
	}

#footer p	{
	font-size: 10px;
	line-height: 14px;
	color: #434343;
	margin: 10px 10px;
	}
	
	
.underline	{
	border-bottom: solid 1px #e88827;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
	
label	{
	width: 120px;
	float: left;
	}
	
blockquote	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	margin: 1em 2em;
	color: #333;
}	

.right	{
	text-align: right;
	font-style: italic;
	}
	
.floatLeft	{
	float: left;
	margin-right: 10px;
	}
	
.floatLeft a:link, .floatLeft a:visited	{
	border-bottom: none;
	}
	
h2.course-title	{
	font-size: 180%;
	color: #e88827;
	}
	
#furtherinfo	{
	width: 200px;
	}
	
#signup-panel	{
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 1em;
	background-color: #FF6600;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#signup-panel p.pullout	{
	margin: 0px;
	color: #fff;
	}	

#signup-panel a:link {
	color: #ffffff;
	border-bottom-color: #FFCC66;
	}	


form	{
	padding: 7px 15px 15px 15px;
	background-color: #ededed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 1em;
	}

form h2	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e88827;
	color: #FFFFFF;
	}
	
	
form input[type="text"], form input[type="email"], form textarea	{
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
	width: 300px;
	padding: .8em 1em;
	background-color: ededed;
	border:1px solid #AAAAAA;
	outline-color:-moz-use-text-color;
	outline-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	}

form textarea	{
	height: 80px;
	}
	

input[type="text"]:focus, textarea:focus {
	-moz-box-shadow:0 0 8px #e88827; /* #e88827 */
	border-color: #aaaaaa !important;
	background-color: #fff;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

input[type="checkbox"]	{
	margin-left: 120px;
	width: automatic;
	float: left;
	}
	
p.submit	{
	padding-top: 5px;
	margin: 20px 0 0 120px;
	}
	
.inset {
	margin: 0 10px 10px 0;
	float: left;
}
#container #mainText #subForm h2 {
	background-color: #E88827;
}

#next-event	{
	background-color: #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1em;
	padding: 12px;
	}

#next-event h2	{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	text-transform:uppercase;
	}

div.price {
	height: 60px;
	width: 60px;
	background-color: #FF6600;
	border: 1px solid #FF9933;
	position: relative;
	top: -42px;
	left: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: right;
}

div.price p	{
	text-align: center;
	vertical-align:middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
}

div.price p span	{
	font-weight: normal;
	color: #ffcc66;
}

p.terms	{
	color: #999;
	font-size: 9px;
	line-height: 12px;
	}
