@charset "utf-8";

/*---------------------------------------------------------------------*\
|                                                                       |
|    JR Coaching CSS                                                    |
|    Optimised at Oast One by James Marett, November 2008               |
|    oastone.co.uk														|
|                                                                       |
|    IMPORTANT NOTES:                                                   |
|                                                                       |
\*---------------------------------------------------------------------*/

/*-- General --*/

body {
	background: #369 url(../images/background.gif) repeat-x;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}

/*-- layout --*/

#container {
	width: 1000px;
	border: 1px solid #FFFFFF;
}

#masthead {
	width: 1000px;
}
#masthead h1 {
	display: none;
}

#menu {
	/*height: 30px;*/
	z-index: 1000;
	width: 1000px;
}

#footer {
	clear: both;
}

/*-- page styles --*/

#page {
	text-align: left;
	color: #FFF;
}
#page a {
	color: #FFF;
}
#page a:link {
	text-decoration: underline;
}
#page a:hover {
	text-decoration: underline;
}
#page a:visited {
	color: #CCC;
}
#page p {
	margin-top: 0;
}

/*-- 1st column --*/

#col_1 {
	margin: 10px;
	width: 280px;
	float: left;
}

/*-- 2nd column (content) --*/

#content {
	width: 480px;
	background-color: #369;
	float: left;
	margin: 10px 0;
	min-height: 280px;
	padding: 10px;
	font-size: medium;
}
#content h2 { 
	margin-top: 0;
	font-size: x-large;
}
#content h3 { 
	margin: 0;
	font-size: large;
}
#content h4 { 
	font-size: large;
}
#content .openbutton {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #CCC;
	font-size: large;
	font-weight: bold;
}
#content .more {
	padding: 10px 0;
}
#content .questions td {
	padding: 5px 0;
}
/*#content .questions input {
	width: 300px;
}*/


/*-- 3rd column --*/

#col_3 {
	background-color: #369;
	margin: 10px;
	float: right;
	width: 160px;
	min-height: 280px;
	padding: 10px;
	font-size: small;
}

/*-- custom styles --*/

.quote {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.small {
	font-size: x-small;
}
#msdc_footer {
	position: relative;
	top: 25px;
}
.msdc_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
