@charset "UTF-8";
/* CSS Document */

body {
	background-color:#C3CCD3;
	background-image: url(pagebg.jpg);
	background-repeat: repeat;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .8em;
}
#container {
	width: 778px;
	margin: 0 auto;
}
#translatebar {
	width: 778px;
	height:22px;
	top:0px;
	position:relative;
	background-image:url(AzTechCeleratorTranslatebg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ADCB32;
	text-align:left;
}
#translatebar img {
	padding-right:8px;
}
#translatebar div {
	float:right;
	padding-top:3px;
	font-size: .9em;
}
#banner {
	background-image: url(AzTechCeleratorBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:778px;
	height:89px;
}
#contentcontainer {
	float: left;
	width:778px;
	min-height:563px;
	overflow:hidden;
	padding:0;
	background-color: #FFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#content {
	float:left;
	margin-left:16px;
	width: 613px;
	position: relative;
}
#scrolllayer {
	width: 605px;
	height:430px;
	position: absolute;
	overflow:hidden;	
}
#scrollcontent {
	margin-left:30px;
	width: 575px;
	position: absolute;
	visibility:visible;
}
#video {
	width: 400px;
	height:300px;
	float: left;
	margin-right:10px;
}
#copy {
	float:right;
	width:202px;
	text-align:left;
	font-size: 1.3em;
	color: #231F20;
	padding:0;
}
#copy div a {
	color:#79B33A;
	font-weight:bold;
	font-size: 1em;
	padding-bottom:6px;
}
#copy div a:hover {
	text-decoration:underline;
}
#copy p {
	margin:0;
	padding:0;
}
.maintext {
	text-align:left;
	line-height:1.5em;
	color: #231F20;
		margin-top:15px;
}
li {
	text-align: left;
	padding-bottom:6pt;
	margin-left:-15px;
}
#menu {
	right:0px;
	top: 53px;
	width:130px;
	float:right;
	position:relative;
}
#menu div {
	border-bottom: 1px dashed #7E7E7E;
	font-size: .85em;
	font-weight:bold;
	color:#7b98c2;
	line-height:1.5em;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#menu div a {
	text-decoration:none;
	color:#7b98c2;
}
#menu div a:hover {
	text-decoration:underline;
	color:#7b98c2;
}
#footer {
	height:60px;
	width: 778px;
	position:relative;
}
.header {
	color:#79B33A;
	font-weight:bold;
	font-size: 1.4em;
}
.footertext {
	text-align:center;
	color: #231F20;
	padding-top:15px;
	padding-bottom:15px;
}
.footertext a {
	color: #7b98c2;
	text-decoration:none;
	}
.footertext a:hover {
	text-decoration:underline;
	}
a {
	color: #7b98c2;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}
#scrollup {
	left: 615px;
	top: 73px;
	position:absolute;
	width:25px;
	height:228px;
}
#scrolldown {
	left: 615px;
	top:301px;
	position:absolute;
	height:243px;
	width:25px;
}
#homelinks {
	clear:both;
	top:10px;
	margin: 0 16px 0 16px;
}
#homelinks a{
	color:#7FB539;
	font-weight:bold;
	padding-bottom:8pt;
}
#homelinks a:hover {
	text-decoration:underline;
}
#copy ul {
	font-weight: bold;
	list-style-type: none;
}
#std {
	float:right;
	width:198px;
	padding:0;
	margin:20px 170px 0 0;
	/* width: 500px; */
	/* margin: 10px 0 10px 50px; */
	border: 2px dotted #7B98C2;
	text-align:center;
}
#std h2 {
	color:#7FB539;
}
#std h3 {
	color:#7B98C2;
}
#std h2, #std h3, #std p  {
	margin: 5px;
}

