/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #EAEAEA;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .025em;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

ul {
	padding-left: 25px;
	margin: -10px 0px 10px 0px;
}

li {
	list-style: none;
	font-size: 10px;
	line-height: 14px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

#content.home p {
	margin-bottom: 0px;
}

h1, h1 a {
	font-size: 23px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: .06em;
	color: #666666;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: #FB4D00;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #FB4D00;
}

a:hover {
	text-decoration: underline;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;   
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	height: 23px;
	background-color: #F26712;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 23px;
	padding: 0px 6px;
}

.orange {
	color: #FB4D00;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 980px;
	margin: 6px auto;
}

#header {
	height: 43px;
	background-image: url('../images/header_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#search {
	float: right;
	margin: 4px 23px 0px 0px;
	color: #FFFFFF;
}

#search input {
	width: 118px;
	height: 12px;
	padding: 2px;
	background-color: #F29C75;
	border: 0px;
	margin-left: 5px;
	float: right;
}

#page {
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	width: 980px;
	clear: both;
}

#page_top {
	background-image: url('../images/page_top_bg.gif');
	background-repeat: no-repeat;
	width: 980px;
}

#icons {
	padding: 25px 27px 0px 0px;
	text-align: right;
}

#icons img {
	margin-left: 8px;
}

#logo {
	margin: 3px 0px 30px 45px;
	font-size: 10px;
	line-height: 22px;
}

#logo img {
	vertical-align: bottom;
	margin-right: 3px;
}

#content {
	float: right;
	width: 520px;
	padding: 0px 22px 20px 24px;
}

#content.home {
	padding-bottom: 0px;
}

#left_content {
	width: 382px;
	float: left;
	padding: 0px 10px 10px 10px;
}

#footer {
	line-height: 24px;
	height: 24px;
	background-color: #AFAFAF;
	border-bottom: 3px solid #FB4E00;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FB4E00;
}

#copyright {
	font-size: 10px;
	text-align: center;
	color: #DE9A88;
	font-weight: bold;
	margin-top: 2px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin-right: 2px;
	height: 43px;
}

#nav li a {
	display: block;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li.active {
	background-image: url('../images/nav_active.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#nav li a:hover {
	background-position: 0px -27px !important;
}

#nav li.active a {
	background-position: 0px -54px !important;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 97px;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 97px;
}

#nav a.profile {
	background-image: url('../images/nav_profile.gif');
	width: 97px;
}

#nav a.services {
	background-image: url('../images/nav_services.gif');
	width: 97px;
}

#nav a.case-studies {
	background-image: url('../images/nav_case_studies.gif');
	width: 140px;
}

#nav a.testimonials {
	background-image: url('../images/nav_testimonials.gif');
	width: 140px;
}

#nav a.blog {
	background-image: url('../images/nav_blog.gif');
	width: 97px;
}

#bottom_nav {
	text-align: center;
	font-weight: bold;
	color: #FB4D00;
	margin-top: 5px;
}

#bottom_nav a {
	color: #FB4D00;
	margin: 0px 6px;
}

#bottom_nav a:hover {
	color: #AFAFAF;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 6px 3px 0px;
	padding: 0px 2px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

/* Videos CSS */

#videos {
	width: 292px;
	background-image: url('../images/videos_bg.gif');
	background-repeat: no-repeat;
	padding: 34px 32px 20px 31px;
	margin: 0px auto;
}

#videos iframe {
	margin-bottom: 30px;
}

#videos .video_location {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0px 10px 0px;
	color: #767676;
}

/* Slideshow CSS */
.slide-show {
	/*background-color: #ff00ff;*/
	display:block;
	visibility:hidden;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.slide-show li {
	/*background-color: #f00;*/
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 300px;
	font-size: 10px;
	line-height: 18px;
}

#slide-show2 {
	width: 520px;
}

#slide-show2 li {
	width: 520px;
}

#slide-show2 li h1 {
	margin: 0px 30px 0px 0px; 
	padding: 0px;
}

/* Testimonials */
.testimonial {
	clear: right;
}

.testimonial .copy {
	margin-bottom: 10px;
}

.testimonial .signature {
	text-align:right;
	color: #FB4D00;
	font-size: 10px;
	line-height: 15px;
}

.testimonial a {
	float:right;
	margin-bottom: 25px;
	font-size: 9px;
}

/* Case Studies */

.case-study {
	clear: right;
	margin-bottom: 60px;
}

.case-study a.cslink {
	clear: right;
	float: right;
	font-size: 9px;
	line-height: 14px;
}

.case-study-copy {
	padding: 0px 15px;
}

.pdf-link {
	font-size: 9px;
}

.close-link {
	font-size: 9px;
	float: right;
}

/* Contact Form CSS */

#contact_form .textbox, #contact_form textarea {
	background-image: url('../images/form_bg.gif');
	background-repeat: no-repeat;
	border: 1px solid #EBB59D;
	margin: 0px 0px 20px 20px;
}

#contact_form .textbox {
	width: 264px;
	height: 18px;
	padding: 3px 3px 0px 6px;
}

#contact_form textarea {
	width: 261px;
	height: 207px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	padding: 6px;
}


/* Blog CSS */

#sidebar ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#sidebar li h2 {
	color: #FB4D00;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	width: 170px;
	padding: 0px 6px;
	line-height: 25px;
	height: 25px;
}

#sidebar ul li ul {
	margin: 0px 0px -1px 0px;
	padding: 0px;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	width: 182px;
	float: none;
}

#sidebar ul li ul li {
	border-bottom: 1px solid #D0D0D0;
/*	height: 24px;*/
	line-height: 24px;
}

#sidebar ul li ul li a {
	display: block;
	padding: 0px 6px;
	color: #908F90;
}

#sidebar ul li ul li a:hover {
	background-color: #E7E7E7;
}

