*{
	margin:0;
	padding:0;
}
body{
	background:#fff url(images/bg.jpg) repeat-x top;
	color:#606060;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/*this is to keep page from shifting to left on load in safari and firefox*/

html, body {height: 100%;}

#main {overflow:auto;
	padding-bottom: 421px;}  /* must be same height as the footer */


html {
	min-height: 100%;
}

html { overflow: -moz-scrollbars-vertical !important; }

/* Layout Styles Starts */



#wrapper-outer{
	width:962px;
	margin:0 auto;
	background:url(images/wrapper-outer-bg.jpg) no-repeat;
	min-height: 100%;
}
	#wrapper{
	width:904px;
	margin:0 auto;
	
	}
	#header{
	height:86px;
	overflow:hidden;
	padding-top: 34px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
			h1#logo{
				background:url(images/logo.gif) no-repeat;				
				width:262px;
				float:left;
			}
				h1#logo a{
					display:block;
					height:48px;
				}
					h1#logo a span{
						display:none;
					}
			#header h2, #header h3{
				font-size:24px;
				color:#fff;
				margin:0;
				text-transform:capitalize;
			}
				#header h2{
					padding:5px 0;
				}
				#header h3{
	font-size:18px;
				}
				
#header p .headertext .headertext {
	text-align: right;
}
#header p .headertext {
}
#header .headertext .headertext .headertext {
	text-align: right;
}

#header a{
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}
	#banner, #s3slider{
		margin:8px 0 2px 0;
	}
		#s3slider{
		position:relative;
		height:263px;
		overflow:hidden;
	}
		#s3sliderContent {
		   width: 900px; /* important to be same as image width or wider */
		   position: absolute; /* important */
		   top: 0; /* important */
		   margin-left: 0; /* important */
		   
		}

		.s3sliderImage {
		   float: left; /* important */
		   position: relative; /* important */
		   display: none; /* important */
		}

		.s3sliderImage span {
		   position: absolute; /* important */
		   left: 0;
		   font: 12px Arial, Helvetica, sans-serif;
		   padding: 10px 13px 15px 13px;
		   width: 894px;
		   background-color: #000;
		   filter: alpha(opacity=60); /* here you can set the opacity of box with text */
		   -moz-opacity: 0.6; /* here you can set the opacity of box with text */
		   -khtml-opacity: 0.6; /* here you can set the opacity of box with text */
		   opacity: 0.6; /* here you can set the opacity of box with text */
		   color: #fff;
		   display: none; /* important */
		   bottom: 0;

		   /*
			   if you put
			   top: 0; -> the box with text will be shown at the top of the image
			   if you put
			   bottom: 0; -> the box with text will be shown at the bottom of the image
		   */
		}
	#menu{
		height:55px;
		background:url(images/menu-bg.gif) repeat-x;
		overflow:hidden;
	}
		#menu, #menu ul{
			position:relative;
		}
		#menu ul{
			list-style:none;
		}
			#menu ul, #menu li{
				list-style:none;
				position:relative;
			}
			#menu li, #menu li a{
				display:block;
				float:left;
				height:55px;
				line-height:39px;
				color:#fff;
				text-transform:uppercase;
			}
				#menu li a{					
					padding:0 17px 0 17px;
					font-size:12px;
				}
					#menu li a:hover{
						background:url(images/menu-hover.gif) repeat-x;
						text-decoration:none;
					}						
	#container1, #container{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		}
		#container{
			background:url(images/divider.jpg) repeat-y 660px 0;
		}
		.block1{
			width:280px;
			float:left;			
			margin:0 30px 0 0;
			display:block;
		}
			.block1.nomargin{
				margin:0;
			}
			.block1 h2{
				color:#5d5d5d;
			}
			.block1 img{
	padding:3px;
	margin:0 0 8px 0;
	border: 0px solid #bfbfbf;
			}
			.block1 a{
				font-weight:normal;
				text-decoration:bold;
				color:#9B5E07;
			}
				.block1 a:hover{
					color:#222;
					text-decoration:none;
				}
	#sidenav{
		width:182px;
		margin-left:0;
		margin-right:10px
		}
		/* 202 for new nav */
	#sidearea{
		width:220px;
		float:right;

	}
	
	
	
	
	#sidearea ul{
		position:relative;
		display:block;
		margin:0 0 10px 0;
		padding:0 0 27px 0;
		overflow:hidden;
		z-index:10;
		background:url('/images/sub_nav_bottom.gif') bottom left repeat-x transparent}
		
		ul#sub_nav li,
		ul#sub_nav li,
		ul#sub_nav ul li{
			display:block;
			margin:0;padding:0;
			line-height:160%;
			list-style-position:outside}
		ul#sub_nav li a{
			position:relative;
			display:block;
			padding:5px;
			height:100%;
			margin-bottom:0;
			color:#000;
			font-size:12px;
			font-weight:bold;
			cursor:pointer;
			text-decoration:none;
			border:1px
			solid #BBB;border-top:
			none;background:#F5F5F5}
		ul#sub_nav li a:hover{
			color:#1984E2;
			background:#FFF}
		ul#sub_nav li ul li a{
			font-size:11px;
			font-weight:normal;
			color:#777}
		ul#sub_nav li ul li a{
			background:#DDD;
			text-indent:10px}
		ul#sub_nav li ul li a.plus{
			background:#EEE}
		ul#sub_nav li ul li ul li a{
			background:#CCC;
			text-indent:25px}
		span.plus,span.minus{
			display:block;
			float:right;
			width:20px;height:16px}
		span.plus{background-image:url('/workspace/img/sub_nav_plus.gif')}
		span.plus:hover{background-image:url('/workspace/img/sub_nav_plus.gif')}
		span.minus{background-image:url('/workspace/img/sub_nav_minus.gif')}
		span.minus:hover{background-image:url('/workspace/img/sub_nav_minus.gif')}
		ul#sub_nav li a#back_to_overview{
			height:27px;
			padding:0;
			text-indent: -7000px;
			border:none;
			background:url('/images/sub_nav_top.gif') no-repeat top left #1778CC}
			ul#connect{
			margin-bottom:10px}
	
	#mainarea{
		width:650px;
		float:left;
	}	
	#footer-outer{
	background-image: url(/images/footerbg.jpg);
	height: 421px;
	width: auto;
	position: relative;
	margin-top: -421x; /* negative value of footer height */
	clear:both;
	}
		#footer{
	width:900px;
	margin:auto;
	font-size:10px;																																																    color: #FFF;
	height: auto;
	position: relative;
	margin-top:  -421x; /* negative value of footer height */
	clear:both;
		}
	
			#footer a{
	color: #FFF;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
			}
			
	#footer a:hover {color: #C7A57C;

}
.footer, .push {
	clear:both; /* .push must be the same height as .footer */
}

