/* www.fairfaxcollegiate.com/stylesheets/basic.css */

/* layout */

#wrapper
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	clear: both;
}

#contents
{
	float: left;
	width: 520px;
}

#contents-no-subsections
{
	float: left;
}

#contents-left
{
	float: left;
	padding-right: 10px;
}

#contents-middle
{
	float:left;
	padding-right: 10px;
}

#contents-right
{
	float:left;
}

#subsections {
	width: 150px;
	float: left;
}

#content-new
{
    clear: both;
    text-align: left;
    padding-top: 20px;
}


#footer
{
	clear: both;
	font-family: verdana;
	font-size: 9px;
	color: #000080;
	text-align: left;
	padding-top: 20px;
}



.testimonial
{
	margin: 0 20px 20px 0;
}

.testimonial blockquote
{
	margin: 0 0 5px 0;
}

.testimonial name
{
	font-weight: bold; font-size: 1em; color:#000080;
}

/* TYPE */

body
{
	font: 12px/18px "Lucinda Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;
}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none;}
a:hover { text-decoration: underline;}

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

ul { margin-bottom: 18px; list-style: none outside;}
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em;}


a img
{
	border: 0;
}

table { margin-bottom: 36px; }
th { text-align:left; }

/* subsections */

#subsections p
{
	margin: 0;
}

#subsections ul
{
	margin: 0px;
	padding-left: 15px;
	list-style-type:none;
}


/* forms */

th { font-weight: bold; font-size:16px; margin-top: 16px;}

input.text
{
    background-color: #FFFF80;
    color: #000000;
    width: 240px;
}

input.textnowidth
{
    background-color: #FFFF80;
    color: #000000;
    float: left;
}

input.checkbox
{
    color: #FFFF80;
}

input.submit
{
    background-color: #FFFF80;
    font: 20px;
    color: #000000;
}

select
{
    background-color: #FFFF80;
    color: #000000;
}

.label
{
    width: 140px;
    font-weight: bold;
}

.labelLeft
{
    width: 100%;
    font-weight: bold;
}

.labelRight
{
    width: 100%;
    font-weight: bold;
    text-align: right;
}


.money
{
    float:right;
    text-align: right;
}

.money input
{
    background-color: #FFFF80;
    color: #000000;
    text-align: right;
    width: 70px;
    border-style: none;
}



/*----------------
Breadcrumbs
--------------------*/

div#breadcrumbs {
	margin-left: 15px;
	text-align: left;
}