/**
* THEME: AIR
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 16px;
	font-family: Andale Mono, Arial Narrow, sans-serif;
	background: #ffffff;
	line-height:22px;
}

b {}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {text-transform:uppercase;}

a:link { text-decoration: none; color:#ffffff; background-color:#f65a1d;}
a:active { text-decoration: none; color:#ffffff; background-color:#f65a1d;}
a:visited { text-decoration: none; color:#ffffff; background-color:#f65a1d;}
a:hover { text-decoration: none; color:#ffffff; background-color:#000000;}

.active a {font-weight:bold;color:#ffffff;background-color:#f65a1d}


a img { border: none; }

img {vertical-align:middle}

#menu {
    width: 258px;
    overflow-y: auto;
	overflow-x:hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#f65a1d;
		letter-spacing:3px;
}
/** THE LINE ABOVE SPECIFIES THE LEFT HAND COLUMN BACKGROUND COLOR. **/

#menu ul {
	list-style: none;
	margin: 0 0 22px 0;
}

#menu ul li.section-title { font-weight:bold;color:#000000;font-size:20px;text-transform:uppercase}

#content {
    height: 100%;
    margin: 0 0 0 258px;
    top: 0;
}

.container {
    padding: 30px 30px 30px 30px;
}

#content p { width: 600px; margin-bottom: 22px; padding:16px; background:#000000;color:#ffffff }

p {
    margin: 0 0 9px 0;
}


h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;background:none;color:#000000 }

#img-container a { background:none }
#img-container p a { background:none }

#once { clear: left; }
