/*
CollegePlus! Main CSS
*/

/* General */

body {
	margin: 0;
	padding: 0;
}
body, th, td, input, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

.jsvalidation {
	font-size: 11px;
	font-style: italic;
    color: #880000;
    font-weight: bold;
    margin-left: 5px;
}

/* Header */

#headerbg {
	height: 110px;
        background: url(img/headerbg.gif) repeat-x bottom;
}
#header {
	width: 769px;
	margin: 0 auto;
	height: 110px;
}

/* Logo */

#logo {
	float: left;
	height: 110px;
	background: url(img/cplogo.jpg) no-repeat left bottom;
}
#logo a, #logo a:hover, #logo a:visited {
	text-decoration: none;
	color: #000000;
}
#logo .company {
	margin: 0;
	padding: 18px 0 0 100px;
	letter-spacing: -2px;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
}
#logo .slogan {
	margin: -2px 0 0 2px;
	padding: 0 0 0 105px;
	font-size: 16px;
	color: #6A6453;
	letter-spacing: -1px;
}
#logo .redtext {
	color: #880000;
}

/* Top Navigation */

#topnav {
	float: right;
	width: 405px;
	padding: 5px 0 0 0;
	text-align: right;
	color: #6A6453;
	font-weight: bold;
}
#topnav a, #topnav a:visited {
	color: #6A6453;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 280px;
}

#search form {
	margin: 0;
	padding: 25px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
}

#search #s {
	width: 188px;
	border: 1px solid #CCCCCC;
}

#search #x {
	width: 73px;
	height: 22px;
	font-size: 12px;
	padding: 0;
	margin-left: 5px;
	background: url(img/searchbuttonbg.gif) no-repeat;
	border: none;
	color: #FFFFFF;
}

/* Main Navigation */

#mainnav {
	float: left;
	width: 100%;
	background: url(img/mainnav.gif) repeat-x;
	list-style: none;
}
#mainnav ul {
	margin: 0 auto;
	width: 769px;
	padding: 0;
}

#mainnav li {
	display: inline;
}
#mainnav li a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 8px 20px;
	text-decoration: none;
}
#mainnav li a:visited {
	color: white;
}
#mainnav li a:hover {
	background: url(img/mainnavroll.gif) repeat-x;
}
#mainnav li .current {
	background: url(img/mainnavcurrent.gif) repeat-x;
}

/* Page and Content */

#page {
	width: 769px;
	margin: 0 auto;
	background: #FFFFFF url(img/sidebarbgfaux.gif) repeat-y;
	clear: both;
	padding: 0px;
}

#pagenobg {
	width: 769px;
	margin: 0 auto;
	clear: both;
	padding: 0px;
}

/* Sidebar */

#sidebar {
	width: 230px;
	background: url(img/sidebarbg.gif) repeat-y;
	color: #6A6453;
	float: right;
}

#sidebar p {
	padding: 15px;
}

.sbbox {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #9BA9B4;
	background: #C5D5E5;
	padding: 15px;
}

#sidebarnav ul {
	width: 230px;
	background: #B39C76;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebarnav li {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#sidebarnav a {
	background: #B39C76;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
#sidebarnav a:hover {
	background: #2580a2 url(img/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}

#getstartedsb {
	width: 200px;
	padding-top: 15px;
	margin: 0 auto;
}
.requestsb {
	height: 45px;
	background: url(img/sbrequestbutton.gif) no-repeat;
}
.requestsb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.requestsb a:hover {
	height: 21px;
	background: url(img/sbrequestbuttonroll.gif) no-repeat;
	color: #FFFFFF;
}
.contactsb {
	height: 45px;
	background: url(img/sbcontactbutton.gif) no-repeat;
}
.contactsb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.contactsb a:hover {
	height: 21px;
	background: url(img/sbcontactbuttonroll.gif) no-repeat;
	color: #FFFFFF;
}
.applysb {
	height: 45px;
	background: url(img/sbapplybutton.gif) no-repeat;
}
.applysb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.applysb a:hover {
	height: 21px;
	background: url(img/sbapplybuttonroll.gif) no-repeat;
	color: #FFFFFF;
}

	dl {
		width: 200px;
		margin: 15px 0 0 15px;
		padding: 0;
		background: #ccc url(img/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(img/box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		font-size: 14px;
		font-weight: bold;
		background: url(img/arrow.gif) no-repeat 0 5px;
		}
		
	dd a {
		color: #69593C;
		font-weight: normal;
		}
		
	#blue dt {
		background-color: #8E9AA5;
		}
	
	#blue {
		background-color: #C5D5E5;
		}
		
	#brown dt {
		background-color: #B39C76;
		}
	
	#brown {
		background-color: #e9ddc8;
		}

