/* CSS Document */

* html {
	margin-top:0px;
	margin-left:0px;
}

body {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	color:#000000;
	font-size:10pt;
}

* html body {
	width:100%;
	height:100%;
}

img {
	border:none;
}

a {
	color:#805493;
	border:none;
}

a:link {
	color:#805493;
	text-decoration:none;
	/* color:#825493; */
}

a:hover {
	color:#A95966;
	text-decoration:underline;
}

a:visited {	
	text-decoration:none;
}

div.top {
	background-image:url("http://www.aiadayton.org/images/main_bkgd.jpg");
	background-repeat:repeat-x;
	margin-left:5px;
	width:100%;
	height:100%;
}

html > body > div.top {
	margin-left:0px;
}

div.top img {
	margin-left:-4px;
}

html > body > div.left {
	position:absolute;
	left:6px;
	top:183px;
	width:131px;
	height:271px;
	background:transparent url("http://www.aiadayton.org/images/menu_bkgd.jpg") no-repeat;
} 

* html div.left {
	position:absolute;
	left:5px;
	top:162px;
	background:transparent url("http://www.aiadayton.org/images/menu_bkgd_IE.gif") no-repeat;
	width:131px;
	height:271px;
	margin-left:0px;
}

div#whitestrip {
	height:100%;
	width:4px;
	margin-right:5px;
	background-color:#FFFFFF;
}

/*
html > body > div.left > div#whitestrip {
	display:none;
}
*/

div.main {
	position:absolute;
	top:175px;
	left:137px;
	/* width:550px; */
	width:87%;
}

div.body {
	float:left;
	margin-left:60px;
	width:auto;
}

div#body_copy {
	width:550px;
}

div.sponsor_logo {
	float:left;
	margin-left:0px;
	width:200px;
	/* width:140px; */
	height:auto;
}

div.sponsor_logo h5.heading {
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#C16F7D;
	padding:0px;
}

div.job_block_grey {
	background-color:rgb(235, 235, 235);
	width:650px;
	height:auto;
	margin-bottom:10px;
}

div.job_block_grey_half {
	background-color:rgb(235, 235, 235);
	width:350px;
	height:auto;
	margin-bottom:10px;
	margin-left:30px;
}

div.job_block_blue {
	background-color:rgb(235, 245, 255);
	width:650px;
	height:auto;
	margin-bottom:10px;
}

div.job_block_blue_half {
	background-color:rgb(235, 245, 255);
	width:350px;
	height:auto;
	margin-bottom:10px;
	margin-left:30px;
}


ul.ul_links {
	z-index:99;
	font-size:8pt;
	font-weight:bold;
	font-style:italic;
	list-style-type:none;
	color:#3399FF;
	text-indent:0px;
}

ul.ul_links li {
	margin-top:5px;
	margin-bottom:5px;
}

div.sponsor_logo div#platinum_sponsors ul.logo_list, div.sponsor_logo div#gold_sponsors ul.logo_list, div.sponsor_logo div#event_sponsors ul.logo_list {
	list-style-type:none;
	text-indent:0px;
}

div.sponsor_logo div#platinum_sponsors ul.logo_list li, div.sponsor_logo div#gold_sponsors ul.logo_list li, div.sponsor_logo div#event_sponsors ul.logo_list li {
	margin-top:20px;
	margin-left:-20px;
}

html > body > div.sponsor_logo > div#platinum_sponsors > ul.logo_list > li, html > body > div.sponsor_logo > div#gold_sponsors > ul.logo_list > li, html > body > div.sponsor_logo > div#event_sponsors > ul.logo_list > li {
	margin-top:20px;
	margin-left:-15px;
}

iframe#ifr_Content {
	/* width:760px; */
	width:100%;
	height:500px;
	overflow:auto;
	border:none;
	background-color:transparent;
}

