@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #333333;
	font: 70%/normal Arial, Helvetica, sans-serif;
	background: url(../images/stripe.png) repeat;
}

p {
	padding-top: 10px;
	line-height: 1.3em;
}

.news_title {
	color: #26A9E0;
	font-weight: bold;
	display: block;
	}

h1 {
	font-size: 1.4em;
	color: #FBB040;
	padding-bottom: 10px;
}

h2 {
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #FBB040;
	font-size: 17px;
	padding-bottom: 20px;
}
h4 {
	font-size: 14px;
	padding-top: 10px;
}
h5 {
	font-size: 13px;
	padding-top: 10px;
}
.orange_txt {
	color: #FBB040;
}
.logo {
	font-size: 5em;
	font-weight: bold;
}

#wrapper1 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	background: #FFFFFF;
}

#flash_header {
	width: 920px;
	float: left;
	}
	
	
#flash_header .left {
	width: 215px;
	float: left;
	padding-top: 10px;
	}





#register_box ul {
	padding-top: 0px;
	margin: 20px 0 20px 0;
}

#register_box li {
	border-bottom: #999999 solid 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	list-style: none;
	font-weight: bold;
}















#flash_header .right {
	width: 680px;
	float: right;
	padding-top: 10px;
	}

#wrapper2 {
	width: 100%;
	background: url(../images/wrapper2bg.gif) repeat-y center;
}

#wrapper3 {
	width: 100%;
	background: url(../images/wrapper3bg.gif) no-repeat center top;
}

#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#footer .left {
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .right {
	width: 210px;
	float: right;
	padding: 30px 10px 10px 20px;
}





#top {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

#middle {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}


#left_column {
	float: left;
	width: 220px;
}

#right_column {
	float: right;
	width: 680px;
}

#right_column .left {
	float: left;
	width: 450px;
}

#right_column .left ul {
	padding-top: 5px;
}

#right_column .left li {
	border-bottom: #999999 solid 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: square url(none) outside;
	padding-left: 1px;
	margin-left: 8px;
}


#right_column .right {
	float: right;
	width: 215px;
}

#right_column .right ul {
}

#right_column .right li {
	border-bottom: #999999 solid 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	list-style: none;
}
.full-width-textbox {
	float: left;
	width: 680px;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/toprule.gif) no-repeat;
}
.projects_column {
	float: left;
	width: 216px;
}
.padding-right16px {
	padding-right: 15px;
}
.testimonial-header {
	background: #F4B03D url(../images/testimonialbg.gif) no-repeat center center;
	height: 125px;
	padding: 10px 15px 5px 32px;
	color: #000000;
}
.blue-headers {
	padding-top: 15px;
}


hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#favourites_bar {
	background: url(../images/header-block.gif);
	width: 920px;
	float: left;
	height: 15px;
}

#register_box {
	width: 200px;
	background: #FFFFFF;
	margin-left: 0px;
	color:#FBB040;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#register_box p {
}



/* ******************** LINK STYLES ************************ */

a:link, a:visited, a:active  {
	color: #FBB040;
	text-decoration: none;
	}
		
	
a:hover {
    color: #CCCCCC;
	}



/* ******************** NAV ************************ */


#navWrapper {
	width:200px;
	margin-bottom:10px;
	background: #FFFFFF;
	margin-left: 0px;
}


#nav ul, #nav li {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
} 


/* nav styles */




#nav a {
	display: block;
	width: 200px;
} 

#nav li {
	/*	float: left;     */
	width: 200px;
	background: url(../images/blue_arrow.gif) no-repeat right;
	border-bottom: 1px solid #666666;
}

#nav li a {
	padding: 10px 50px 10px 0px;
	font-size:1em;
	text-decoration:none;
	width: 150px;
}

#nav li a:visited, #nav li a:link, #nav li a:active {
	color: #000000;
}

#nav li a:hover {
	color: #F4AF3D;
}

/* subnav styles */


#nav li ul {     
    
	width: 200px;     
/*	left: -999em; */
/*	position: absolute; */
} 

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto; 
}

#nav li ul li {     
		width: 200px; 
}

#nav li ul li a {
	width: 170px;
	padding-left:20px;
	background-image: url(../images/nav_dvdr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#nav li ul li a:visited, #nav li ul li a:link, #nav li ul li a:active {
	color: #26A9E0;
}

#nav li ul li a:hover {
	color: #FFFFFF;
}


/* form */

#innerContent{
	margin:0 10px 20px 10px;
	text-align:left;	/*min-height:300px !important;*/
}

#innerContent label{
	float:left;
	display:block;
	width:130px;
	text-align:right;
	margin:10px 10px 5px 2px;
	line-height:140%;
	font-size:100%;
	color:#282828;
	height:20px;
}

#innerContent input {
	float:left;
	display:block;
	margin:10px 10px 5px 2px;
	height:16px;
	color:#9F824A;
	padding:2px 1px 0 1px;
	color:#26A9E0;
	border:1px solid #26A9E0;
	font: 12px Verdana;
}

#innerContent textarea {
	float:left;
	display:block;
	margin:10px 10px 5px 2px;
	color:#666666;
	padding:2px 1px 0 1px;
	font-family:Verdana;
	font-size:12px;
	color:#26A9E0;
	overflow:auto;
	border:1px solid #26A9E0;
}
.diagram {
	padding-left: 30px;
}

.radio {
	border:none;
}

.news_image {
	padding: 0 0 12px 12px;
}

.telephone {
	font-size: 1.4em;
	color: #FBB040;
	padding-bottom: 10px;
	font-weight: bold;
	float: right;
}
.project-left {
	float: left;
	width: 310px;
	margin-bottom: 40px;
}
.projects-right {
	float: right;
	width: 340px;
}
.projects-right-thumbnail {
	float: left;
	width: 100px;
	padding-right: 20px;
}
