@charset "utf-8";

/* Layout */
html, body {
	height: auto !important; /* FF and compliant browsers should automatically size the body/html */
	height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	font: normal normal normal 11px Helvetica, Arial, sans-serif;
	background: #a3c1cb url(/App_Themes/unicrossing/images/bkg.png) repeat-x scroll top;
	color: #808080;
	margin: 0;	padding: 0;
	text-align: center;
}

#container {
	width: 902px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(/App_Themes/unicrossing/images/topgradient.png) repeat-x scroll top;
	overflow: visible;
}

#bars {
	width: 902px;
	background: transparent url(/App_Themes/unicrossing/images/bars.png) repeat-y scroll top right;
}

#header {
	padding-top: 22px;
}

#flvPlayer {
	width: 446px;
	height: 288px;
	float: left;
}

#title {
	width: 300px;
	height: 288px;
	float: left;
}

#underFlash {
	padding: 20px 0px 6px 10px;
	background: transparent url(/App_Themes/unicrossing/images/flashgradient.png) no-repeat scroll top left;
	clear: both;
}

#mainContent {
	width: 808px;
	margin: 0;
	padding: 0px 0px 20px 22px;
	background: transparent url(/App_Themes/unicrossing/images/bottomgradient.png) repeat-x scroll bottom;
}

#content {
	margin: 30px 0px 30px 50px;
	width: 390px;
	min-height: 100%;
	float: left;
}

#vision {
	width: 188px;
	margin: 16px 0px 0px 0px;
	float: left;
	border-top: 13px solid #e8d58b;
	line-height: 13px;
}

#majorParticipants {
	width: 188px;
	margin: 16px 0px 0px 12px;
	float: left;
	border-top: 13px solid #A6A18B;
	line-height: 13px;
}

#form {
	position: relative;
	bottom: 0px;
	font: normal normal normal 12px Helvetica, Arial, sans-serif;
	margin: 30px 0px 30px 0px;
	padding: 28px 28px;
	background: #FFFFFF url(/App_Themes/unicrossing/images/bkg_form.png) repeat-y scroll top;
	color: #A6A18B;
	width: 264px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	float: right;
}

#footer {
	width: 908px;
	height: 42px;
	padding-top: 48px;
	background: transparent url(/App_Themes/unicrossing/images/border_bottom.png) no-repeat scroll top;
	margin: 0 auto;
	text-align: left;
}

/* Tag Redefinition */
h1 {
	font: normal normal normal 48px Helvetica, Arial, sans-serif;
	line-height: 48px;
	margin: 0; padding: 0;
}

h2 {
	font: normal normal normal 18px Helvetica, Arial, sans-serif;
	line-height: 20px;
	margin: 0; padding: 4px 0px;
}

h3 {
	font: normal normal normal 24px Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 0; padding: 10px 0px;
	height: 44px;
	display: block;
}

h4 {
	font: normal normal normal 24px Helvetica, Arial, sans-serif;
	line-height: 24px;
}

h5 {
	font: italic normal normal 10px Helvetica, Arial, sans-serif;
	line-height: 10px;
	margin: 0; padding: 0;
}

p {
	line-height: 18px;
	font-weight: normal;
}

hr {
	height: 0;
	border-top: 1px dotted #A6A18B;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 10px 0px;
}

li {
	font: normal normal normal 10px Helvetica, Arial, sans-serif;
}

form {
	margin: 0; padding: 0;
}

img {
	border: 0;
}

img.map {
	border: 1px solid #999999;
	margin-bottom: 10px;
}

input {
	margin: 6px 0px;
	color: #B2B2B2;
}

input[type="text"] {
	width: 250px;
	border: 1px solid #999999;
}

select {
	width: 250px;
	margin: 6px 0px;
	color: #B2B2B2;
	border: 1px solid #999999;
}

select option {
	color: #B2B2B2;
	border: none;
}

/* Custom Classes */

div.clearAll {
	clear: both;
	height: 1px;
	display: block;
    visibility: hidden;
	font-size: 1px;
}

/* Colors */
.lightBlue {
	color: #99bac5;
}

.blue {
	color: #6d9cac;
}

.brown {
	color: #A6A18B;
}

.yellow {
	color: #e8d58b;
}

.plus {
	background: transparent url(/App_Themes/unicrossing/images/plus.png) no-repeat scroll top right;
	color: #A6A18B;
}

div.siteBy {
	font: normal normal normal 9px Helvetica, Arial, sans-serif;
	float: left;
	height: 24px;
	margin: 0; padding: 0px 0px 0px 10px;
	line-height: 24px;
	color: #6d9cac;
}

div.siteBy img {
	vertical-align:middle;
}

div.siteBy a {
	text-decoration: none;
	color: #6d9cac;
}