/* Global Reset
----------------------------------------------- */

@import url(/assets/css/reset.css);

/* The Rest...
----------------------------------------------- */

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	}
p {
	line-height: 140%;
	padding: 10px 0 10px 0;
	}
a {
	color: #FF6633;
	border-bottom: 1px solid #FBAE95;
	}
	a:hover {
		border-bottom: 1px solid #FF6633;
	}
	a:active, a:focus {
		outline:none;
	}
	
#HeaderOuter {
	background-color: black;
	}
#HeaderInner {
	height: 55px;
	width: 960px;
	margin: 0 auto 0 auto;
	}
	#HeaderInner h1 {
		float: left;
	}
	#HeaderInner h1 img {
		float: left;
	}
	ul#Navigation {
		float: left;
		margin: 0 0 0 150px;
		padding: 0;
	}
	ul#Navigation li {
		padding: 10px;
		float: left;
	}
	ul#Navigation li a {
		color: #C07300;
		line-height: 35px;
		padding: 10px;
		border-bottom: none;
	}
	
	body.home ul#Navigation li.home a, body.products ul#Navigation li.products a, body.services ul#Navigation li.services a, body.portfolio ul#Navigation li.portfolio a, body.testimonials ul#Navigation li.testimonials a, body.contact-us ul#Navigation li.contact-us a {
		color: white;
	}

#SubNavigation {
	margin: -20px 0 20px 0;
}
#SubNavigation ul {
		width: 240px;
	}
	#SubNavigation ul li {
		font-size: 12px;
		height: 45px;
		width: 240px;
		}
	#SubNavigation ul li a {
		display: block;
		line-height: 25px;
		padding: 10px 10px 10px 20px;
		border-bottom: none;
		background-image: url("/assets/subnav_background.gif");
		background-position: bottom;
		background-repeat: no-repeat;
		}
	#SubNavigation ul li a:hover {
		background-image: url("/assets/subnav_current_background.gif");
	}
	body.sub #SubNavigation ul li a.current {
		color: black;
		background-image: url("/assets/subnav_current_background.gif");
	}
	
#MessagingOuter {
	height: 258px;
	background-color: #D65622;
	background-image: url("/assets/messaging_background.jpg");
	background-repeat: repeat-x;
	}
	#MessagingInner {
	width: 300px;
	height: 258px;
	margin: 0 auto 0 auto;
	padding: 10px 660px 0 20px;
	background-image: url("/assets/header_2images.jpg");
	background-repeat: no-repeat;
	}
	body.products #MessagingInner, body.services #MessagingInner, body.testimonials #MessagingInner {
	width: 960px;
	height: 258px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	background-image: url("/assets/header_4images.jpg");
	background-repeat: no-repeat;
	}
	#MessagingInner p, #MessagingInner ul li {
		color: white;
		font-size: 18px;
		text-shadow: black 1px 1px 1px;
	}
	#MessagingInner ul {
		margin: 0 0 0 30px;
		list-style: disc;
	}
	#MessagingInner p strong {
		font-size: 24px;
	}
	
	#MessagingInner #Images {
		position: absolute!important;
		margin: 15px 10px 0 350px;
		}
		body.products #MessagingInner #Images, body.services #MessagingInner #Images, body.testimonials #MessagingInner #Images {
			margin: 15px 10px 0 10px;
		}
	#MessagingInner #Images div {
		width: 600px;
		}
		body.products #MessagingInner #Images div, body.services #MessagingInner #Images div, body.testimonials #MessagingInner #Images div {
			width: 960px;
		}
	#MessagingInner #Images div img {
		float: left;
	}
	#MessagingInner #Images div img.img1 {
		margin: 0;
		border: 3px solid white;
	}
	#MessagingInner #Images div img.img2 {
		margin: 0 0 0 21px;
		border: 3px solid white;
	}
	#MessagingInner #Images div img.img3 {
		margin: 0 0 0 21px;
		border: 3px solid white;
	}
	#MessagingInner #Images div img.img4 {
		margin: 0 0 0 20px;
		border: 3px solid white;
	}
body.portfolio #MessagingOuter {
	height: 60px;
	background-position: top;
}
body.portfolio #MessagingInner {
	background-image: url("/assets/header_portfolio.jpg");
	background-repeat: no-repeat;
	width: 960px;
	height: 60px;
	padding: 0;
	display: block;
}

	
#News {
	height: 45px;
	border-bottom: 1px solid #E5E5E5;
	}
	#News div {
		width: 940px;
		margin: 0 auto 0 auto;
	}
	#News div p {
		padding: 0;
		font-weight: bold;
		line-height: 45px;
		float: left;
	}
	ul#Ticker {
		margin: 0 0 0 100px;
	}
	ul#Ticker li {
		font-style: italic;
		line-height: 45px;
		float: left;
	}

