/* import the reset css (yui) */
@import url("yui-reset.css");


.rounded {
	-moz-border-radius-topleft:3ex;
	border-color: #F1AD1F;
	border-width: 5px;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-top-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
	font-size: medium;


	

} 

.roundbox {
	-moz-border-radius-topleft:3ex;
	background-color: #F1AD1F;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-top-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
	color:#FFFFFF;
	font-size: medium;
	

}

body {
	font-family: sans-serif;
	font-size: 12px;
	border-color: #FF9900;
	width: 100%;
}

input, textarea{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.clr {
	clear: both;
}

strong{
	font-weight: bold;
}


h3{
	font-weight: bold;
	font-size: 17px;
}

#content-wrapper{
	line-height: 20px;
	position: relative;
	z-index: 0;
}

	#content {
		margin-top: 20px;
	}

	#content h2{
		font-size: 24px;
		color: #F1AD1F;
		margin-bottom: 15px;
	}
	
	#content h3, #content h3 a{
		font-size: 20px;
		color: #ffffff;
		margin-top: 20px;
		margin-bottom: 10px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content .content-image {
		padding: 10px;
		margin-bottom: 10px;
	}
	
		.imageright {
			float: right;
			margin-left: 20px;
		}
		
		.imageleft {
			float: left;
			margin-right: 20px;
		}
	
	
	

p{
	margin-bottom: 10px;
}

a{
	color: #20BBD2;
}

hr{
	height: 1px;
	padding: 0px;
	margin: 5px 0px;
	background-color: #E1E6E5;
	border-width: 0px;
}





div#header-wrapper {
	border-top: 6px solid #F1AD1F; 
	background: #212524;
	position: relative;
	z-index: 10;


}


	div#header {
		margin: 0 auto;
		width: 100%;
		height: 60px;
		padding-top: 0px;
		position: relative;
	}
	
		div#header h1.seo_title{
			position: absolute;
			top:6px;
			right: 0px;
			font-size: 6px;
			font-weight: normal;
			color: #777;
		}
	
	
		div#header a#logo {
			background: url() no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		
			width: 335px;
			height: 53px;
			display: block;
			float: left;
		}
		
		div#header ul#mainmenu {
			float: left;
			margin-top: 10px;
			margin-left: 25%;
			height: 26px;
		}
		
			div#header ul#mainmenu li {
				float: left;
				background: url('images/nav-bg.gif') no-repeat;
				margin-left: 30px;
				display: inline;
				_width: 100%;
				height: 26px;
				font-size:18px;
			}
			
			div#header ul#mainmenu li ul {
				left: -9999px;
				position: absolute;
				clear: left;
			}
			
			div#header ul#mainmenu li ul li {
				clear: left;
				background: none;
				padding-right: 20px;

			}
			
			
			div#header ul#mainmenu li.sfhover {
				background-position: 0px -30px;
			}
			
			div#header ul#mainmenu li.sfhover ul {
				left: auto;
				margin-left: -20px;
				/*margin-top: 26px;*/
				background: #212524;
				padding-bottom: 12px;
			}
			
			div#header ul#mainmenu li.active {
				background-position: 0px -60px;
			}
			
				div#header ul#mainmenu li a {
					color: #A0A5A4;
					display: block;
					text-decoration:none;
					font-weight: bold;
					height: 20px;
					padding-top: 10px;
					white-space: nowrap;
				}
				
				div#header ul#mainmenu li.sfhover a, div#header ul#mainmenu li.sfhover li.sfhover a {
					color: #FFF;
				}
				
				div#header ul#mainmenu li.sfhover li a {
					color: #A0A5A4;
					font-weight: normal;
					height: 18px;
					font-size: 11px;
					cursor: pointer;
				}
				
				div#header ul#mainmenu li.active a {
					color: #20BBD2;
				}
					
					
	#full-flash-wrapper {
		background: #212524;
		margin-bottom: 1px;
	}
	
	#flash-container-wrapper {
		
		width: 100%;
		margin: 0 auto;
		background: #333333;
		
	}
	
	
	#flash-container {
	
		
	}
	
	div#home-modules {
		margin: 0 auto;
		width: 70%;
		margin-bottom: 40px;
	}
	
		div#home-modules a.home-module-box {
			display: block;
			text-decoration: none;
		}
	
		div#home-modules #hm4 ul {
			height: 170px;
		}
	
		div#home-modules #hm4 ul li {
			position: absolute;
			top: 0;
			left: 0;
		}
	
		div#home-modules h3 {
			margin-bottom: 10px;
		}
	
		div#home-modules .home-module-box h3 {
			font-size: 14px;
			margin-bottom: 10px;
		}
		
		div#home-modules  .home-module-box p {
			font-size: 11px;
			color: #FFF;
			line-height: 16px;
		}
	
		div#home-modules .home-module-box {
			width: 220px;
			margin-right: 20px;
			float: left;
			border-top: 4px solid #CCC;
			position: relative;
			overflow: hidden;
			cursor: pointer;
		}
		
			div#home-modules .home-module-box div.boxa {
	background: #000;
	padding: 10px;
	position: absolute;
	bottom:-75px;
	left: 0px;
	color: #FFF;
	opacity:0.80;
	filter:alpha(opacity = 80);
	padding-bottom: 30px;
			}
			
			
				
			div#home-modules .home-module-box div.boxb {
				background: #40c5d9;
				position: absolute;
				bottom: -63px;
				width: 200px;
				opacity:0.90; 
				filter:alpha(opacity = 90);
				padding: 10px;
				padding-bottom: 40px;
				color: #FFF;
			}
		
		div#home-modules .last {
			margin-right: 0px;
		}
	
