/* @override 
	http://srseminars.org/css/srs_main.css
*/

body {
	background: #e6e6e0 url(../page_elements/page_bg.gif) repeat-y center;
	margin:0;
	padding:0;
	color:#000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
}

#topStrip {
	width: 100%;
	background-image: url(../page_elements/topstrip_bg.gif);
	margin: 0;
	padding: 0;
}

#topStripInner {
	width: 792px;
	padding: 0;
	text-align: left;
	margin: 0 auto 0 auto;
	height: 20px;
	background: url(../page_elements/topstripinner_bg.gif) 0 0;
}

/* @group Position */

#contentholder {
	width: 770px;
	padding: 0;
	text-align: left;
	margin: 0 auto 0 auto;
}

#main {
	width: 592px;
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 20px;
	padding: 0;
}

/* @end */

/* @group Main Navigation */

html>body {font-size:small;}

#header {
	float:left;
	width:100%;
	background: url(../page_elements/logo_banner_v4.gif) bottom no-repeat;
	font-size:93%;
	line-height:normal;
}

#header ul {
	margin:0;
	padding: 105px 30px 0 30px;
	list-style:none;
	float: right;
}

#header li {
	float: left;
	background:url(../page_elements/left_both.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom: 1px solid #04173f;
}

#header a {
	float:left;
	display:block;
	width:.1em;
	background:url(../page_elements/right_both.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666;
	white-space: nowrap;
}

#header > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header a {float:none;}
	/* End IE5-Mac hack */
	#header a:hover {
	color: #da2128;
}

#home #nav-home,
#about #nav-about,
#courses #nav-courses,
#contact #nav-contact {
	background-position:0 -150px;
	border-width:0;
}

#home #nav-home a,
#about #nav-about a,
#courses #nav-courses a,
#contact #nav-contact a {
	background-position:100% -150px;
	padding-bottom:5px;
	color: #700e11;
}

#header li:hover, #header li:hover a {
	background-position:0% -150px;
	color: #da2128;
}

#header li:hover a {
	background-position:100% -150px;
}

/* @end */

/* @group Sidebar and Sidenav */

#sidebar {
	width: 178px;
	float: left;
	margin: 0;
	padding: 0;
}

.sbhome {
	background: url(../page_elements/sidebar_bg_home.jpg) no-repeat;
}

.sbabout {
	background: url(../page_elements/sidebar_bg_about.jpg) no-repeat;
}

.sbcourses {
	background: url(../page_elements/sidebar_bg_courses.jpg) no-repeat;
}

.sbcontact {
	background: url(../page_elements/sidebar_bg_contact.jpg) no-repeat;
}

#sidebar p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 0;
	margin: 0;
	padding-bottom: 0;
}

#sidenav li {
	line-height: 18px;
	padding: 0;
	list-style: url(../page_elements/bullet.gif);
	margin: 0;
	font-size: 11px;
}

ul#sidenav li a:link {
	color: #000;
	background: transparent;
	text-decoration: none;
}

ul#sidenav li a:visited {
	color: #666;
	background: transparent;
	text-decoration: none;
}

ul#sidenav li a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

ul#sidenav li a:active {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

/* @end */

/* @group Area Specific Colours */

h3.home, h4.home {
	color: #700e11;
	border-left: 1px solid #700e11;
}

h3.about, h4.about {
	color: #927d69;
	border-left: 1px solid #927d69;
}

h3.courses, h4.courses {
	color: #5aa0dc;
	border-left: 1px solid #5aa0dc;
}

h3.contact, h4.contact {
	color: #da2128;
	border-left: 1px solid #da2128;
}

#home .colourEmphasis {
	color: #700e11;
}

#about .colourEmphasis {
	color: #927d69;
}

#courses .colourEmphasis {
	color: #5aa0dc;
}

#contact .colourEmphasis {
	color: #da2128;
}

#sidebar p.home {
	color: #700e11;
}

#sidebar p.about {
	color: #927d69;
}

#sidebar p.courses {
	color: #5aa0dc;
}

#sidebar p.contact {
	color: #da2128;
}

#sidenav #currentpagehome a {
	font-weight: bold;
	color: #700e11;
}

#sidenav #currentpageabout a {
	font-weight: bold;
	color: #927d69;
}

#sidenav #currentpagecourses a {
	font-weight: bold;
	color: #5aa0dc;
}

#sidenav #currentpagecontact a {
	font-weight: bold;
	color: #da2128;
}
	
/* @end */

/* @group Main Text */

p {
	color : #000;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 20px;
	margin: 0;
	padding-top: 20px;
}

p .small {
	text-align: left;
	font-size: 9px;
}

h1 {
	display: none;
}

h2 {
	color: #fff;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 20px 24px 30px;
}

h3 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
	padding-top: 30px;
}

h4 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
	padding-top: 20px;
}

h5 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
	padding-top: 20px;
}

a:link {
	background-color : transparent;
	text-decoration: underline;
	color: #000;
}

a:visited {
	background-color : transparent;
	text-decoration : underline;
	color: #666;
}

a:hover {
	background-color : transparent;
	text-decoration: none;
	color: #000;
}

a:active {
	background-color : transparent;
	text-decoration : none;
	color: #000;
}
	
/* @end */

/* @group Images */

.photo {
	display: block;
	float: right;
	margin: 0px;
	padding: 20px 30px 20px 20px;
}

.photowithstrapline {
	display: block;
	float: right;
	margin: 0px;
	padding: 20px 30px 20px 20px;
}

.photowithstrapline p {
	text-align: right;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 0;
}

.photosmall {
	display: block;
	float: right;
	margin: 0px;
	padding: 20px 30px 10px 10px;
}

