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

body {
	margin:0;
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	
}
a:link {

}
a:visited {

}
a:hover {

}
a:active {

}
img {border:none;}

.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both}

.inner {
	width:1000px;
	margin:0 auto;
}
.graphic-item {
	overflow:hidden;
	text-align:left;
	text-indent:-99999px;
}


#topLinksWrapper {
	background-color:#5C3385;
	padding:0 0 10px 0;
}
#topLinks {
	height:33px;
	overflow:hidden;
	background-color:#8566A3;
	padding:0 0 0 0;
}
#topLinks ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	text-align:right;
}
#topLinks ul li {
	margin:0;
	padding:0 10px 0 15px;
	list-style:none;
	display:inline;
	background:url(../images/nav-divider.gif) left 3px no-repeat;
}
#topLinks ul li.first {
	background:none;
}
#topLinks ul li,
#topLinks ul li a {
	color:#FFF;
	text-transform:lowercase;
	text-decoration:none;
}
#topLinks ul li a:hover {
	text-decoration:underline;
}

#landingContent {
	background:url(../images/splash-bg.gif) left top repeat-x;
	min-height:340px;
	height:auto!important;
	height:340px;
	padding:20px 0 0 0;
}

#mainLogo {
	margin:0 auto;
	padding:0;
	width:362px;
	height:40px;
	background:url(../images/splash-logo.gif) left top no-repeat;
}

#formArea {
	width:280px;	
	text-align:left;
	padding:58px 0 0 20px;
}
form#regForm {
	margin:0;
	padding:0;
}
form#regForm fieldset {
	border:none;
	margin:0;
	padding:0;
}
form#regForm legend,
#formArea h3 {
	font-size:24px;
	color:#363;
	margin:0 0 10px;
}
form#regForm label {
	display:block;
	margin:6px 0 0;
	padding:0 0 0 6px;
}
form#regForm label span{
	display:block;
	float:left;
	width:75px;
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
}
form#regForm .text-field{
	width:160px;
	height:16px;
	margin:0;
	padding:3px;
	border:1px solid #A28BB9;
	font:normal 14px Arial, Helvetica, sans-serif;
	text-align:left;	
}
form#regForm .reg-submit {
	margin:10px 0 0;
}

form#regForm label,
#formArea p {
	color:#5C3385;
	font-size:14px;	
}
#formArea p {
	line-height:20px;
}


#videoArea {
	width:700px;
	/*background:url(../images/diagram.jpg) 50% 11px no-repeat;*/
	height:276px;
	padding:11px 0 0 0;
	text-align:right;
}
#videoAreaBlank {
	width:500px;
	background:url(../images/diagram.jpg) 50% 11px no-repeat;
	height:276px;
}