/* THINGS TO KEEP IN MIND

-- CSS Rules! When building your slideshows, remember that animation effects work best when both the container and slide have a fixed box.

*/
body {
	background-image: url(../images/bckgrd.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner {
	width: 960px;
	height: 602px;
	margin-left: -480px;  /***  width / 2   ***/
	position: absolute;
	top: -301px;          /***  height / 2   ***/
	left: 50%;
	text-align: center;
}
#header {
	width: 960px;
	height: 100px;
	background-color:#A68462;
}
#subscribe {
	width: 230px;
	height: 12px;
	margin: 10px 0px 0px 0px;

}
#logo {
	height: 44px;
	width: 40px;
	position: absolute;
	left: 32px;
	top: 32px;
}
#tag {
	width: 181px;
	height: 28px;
	position: absolute;
	top: 40px;
	left: 720px;
}
#sidebar {
	width: 230px;
	height: 498px;
	float: left;
	border-top: solid #FFF 2px;
	background-color: #0B0000;
	position: relative;
}
#navigation {
	width: 230px;
	margin: 88px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	margin-bottom: 8px;
	display: block;	
}
#contactInfo {
	width: 230px;
	height: 30px;
	margin: 60px 0px 0px 0px;
}
#copyright {
	width: 230px;
	padding: 0px;
	text-align: center;
	margin: 15px 0px 0px 0px;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A68462;
	padding: 0px;
	margin: 0px;
}
#copyright a {
	text-decoration: none;
	color: #A68462;
}
#copyright a:hover {
	text-decoration: none;
	color: #F15D22;
}
#content {
	width: 730px;
	height: 498px;
	float: left;
	border-top: solid #FFF 2px;
}

/* Automatic Slideshow */

#slideshow-container {
	position: relative;
 	margin: auto;
	padding: 0;
 	width: 730px; /* equal .slideshow */
	height: 498px; /* 430px (equal to .slideshow) */
	float: left;
}
.slideshow {
 	height: 498px; /* took image dimensions & added 20px to both height and width to reflect padding in .slideshow img*/
 	width: 730px;
 	margin: auto;
 	overflow: hidden;
	
}
.slideshow * {
 	margin: 0;
 	padding: 0;
}
.slideshow img {
 	float: left;
 	height: 498px;
 	width: 730px;
 	padding: 0px;
}
/*.slideshow p {
 	float: left;
 	width: 355px;*/ /* 1000px (.slideshow) - 615px (.slideshow img) - 30px (.slideshow p padding) */
/* 	margin: 16px 0px 0px 0px;
 	padding: 0px 20px 0px 10px;
}*/

#nav {
	width: 300px; /* to match width of .slideshow p */	
	margin: auto;
 	position: absolute;
 	left: 520px;
 	bottom: 18px; /* would normally be zero, but adding in 5px from #nav a + additional 5px for "padding" */
 	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
}
#nav a { 
	color: #959484;
	background: #E7E7E0; 
	text-decoration: none; 
	margin: 5px; 
	padding: 5px 10px;  
}
#nav a.activeSlide { 
	color: #FFFFFF ;
	background: #959484 
}
#nav a:focus { 
	outline: none; 
}
#nav a:hover {
	color: #FFFFFF ;
	background: #959484 
}

/* Tab */

#tabContent {
	width: 167px;
	height: 428px;
	margin: 0px;
	padding: 70px 0px 0px 13px;
	cursor: pointer;
	float: left;
	background-color: #F2F1ED;
	/* for IE */
 	 filter:alpha(opacity=70);
	/* CSS3 standard */
 	 opacity:0.7;
	font-weight: bold;
}
#tabHolder {
	width: 210px;
	height: 498px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 102px;
	left: 230px;
	z-index: 5;
}
#tabHolder ul {
	padding: 0px;
	margin: 0px;
}
#tabHolder ul li {
	display: block;
	width: 165px;
	text-align: left;
	letter-spacing: .75px;
	list-style-type: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5F604B;
}
#tabHolder a:link, a:visited {
	text-decoration: none;
	color: #5F604B;
}
#tabHolder a:hover {
	text-decoration: none;
	color: #F15D22;
}
#toggle {
	width: 30px;
	height: 474px;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	cursor: pointer;
	float: left;
}
#toggle a:focus {
	outline: none;
}
#buttonHolder {
	width: 30px;
	height: 488px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	float: left;
	background-color: #F2F1ED;
 	 /* for IE */
 	 filter:alpha(opacity=70);
 	 /* CSS3 standard */
 	 opacity:0.7;
}
#tabHolderStatic {
	width: 180px;
	height: 498px;
	background-image: url(../images/tab_static.gif);
	/* for IE */
 	filter:alpha(opacity=80);
	/* CSS3 standard */
 	opacity:0.8;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 102px;
	left: 230px;
	z-index: 5;
}
#tabHolderStatic ul {
	padding: 0px;
	margin: 110px 0px 0px 13px;
}
#tabHolderStatic ul li {
	display: block;
	text-align: left;
	letter-spacing: 0.75px;
	margin-bottom: 8px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5F604B;
	font-weight: bold;
}
#tabHolderStatic a:link, a:visited {
	text-decoration: none;
	color: #5F604B;
}
#tabHolderStatic a:hover {
	text-decoration: none;
	color: #F15D22;
}
#tabHolderStatic a.here {
	color: #F15D22;
}
.here {
	color: #F15D22;
}
#tabHolderStatic #indent {
	display: block;
	text-align: left;
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5F604B;
}
#tabHolderStatic #indent a:link, a:visited {
	text-decoration: none;
	color: #5F604B;
}
#tabHolderStatic #indent a:hover {
	text-decoration: none;
	color: #F15D22;
}
#tabHolderStatic #indent a.here {
	color: #F15D22;
}

