/* gbXML Layout Styles */

p.section {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
p.section span {
	font-weight: normal;
}
p.section span.it {
	font-style: italic;
}
p.section span.sm {
	font-size: 16px;
}
p.section span.st {
	font-weight: bold;
}

p.subsection {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
}
p.subsection span {
	font-weight: normal;
}
p.subsection span.it {
	font-style: italic;
}
p.subsection span.sm {
	font-size: 14px;
}
p.subsection span.st {
	font-weight: bold;
}

p.spacerln {
	margin-bottom: 36px;
	border-bottom: 1px dashed #DDDDDD;
}

p.spacer {
	margin-bottom: 36px;
}

p.feedback {
	background-color: #EEEEEE;
	font-style: italic;
	padding: 4px;
	margin-top: 16px;
	margin-bottom: 16px;
}

p.success {
	color: #009900;
	border: 1px dotted #009900;
}

p.failure {
	color: #990000;
	border: 1px dotted #990000;
}

div, p, td, th, li {
	font-family: sans-serif;
	font-size: 15px;
	color: #333333;
}

body, div, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}

body {	
	background-color: #F2F2F2;
}

p {
	margin-bottom: 12px;
}

img {
	border: 0px;
}

a {
	color: #666666;
}

a:hover {
	color: #999999;
}

#frame {
	width: 900px;
	margin: 15px auto 15px auto;
	
	background-color: #FFFFFF;
	
	border: 1px solid #CECECE;
}

#header {
	float: left;
	position: relative;
	
	width: 900px;
	height: 80px;
	
	background-image: url(../img/header_new.png);
	background-repeat: no-repeat;
}

#header01 {
	float: left;
	position: relative;
	
	width: 900px;
	height: 145px;
	
	background-image: url(../img/header01.jpg);
	background-repeat: no-repeat;
	
	margin-bottom: 30px;
}
#header02 {
	float: left;
	position: relative;
	
	width: 900px;
	height: 145px;
	
	background-image: url(../img/header02.jpg);
	background-repeat: no-repeat;
	
	margin-bottom: 30px;
}
#header03 {
	float: left;
	position: relative;
	
	width: 900px;
	height: 145px;
	
	background-image: url(../img/header03.jpg);
	background-repeat: no-repeat;

	margin-bottom: 30px;
}
#header04 {
	float: left;
	position: relative;
	
	width: 900px;
	height: 145px;
	
	background-image: url(../img/header04.jpg);
	background-repeat: no-repeat;

	margin-bottom: 30px;
}

#homelink {
	float: left;
	margin-left:30px;
	width: 170px;
	height: 80px;
	cursor: pointer;
}

#signin {
	float: right;
	position: relative;
	
	width: 250px;
	
	text-align: right;
	
	padding-top: 5px;
	padding-right: 5px;
	
	font-size: 12px;
}

#menu {
	float: left;
	position: relative;
	
	width: 150px;
	
	margin-left: 30px;
}

#menu ul {
	list-style: none;
}

#menu li {
	font-size: 13px;
}

#menu li.item {
	margin-bottom: 3px;
	margin-left: 5px;
}

#menu li.spacer {
	margin-bottom: 20px;
}

#page {
	float: left;
	position: relative;
	
	width: 510px;

	margin-left: 30px;
}

#page ul {
	margin-top: -4px;
	margin-bottom: 0px;
	list-style: none;
}

#page li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
}

#page ul li ul {
	list-style: square;
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 8px;
}

#page form ul {
	margin-left: 0;
}

#page form li {
	margin-left: 0;
	vertical-align: center;
}

#page form li label {
	float: left;
	width: 130px;
}

#page form li input, #page form li textarea {
	border: 1px solid #666666;
}

#right {
	float: left;
	position: relative;
	
	width: 120px;
	
	margin-left: 30px;
}

#right img {
	margin-bottom: 15px;
}

#sponsors {
	width: 120px;
	height: 145px;

	background-image: url('/img/callout_sponsors.png');
	background-repeat: no-repeat;

	margin-bottom: 15px;
}

#sponsors p {
	text-align: right;
	
	font-size: 10px;
	color: #888888;
	
	margin-right: 5px;
}

#sponsorSlideShow {
	margin: 25px 5px 0px 5px;
}

#footer {
	float: left;
	position: relative;
	
	width: 900px;
	height: 33px;

	margin-top: 50px;

	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
}

#footer .legallink {
	color: #AAAAAA;
}

#footer .legalleft {
	float: left;
	width: 250px;
	
	font-size: 12px;
	color: #888888;
	
	margin-top: 3px;
	margin-left: 28px;
}

#footer .legalright {
	float: right;
	width: 500px;
	
	text-align: right;
	
	font-size: 11px;
	color: #888888;
	
	margin-top: 3px;
	margin-right: 5px;
}

