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

body {
	/*background-image:url(/images/layout/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color:#fefefe;
}

.content {
	position:absolute; 
	left:308px; 
	top:28px; 
	width: 560px; 
	height: 346px;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 204px;
	background-color: #1a1a1a;
}

#container {
	/*guideline addition*/
	background-image:url(/images/layout/home_iron.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#ffffff;
}

#JSIntro {
	float:left;
	width:280px;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 365px;
	background-image:url(/images/layout/accordion_gradient.png);
	background-repeat: repeat-x;
	background-color:#1A1A1A;
	
	
}

.JSIntroHeader {
	float:left;
	width:280px;
	background-image:url(/images/layout/accordion_bg.jpg);
	background-repeat:repeat-x;
	height: 27px;
	margin: 0px;
	font-weight: bold;
	background-color: #004689;
	color: #ffffff;	
	
	
}

#JSIntro p {
	margin:7px 10px 0 10px; 
	color:#ffffff;	
	
	
	
}

.JSContent {
	width:280px;
	margin-top:40px;
	
}

#JSIntro a {
	color:#ffffff;	
	
}

#JSIntro a:visited {
		color:#ffffff;	
	
	
	
}


#JSvid {
	float:left;
	width:470px;
	height:364px;	
	background-color:#039;
	margin-top:10px;
	margin-left:50px;
	
	
	
	
}