#box-1, #box-2, #box-3, #box-4, #box-5, #box-6 {
        position: absolute;
}
			
.quotebox {
	color: #53586A;
	padding-top: 30px;
	background: #FFFFFF url(img/bq_top.png) top left no-repeat;
        width: 230px;
}
.quotebox blockquote {
	display: block;
	background: transparent url(img/bq_endq.png) bottom left no-repeat;
	padding: 10px 42px 15px 42px;
	margin: 0px;
}
.quotebox cite {
	display: block;
    font-size: 11px;
	font-weight: 700;
	font-style: normal;
	background: transparent url(img/qb_end.png) bottom left no-repeat;
	padding: 0px 30px 40px 40px;
    margin: 0px;
}
.quotebox cite img {
	padding: 3px 10px 0 0;     
	float: left;
}
.quotebox cite .quoteimg {
	padding: 3px 10px 0 0;     
	float: left;
}

/* Main Content */

.breadcrumb {
	font-size: 12px;
	padding: 5px 0 5px 0;
        margin-right: 15px;
	color: #69593C;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
	color: #69593C;
    text-decoration: underline;
}

.headerimg {
    width: 539px;
    border-top: 15px solid #EEEEEE;
}
.marketsheader {
    width: 769px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 539px;
	padding: 0px;
	float: left;
	background: #FFFFFF;
}

#content p, ul {
	margin-right: 15px;
	line-height: 170%;
}

#content p a {
	color: #880000;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content p a:visited {
	color: #880000;
}

#content li a {
	color: #880000;
	text-decoration: none;
}
#content li a:hover {
	text-decoration: underline;
}
#content li a:visited {
	color: #880000;
}


#content h1, h2, h3, h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 15px;
	color: #3B3F45;
}

#content h2 a {
        text-decoration: none;
	color: #3B3F45;
}

#content h1 {
	margin-top: 15px;
	font-size: 30px;
}
#content h2 {
	font-size: 18px;
        margin-top: 30px;
}
#content h3 {
	font-size: 16px;
	border: none;
}
#content h4 {
	font-size: 14px;
	border: none;
}
#content h4 {
	font-size: 14px;
	border: none;
}
#content .dropcap {
	float: left;
	font-size: 48px;
	line-height: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
}
#content .leftimg {
	float: left;
	margin: 5px 15px 5px 0;
	overflow: auto;
}
#content .rightimg {
	float: right;
	margin: 5px 0 5px 15px;
	overflow: auto;
}
#content .bigimg {
	margin-bottom: 30px;
}

.column1 {
	width: 239px;
	float: left;
	margin-right: 15px;
}
.column2 {
	width: 240px;
	float: left;
}
.column1 a, .column2 a {
	text-decoration: none;
}

.borderboxblue {
	background: #F1F4F7;
	border-bottom: 2px solid #C5D5E5;
	border-top: 2px solid #C5D5E5;
}
.borderboxgray {
	background: #EEEEEE;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
}
.textboxbrown {
	background: #E5D9C5;
}
.textboxblue {
	background: #F1F4F7;
}
.textboxgray {
	background: #EEEEEE;
}
.textboxnone {
	background: #FFFFFF;
}
.textboxnone h4 {
	margin-top: 15px;
}
.textboxbrown, .textboxblue, .textboxgray, .textboxnone, .borderboxgray, .borderboxblue {
	padding: 15px;
	width: 494px;
	overflow: auto;
}
.textboxbrown img, .textboxblue img, .textboxgray img, .textboxnone img, .borderboxgray img, .borderboxblue img {
	float: left;
	margin: 5px 15px 5px 0;
	overflow: auto;
}

.smallprint {
	font-size: 11px;
	font-style: italic;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	background: url(img/footerbg.gif) repeat-x;
	padding: 30px 0;
	color: #6A6453;
        clear: both;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	color: #6A6453;
}

/* Expandable Menus */

.save{
   behavior:url(#default#savehistory);}
a.dsphead{
   text-decoration:none;
   color:#3B3F45;
}
a.dsphead:hover{
   text-decoration:underline;
   color:#3B3F45;
}
a.dsphead span.dspchar{
   color:#3B3F45;
}
.dspcont{
   display:none;
   overflow: visible;
}
.floatclearing{
   clear:both;
}