/* Layout Styles Ends */



/* Form Styles */

.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background:#72aa00;
	line-height:20px;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
ul#portfolio{margin:0;list-style:none;}
#container dt, #container1 dt{
	font-weight:bold;
	margin:20px 0 10px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#C7A57C;
}
h1{font-size:32px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; color:#606060;font-family:"Helvetica", "Trebuchet MS";font-weight:normal;}									
img{border:none;}
TD, BODY, DIV {
	font-family:"Helvetica","Trebuchet MS",Arial,Verdana,sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	vertical-align:top;
	}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:normal;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}
.padding15{padding:15px;}


/* Genric Styles Ends */
.homeimage {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #0B0;
	border-right-color: #0B0;
	border-bottom-color: #0B0;
	border-left-color: #0B0;
}


.slideshow { width: 905px; height: 172px; border: 0px solid #ddd; background-color: ; }
.slideshow img {
	border: 1px solid #DDD;
}
 
.slide{position:absolute;width:949px}
.slide a{position:relative;display:block;float:left;width:272px;height:140px;}
.slide a{
	margin-right: 43.5px;
	margin-left: 44px;
	margin-top: 20px;
}
.slide a{margin-left:0px}
.slide a strong{display:none}
.slide no margin{margin-right:0px}
 
#slidernav{
	width:80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#slidernav a
{display:inline;float: left;margin:5px;width:10px;height:10px;text-indent: -7000px;font-size:8px;background-image:url('/images/slideshow_nav_a.jpg')}
#slidernav a.activeSlide
{background-position:left 10px}

.headertext{
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 10;
}
	
#footertable{
	padding-top: 30px;
	padding-bottom: 30px;
}

#footertable a{
	color: #C7A57C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footertable a:hover {color: #FFF;

}
	
#footer #footertable tr .tablefooter a strong {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#footer #footertable tr .tablefooter a strong:hover {color: #C7A57C;

}

#container2{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 180px;
	padding-left: 0;
	margin-bottom: -160px;
}


		#footersocial{
	width:900px;
	margin:auto;
	font-size:10px;																																																    color: #FFF;
	height: auto;
	position: relative;
	margin-top:  -321x; /* negative value of footer height */
	clear:both;
		}



	

