/* enhancedmedia - HTML/CSS Template - Aurora - Scrolling Portfolio */
html, body {
	height:100%;
	margin:0;
}
#wrapper {
	margin:0 auto 0 auto;
	width:970px;
	height:100%;
	text-align:left;
}
body {
	
	background:#e5e5e5 url(images/bg.jpg) repeat-x top;
	font-family:Tahoma, Helvetica, Arial;
	color:#000000;

}
/* Global styles */
a:link, a:active, a:visited{color:#3399CC; text-decoration:none;}
a:hover {text-decoration:underline;}

h1,h2,h3,h4{
	font-family:Georgia, serif;
	color:#000;
	margin-top: .7em;
	margin-right: 0;
	margin-bottom: .7em;
	margin-left: 0;
}
h2 {
	font-size:1em;
}
h4{margin:0 0 5px 0;}
.floatl{float:left; margin:10px 10px 10px 0;}
.floatr{float:right; margin:10px 0 10px 10px;}
.tagline{
	font-style:italic;
	color:#484848;
	margin-left:50px;
	font-family: Georgia, serif;
	font-size: 12px;
}
.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 */

#header {
	margin:5px 0 0 8px;
	padding:0;
	width:950px;
	height:82px;
}
#header h1{
	font-weight:bold;
	letter-spacing:-3px;
	color:#000000;
	margin:0 0 0 0;
	padding:0;
	font-family: "Century Gothic", sans-serif;
	font-size: 2.3em;
}

#header h1 a{
	color: #000000;
}

#searchbox {
	width:207px;
	height:22px;
	float:right;
	margin:20px 0 0 0;
}
#logo {
	float: left;
	margin-top: 8px;
	padding-right: 5px;
	height: 62px;
	width: 91px;
}
#pagewrapper {
	width:970px;
	background:url(images/pagebg.jpg) repeat-y;
	margin:0 auto 0 auto;
}
#pagecontent {
	width:900px;
	margin:0 auto 0 auto;
	font-size: .8em;
}
#leftcolumn {
	width:590px;
	margin:10px 0 40px 0;
	float:left;
}
#rightcolumn {
	width:260px;
	margin:10px 0 40px 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-tall {
	width:950px;
	height:280px;
	display:inline;
	float:left;
	text-align:right;
	background-color:#333;
	color:#CCC;
	font-size:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
}
#footer p {margin-right:20px;}
/* Index page styles */
#largepic {
	width:850px;
	height:150px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	float: left;
	border-top-width: 10px;
	border-right-width: 25px;
	border-bottom-width: 10px;
	border-left-width: 25px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
}
.boxcontent {
	width:240px;
	padding:.9em;
	margin-bottom:10px;
	border:1px dashed #CCCCCC;
	border-left:2px solid #3399CC;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;	
}
/* Navigation bar menu styling */
#nav {margin:40px 0 0 10px; padding:0; }
#nav ul{ 
	padding:0;
	margin:0;
	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:#3399CC; 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;
}
#frontpagelist ul {
}
#frontpagelist li {
	line-height: 1.1em;
	padding-bottom: .6em;
}
#listlarge li {
	line-height: 1.1em;
	padding-bottom: .6em;
	font-size: 1.6em;
	list-style-type: none;
}

.headline {
	font-size: 1.5em;
	font-weight: bold;
	color: #399CCD;
}
#send input {
	height: 2em;
	font-size: 1.1em;
	border: thin solid #3399CC;
}
#send #comments {
	border: thin solid #3399CC;
	font-size: 1.2em;
}

