/* This controls the width of the fluid width layouts */

div.fluid
{
width: 95%;
max-width: 750px;
min-width: 700px;
}

div.fixed
{
width: 750px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
/* text-transform: lowercase; */
}

h2,h3,h4,h5,h6
{
color: #66000F;
}

h1 span, h2 span, h3 span, h4 span
{
font-weight: bold;
}

blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #a1a1a1;
	background-color: #eaeaea;
	margin: 0 20px 20px 20px;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #D90000;
}

a:hover
{
text-decoration: none;
}

ul.links, #columnA_2columns ul 
{list-style: none;}

#columnA_2columns ul  {margin-left: 30px;}

ul.links_body li, #columnA_2columns ul li, ul.links {line-height: 2em;}
#columnA_2columns .post ul li {list-style: circle;}
p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('../images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 3.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.3em;
display: block;
padding: 1.1em 1em 1.0em 1em;
background: #fff url('../images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#home_page #home,
#courses_page #courses,
#facilities_page #facilities,
#news_page #news,
#tutor_page #tutors,
#what_page #what,
#community_page #community,
#contact_page #contact,
#awards_page #awards,
#menu li a.active,
#menu li a:hover 
{
background: #CA2F2F url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
}


#more_page #more a, 
#job_club_page #job_club a,
#fas_page #fas a, 
#location_page #location a, 
#gallery_page #gallery a, 
#space_page #space a,
#sponsors_page #sponsors a,
#cafe_page #cafe a, 
#video_page #video a, 
#suite_page #suite a,
#previous_page #previous a,
#links_page #links a,
#space_page #space a
p a.course_active {
	text-decoration: none;
	background-color:#FFFF99;
	font-style: italic;
	font-weight:bold;
	}

/* Main */

#main
{
background: #fff url('../images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: left;
margin-bottom: 1.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4,h2
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3, #main_inner h2
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}


#main_inner .post h3
{
position: relative;
font-size: 1.7em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('../images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('../images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 23em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -19em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 15.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

	.rowTint {
	background-color: #edf3fe;
	}
	
	input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

a.pre_reg_link {background-color:#FFFF99; margin: 0 10px 0 0; padding: 3px;}
.hide {visibility:hidden;}

/* CSSFORM.css */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
	font-size:11px;
	padding : 0px 10px 22px 10px;
}

legend {
	color : #990000;
	margin: 1em 0;
	padding: 1em .5em;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}


#submit {
	clear: both;
	text-align: center;
}

#submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
	font-weight:bold;
}

td.rssxpressittitle {background: #fff; padding: 4px 0;}
