/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	background: #842E2D url(../images/bodyBg.jpg) top center repeat;
}

#container {
	width: 900px;
	margin: 20px auto;
}

#header {
	padding-bottom: 30px;
}

#navigation {
	width: 200px;
	float: left;
}

#navigation ul li {
	width: 200px;
	height: 35px;
	list-style-type: none;
	margin-top: 3px;
	background: transparent url(/images/navBg.png) top left no-repeat;
	behavior: url(/iepngfix.htc);
}

#navigation ul li a {
	display: block;
	line-height: 35px;
	height: 35px;
	color: #103F86;
	padding: 0px 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#content {
	margin-left: 220px;
	padding-top: 5px;
	line-height:20px;
	letter-spacing: 1px;
}

#content h1 {
	font-size: 22px;
	border-bottom: 1px solid #A86C6B;
	text-transform:uppercase;
}

#content p {
	padding: 10px 0px 5px 0px;	
}

#content ul {
	padding: 10px 0px 20px 30px;
}
#content ul li {
	margin-left:10px;
}
#content #listing a {
	color:#fff;
}
#schools a {
	color:#fff;
}
#footer {
	padding-top: 50px;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: .5px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* --------------Listing Styles ----------------*/
#listing a {
	color:#A9DFFC;
}
.listing {
	padding: 10px 0px;
	border-bottom: 1px solid #A86C6B;
	height:225px;
}

.listing h3, .listing h4 {
	margin-bottom: 5px;
}

.listing h3 {
	font-size: 18px;
	margin-bottom:15px;
}

.listing h3 a {
	color: #fff;
	text-decoration:none;
}

.listing h4 {
	font-size: 16px;
}
.listing a {
	color:#A9DFFC;
}
.listing img {
	padding:4px;
	background:#fff;
	float:left;
	margin-right:10px;
}
.listing .rightOptions {
	width:200px;
	float:right;
	text-align:right;
}
.listing .moreInformation {
	margin-top:25px;
	text-align:right;
}
.listing h4 a {
	text-decoration:none;
}
#options {
	border: 1px solid #333;
	padding: 10px 15px;
	background: #FFF;
	color:#103F86;
	line-height: 25px;
	margin-bottom: 10px;
	letter-spacing:0px;
}
#options .narrowTitle {
	float:left;
	width:115px;
	text-align:right;
	font-weight:bold;
	margin-right:8px;
}
#options a {
	color:#7E2827;
	
}
#options a:hover {
	font-weight:bold;
}
#options h2 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #cecece;
}

/*-----------pager----------*/

.pagingSystem {
	text-align: right;
	margin-top: 10px;
}

.pagingSystem ul {
	display: inline;
}

.pagingSystem ul li {
	list-style-type: none;
	display: inline;
}

.pagingSystem ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
}

.pagingSystem ul li a:hover {
	text-decoration: underline;
}

.pagingSystem ul li a.active {
	text-decoration: underline;
	font-weight: bold;
}


#imageContainer img{
	float: left;
	margin: 1px 2px 1px 0px;
	border: 1px solid #FFF;
}
/* IEPNG fix
----------------------------------------------- */
#navigation { behavior: url(/iepngfix.htc); }
