/*
-----------------------------------------------
Style Sheet

Site: ChicagoExecutiveAirport.com
Author:   Andy Heintzelman    www.onezerocharlie.com / www.visual-language.com
Version:  general styles v.1 - 2007.3
----------------------------------------------- */


/*******************************************************************
=navigation & decorative style import
******************************************************************/
@import url(nav.css);
@import url(deco.css);



/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */






/*******************************************************************
=general controls
******************************************************************/

html, body {
margin: 0 auto;
padding: 0;
}

body {
font-size: xx-small; /*for IE5/Win */
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small; /* for compliant browsers */
padding-bottom: 0px;
text-align: center;
background: url("../images/bg.jpg") repeat-x #fff;
margin-top: 29px;
}

html>body { /* be nice to Opera */
font-size: 12px;
}


body a:link, body a:active, body a:visited {
color: #4EADE3;
text-decoration: none;
}

body a:hover {
text-decoration: none;
color: #1970A1;/* original color 2191D0 */
text-decoration: underline;/* added this */
}

/*[ container ] -------------------------------------------------- */
#container {
margin: 0 auto;
width: 720px;
text-align: left;
background: url("../images/body.gif") repeat-y;
}

/*[ header ] -------------------------------------------------- */
#header {
margin: 0;
padding: 0;
width: 720px;
height: 111px;
}

#glam {
margin: 0;
padding: 0;
width: 720px;
height: 250px;
}

#drop {
margin: 0;
padding: 40px 0 10px 0;/*was 33*/
width: 720px;
height: 8px;
/*clear: both;*/
}

/*[ content ] -------------------------------------------------- */
#content {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
padding-top: 10px;
padding-left: 10px;
margin-left: 235px;
margin-right: 20px;
padding-bottom: 20px;

clear:none;
}


.news{
	font-size:10px;
	line-height: 1.75em;
	font-style: oblique;
}

.news_headline{
	font-weight: bold;
	color:#2191D0;
}


/*******************************************************************
=content styles
******************************************************************/
#content p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

#content p a:link, #content p a:active, #content p a:visited {
color: #4EADE3;
text-decoration:none;
border-bottom:1px dotted #4EADE3;
}

#content p a:hover {
color: #2191D0;
text-decoration: none;
border-bottom: 0;
background-color: #ffffcc;
}

#content strong {
font-size: 12px;
line-height: 18px;
vertical-align: text-top;
text-decoration: none;
margin: 0;
padding: 0;
list-style: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #2191D0;
}

#content h1, #content h3, #content h4 {
margin: 0 0 10px 0;
}

#content h5, #content h6 {
margin: 5px 0 10px 0;
}

#content h1 {
font-size: 18px;
line-height: 20px;
}

#content h2 {
font-size: 16px;
line-height: 18px;
margin: 0;
}

#content h3 {
font-size: 14px;
line-height: 16px;
}

#content h4 {
font-size: 12px;
line-height: 14px;
}

#content h5 {
font-size: 12px;
line-height: 18px;
}

#content h6 {
font-size: 10px;
line-height: 14px;
font-style: italic;
}

#content hr {
border: none 0; 
border-bottom: 1px dashed #ccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 0;
}

#content .small {
font-size: 9px;
line-height: 11px;
color: #999;
}





/*******************************************************************
=sidebar
******************************************************************/
#sidebar {
margin: 0;
color: #333;
padding-top: 10px;
padding-left: 15px;
/*
padding-right:20px;
display: inline;
*/
width: 215px;  /* Op5 */
float: left;
}

#sidebar {
\width: 260px; /* ie5.x */
w\idth: 215px; /* N6, Moz, Op6, and IE6 */
}

#sidebar p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
margin: 0 0 20px 0;
}
			
#sidebar h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
font-weight: normal;
color: #2191D0;
margin: 0 0 10px 0;
}

#sidebar img.leftimg {
float: left;
margin: 5px 5px 20px 0;
}


#social_icon img{
	max-width: 24px;
	max-height: 24px;
	margin-right: 10px;
	margin-top: -20px;
	display: inline;
	text-decoration: none;
	border: none;
}

#social_icon a{
	text-decoration: none;
}

/*******************************************************************
=footer styles
******************************************************************/
#footer {
color: #333;
font-size: 10px;
line-height: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto;
padding: 20px 0 35px 0;
width: 720px;
clear: both;
text-align: center;
/*background: url("images/footer.gif") no-repeat;
background-position: top left;
background-color: #FDFCF2;
border-top: 1px solid #F9F7DC;
border-bottom: 1px solid #F9F7DC;*/
}

#footer a:link, #footer a:active, #footer a:visited {
color: #333;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
color: #2191D0;
}

#footer li {
display: inline;
list-style-type: none;
padding-right: 15px;
}

/* for active */
#footer #active a {
color: #2191D0;
text-decoration: underline;
list-style-type: none;
}
