@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------- */
/* ------------------------------ HTML COMPONENTS */
/* ---------------------------------------------- */

body {
	margin: 0;
	padding-left: 30px;
	padding-top: 10px;
	font-family: Helvetica Neue, Helvetica, sans-serif ;
	font-size: 100%;
	background-color: #fff;
}



h1 {
	margin: 10 0;
}

a visited {
	text-decoration: none;
}


/* ---------------------------------------------- */
/* ------------------------- ID LAYOUT COMPONENTS */
/* ---------------------------------------------- */
		
/*#header {
	background-color: #0000FF;
}*/

#container {
	
	width: 1224px;
	height: 100%;
	margin: 0;
	background-color: #FFF;	
}

#left {
	float: left;
	width: 200px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: fixed;

}

ul {
	
	margin-left: 0;
	padding-left: 0;
	color: #000;
	text-decoration: none;
}

li {
	
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

table {
	padding-top: 20px;
}
		
#content {
	margin-left: 200px;
	height: 100%;
	padding-top: 160px;
/*	padding-right: 50px;
*/	background-color: #FFF;
	border-color: #fff;
	width: 1024px;
	font-weight: normal;
	font-size: 13px;
	font-color: #000;
}

#content p {
	margin-left: 30px;
	padding-right: 300px;
	font-size: 12px;
	
}



#content p a{
	text-decoration: none;
	color: #479193;
	
}

#content p a:hover {
	text-decoration: underline;
	color: #479193;
	
}
#content p a:visited{
	text-decoration: none;
	color: #479193;
	
}

#content ul{
	margin-left: 30px;
	padding-right: 300px;
	font-size: 12px;
}

#content li a{ 
	text-decoration: none;
	color: #479193;
	text-transform:uppercase;
}

 #content li a:hover {
	text-decoration: underline;
	color:#479193;
	text-transform:uppercase;

} 

#content li a:visited {
	text-decoration: none;
	color: #479193;
}

#content h3 {
	margin-left: 30px;
}
#content h2 {
	margin-left: 30px;
}
	

#footer {
	background: #FFF;
	width: 1224px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-top: 40px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, sans-serif ;
	font-size: 70%;
	font-weight:lighter;
}

/*Jquery styling*/

./*content{
				width:900px;
				position:relative;
				margin: 25px 0 0px 12px;
				;
			}
			


.hs_container{
	position:relative;
	width:902px;
	height:471px;
	overflow:hidden;
	clear:both;
	border:2px solid #fff;
	cursor:pointer;*/
/*	-moz-box-shadow:1px 1px 3px #222;
	-webkit-box-shadow:1px 1px 3px #222;
	box-shadow:1px 1px 3px #222;
	*/
/*}
.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}
.hs_area1{
	border-right:2px solid #fff;
}
.hs_area4, .hs_area5{
	border-top:2px solid #fff;
}
.hs_area4{
	border-right:2px solid #fff;
}
.hs_area3{
	border-top:2px solid #fff;
}
.hs_area1{
	width:449px;
	height:334px;
	top:0px;
	left:0px;
}
.hs_area2{
	width:451px;
	height:165px;
	top:0px;
	left:451px;
}
.hs_area3{
	width:451px;
	height:167px;
	top:165px;
	left:451px;
}
.hs_area4{
	width:192px;
	height:135px;
	top:334px;
	left:0px;
}
.hs_area5{
	width:708px;
	height:135px;
	top:334px;
	left:194px;
}*/