/* @override http://courtyard.dev/site/courtyard/css/courtyard.css */

/* CSS Document for Courtyard School */

/* @group RESET */
/* Tripoli 
is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* @end */

/* @group LAYOUT */
html, body {
	height: 100%;
}

body {
	font: 12px/18px Helvetica, Arial, sans-serif;
}	

body#courtyard {
	background: #ADC4E2 url(../images/content_bg.gif) repeat-y center;
}



#wrapper {
	width: 900px;
	height: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#header {
	background: #5987c6 url(../images/courtyard_bnr.jpg) no-repeat;
	width: 900px;
	height: 170px;
	position: relative;
}

#content {
	position: relative;
	min-height: 750px;
	height: auto !important;
	height: 600px;
	overflow: hidden;
}

#main {
	width: 714px;
	margin: 10px 10px 10px 0;
	float: right;
}

#primary {

}

#sidebar {
	width: 166px;
	float: left;
	background: #e5ecf4 url(../images/leftNav_bgTop.gif) 0 0 no-repeat;
	padding-top: 46px;
}

div.push {
	clear: both;
	height: 100px;
}

#footer {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}



/* @end */

/* @group LINKS */

a:link {
	color:#326DA5;
	text-decoration:none;
}

a:hover  {
	text-decoration : underline;
	color : #326DA5;
}


/* @end */

/* @group TYPE */
em, i {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 36px;
}

h2 {
	
}

h3 {
	
}

p {
	margin-bottom: 18px;
}

#main h1 {
	font: 27px Times, "Times New Roman", serif;
	color: #000;
}

#main h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 12px 0;
}

ul, ol {
	padding-left: 24px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

/* @end */

/* @group IMAGES */

#mainContent p img.thumbs {
	float: left;
	margin: 5px 13px 10px 0;
}

img {
	vertical-align: bottom;
}



/* @end */

/* @group NAVIGATION */

ul#main-nav {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 160px;
	top: 133px;
	padding-left: 0;
	list-style-type: none;
}

ul#main-nav li {
	float: left;
}

ul#main-nav li a {
	color: #fff;
	display: block;
	padding: 6px 8px 4px 8px;
	font-weight: normal;
	font-style: normal;
}

ul#main-nav li a:hover {
	background: #004b8f url(../images/mainNav_bgOver.gif) repeat-x;
	text-decoration: none;
}

#sub-nav {
	width: 146px;
	padding: 0 0 25px 0;
	text-align: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px;
}


ul#sub-nav li {
	background: url(../images/leftNav_elementBg.gif) right bottom no-repeat;
	padding: 5px 0 8px 0;
	list-style-type: none;
}

#sub-nav li.last {
	background: none;
}

#sub-nav li a {
	color: #004990;
	font-weight: normal;
	font-style: normal;
}

#sub-nav li a:hover {
	color: #0073D6;
	text-decoration: none;
}



/* @end */

/* @group HEADER */

#header a.home {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999em;
	width: 180px;
	height: 156px;
}



/* @end */

/* @group SIDEBAR */

#searchBox form {

}

#searchBox input, #searchBox label {
	margin: 0 0 0 13px;
}

#searchBox input.search {
	width: 143px;
	margin-bottom: 2px;
}

#searchBox label {
	font-size: 9px;
	display: block;
}

#contactInfo {
	margin:24px 0 0 0;
}

#contactInfo p {
	margin:0 0 0 13px;
	text-align:left;
	color:#004990;
	background:url(../images/leftNav_elementBg.gif) 0 0 no-repeat;
	padding:17px 0 0 0;
	font-size:10px;
}

#contactInfo p a {
	color:#004990;
}

#contactInfo p a:hover {
	color:#0073D6;
}

/* @end */

/* @group FOOTER */
div#footerContent {
	position: relative;
}

a#pb-prolific {
	position: absolute;
	top:10px;
	right: 10px;
}


div#footer p {
	margin-left: 180px;
}


/* @end */

