body {
	background-color:#505050;
	background-image: url(/resources/bodybgAlpha.png);
    background-repeat: repeat-x;
	margin:0px;
}

.mainContainer {
	height: 900px; 
	width: 800px; 
	position: relative; 	/* this and the next line will center the mainContainer */
	margin: auto; 			/* auto puts even amount of window space on either side */
	color: white; 
	background: #303030;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	margin-top:0;
}

.masthead {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background: url(/resources/mastbg.png) repeat-x;
	color:black;
	text-align:center;
}

#logo {
	position:absolute;
	top:16px;
	left:16px;
	
}

/* get rid of FF image link borders */
a img {border: none; }

img.alone {
	margin-left:15px;
	outline:black solid 5px;
}

a {
	text-decoration:none;
	color:#770000;
}

a:hover {
	color:red;
}

#site-mission {
	background:url(/resources/headline01.png) no-repeat;
	width:560px;
	position:absolute;
	top:10px;
	left:196px;
	height:80px;
	color:black;
	font-size:24px;
	font-style:italic;
	text-align:center;
	color:white;
}

#my_headline {
	margin:auto;
	padding-top:19px;
}

.about_paragraph {
	margin-top: 0.1em;
	font-size:11px;
}

.an_idea {
	font-family:times, serif;
	font-size:12px;
	font-weight:bold;
}

.content-inner {
	margin:10px 20px 20px 20px;
}

/*---- Navigation elements -----*/
	div.nav {
		background: url(/resources/graynavbar.png) repeat-x;
		position:absolute;
		left:0px;
		top:100px;
		width:100%;
		height:20px;
		font-size:12px;
	}
	
	div.nav li {
		display: inline;		/*this is important element to get horizonal menus*/
		list-style-type: none;
		
		float:left;
	}
	
	div.nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		height:20px;
	}
	
	div.nav a {
		color: #770000;
		padding-left:20px;
		text-decoration: none;
		display:block;
		text-align:center;
		position:relative;
		line-height:22px;
	}
		
	div.nav a:hover {
		color:red;
		background:transparent;
	}
	
	div.nav #currentpage a {	
		color:#000;					
		background:transparent;
	}
	

/*------ end nav elements -------*/


.content {
	color:#ddd;
	font-size:11px;
	font-style:italic;
	position:absolute;
	left:20px;
	width:760px;
	height:700px;
	top:140px;
	background-color:#666;
}

.feature_indent {
	font-size:11px;
	color:#444;
	position:relative;
	margin-top:3px;
	margin-bottom:10px;
	padding-left:13px;
}

.paneText{
	position:absolute;
	top:60px;
	left:380px;
	width:340px;
	height:118px;
}

.paneText2 {
	position:absolute;
	top:260px;
	left:380px;
	width:340px;
	height:118px;
}

.paneText3 {
	position:absolute;
	top:460px;
	left:380px;
	width:340px;
	height:118px;
}


/* root element for tabs  */
ul.tabs { 
	list-style:none;
	margin:0 !important;
	padding:0;
	height:20px;
	left:20px;
}

/* single tab */
ul.tabs li { 
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/resources/tabsprite.png) repeat-x 0px -0px;
	font-size:11px;
	display:block;
	height: 20px;
	line-height:22px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000 !important;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -20px;
	color:#0000CD;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -40px;
	cursor:default !important; 
	color:#ccc !important;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;
	position:absolute;
	top:70px;
	left:40px;
	font-size:14px;
	width:640px;
	height:550px;
}

div.panes div.pane {
	display:none;
}

.panes {
	height:615px;
	border:1px solid #444;
}

.inner_pane {
	position:absolute;
	padding-right:20px;
}

.pane {
	position:absolute;
	top:20px;
	left:20px;
	width:600px;
	height:550px;
	overflow-y:auto;
	background-color:#eee;
	color:black;
	padding:20px;
	padding-top:10px;
}

.footer {
	position:absolute;
	left:0px;
	top:860px;
	width:100%;
	height:40px;
	background: url(/resources/footerbg.png) repeat-x;
	color:black;
}

#footnote {
	text-align:center;
	font-size:11px;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#footnote a {
	color:#770000;
}
#footnote a:hover {
	color:red;
}

.clear {
	background-color:transparent;
	position:absolute;
	top:960px;
	height:50px;
	width:10px;
}
#acknowledge {
	padding:20px;
}
.dxIndent {
	padding-left:20px;
}

.dxIndent a {
	color: #770000;
}
.dxIndent a:hover {
	color:red;
}

.front_panel {
	position:absolute;
	top:20px;
	left:20px;
	width:680px;
	height:630px;
	overflow-y:auto;
	background-color:#eee;
	color:black;
	padding:20px;
	padding-top:0px;
}

#screen {
	position:absolute;
	top:20px;
	left:20px;
	background: url(/resources/front_bg4.png) no-repeat;
	/*background-position:20px 20px;*/
	width:680px;
	height:400px;
}

.front_text {
	/*margin-top:40px;*/
	position:absolute;
	top:440px;
	left:40px;
	width:640px;
	font-size:150%;
	text-align:center;
}

.dxp_text {
	position:absolute;
	top:630px;
	left:-0px;
	width:100%;
	font-size:11px;
	text-align:center;
	color:#666;
	padding-top:3px;
	border-top:1px solid #999;
}

#powered_icons {
	margin:auto;
	width:80%;
	text-align:center;
}

#image_note {
	position:absolute;
	top:420px;
	left:440px;
	font-size:10px;
	color:#888;
}

.images {
	position:relative;	
	width:640px; 
	height:360px; 
	float:left;	
	margin:15px;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	width:640px;
	height:360px;
	padding-left:2px;
}

div.download_btn {
	width:153px; 
	margin:auto;
	margin-top:27px;
	margin-bottom:27px;
}

#sysFeatures {
	position:absolute;
	width:300px;
	left:0px;
}

#sysReq {
	position:absolute;
	width:330px;
	left:300px;
}

#overview {
	font-size:12px;
}