/* main site styles for consortium microsite */
/* Author: Andrew Creek */
/* www.vimarc.com */

/* @group general */
html, body {
	margin: 0;
	padding: 0;
	font: small Geneva, Helvetica, Arial, sans-serif;
}
/* @end */

/* @group layout */
#branding-main {
	height: 253px;
	width: 100%;
	background: #004075 url(../images/brand-bg-repeat.png) repeat-x;
}

#banner {
	height: 253px;
	background: transparent url(../images/brand-bg.png) no-repeat left;
}

#navigation-main {
	position: relative;
	bottom: 35px;
	height: 35px;
	border-bottom: 1px solid #b2d047;
}

#content {
	position: relative;
	bottom: 35px;
	margin: 0;
	background: white url(../images/highlight-background-repeat.png) repeat-x;
}

#content-main {
	margin-right: 250px;
	padding: 20px 50px 20px 50px;
}

#content-right {
	float: right;
	width: 250px;
	margin-top: 15px;
	padding: 20px 20px 20px 20px;
}

#accommodations {
	position: relative;
	top: 20px;
	font-size: 115%;
	margin-left: 20px;
	clear: both;
}

#navigation-secondary {
	clear: both;
	height: 100px;
	padding: 0;
	margin: 0;
	background-color: #acce3a;
	border-top: 10px solid #00448b;
}
/* @end */

/* @group navigation */

/* @group main-nav */
#nav {
	float: left;
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 110%;
	font-weight: 100;
}

#nav a {
	float: left;
	display: block;
	padding: 9px;
	text-decoration: none;
	color: #004075;
}
/* hover styles */
#nav a:hover {
	color: #fff;
	background: transparent url(../images/nav-bttn-middle-repeat.gif);
}

/*active styles */
#nav .active a{
	color: white;
	background: transparent url(../images/nav-bttn-middle-repeat.gif);
}
/* @end */

/* @group footer-nav */
#footer-nav {
	float: left;
	margin: 15px 0 0 50px;
	padding: 0;
	list-style: none;
}

#footer-nav li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 110%;
	font-weight: 100;
}

#footer-nav a {
	float: left;
	display: block;
	color: #00448b;
	text-decoration: none;
	padding: 9px;
	font-weight: lighter;
}

/* hover styles */
#footer-nav li:hover {
	margin-top: 5px;
	background: #ffffff url(../images/left-secondarynav-button.jpg) no-repeat left;
}

#footer-nav a:hover {
	color: #004075;
	background: transparent url(../images/right-secondarynav-button.jpg) no-repeat right;
	padding: 4px 9px 7px 9px ;
}
/* @end */

/* @end */

/* @group typography */
h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 170%;
	font-weight: 100;
	color: #004075;
	padding-bottom: 3px;
	border-bottom: 1px solid #b2d047;
}

h2 {
	color: #0080c6;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 115%;
	font-weight: 100;
	padding-right:20px;
	/*background: url(../images/h2-arrows.gif) no-repeat right;*/
}





.style2 {color: black}

.style3 {
	color: #000000;
	font-weight: bold;
}

p {
	font-size: 90%;
	line-height: 170%;
}

a {
	color: #004075;
}

a:hover {
	color: #F16618;
}

a#register-bttn {
	position: absolute;
	top: 45px;
	width: 146px;
	height: 32px;
	margin-left: 20px;
	text-indent: -9999px;
	background: transparent url(../images/register-bttn.gif) no-repeat;
}

a#sponsor-bttn {
	position: absolute;
	top: 90px;
	width: 184px;
	height: 227px;
	margin-left: 2px;
	text-indent: -9999px;
	background: transparent url(../images/sponsor-bttn.gif) no-repeat;
}

div#accommodations
{
	position: absolute;
	top: 90px;	
}

h1#branding-logo {
	position: absolute;
	right: 50px;
	top: 125px;
	width: 213px;
	height: 194px;
	background: transparent url(../images/consortiumlogo.gif) no-repeat;
	text-indent: -9999px;
	border: none;
}

h1#date-badge {
	position: absolute;
	margin: 0;
	top: 5px;
	left: 35px;
	width: 213px;
	height: 194px;
	background: transparent url(../images/2010tag.gif) no-repeat;
	/* background: transparent url(../images/2008tag.gif) no-repeat; */
	text-indent: -9999px;
	border: none;
}
/* @end */

/* @group misc styles */


#accommodations img {
	margin-top: 10px;
}

#content-main ul {
	margin: 0 50px 0px;
	padding: 0;
	font-size: 90%;
	line-height: 170%;
	list-style-image: url(../images/h2-arrows.gif);
	list-style-position: outside;
}

#content-main li {
	margin-bottom: 15px;
}

/* form */
#content-main form {
	margin-top: 1.5em;
}

#content-main label {
	padding-bottom: 1em;
	margin-bottom: 20px;
	padding-left: 12em;
	font-size: 100%;
	font-weight: 500;
	display: block;
	color: #004075;
	text-transform: uppercase;
}

#content-main fieldset {
	padding: 1.5em 1em .90em 1em;
	border: none;
	border-top: 1px solid #b2d047;
}


#content-main fieldset.alt {
	border-top: 1px solid #b2d047;
}

#content-main label .labelText {

}

#content-main label.required .labelText {
	font-weight: bold;
}

#content-main label .requiredMarker {
	display: block;
	color: #F16618;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
}

#content-main input.text {
	width: 15em;
}

#content-main fieldset.submit {
	padding-top: 2em;
	padding-left: 9em;
	background-color: transparent;
}

.strong {
	color: black;
	font-weight: 800;
}
/* @end */