fieldset {
	background-color:rgb(235, 235, 235);
	border:none;	
	position:relative;
	top:0px;
	left:0px;
	margin-top:1em;
	padding-left:1em;
	padding-right:2em;
	width:auto;
}

legend {
	position:absolute;
	top:-.5em;
	left:0;
	padding:1px 3px 1px 3px;
	border:1px solid #999999;
	background-color:rgb(230, 230, 230);
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size:9pt;
	color:#000000;
	letter-spacing:1px;
}
	

* html fieldset {
	background-color:rgb(235, 235, 235);
	border:none;	
	position:relative;
	top:0px;
	left:0px;
	margin-top:1em;
	padding-top:2em;
	padding-left:1em;
	padding-right:2em;
}

* html legend {
	position:absolute;
	top:-.5em;
	left:0;
	padding:1px 3px 1px 3px;
	border:1px solid #999999;
	background-color:rgb(230, 230, 230);
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size:9pt;
	color:#000000;
	letter-spacing:1px;
}

html > body > div.body > div#body_copy > fieldset {

	/* mozilla only coolness: */
	-moz-border-radius-topleft:10px !important;
	-moz-border-radius-bottomright:10px !important;
	
	padding-left:0.7em;
}

html > body > div.body > div#body_copy > fieldset > legend {
	background-color:rgb(230, 230, 230);
	position:relative;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:double;
	border-bottom-color:#999999;
	padding:0.25em;
}

span.sponsor {
	font-size:8pt;
}

p {
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size:12px;
	color:#000000;
}

p.story {
	margin-left:30px;
}

p.story_nomargin {
	margin-left:0px;
}

div.body h1 {
	font-weight:bold;
	color:#333333;
	font-size:11pt;
}

div.body h4 {
	color:#FF3333;
	font-size:9pt;
}

div.body h4.black_subheadline {
	color:#333333;
	font-size:8pt;
}

div.body div.box {
	border:1px solid #CCCCCC;
	padding:0.5em 0.7em 0.5em 0.7em;
}

ul.list {
	list-style-type:square;
	font-size:9pt;
}

ul.list li {
	margin-left:0px;
}

ul.sublist {
	list-style-type:circle;
	font-size:8pt;
}

ul.sublist li {
	margin-left:-10px;
}

ul.calendar_list {
	list-style-type:none;
	font-size:9pt;
	margin-right:3em;
	text-align:justify;
}

ul.calendar_list li {
	margin-left:0px;
}

ul.nobullet {
	list-style-type:none;
	font-size:9pt;
}

ul.nobullet li {
	margin-left:-10px;
}

blockquote {
	background-color:#CCCCCC;
	float:right;
	width:150px;
	margin:0 0.7em 0 25px;
	padding:10px 0.7em 0.7em 0.7em;
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size:0.75em;
	font-style:italic;
	color:black;
	text-align:center;
}

blockquote img {
	display:block;
	clear:none;
}

h5.innerheadline {
	text-transform:uppercase;
	margin-left:30px;
	font-weight:bold;
}

small {
	margin-left:30px;
}

div.sponsorlogo_img {
	margin-left:-20px;
	text-align:center;
}

div.firmInfo {
	/*
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
	*/
	background-color:#E1EBFF;
	/* width:400px; */
	width:600px; /*548px;*/
	height:368px;
	overflow:auto;
}

div.firmInfo p {
	margin:0;
	padding:0;
	margin-left:5px;
	margin-top:1em;
	margin-bottom:.5em;
	text-decoration:underline;
	font-weight:bold;
}

div.firmInfo p.firmDesc {
	margin:0;
	padding:0;
	font-size:9px;
	margin-top:.25em;
	margin-bottom:.5em;
	text-decoration:none;
	font-weight:normal;
}

ul.firmInfo {
	list-style-type:none;
	list-style-position:inside;
	list-style-image:none;
	margin:0;
	padding:0;
	margin-left:15px;
	font-size:9pt;
	color:#000000;
}

