/* Imports
----------------------------------------*/
@import url("reset.css"); /* Resets browsers to default margins/padding on all elements */



/* Elements
----------------------------------------*/
body {
	background:#1c2c50 url(../images/background.png) repeat-x ;
}

body, p, td, th, li {
	font-family:Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:13px;
	line-height:18px;
	color:#fff;
}

#mainContainer {
	width:888px;
	margin: 0 auto;
}

p {
	margin: 0 25px 10px 30px;
}

p.thankYou{
	font-size:14px;
	color:#f1ee8f;
	font-weight:bold;
	text-align:center;
	margin:15px 25px 10px 30px;
}
/*--- Link Styles ---*/
a:link, a:visited {
	color:#FFFFFF;
}

a:link.thankYou, a:visited.thankYou {
	font-size:17px;
	
}
a:hover, a:active {
	color:#FFFFFF;
	text-decoration:none;
}

h1 {
	color:#f1ee8f;
	margin:15px 25px 15px 30px;
	font-size:26px;
	padding:15px 0px 0px 0px;
	
}

h2 {
	color:#fff;
	margin:8px 25px 5px 30px;
	font-size:24px;
}

h3 {
	color:#fff;
	margin:8px 0 5px 0;
	font-size:1.5em;
}

h4 {
	color:#f1ee8f;
	margin:15px 25px 15px 30px;
	font-size:17px;
}

h5 {
	color:#fff;
	margin:8px 0 5px 0;
	font-size:1.125em;
}

h6 {
	color:#fff;
	margin:8px 0 5px 0;
	font-size:1em;
}

ul {
	margin-left:25px;
	list-style-type:none;
}

ol {
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:10px;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
p.center       {text-align:center;}
.form		{color:#f6fc9c;}
.alignRight	{text-align:right; padding-right:10px;}
		
/* Main Content
----------------------------------------*/
#mainContent {
	width:888px;
	background:url(../images/header.jpg) no-repeat;
	float:left;
	padding:305px 0 0 0;
}

	.contArea {
	float:left;
	width:600px;
	}
	
	.contTop {
	float:left;
	width:600px;
	height:47px;
	background:url(../images/mainTop.png) no-repeat;
	}
	
	.contMid {
	float:left;
	width:554px;
	min-height:500px;
	background:url(../images/mainMid.png) repeat-y;
	padding:0 21px 0 25px;
	}
		
		.nav {
		float:left;
		width:554px;
		height:44px;
		margin:0 0 40px 0;
		}
		
		.nav a {
		display:block;
		height:44px;
		text-indent:-999999px;
		float:left;
		}
		
		.nav a.incent {
		width:184px;
		background:url(../images/nav/incent.png) no-repeat;
		}
		
		.nav a.download {
		width:185px;
		background:url(../images/nav/download.png) no-repeat;
		}
		
		.nav a.cvent {
		width:185px;
		background:url(../images/nav/cvent.png) no-repeat;
		}
		
		.nav a.inactive {
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
		}
		
		.nav a:hover {
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}
		
		.nav a:hover.inactive {
			filter:alpha(opacity=100);
			-moz-opacity:1;
			-khtml-opacity:1;
			opacity:1;
		}
	
		ul li {
		background:url(../images/bullet.png) no-repeat 0 3px;
		padding:0 30px 0 25px;
		margin:0 0 20px;
		font-size:12px;
		line-height:14px;
		}
		
			ul li span {
			font-size:14px;
			font-weight:bold;
			}
			
		input, select{
			background:url(../images/formFieldBack.jpg);
			background:#FFFFFF;
			background-repeat:repeat-x;
			border:solid 1px #777777;
			width:265px;
			margin:7px 0px 0px 0px;
			}
			#ctl00_ContentPlaceHolder1_btnSubmit{
			margin:15px 0px 0px 30px;
			border:none;
			
			}
	.contBot {
	float:left;
	width:600px;
	height:47px;
	background:url(../images/mainBottom.png) no-repeat;
	}

	.rightImages {
	float:left;
	width:262px;
	margin:5px 0 0 20px
	}

/* Footer
----------------------------------------*/
#footer {
	width:863px;
	padding:0 0 10px 25px;
	float:left;
}

#footer p {
	font-size:10px;
}
