/* Core Template Styles */

html {
	background: url('../images/core/bg.png') repeat-x #c6c6c6 top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 23px;
	line-height: 18px;	
	font-family: "Serifa", Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	margin-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}

h3 {
	font-size: 17px;
	line-height: 14px;
	margin-bottom: 8px;
	font-family: "Serifa", Georgia, serif;
	font-weight: bold;
	color: #8C8C8E;
	text-transform: uppercase;
}

h5 {
	font-weight: bold;	
	color: #5c539e;
	margin: 12px 0px 8px 0px;
}

p {
	padding-right: 15px;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 15px;	
	
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	background: url('../images/core/main_bg.png') transparent no-repeat top left;
	width: 872px;
	height:  548px;
	margin:  20px auto 0 auto;
	position:  relative;
}

#home #main {
	background: url('../images/pages/home/home_bg.png') transparent no-repeat top left;
}

#scitechLink {
	width: 151px;
	height:  41px;
	position: absolute;
	top: 476px;
	left:  18px;
	background: url(../images/core/scitech_link.png) 0px 0px no-repeat;
	text-indent: -9999px;
}

#scitechLink:hover {
	background-position: 0px -41px;
}

#overview {
	width: 228px;	
	position: absolute;
	top: 101px;
	left: 210px;
	color:  #FFFFFF;
	overflow: hidden;
}

#overviewHeader {
	margin-bottom: 5px;
}

#overview p {
	/*fix for safari/firefox*/
	opacity: 0.99999;
	-moz-opacity: 0.99999;
	-khtml-opacity: 0.99999;
	filter: alpha(opacity=99);
	/* end fix */
	padding-right: 10px;
}

#overview a {
	color: #fff;
}

#hero {
	width: 259px;	
	position: absolute;
	bottom: 32px;
	left: 189px;
}

#content {
	width: 361px;
	height: 380px;
	position: absolute;
	top: 133px;
	left: 474px;
}

ul.blueBullet li {
	background: url(../images/core/blue_bullet.png) 0px 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 6px;
}

ul.whiteBullet li {
	background: url(../images/core/white_bullet.png) 0px 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 6px;
	/*fix for safari/firefox*/
	opacity: 0.99999;
	-moz-opacity: 0.99999;
	-khtml-opacity: 0.99999;
	filter: alpha(opacity=99);
	/* end fix */
}

/* ### SCROLL PANEL ### */
.scroller {
	overflow: auto;
	width: 100%;
}

#overview .jScrollPaneTrack {
	background-image: url('../images/core/scroll_bg_dark.png');
}

#overview .jScrollPaneDragTop {
	background-color: blue;
	background: url('../images/core/scroll_cap_dark_top.png') top left no-repeat #454545;
}

#overview .jScrollPaneDragBottom {
	background-color: red;
	background: url('../images/core/scroll_cap_dark_bot.png') top left no-repeat #454545;
}

#content .scroller {
	height: 380px;
}

#content .jScrollPaneTrack {
	background-image: url('../images/core/scroll_bg_light.png');
}

#content .jScrollPaneDragTop {
	background-image: url('../images/core/scroll_cap_light_top.png');
}

#content .jScrollPaneDragBottom {
	background-image: url('../images/core/scroll_cap_light_bot.png');
	border: none;
	
}

/* ### END SCROLL PANEL ### */

/* ### FOOTER ### */
#footer {
	width: 864px;
	margin: 0 auto;
}

#footer a {
	display: block;
	color:#666;
	font-size:10px;
	margin-right: 7px;
	float:right;
}

/* ### END FOOTER ### */


/* ### GENERIC ### */
.divider {
	height: 1px;
	margin: 14px 0 15px 0;
	border-bottom: 1px solid #c4c4c4;	
}

.fleft {
	float: left;
}

.fright {
	float:right;
}

.clear {
	clear: both;
}

.blue {
	color: #5c539e
}
/* ### END GENERIC ### */