div#home-banner-wrapper {
	background: #940604;

}

	div#home-banner {
	background: url('images/homebanner-bgNew.jpg') no-repeat top right;
	margin: 0 auto;
	width: 920px;
	height: 30px;
	position: relative;
	background-image: url(images/homebanner-bgNew.gif);
	}
	
	div#home-banner-bottom {
		background: url('images/homebannerbottom-bg.png') no-repeat top left;
		margin: 0 auto;
		width: 920px;
		height: 12px;
		margin-bottom: 10px;
	}
	
	
	
	div#content-wrapper {
	margin: 0 auto;
	width: 960px;
	}

	div#content {
		float: left;
		width: 740px;
		padding: 0px 10px;
	}
	
	div#column {
		float: right;
		width: 200px;
		padding-top: 10px;
		padding-bottom: 490px;
		padding-top: 10px;
	}
	
	
	div#content ul {
		margin-bottom: 15px;
		width: auto;
	}
	
		div#content ul li {
			padding: 5px 0px 5px 15px;
			background: url('images/arrow.gif') 0px 12px no-repeat;
			border-bottom: 1px solid #ebebeb;
			color: #666;
		}

        div#content #portfolio ul li{
          padding:3px 0 0;
          background:none;
          border:none;
        }
	
	
div#footer-wrapper {
	background: #940604;
	margin-top: 0px;
	width: 100%;
}

	div#footer {
		margin: 0 auto;
		padding: 10px 0px;
		width: 100%;
		text-align: center;
		color:#FFF;
		font-size:13px;
	}

		div#footer a{
			text-decoration: none;
			color: #FFF;
			font-size:13px;
		}

			div#footer a:hover{
				color: #07b4ca;
				font-size:13px;
			}
	
/********************************************
HOME NEWS
********************************************/

div.moduletable_imodnews{
	float: right;
	width: 290px;
	position: relative;
	border-left: 1px solid #e1e6e5;
	padding-left: 10px;
	margin-right: 20px;
}

div.moduletable_imodnews a.rss_link{
	position: absolute;
	top: 0px;
	right: 0px;
}

	div.moduletable_imodnews h3{
		padding-bottom: 6px;
	}


div.news_date{
	text-transform: uppercase;
	float: left;
	height: 23px;
	width: 27px;
	background: url('images/news_date_bg.jpg') no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	padding-right: 4px;
	padding-top: 2px;
	line-height: 10px;
	margin-right: 5px;
}

div.news_item{
	float: left;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e6e5;
	margin-top: 5px;
	width: 290px;
}

	div.news_item .contentheading{
		float: left;
		margin-right: 5px;
	}
	
div.news_content{
	float: right;
	width: 250px;
	padding-top: 2px;
}

a.news_link{
	float: right;
	padding: 10px 0px 10px 20px;
	background: url('images/right_arrow.jpg') no-repeat;
	background-position: 0px 15px;
}

/********************************************
END HOME NEWS
********************************************/



/********************************************
END HOME SCROLL
********************************************/
.moduletable_homescroll{
	float: left;
	width: 630px;
}

	.moduletable_homescroll h3{
		padding-left: 5px;
		margin-bottom: 15px;
	}

div#features div#section1 {
	float:left;
}

div#features div#section1 ul.homescroll_titles{
	float: left;
}

div#features div#section1 ul.homescroll_titles li {
	color:#878c8a;
	font-size:13px;
	padding:7px 12px 7px 6px;
	width:280px;
}

	div#features div#section1 ul.homescroll_titles li.hover {
		cursor:pointer;
		cursor:hand;
		background: #e1e6e5 url(../images/homescroll-item-bg.png) bottom right no-repeat;
		color:#20BBD2;
	}

	div#features div#section1 ul.homescroll_titles li.over {
		background: url(../images/homescroll-item-bg.png) top right no-repeat;
		color:#20BBD2;
		font-weight: bold;
		padding-left: 18px;
		padding-right: 0px;
	}


	div#features div#section1 ul.homescroll_titles li span{
		position: relative;
		left: 0px;
		display: block;
	}

div#features div#feature-content-wrapper {
	border-left: 1px solid #e1e6e5;
	float:right;
	height:320px;
	overflow:hidden;
	position:relative;
	top: -314px;
	width:330px;
	
}

div#features div#feature-content {
	position:absolute;
	top:0;
}


div#features div#feature-content li{
	padding-left: 20px;
	background: url('images/right_arrow.jpg') no-repeat;
	padding: 3px 0px 3px 25px;
	background-position: 0px 8px;
}


