/* test styles for web mission */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, img, hr, embed, object { 
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img { 
	border: 0;
	}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym {
	border: 0;
	}
img {
	display: block;
	}



/* 
overall block elements
------------- */

body {
	font-family: Verdana, sans-serif;
	text-align: center;
	background: url(i/bg.png) top left repeat-x;
	}


br.clear {
	clear: both;
	}


/* 
overall typography
------------- */

p {
	font-size: 13px;
	line-height: 18px;
	}
h1, h2, h3 {
	color: #7F9D3E;
	}



#page h1 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 12px;
	}
	*:first-child+html #page h1 {
		margin-top: -22px;
		}
	* html #page h1 {
		margin-top: -22px;
		}
	#page h1.special {
		font-size: 24px;
		border: 0;
		padding: 0;
		margin: 0;
		margin-bottom: 12px;
		}
	#page h1.single {
		font-size: 24px;
		border: 0;
		padding: 0;
		margin: -19px 0 0 0;
		}
	*:first-child+html #page h1.single {
		margin-top: -40px;
		}
	* html #page h1.single {
		margin-top: -40px;
		}

h2 {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	line-height: 48px;
	margin-top: 24px;
	}
	#page h2 {
		margin-bottom: 12px;
		line-height: 24px;
		padding-bottom: 12px;
		}
h3 {
	font-size: 16px;
	padding: 18px 0 9px 0;
	}
h5 {
	font-size: 13px;
	color: #666;
	font-style: italic;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	}

a {
	text-decoration: none;
	}
a:link {
	color: #DA1230;
	}
a:visited {
	color: #DA1230;
	}
a:hover {
	color: #333;
	}
a:active {
	color: #333;
	}

/*structual elements*/


/*main*/
#m {
	margin: 0 auto;
	text-align: left;
	width: 970px; /*for 800x600*/
	overflow: hidden;

	}


/*sidebar*/
#s {
	width: 240px;

	float: left;
	position: relative;
	padding-top: 150px;
	}
/*content*/
#c {
	width: 700px;
	float: right;
	padding-top: 75px;
	}



/*sidebar structures*/


#logo {
	background-color: #da1230;
	width: 200px;
	padding: 60px 10px 10px 10px;
	border-right: 10px solid #ba0d28;
	border-bottom: 10px solid #ba0d28;
	border-left: 10px solid #ba0d28;
	position: absolute;
	top: 0;
	left: 0;
	}
#s p {
	line-height: 24px;
	margin: 6px 0;
	}


#s li {
	line-height: 18px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	}
#s li a {
	font-size: 14px;
	font-weight: bold;
	}
#s li small {
	font-size: 11px;
	color: #666;	
	}


#rss {
	font-size: 13px;
	background: url(i/rss.png) center left no-repeat;
	padding-left: 16px;
	}

#news label {
	display: block;
	clear: both;
	height: 24px;
	line-height: 24px;
	}
#news .t input { /*subscribe email field*/
	width: 98%;
	}
#news label.s {
	text-align: right;
	}
#news p.ak {
	font-weight: bold;
	}
#m #s #news fieldset div {
	font-size: 13px;
	line-height: 24px;
	}
#n #s #news input.button {
	float: right;
	}
#newsletter {
	width: 98%;
	}
#buttonright {
	text-align: right;
	}
#n #s #news p.ak {
	font-weight: normal;
	}	


#s .spon {
	width: 240px;
	overflow: hidden;
	margin-top: 20px;
	}
#s .spon img {
	float: left;
	margin: 0 20px 20px 0;
	}

/*content stuctures/content */

/*navigation*/

#nav {
	height: 44px;
	line-height: 44px;
	margin-bottom: 62px;
	}
#nav li {
	display: block;
	float: left;
	font-size: 13px;
	}
#nav li a {
	display: block;
	padding: 0 10px;
	}
#nav li.a a {
	color: #fff;
	background-color: #DA1230;
	}


#page blockquote {
	font-style: italic;
	background-color: #f1f1f1;
	padding: 20px 20px 10px 20px;
	margin-bottom: 24px;
	}
	*:first-child+html #page blockquote {
		margin-bottom: 60px;
		}
	* html #page blockquote {
		margin-bottom: 40px;
		}
#page blockquote p {
	line-height: 24px;
	font-size: 16px;	
	}
#page blockquote span {
	font-size: 13px;
	line-height: 24px;
	color: #7F9D3E;
	font-style: normal;
	display: block;
	clear: both;
	text-align: right;
	}
#page p {
	margin-bottom: 10px;
	}

#page ul {
	margin: 0 0 18px 18px;
	}
#page li {
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px;
	background: url(i/b.gif) 0 8px no-repeat;
	margin-bottom: 9px;
	}

#apply {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 12px 0 36px 0;
	}
#apply a {
	display: block;
	color: #fff;
	background-color: #da1230;
	width: 100px;
	padding: 0 12px;
	margin: 0 auto;
	}
#apply a:hover {
	background-color: #333;
	color: #da1230;
	}

/*footer*/


#f {
	clear: both;
	width: 100%;
	background: url(i/footerbg.png) bottom left repeat-x;
	height: 150px;
	text-align: center;


	}
#footer {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	}
#footer p {
	width: 240px;
	float: left;
	font-size: 11px;
	color: #666;
	margin-top: 27px;
	}

/*footnav*/
#footnav {
	float: right;
	width: 700px;
	height: 44px;
	line-height: 44px;
	margin-top: 12px;
	}
