/* enhancedmedia - HTML/CSS Template - Aurora - Scrolling Portfolio */
html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#e5e5e5 url(images/bg.jpg) repeat-x top;
	font-family:Georgia, Times, serif;
	font-size:11px;
	color:#000;
	min-height:100%;
}
/* Global styles */
a:link, a:active, a:visited{color:#3399CC; text-decoration:none;}
a:hover {text-decoration:underline;}
p {font-family:Tahoma, Helvetica, sans-serif;}
h1,h2,h3,h4{ font-family:Georgia, serif; color:#000; margin:10px 0;}
h2 {font-size:12px;}
h4{margin:0 0 5px 0;}
.floatl{float:left; margin:10px 10px 10px 0;}
.floatr{float:right; margin:10px 0 10px 10px;}
.tagline{font:12px Georgia, serif; font-style:italic; color:#999; margin-left:50px;}
.separator {margin:10px 0 0 0; width:100%; font-size:0px; border-top:1px dashed #CCC;}
.colour{color:#3399CC;}
form, input, textarea{ margin:0; padding:0; font-family:Tahoma, sans-serif;}
.userinput {height:18px; width:140px; color:#999; font-size:10px; line-height:18px;}
/* Global Page styles */
#wrapper {
	margin:0 auto 0 auto;
	width:970px;
	height:100%;
	text-align:left;
}
#header {
	margin:0 0 0 8px;
	padding:0;
	width:950px;
	height:82px;
}
#header h1{
	font:36px Century Gothic, sans-serif; 
	font-weight:bold; 
	letter-spacing:-3px; 
	color:#000;
	margin:5px 0 0 0;
	padding:0;
}
#searchbox {
	width:207px;
	height:22px;
	float:right;
	margin:20px 0 0 0;
}
#pagewrapper {
	width:970px;
	background:url(images/pagebg.jpg) repeat-y;
	margin:0 auto 0 auto;
}
#pagecontent {
	width:900px;
	margin:0 auto 0 auto;
}
#leftcolumn {
	width:590px;
	margin:10px 0 10px 0;
	float:left;
}
#rightcolumn {
	width:260px;
	margin:10px 0 10px 40px;
	float:left;
}
#footer {
	width:950px;
	height:50px;
	margin:0 auto 0 10px;
	display:inline;
	float:left;
	text-align:right;
	background-color:#333;
	color:#CCC;
	font-size:10px;
}
#footer p {margin-right:20px;}
/* Index page styles */
#largepic {
	width:880px;
	height:150px;
	margin:20px 0 0 0;
	background:url(images/clouds.jpg) no-repeat;
	border:10px solid #e5e5e5;
	float:left;
}
.boxcontent {
	width:240px;
	padding:10px;
	margin-bottom:10px;
	border:1px dashed #CCCCCC;
	border-left:2px solid #3399CC;
}
/* Navigation bar menu styling */
#nav {margin:0 0 0 5px; padding:0;}
#nav ul{ 
	padding:0;
	margin:40px 0 0 5px;
	list-style: none;
	width:900px;
	height:31px;
	
}
#nav li{
	width:79px;
	height:31px;
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	color:#FFF;
	font:bold 12px Century Gothic, sans-serif;
	line-height:31px;
}
#nav a:link, #nav a:active, #nav a:visited{color:#FFF; text-decoration:none;}
#nav a:hover, #nav .selected {color:#3399CC;}
#nav li.selected {background:url(images/tabbg.jpg) no-repeat; color:#3399CC;}
/* Contact page styles */
#loading { display:none;}
#contact label {
	margin:3px 5px 0 0;
	width:4.5em;
	float:left;
	text-align:right;
	display: block;
}
.contactinput {
	border:none;
	font-size:11px;
	line-height:12px;
	padding:3px 0 0 2px;
	color:#333;
	background-color:#e5e5e5;
}
