/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #FFF;
   font-size: 12px;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #666;
}

/*
   CLEARFIX
-------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1 {
	text-indent: -9999px;
}

	/* requires w, h,  */
	h1 a {
	   width: 240px;
		height: 160px;
		display: block;
	   position: absolute;
		top: 20px;
		left: 10px;
		background: url(../images/bg-h1.gif) no-repeat top left;
	}

h2, h3, h4, h5, h6 {
	color: #402e00;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font-size: 20px;
}

	h2 span {
		color: #8e910d;
	}
	
h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
	font-style: italic;
}

/* paragraphs etc. */
p {
   line-height: 1.5;
   padding-bottom: 20px;
}

	p.left {
	   text-align: left;
	}
	
	p.right {
	   text-align: right;
	}
	
	p.center {
	   text-align: center;
	}

big {
   font-size: 125%;
}

small {
   font-size: 75%;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

blockquote {
   padding: 0 20px 10px;
}

/* lists - usually have to put #content in front */
#col-2 ul {
   padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

#col-2 ol {
   padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

#col-2 li {
	line-height: 1.5;
}

#col-2 li ul, #col-2 li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* links */
a, a:visited {
   color: #52bdec;
	text-decoration: none;
}

a:hover {
   color: #402e00;
}

a img {
	padding: 4px;
	border: 1px solid #bcb6a6;
	background: #eef0a4;
}

a:hover img {
	border: 1px solid #402e00;
}

/* images */
img.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

img.icon {
	vertical-align: middle;
	padding-left: 3px;
	float: right;
}

.img-wrapper {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.img-wrapper img {
	margin-bottom: 10px;
}

.img-wrapper a {
	font-family: Verdana, sans-serif;
}

#schools .img-wrapper {
	width: 140px;
	float: right;
}

/* horizontal rule */
hr {
	color: #eee;
	background-color: #eee;
	border: 0;
	height: 1px;
}

/* tables */
table {
   
}

tr {
   
}

th {
   
}

td {
   
}

/* forms */
form {
   
}

fieldset {
   
}

legend {
   
}

input {
   
}

textarea {
   
}

.error {
   
}

/*
   CONTAINER / 770px
-------------------------------------------------------*/
#container {
   width: 770px;
	margin: 0 auto;
	text-align: left;
}

/*
   BRANDING
-------------------------------------------------------*/
#branding {
	float: left;
	width: 770px;
	height: 170px;
	padding-top: 20px;
	position: relative;
	background: url(../images/headers/rotate.php) no-repeat right 20px;
}

/*
   CONTENT / 770px
-------------------------------------------------------*/
#content {
   float: left;
	width: 770px;
	padding-top: 20px;
	background: url(../images/bg-dbl-lines.gif) repeat-x top left;
}

/*
	COL-1 / 250px
-------------------------------------------------------*/
#col-1 {
	float: left;
	width: 240px;
	margin-left: 10px;
}

.box {
	float: left;
	width: 240px;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: -10px;
	background: url(../images/bg-dbl-lines.gif) repeat-x top left;
}

.box p {
	padding-bottom: 10px;
}

.box a, .box a:visited {
	color: #402e00;
}

.box a:hover {
	color: #52bdec;
}

/*
   MAIN NAVIGATION / 240px
-------------------------------------------------------*/
#mainnav {
   float: left;
	width: 240px;
	padding-bottom: 40px;
}

#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnav li {
	border-bottom: 1px solid #cfcbbf;
	padding: 5px 0;
}

#mainnav a {
	font-size: 22px;
	color: #402e00;
	padding-left: 10px;
}

#mainnav a:hover, #mainnav li.current a {
	color: #52bdec;
}

/*
	COL-2 / 520px
-------------------------------------------------------*/
#col-2 {
	float: left;
	width: 440px;
	padding-left: 60px;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-left: 19px;
	border-left: 1px solid #bcb6a6;
}

.entry {
	width: 440px;
	float: left;
	margin-bottom: 9px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bcb6a6;
}

/*
   FOOTER
-------------------------------------------------------*/
#footer {
	float: left;
	width: 770px;
	padding-top: 20px;
   text-align: center;
	background: url(../images/bg-dbl-lines.gif) repeat-x top left;
}

/*
   DIAGNOSTICS
-------------------------------------------------------*/
/*  
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/