
/* Set the Colors */

/* Set the link colors */

a { 
	color: #2f56a6;
}
a:hover {
	color: #28498d;
}

/* Set the background color of the meta bar (Hex should be the color of the bottom of the meta image) */

#flan_header_meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ada7a7;
	background: #2f56a6 url(http://media.collegepublisher.com/media/paper231/template/templatemedia/cp_meta.jpg) repeat-x 0 0;
}

/* Set the text color for the meta bar */

#flan_header_meta * {
	color: #ffffff;
}

/* Color the nav headers */

#flan_nav h4 {
  background: #2f56a6;
  color: #ffffff;
}

/* Style the nav links */

#flan_nav li a {
	border-bottom: 1px solid #dddddd;
	color: #2f56a6;
	background: #ffffff;
}

/* Style the nav links on hover */

#flan_nav li a:hover {
	background: #f5f5f5;
}

/* End Set the colors */

/* User-generated stylesheet */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px arial, verdana, sans-serif;
}

/* Structural Settings */

#flan_wrap {
	width: 1000px;
	background: url(http://media.collegepublisher.com/media/paper231/template/templatemedia/cp_nav.jpg) repeat-y -120px 0;
}

/* Header Styles */

#flan_header * {
	margin: 0;
	padding: 0;
}
#flan_header {
	float: left;
	position: relative;
}
#flan_header_main {
	height: 94px;
	background: url(http://media.collegepublisher.com/media/paper231/template/templatemedia/cp_header.jpg) no-repeat 0 0;
	position: relative;
}
#flan_header_meta {
	float: left;
	width: 1000px;
}
#flan_header_meta * {
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 1px #000;
	font-size: 12px;
	font-weight: bold;
}
#flan_meta_left {
	float: left;
	width: 466px;
	text-align: left;
	padding: 8px 0 0 7px;
}
#flan_meta_right {
	float: right;
	width: 466px;
	text-align: right;
	padding: 6px 7px;
}
#flan_meta_right fieldset {
  border: none;
}
#flan_meta_right input {
  font-size: 10px;
  color: #000000 !important;
}

/* Logo Style */

h1#flan_logo {
  width/**/: 1000px; /* empty comments for IE5/win */
  height/**/: 94px;
  line-height: 94px; /* for IE5/win */
  text-indent: 0px; 
}
h1#flan_logo a {
  display: block;
  width/**/: 1000px; /* empty comments for IE5/win */
  height/**/: 94px;
  line-height: 94px; /* for IE5/win */
  text-indent: -1000px; 
}

/* Let's work out that mid section */

#flan_body {
	float: left;
}
#flan_nav {
	float: left;
	width: 180px;
}
#flan_body_wrap {
  padding: 10px 0 0;
	float: right;
	width: 820px;
}
#flan_leader {
	text-align: center;
	padding: 5px;
	background: #ccc;
}
#flan_content {
	float: left;
	width: 520px;
}
#flan_content .gutter {
	margin: 0 10px 10px;
}

/* Front Page Styles */

.flan_lead {
	margin: 0 0 20px;
}
.flan_lead h2 {
	text-transform: uppercase;
}
.flan_lead img {
	float: left;
	margin: 0 10px 10px 0;
}
.flan_fp_section {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d8d8d8;
}
.flan_fp_section img {
	float: left;
	margin: 0 5px 5px 0;
}
.flan_fp_section h4 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
}
.flan_fp_section h3 {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-transform: uppercase;
	background: #ececec url(http://media.collegepublisher.com/media/paper231/template/templatemedia/section_bg.jpg) repeat-x left top;
}
.flan_section_lead {
	float: left;
	width: 300px;
}
.flan_section_lead img {
	float: left !important;
	margin: 0 5px 0 0;
	border: 1px solid #d8d8d8;
	padding: 3px;
}
.flan_fp_section ul {
	float: right;
	width: 155px;
	margin: 0;
	padding: 0;
}
.flan_fp_section li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 5px;
	font-size: 14px
}
.flan_section_more {
	text-align: right;
}
.flan_clear {
	clear: both;
}


/* These are section page styles */

.flan_section {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #999;
}
.flan_section_title {
	font-size: 22px;
	line-height: 1.2em;
	margin: 0 0 15px;
	border-bottom: 1px solid #666;
}
.flan_section h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 2px;
}
.flan_section h3 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 5px;
	font-weight: normal;
}
.flan_section h5 {
	font: 14px/18px Georgia, Times New Roman, serif;
	line-height: 1.2em;
	margin: 0 0 5px;
}
.flan_section p {
	margin: 0;
}
.flan_author {
	text-transform: uppercase;
}

/* Time to massage the footer */

#flan_footer {
	clear: both;
	border-top: 4px solid #dddddd;
	background: #e5e5e5;
	padding: 10px;
	font: 11px/15px arial, verdana, sans-serif;
	position: relative;
	top: 33px;
}
#flan_footer a {
	color: #000;
}
#flan_footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* Left Nav Styles */

#flan_nav h4 {
  font: 13px/25px arial, verdana, sans-serif;
	padding: 0 0 0 7px;
	margin: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #000000;
}
#flan_nav li {
	list-style: none;
	display: inline;
}
#flan_nav li a {
	text-decoration: none;
	font: 13px/25px arial, verdana, sans-serif;
	padding: 0 0 0 7px;
	display: block;
}
#flan_nav li ul a {
	padding: 0 0 0 14px;
}
#flan_nav li ul a:before {
	content: "- ";
}

/* Client Banners */

#banner_client_1 {
	padding: 10px 0;
	text-align: center;
}