div#features div#feature-content div.moduletable-feature {
	font-size:12px;
	height:360px;
	padding:0px 10px 10px 10px;
}

	div#features div#feature-content div.moduletable-feature h3{
		padding-left: 0px;
	}
/********************************************
END HOME SCROLL
********************************************/



.moduletable_quickcontact{
	width: 190px;
	margin: 15px 0px;
	color: #222625;
	font-weight: bold;
	font-size: 13px;
}

	.moduletable_quickcontact form{
		background: url('images/contact_bg.jpg') no-repeat bottom left;
		padding: 10px;
		margin-bottom: 10px;
	}

	.moduletable_quickcontact form span.form_label{
		display: block;
		clear: both;
	}
	
	.moduletable_quickcontact form span.form_label .error_img{
		height: 19px;
		width: 18px;
		position: absolute;
		top: 24px;
		top: 20px;
		right: -19px;
		background: #F00 url('images/input_error.jpg') no-repeat;
		display: none;
	}
	.moduletable_quickcontact form span.form_label .required{
		display: block;
	}
	
	
	.moduletable_quickcontact h3{
		color: #000;
		font-size: 18px;
		padding: 10px 10px 0px;
		background: #dddfde url('images/contact_bg.jpg') no-repeat top left;
	}
	
	.moduletable_quickcontact input,
	.moduletable_quickcontact textarea{
		padding: 3px;
		margin: 3px 0px;
		border-width: 1px;
	}

		.moduletable_quickcontact input.sffocus,
		.moduletable_quickcontact textarea.sffocus{
			background: #058eb1 url('images/input_focus.jpg') repeat-x;
			color: #FFF;
		}

	
		.moduletable_quickcontact input#qc_button{
			padding: 5px 0px 0px;
			margin: 0px;
		}
		.moduletable_quickcontact input#qc_button.sffocus{
			background: none;
		}
		
		
		.moduletable_quickcontact input.required,
		.moduletable_quickcontact textarea.required{
		}

		
		
.moduletable_cta{
	background: #000 url('images/cta_black_right.jpg') no-repeat top right;
	color: #FFF;
	float: left;
	font-size: 13px;
	margin: 5px 0px;
}

	.moduletable_cta a{
		color: #FFF;
	}


	.moduletable_cta span.black{
		display: block;
		float: left;
		padding: 6px 12px;
	}
	.moduletable_cta span.blue{
		display: block;
		width: 133px;
		padding: 6px 0px 6px 12px;
		float: left;
		background: #00afcf url('images/cta_blue_left.jpg') no-repeat;
	}

a.contentpagetitle{
	font-size:14px;
	padding: 3px;
}


#big_submit_button {
	border: none;
}




/*   */

.content-bordered {
	padding: 10px;
	background: url('images/content-border-bg.png') top left no-repeat;
}

.content-bordered-bottom {
	height: 6px;
	background: url('images/content-border-bg.png') bottom left no-repeat;
}


.tabbed-content-bottom {
	clear: both;
}

	.tabbed-content-bottom  ul#tabbed {
		list-style: none;
		margin: 0;
		padding: 0;
		background: url('images/tabbed-bg.png') repeat-x;
	}
	
	.tabbed-content-bottom ul#tabbed  li h3 {
		font-size: 14px;
		margin: 0;
		padding:0;
	}
	
	.tabbed-content-bottom ul#tabbed  li {
		background: none;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		
	}
	
	.tabbed-content-bottom ul#tabbed  li a {
		width: 175px;
		text-decoration: none;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
		padding-left: 10px;
		float: left;
		display: block;
		height: 32px;
		background: url('images/tabbed-sep.png') top right no-repeat;
		padding-top: 10px;
	}
	
	.tabbed-content-bottom ul#tabbed  li a:hover {
		background: url('images/tabbed-bg-over.png') top left repeat-x;
	}

/*  */

#portfolio-full h3 {
	color: #FFF;
	margin-bottom: 10px;
}

#portfolio-wrapper {
	background: #212524;
	padding-bottom: 20px;
	padding-top: 20px;
}

	#portfolio-full {
		width: 960px;
		margin: 0 auto;
	}
	
	
#content .content-burst {
	background: url('images/content-blue-bg.jpg') top left no-repeat;
	width: 680px;
	height: 330px;
	padding: 0px 20px;
	position: relative;
	margin-top: 20px;
}

	#content .content-burst .content-holder {
		position: absolute;
		width: 400px;
		bottom: 20px;
		left: 20px;
	}

	#content .content-burst h2 {
		font-family: arial;
		font-size: 40px;
		font-weight: bold;
		color: #FFF;
	}
	
	#content .content-burst p {
		color: #d8eff7;
		font-family: arial;
		font-size: 18px;
		line-height: 26px;
		font-weight: normal;
	}
	
	div#content .content-burst .imagefader {
		position: absolute;
		bottom: -15px;
		right: 40px;
		list-style: none;
	}
	
	div#content .content-burst .imagefader,
	div#content .content-burst .imagefader li {
		
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	div#content .content-burst .imagefader li {
		position: absolute;
		right: 0;
		bottom:0;
	}