#BodyOuter {
	background-color: #F7F7F7;
	}
	#BodyInner {
		width: 940px;
		margin: 0 auto 0 auto;
		padding: 20px 10px 20px 10px;
	}
	#Col1 {
		float: left;
		width: 680px;
		margin: 0 0 0 0;
		padding: 0 0 20px 0;
	}
	body.sub #Col1 {
		width: 240px;
	}
	#Col2 {
		width: 220px;
		margin: 0 0 0 720px;
		padding: 0 0 20px 0;
	}
	body.sub #Col2 {
		width: 680px;
		margin: 0 0 0 260px;
	}
	
body.sub #Col2 ul {
	margin: 0 20px 0 20px;
	list-style: disc;
}
body.sub #Col2 ul li {
	line-height: 140%;
}
	
	div.boxout {
		border: 1px solid #CCCCCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-image: url("/assets/boxout_background.jpg");
		background-repeat: repeat-x;
		background-color: white;
		padding: 20px 20px 10px 20px;
		margin: 0 0 10px 0;
	}
	div.documents {
		padding: 0 20px 20px 20px;
		}
		div.documents ul li {
			line-height: 140%;
			font-size: 12px;
			padding: 5px 10px 5px 20px;
			background-image: url("/assets/icon_downloads_small.png");
			background-repeat: no-repeat;
			background-position: 0 3px;
		}
	div.boxout h2 {
		margin: 15px 0 15px 0;
		font-size: 14px;
	}
	div.boxout h2 a {
		border-bottom: none;
		color:#666666;
	}
	div.boxout h2 img {
		float: left;
		margin: -15px 10px 5px 0;
	}
	div.boxout p {
		font-size: 12px;
	}
	
#SubOuter {
	height: 45px;
	border-bottom: 1px solid #E5E5E5;
	}
	#SubInner {
		width: 940px;
		margin: 0 auto 0 auto;
	}
#SubInner #Section {
	float: left;
	width: 239px;
	height: 45px;
	border-left: 1px solid #E5E5E5;
	}
	#SubInner #Section p {
	line-height: 45px;
	padding: 0 0 0 20px;
	}
	#SubInner #Section h2 {
	font-size: 16px;
	line-height: 45px;
	padding: 0 0 0 20px;
	}
#SubInner #Title {
	width: 680px;
	height: 45px;
	margin: 0 0 0 239px;
	border-left: 1px solid #E5E5E5;
	}
	#SubInner #Title h2 {
	font-size: 16px;
	line-height: 45px;
	margin: 0;
	padding: 0 0 0 20px;
	}
	
#Banner {
	clear: both;
	background-color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 940px;
	margin: 0 auto 0 auto;
	}
	#Banner img {
		float: left;
		margin: 25px;
	}
	#Banner p {
		font-size: 14px;
		color: white;
	}
	#Banner p strong {
		font-size: 20px;
		font-weight: bold;
	}
	#Banner p a {
		border-bottom: 1px solid #80331A;
	}


h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	}

div.clear {
	clear: both;
	line-height: 1px;
	}
	
	div.control {
	padding: 10px 0 10px 0;
	}

table#Portfolio {
	border-collapse:collapse;
	margin:10px 0 5px;
	padding:0;
	border-bottom: 1px solid #E5E5E5;
}
td.thumbs {
	background-color: #808080;
	border: 10px solid white;;
	height: 100px;
	padding: 0;
	width: 100px;
}


table.data_input {
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	border-top: 1px solid #E5E5E5;
}
table.data_input tr td {
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #E5E5E5;
}
table.data_input tr td.label {
	width: 200px;
	font-style: italic;
}
table.data_input tr td.input {
	width: 480px;
}
table.data_input tr td.input input {
	width: 300px;
}
table.data_input tr td.input textarea {
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
div.control {
	background-color: white;
	padding: 10px;
	text-align: right;
}
div.control p {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
}

span.note {
	font-size: 10px;
}
div.alert {
	background-color: #FF6633;
	padding: 10px;
	font-size: 14px;
	color: Black;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

blockquote {
	margin: 10px 20px 10px 20px;
}
blockquote p {
	font-size: 24px;
	font-style: italic;
	font-family: Times;
	color: black;
}

#Footer {
	clear: both;
	height: 55px;
	border-top: 1px solid #E5E5E5;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	background-image: url("/assets/footer_background.jpg");
	background-repeat: repeat-x;
	background-color: white;
	}