/* enhancedmedia - HTML/CSS Template                                          

*/ 
html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#fff url(images/bg_blue.jpg) repeat-x top;
	font-family:Helvetica, Times, serif;
	font-size:13px;
	color:#000;
	min-height:100%;
}
/* Global styles */
a:link, a:active, a:visited{color:#1A3AB0; text-decoration:none;}
a:hover {text-decoration:underline;}
h1,h2,h3,h4{ font-family:Lucida Sans, Arial, serif; color:#000; margin:10px 0;}
h1 {font-size:20px; width: 100%; border-bottom: #e1e1e1 dotted 1px; padding-bottom: 3px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4{ font-size:12px; margin:0 0 5px 0; color:#666;}
.floatl{float:left; margin:10px 10px 10px 0;}
.floatr{float:right; margin:10px 0 10px 10px;}
.tagline{font-size:16px; font-style:italic; color:#FFF; margin-top:60px;}
.separator {margin:10px 0 0 0; width:100%; font-size:0px; border-top:1px dashed #CCC;}
.colour{color:#1A3AB0;}
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:900px;
	text-align:left;
}
#header {
	margin:0;
	padding:0;
	width:900px;
	height:100px;
	background:url(images/deflogo.png) no-repeat top left;
	float:left;
}
#searchbox {
	width:207px;
	height:22px;
	float:right;
	margin:20px 0 0 0;
}
#pagewrapper {
	width:900px;
	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 40px 0;
	float:left;
}


#rightcolumn {
	width:220px;
	margin:30px 0 30px 40px;
	padding-left:30px;
	float:left;
	background:url(images/columnbg.jpg) repeat-y left;
}
#footer {
	width:100%;
	text-align: center;
	background-color:#333;
	color:#CCC;
	font-size:10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#footer p {margin-right:20px;}

#footer a {
	color: #FFF;
}

.footer-inner {
	width:900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
.footer-col {
	float: left;
	width: 275px;
	border-right: 1px #CECECE dotted;
	padding-left: 15px;

}

.footer-col1 {
	float: left;
	width: 275px;
	border-right: 0px #CECECE dotted;
	padding-left: 15px;

}
.footer-col h1, .footer-col1 h1 {
	font-size: 14px;
	color: #CECECE;
	border-bottom: 0px;
	width: 275px;
	text-align: left;
	margin-bottom: -2px;
}
.footer-col ul, .footer-col1 ul {
 	margin-left: 22px;
	margin-top: 3px;
	text-align: left;
}
/* Index page styles */
#splash {
	width:850px;
	height:199px;
	margin:0;
	padding-left:50px;
	background:url(images/splash_blue.jpg) no-repeat top left;
	float:left;
}
#splashscroller {
	width:370px;
	height:199px;
	margin-right:10px;
	float:right;
}	
.boxcontent {
	width:240px;
	margin-bottom:30px;
}
/* Navigation bar menu styling */
#nav {
	margin-top:60px;
	padding:0;
	float:right;
}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	color:#FFF;
	font:bold 12px Century Gothic, sans-serif;
	line-height:30px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px; 
}
#nav .lavaLamp li.back {
	background: url(images/lava.gif) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#nav a:link, #nav a:hover, #nav a:active, #nav a:visited{color:#FFF; text-decoration:none;}
/* 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;
}

/* jCarousel styles */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.gray_dark_bg {
	background: #F0F0F0;
}

.gray_light_bg {
	background: #F8F8F8;
}
.h5_bg {
		
}

.h5_bg h5 {
	font-family:Lucida Sans, Arial, serif;
	font-size: 18px;
}
