body
{
	width: 				972px;
	margin: 			0 auto;
	background-color: 	#d8d8d8;
	font-family: 		Arial, Verdana, sans-serif;
}

h1
{
	font-size: 			32px;
	font-family: 		Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: 				#353530;
	font-weight: 		500;
	clear: both;
}

h2
{
	font-size: 			25px;
	font-family: 		Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: 				#353530;
	font-weight: 		500;
	clear: both;
}

h3
{
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #344A94;
	font-weight: 500;
	clear: both;
}

#wrapper
{
	width:				972px;	
}
/*--------------Global: banner and menu--------------*/
#header 
{
	text-align: center;
}

#chromemenu
{
	background-image: url(../image/nav_bar.png);
	border-radius: 5px;
}

/*-------------- Global: all content up to copyright--------------*/
#contentWrapper
{
	width: 				972px;
	overflow: 			auto;	
	height:   			100%;
}

/*--------------Home: slideshow and side text in main-----------------*/
#main
{
	margin-top: 15px;
	width: 972px;
	height: 430px;
	background-image: url(../image/content_bg.png);
	border-radius:5px;
}

#slideshow 
{
	float: left;
	width: 960px;
	height: 360px;
	position: relative;
	z-index: 5;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: solid;
	border-spacing: 0px;
	border-width: 6px;
	border-radius:6px;
	border-color: #f0f0f0;
}

#slideshow #nav 
{
	display: none;
	list-style: none;
	position: absolute; 
	bottom: 55px; 
	z-index: 10;
}
	
#slideshow #nav #prev 
{
	position: absolute;
	top: -110px;
	left: 10px;
}
		
#slideshow #nav #next 
{
	position: absolute;
	top: -110px;
	left: 930px;
}

#slideshow ul#slides 
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

#slideshow ul#slides li 
{
	margin: 0 0 0 0;
}


#slideshow_holo 
{
	float: left;
	width: 960px;
	height: 545px;
	position: relative;
	z-index: 5;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: solid;
	border-spacing: 0px;
	border-width: 6px;
	border-radius:6px;
	border-color: #f0f0f0;
}

#slideshow_holo #nav 
{
	display: none;
	list-style: none;
	position: absolute; 
	bottom: 55px; 
	z-index: 10;
}
	
#slideshow_holo #nav #prev 
{
	position: absolute;
	top: -200px;
	left: 10px;
}
		
#slideshow_holo #nav #next 
{
	position: absolute;
	top: -200px;
	left: 930px;
}

#slideshow_holo ul#slides 
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

#slideshow_holo ul#slides li 
{
	margin: 0 0 0 0;
}

.feature_image
{
	width: 460px; 
	height: 240px; 
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	border-radius: 6px;
	box-shadow: 4px 4px 2px #606060;
}

#sideText
{
	width: 400px;
	float: right;
	padding-right: 30px;
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
}


#latestNews
{
	width: 972px;
	float: left;
}

#latestNews p
{
	font-size: 14px;
	font-weight: 500;
}

/*--------------Other pages-----------------*/
#mainText
{
	margin-top: 15px;
	border-radius: 5px;
	float: left;
	padding-top: 25px;
	padding-left: 89px;
	padding-right: 100px;
	padding-bottom: 25px;
	line-height: 150%;
	font-size: 16px;
	font-weight: lighter;
	background-image: url(../image/content_bg.png);
}

/*--------------FAQ-----------------*/
.FAQheading 
{
	
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #344A94;
	font-weight: 500;
	margin-top: 30px;
}

.FAQpara
{
	margin-top: -15px;
	font-size: 14px;
}

.tutorials
{
	width: 783px;
	height: 50px;
}

#copyright
{
	background-color: #808080;
	text-align: center;
	width: 972px;
	height: 45px;
	font-size: 13px;
	float: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#copyrightDoxygen
{
	background-color: #808080;
	text-align: center;
	width: 972px;
	height: 24px;
	font-size: 13px;
	float: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