/* Copy */

#copyContent {
	text-align: left;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
	position: absolute;
	width: 490px;
	top: 190px;
	left: 450px;
	font-size: 13px;
}
#copyContent p  {
	margin: 10px 0px 0px 0px;
}
#copyContent a  {
	color: #F15D22;
	text-decoration: none;
}
#copyContent a:hover  {
	background-color: #604F3F;
}
#monitor {
	width: 525px;
	height: 230px;
	margin-top: 10px;
	overflow: hidden;
}
#monitor p {
	margin: 0px;
}
#contentLeft {
	text-align: left;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
	position: absolute;
	width: 250px;
	top: 200px;
	left: 450px;
	font-size: 13px;
}
#contentLeft p  {
	margin: 10px 0px 0px 0px;
}
#contentLeft a  {
	color: #F15D22;
	text-decoration: none;
}
#contentLeft a:hover  {
	background-color: #604F3F;
}
#contentRight {
	text-align: left;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
	position: absolute;
	width: 250px;
	top: 200px;
	left: 710px;
	font-size: 13px;
}
#contentRight p  {
	margin: 10px 0px 0px 0px;
}
#contentRight a  {
	color: #F15D22;
	text-decoration: none;
}
#contentRight a:hover  {
	background-color: #604F3F;
}
#clientContentLeft {
	text-align: left;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
	position: absolute;
	width: 250px;
	top: 200px;
	left: 450px;
	font-size: 13px;
}
#clientContentLeft p  {
	margin: 10px 0px 0px 0px;
}
#clientContentLeft a  {
	color: #F15D22;
	text-decoration: none;
}
#clientContentLeft a:hover  {
	background-color: #604F3F;
}
#clientContentRight {
	text-align: left;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
	position: absolute;
	width: 250px;
	top: 200px;
	left: 710px;
	font-size: 13px;
}
#clientContentRight p  {
	margin: 10px 0px 0px 0px;
}
#clientContentRight a  {
	color: #F15D22;
	text-decoration: none;
}
#clientContentRight a:hover  {
	background-color: #604F3F;
}
ul#noBullet {
	margin: 0px;
	padding: 0px;
}
ul#noBullet li {
	margin: 0px 0px 0px 20px;
	padding: 0px;	
	list-style: none;
}
ul#bullet {
	list-style-type: square;
	color: #FFF;
	padding: 0px;
	margin-left: 10px;
}
ul#bullet li{
	list-style-type: square;
	margin: 3px;
	color:#F15D22;
}
ul#bullet li span{
	color:#FFF;
}
ul#industry {
	list-style-type: square;
	color: #FFF;
	padding: 0px;
	margin-left: 10px;
}
ul#industry li{
	list-style-type: square;
	margin: 20px 3px 3px 3px;
	color:#F15D22;
}
ul#industry li span{
	color:#FFF;
}
/* testimonial slide */
#testimonialSlideshow-container {
	padding: 0px;
	float: left;
	text-align: left;
	line-height: 20px;
	position: relative;
	width: 730px;
	height: 498px;
}
.testimonialSlideshow {
	height: 498px; /* took image dimensions & added 20px to both height and width to reflect padding in .slideshow img*/
	width: 730px;
	margin: auto;
	overflow: hidden;
	background-image: url(../images/bckgrd_testimonial_slideshow.png);
	background-repeat: repeat;
}
#testimonialSlideshow-container p {
	color: #FFF;
}
#testimonialSlideshow-container h1 {
	text-align: left;
	color: #F15D22;
}
#featureTest1 {
	width: 730px;
	height: 498px;
	background-image: url(../images/bckgrd_test_watermark.jpg);
	background-repeat: no-repeat;
}
#featureTest2 {
	width: 730px;
	height: 498px;
	background-image: url(../images/bckgrd_test_newslink.jpg);
	background-repeat: no-repeat;
}
#featureTest3 {
	width: 730px;
	height: 498px;
	background-image: url(../images/bckgrd_test_christensen.jpg);
	background-repeat: no-repeat;
}
#featureTest4 {
	width: 730px;
	height: 498px;
	background-image: url(../images/bckgrd_test_scanlan.jpg);
	background-repeat: no-repeat;
}
#featureTest5 {
	width: 730px;
	height: 498px;
	background-image: url(../images/bckgrd_test_mecca.jpg);
	background-repeat: no-repeat;
}
#testimonial1, #testimonial2, #testimonial3, #testimonial4, #testimonial5 {
	text-align: left;
	color: #FFF;
	line-height: 18px;
	padding-top: 10px;
	font-size: 13px;
	position: absolute;
	width: 490px;
	top: 90px;
	left: 220px;
}
#testimonialNav {
	width: 300px; /* to match width of .slideshow p */	
	margin: auto;
 	position: absolute;
 	left: 540px;
 	bottom: 100px; /* would normally be zero, but adding in 5px from #nav a + additional 5px for "padding" */
 	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
}
#testimonialNav a { 
	color: #959484;
	background: #E7E7E0; 
	text-decoration: none; 
	margin: 5px; 
	padding: 5px 10px;  
}
#testimonialNav a.activeSlide { 
	color: #FFFFFF ;
	background: #959484 
}
#testimonialNav a:focus { 
	outline: none; 
}
#testimonialNav a:hover {
	color: #FFFFFF ;
	background: #959484 
}

/* footerNavigation */

#footerNavigation {
	width: 960px;
	height: 100px;
	background-color: #0B0000;
	position: relative;
	clear: both;
}

/* Classes */

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