.photolarge {
	display: block;
	float: right;
	margin: 0px;
	padding: 10px 30px 10px 20px;
}

#staticbanner {
	margin: 0px;
	padding: 20px 30px 20px 20px;
	float: left;
}

#mapHolder {
	position: relative;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ccc;
	margin: 10px 30px 0 20px;
}

#map {
	margin: 0;
	padding: 0;
	width: 532px;
	height: 304px;
}

div.markerTooltip, div.markerDetail {
	color: #000;
	background-color: #fff;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #000;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

/* @end */

/* @group Misc */

.alert {
	color: #fff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 60px 20px 20px;
	background: #444 url(../page_elements/alert.jpg) no-repeat;
}

.alert p, .alert p a {
	color: #fff;
	padding: 20px 0 0;
}

form {
	margin: 0;
	padding: 0;
}
	
/* @end */

/* @group Lists */

#main li {
	color : #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 30px;
}

#home #main li {
	list-style: url(../page_elements/bullet_home.gif);
}

#about #main li {
	list-style: url(../page_elements/bullet_about.gif);
}

#courses #main li {
	list-style: url(../page_elements/bullet_courses.gif);
}

#contact #main li {
	list-style: url(../page_elements/bullet_contact.gif);
}
	
/* @end */

/* @group Quote Box */

.quotebox {
	background: url(../page_elements/quotes_start.gif) left top no-repeat;
	width: 200px;
	float: right;
	position: relative;
	margin: 0px;
	text-align: left;
	padding: 10px 30px 0 20px;
}

.quotebox p {
	color: #062973;
	margin: 0px;
	text-align: left;
	font: italic 15px/133% Georgia, Times;
	background: url(../page_elements/quotes_end.gif) no-repeat right bottom;
	padding: 10px 5px 10px 0px;
}

.quoteboxsmall {
	margin: 0px;
	text-align: left;
	font: normal 11px/200% Georgia, Times;
	padding: 0px;
	text-decoration: none;
	color: #062973;
}

.quoteboxsmall a:link {
	color: #062973;
	border-bottom: 1px dotted #5776aa;
	text-decoration: none;
}

.quoteboxsmall a:visited, .quoteboxsmall a:active {
	color: #062973;
	text-decoration: none;
}

.quoteboxsmall a:hover {
	color: #062973;
	border-bottom: 1px solid #062973;
	text-decoration: none;
}
	
/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #ccc;
	position: relative;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}

#footer p {
	font-size: 10px;
	color: #666;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p a:link {
	color : #666;
	background-color : transparent;
	text-decoration: none;
}

#footer p a:visited {
	color : #999;
	background-color : transparent;
	text-decoration : none;
}

#footer p a:hover {
	color : #666;
	background-color : transparent;
	text-decoration: underline;
}

#footer p a:active {
	color : #666;
	background-color : transparent;
	text-decoration : none;
}

/* @end */

/* @group Flash */

#flashbanner {
	margin: 0px;
	padding: 20px 30px 20px 20px;
	float: left;
}

h3.flash {
	display: none;
}

h3.none {
	display: none;
}

/* @end */

/* @group Photo page columns */

#colsHolder {
	padding: 0;
	margin: 10px 0 20px;
	width: 592px;
	float: right;
}

.colLeft {
	background-color: #f6f6f6;
	width: 244px;
	float: left;
	margin-left: 20px;
	clear: both;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

* html .colLeft { 
	display: inline;
	/* IE6 double-margin hack */
}

.colRight {
	background-color: #f6f6f6;
	width: 244px;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}


* html .colRight { 
	display: inline;
	/* IE6 double-margin hack */
}

.colLeft p, .colRight p {
	color: #555;
	padding: 0;
	font-size: 11px;
}

.colLeft h5, .colRight h5 {
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 5px;
	margin-bottom: 5px;
}

.colPics {
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
}



/* @end */

/* @group Table */

table a,
table a:link,
table a:visited {
	border: none;
	color: #666;
}

table {
	width: 542px;
	line-height: 200%;
	font-size: 12px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: 20px;
}

tr.odd td,
tr.odd .column1 {
	background: #f9f9f9 url(../page_elements/table_bg.gif) no-repeat;
	}

.column1	{
	background: #fcfcfc;
	font-weight: normal;
	}
td {
	color: #666;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #d4d4d4;
	padding:.3em 1em;
	text-align: left;
	}				
th {
	color: #666;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #d4d4d4;
	padding:.3em 1em;
	font-weight: bold;
}	
thead th {
	background: #f4f4f4;
	text-align: left;
	color: #666;
	line-height: 300%;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}			
/* @end */

#main .applyBoxWrapper {
	width: 502px;
	background: #5aa0dc url(../page_elements/apply_box_bg.gif) no-repeat 0 0;
	padding: 10px 10px 10px 35px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 20px;
}

#main .downloadBoxWrapper {
	width: 502px;
	background: #5aa0dc url(../page_elements/download_box_bg.gif) no-repeat 0 0;
	padding: 10px 10px 10px 35px;
	margin-top: 20px;
	margin-left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main p.applyBoxWrapper,
#main p.applyBoxWrapper a,
#main p.downloadBoxWrapper,
#main p.downloadBoxWrapper a  {
	color: #fff;
}

#courseDetails {
	width: 500px;
	background: #fff url(../page_elements/course_details_box_bg.gif) no-repeat 0 4px;
	padding: 10px 10px 10px 35px;
	margin-top: 20px;
	margin-left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #5aa0dc;
}

#courseDetails p {
	color: #5aa0dc;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
}

.title {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
