@charset "utf-8";

#wrapper {
	width: 1152px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #71D460;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2b961b;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: -10px;
}

a:hover {
	text-decoration: underline;
}

#wrapper #header {
	background-image: url(assets/header/headerBG.jpg);
	background-repeat: repeat-x;
	height: 97px;
	vertical-align: bottom;
}
#wrapper #header table {
	height: 97px;
	width: 1152px;
}

#wrapper #header tr .topLogo {
	background-image: url(assets/header/logoTop.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 257px;
}

#wrapper #videoSection #columnLeft {
	background-image: url(assets/videoSection/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 562px;
	height: 400px;
	float: left;
}
#wrapper #videoSection #columnLeft #columnLeftBottom {
	position: relative;
	width: 250px;
	margin-top: 292px;
	padding-left: 290px;
}
#wrapper #videoSection #columnRight {
	float: right;
	height: 300px;
	width: 575px;
	margin: 0px;
	padding: 0px;
}


#wrapper #videoSection {
	background-image: url(assets/videoSection/videoBG.jpg);
	background-repeat: repeat-x;
	height: 406px;
}
#wrapper #loginSection {
	background-image: url(assets/loginSection/bg.gif);
	background-repeat: repeat;
	height: auto;
}
#wrapper #loginSection #bottomSlice {
	height: 15px;
	background-image: url(assets/loginSection/bottomLinkSlice.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrapper #loginSection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 16px;
}
#wrapper #footerOne {
	background-image: url(assets/footerOne/bg.jpg);
	background-repeat: repeat-x;
	height: 140px;
}
#wrapper #footerOne #footerLeftColumn {
	width: 325px;
	float: left;
	height: 100px;
	margin-top: 18px;
}
#wrapper #footerOne #footerLeftColumn p {
	padding-left: 30px;
	text-align: justify;
	padding-right: 15px;
}

#wrapper #footerOne #footerRightColumn {
	background-repeat: no-repeat;
	background-position: right;
	height: 140px;
	width: 800px;
	float: right;
}


#wrapper #loginSection table {
}
#footerTwo {
	height: 30px;
	width: 1152px;
	margin-right: auto;
	margin-left: auto;
}
#footerTwo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-indent: 30px;
}
#footerTwo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
#footerTwo a:hover {
	text-decoration: underline;
}
#footerTwo #footerTwoRightColumn {
	width: 300px;
	float: right;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 30px;
}
