/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : subsidiary style sheet for AIRC standard inside pages at www.airc-education.org

Created : 4/26/2010
Modified : 8/16/2010

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body{
	background:#f6f1e1;
}

/* ----- IDs ----- */

#page, #content{
	background:#fff;
}

#navigation h6{
float:left;
margin-top:.3em;
width:987px;
	font-size:1.1em;
	text-align:center;
}
#navigation h6 span{
display:inline;
list-style:none;
width:139px;
line-height:2em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bolder;
text-align:right;
}
#navigation h6 span.stat{
background:#666;
color:#fff;
}
#navigation h6 span.stat, #navigation h6 span a{
	margin:0;
	border:1px solid #666;
	padding:6px 2px 2px 60px;
}

#banner_links{
	width:240px;
}

#content{
background-image:none;
}

/* ----- CLASSES ----- */

.col_subnav{
	width:200px;
}
.col_dual{
	width:747px;
}
.col_ctr{
	clear:left;
	float:left;
	width:471px;
}
.sidebar{
	clear:none;
	float:left;
	width:270px;
}
.gold{
color:#eec900;
}

/* ----- HEADINGS ----- */

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2em;
}
h2.tag{
	margin-top:2em;
	font-size:1.6em;
	text-align:center;
}

/* ----- PARAGRAPHS ----- */

p.pdf{
	margin-left:12px;
	padding:0 12px 12px 25px;
	background:url(/img/icon_adobe_reader.gif) 0 0 no-repeat;
}
p.sidebar{
	width:246px;
}

/* ----- QUOTES ----- */

blockquote{
	text-align:center;
	font-style:italic;
}

/* ----- CODE ----- */

pre, tt, code, kbd, samp{ 
font-family: monospace;
}
pre{
white-space: pre;
}

/* ----- LISTS ----- */

#subnav ul{
	float:left;
	width:100%;
	margin:.5em 0 .5em 12px;
	text-align:left;
	font-size:1.2em;
}
#subnav ul li{
	list-style:none;
	line-height:1.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
#subnav ul ul{
	font-size:1em;
}
#subnav ul ul li{
	margin:0;
	padding:0 0 .5em 0;
	list-style:none;
	line-height:1.2em;
}

/* ----- IMAGES ----- */


/* ----- TEXT FORMATTING ----- */

strong{
}

/* ----- LINKS ----- */


#navigation h6 span.link, #navigation h6 span a, #navigation h6 span a:link, #navigation h6 span a:visited{
	text-decoration:none;
	background:#ccc;
	color:#666;
}
#navigation h6 span a:hover, #navigation h6 span a:focus{
	text-decoration:none;
	background:#b29a81;
	color:#630;
}

/* ----- TABLES ----- */

#content table{
margin-top:20px;
/*padding-top:50px;*/
}
.col_ctr table{
	margin:10px;
	padding-top:0;
	width:424px;
}

th{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.col_ctr td{
	padding:5px 10px;
}

#footer td{
	border-top:12px solid #fff;
}

/* ----- DEFINITIONS ----- */

dl{
	padding:0 12px;
}
dt{
	margin:1em 0 0 0;
	font-size:1.6em;
	color:#0086c4;
}
dd{
	margin:.5em 0 .5em 40px;
	font-size:1.1em;
}

/* ----- FORMS ----- */

fieldset{
position:relative;
float:left;
clear:both;
width:100%;
padding:0 0 1em 0;
margin:0 0 -1em 0;
border-style:none;
}
fieldset ol{
padding:3em 1em 0 0;
margin:0;
list-style:none;
}
fieldset li{
float:left;
clear:left;
width:100%;
padding-bottom:1em;
}
legend{
float:left;
width:5em;
padding:0;
margin-right:1em;
color:#630;
font-weight:bold;
}
legend span{
position:absolute;
left:0.8em;
top:0;
margin-top:0.5em;
font-size:125%;
}
label{
position:relative;
float:left;
}
button, textarea, input, select{ 
display:inline-block;
}
#catwebformbutton{
	margin-left:175px;
}