#footnav li {
	display: block;
	float: left;
	font-size: 13px;
	}
#footnav li a {
	display: block;
	padding: 0 10px;
	}
#footnav li.a a {
	color: #fff;
	background-color: #DA1230;
	}



/* application form */


#submit {
	border: 1px solid #ccc;
	background-color: #ededed;
	padding: 12px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
	}

#application {
	margin: 12px 0 24px 0;
	}
#application p {
	line-height: 18px;
	}

#application fieldset {
	background-color: #ededed;
	padding: 12px;
	font-size: 13px;
	margin-bottom: 12px;
	border: 1px solid #fff; /*so content doesnt jump on errors*/
	}
#application fieldset.err {
	border: 1px solid #da1230;
	}
#application legend {
	font-weight: bold;
	background-color: #E2E4DB;
	border: 5px solid #fff;
	padding: 6px;
	margin: 0;
	}
*:first-child+html #application legend {
	margin: -30px 0 12px -10px;
	}
*:first-child+html #application fieldset {
	margin-top: 40px;
	}
* html #application legend {
	margin: -30px 0 12px -12px;
	}
* html #application fieldset {
	margin-top: 30px;
	padding-top: 30px;
	background: #ededed url(i/iebg.gif) top left repeat-x; /*to hide the top bg that shows through from the padding*/
	}

#box1, #box2 {
	margin-top: 20px;
	}

#application .or {
	background-color: #ddd;
	line-height: 24px;
	text-align: center;
	width: 100%;
	margin: 12px 0;
	font-weight: bold;
	}
#application li {
	background: none;
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
	padding: 0;
	}

#application input {
	margin-top: 10px;
	}
#application textarea {
	margin-top: 10px;
	width: 100%;
	}
#application label {
	display: block;
	}
#application label.s {
	float: left;
	font-size: 11px;
	color: #666;
	margin-right: 10px;
	}

#application div.e {
	line-height: 18px;
	margin: 6px 0;
	color: #da1230;
	padding-left: 25px;
	background: url(i/ea.gif) 6px 2px no-repeat;
	display: none;
	clear: both;
	}
#application #le {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 24px 0;
	padding: 12px;
	background-image: none;
	background-color: #da1230;
	color: #fff;
	font-weight: bold;
	}





/*agenda lists...*/



#page h4 {
	height: 36px;
	line-height: 36px;
	background-color: #DEE1D8;
	padding-left: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	margin-top: 24px;
	clear: both;
	}
#page h4 span {
	font-size: 13px;
	font-weight: normal;
	}
#page h4 em {
	font-size: 13px;
	font-style: italic;
	color: #7F9D3E;
	font-weight: normal;
	}

#page dl {
	font-size: 13px;
	line-height: 18px;
	display: block;
	width: 500px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 9px 0;
	}
#page dt {
	display: block;
	float: left;
	width: 100px;
	color: #666;
	padding-left: 12px;
	}
#page dd {
	display: block;
	float: left;
	width: 380px;
	}
#page dd em {
	display: block;
	clear: both;
	}
#page dd img {
	float: left;
	margin: 0 10px 6px 0;
	}
#page dl.ls {
	border-bottom: 0;
	}


/* Registration styles */

#registration {
	margin: 12px 0 24px 0;
	}
#registration p {
	line-height: 18px;
	}

#registration fieldset {
	background-color: #ededed;
	padding: 12px;
	font-size: 13px;
	margin-bottom: 12px;
	border: 1px solid #fff; /*so content doesnt jump on errors*/
	}
#registration fieldset.err {
	border: 1px solid #da1230;
	}
#registration legend {
	font-weight: bold;
	background-color: #E2E4DB;
	border: 5px solid #fff;
	padding: 6px;
	margin: 0;
	}
*:first-child+html #registration legend {
	margin: -30px 0 12px -10px;
	}
*:first-child+html #registration fieldset {
	margin-top: 40px;
	}
* html #registration legend {
	margin: -30px 0 12px -12px;
	}
* html #registration fieldset {
	margin-top: 30px;
	padding-top: 30px;
	background: #ededed url(i/iebg.gif) top left repeat-x; /*to hide the top bg that shows through from the padding*/
	}

#registration .or {
	background-color: #ddd;
	line-height: 24px;
	text-align: center;
	width: 100%;
	margin: 12px 0;
	font-weight: bold;
	}
#registration li {
	background: none;
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
	padding: 0;
	}

#registration input {
	float: left;
	}
#registration textarea {
	margin-top: 10px;
	width: 100%;
	}
#registration label {
	//display: block;
	float: left;
	width: 200px;
	}
#registration label.s {
	float: left;
	font-size: 11px;
	color: #666;
	margin-right: 10px;
	}

#registration div.e {
	line-height: 18px;
	margin: 6px 0;
	color: #da1230;
	padding-left: 25px;
	background: url(i/ea.gif) 6px 2px no-repeat;
	display: none;
	clear: both;
	}
#registration #egeneral {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 24px 0;
	padding: 12px;
	background-image: none;
	background-color: #da1230;
	color: #fff;
	font-weight: bold;
	}
#registration p {
	font-weight: bold;
	}
#registration label.smallindent {
	width: 50px;
	}
#registration label.largeindent {
	width: 400px;
	}
#registration label.radiolabel {
	float: none;
	}
#registration input.radioinput {
	float: none;
	}








