/*
CollegePlus! Doublesidebar 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;
}

a.links {
	color: #880000;
	text-decoration: none;
}
a:hover.links {
	text-decoration: underline;
}
a:visited.links {
	color: #880000;
}

.jsvalidation {
	font-size: 11px;
	font-style: italic;
    color: #880000;
    font-weight: bold;
    margin-left: 5px;
}



/* Double Sidebar */

#doublebar {
	width: 150px;
	background: url(img/sidebarbg.gif) repeat-y;
	color: #C5D5E5;
	float: right;

}

#doublebarleft {
	width: 150px;
	background: url(img/sidebarbg.gif) repeat-y;
	color: #C5D5E5;
	float: left;
}

#doublebar p a{
	color: #880000;
	text-decoration: none;
}
#doublebarleft h3 {
	color: #3B3F45;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}
#doublebar h3 {
	color: #3B3F45;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}
#doublebar h1, h2, h3{
	padding: 0 0 0 15px;
}
#doublebarleft h1, h2, h3{
	padding: 0 0 0 15px;
}

#doublebarleft p a{
	color: #880000;
	text-decoration: none;
}
#doublebar p{
	padding-left: 15px;
}
#doublebarleft p{
	padding-left: 15px;
}
#dbbox {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #9BA9B4;
	background: #C5D5E5;
	padding: 15px;
}

#doublebarnav ul {
	width: 230px;
	background: #B39C76;
	list-style: none;
	margin: 0;
	padding: 0;
}
#doublebarnav li {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#doublebarnav a {
	background: #B39C76;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
#doublebarnav a:hover {
	background: #2580a2 url(img/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}

#doublebarleftnav ul {
	width: 230px;
	background: #B39C76;
	list-style: none;
	margin: 0;
	padding: 0;
}
#doublebarleftnav li {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#doublebarleftnav a {
	background: #B39C76;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
#doublebarleftnav a:hover {
	background: #2580a2 url(img/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}

/* 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 19px;
	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: 855px;
	margin: auto;
	background: #FFFFFF url("img/doublesbbg.gif") repeat-y scroll 0;
	clear: both;
	padding: 0px;
}

#pagenobg {
	width: 825px;
	margin: 0 auto;
	clear: both;
	padding: 0px;
}

/* 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: 540px;
    border-top: 15px solid #EEEEEE;
}
.marketsheader {
    width: 769px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 555px;
	padding: 0px;
	float: left;
	clear:none;
	background: #FFFFFF;
}
#content p {
	line-height: 170%;
	padding: 0 15px;
}
#content ul {
	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 {
	margin-left: 0px;
	color: #880000;
	text-decoration: none;
}
#content li a:hover {
	text-decoration: underline;
}
#content li a:visited {
	color: #880000;
}


#content h1, h2, h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin-right: 15px;
	color: #3B3F45;
}

#content h2 a {
        text-decoration: none;
	color: #3B3F45;
}

#content h1 {
	margin: 15px;
	font-size: 30px;
}
#content h2 {
	font-size: 18px;
        margin-top: 15px;
}
#content h3 {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}
#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 15px;
	overflow: auto;
}
#content .bigimg {
	margin-bottom: 30px;
}

.column1 {
	width: 260px;
	float: left;
}
.column2 {
	width: 260px;
	float: left;
}
.column1 a, .column2 a, .columns a {
	text-decoration: none;
}
.columnscontainer {
        padding: 15px;
}
.columns {
	width: 169px;
	float: left;
}
.infobox{
	padding-left: 15px;
}
.borderboxblue {
	background: #F1F4F7;
	border-bottom: 2px solid #C5D5E5;
	border-top: 2px solid #C5D5E5;
}
.borderboxblue.wide, .borderboxgray.wide{
	width: 495px;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 10px;
}
.borderboxblue.wide:last-child, .borderboxgray.wide:last-child{
	margin-bottom: 20px;
}
.borderboxgray {
	background: #EEEEEE;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
}
.textboxbrown {
	background: #E5D9C5;
}
.textboxblue {
	padding: 0px 0px 15px 0;
	width: 550px;
	margin: 15px 0 0 15px;
	overflow: auto;
	background: #F1F4F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.textboxgray {
	background: #EEEEEE;
}
.textboxnone {
	background: #FFFFFF;
}
.textboxnone h4 {
	margin-top: 15px;
}
.textboxbrown, .textboxblue, .textboxgray, .textboxnone, .borderboxgray, .borderboxblue {
	padding: 15px;
	width: 435px;
}
.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;
}
.topbox {
	width: 469px;
	float: none;
	overflow: hidden;
	z-index: +1;
}
/* Footer */

#footer {
	margin: 0;
	padding: 0;
	background: url(img/footerbg.gif) repeat-x;
	color: #6A6453;
	clear: both;
	height: 90px;
}

#footer p {
        line-height: 15px !important;
	margin: 0 auto;
	text-align: center;
	padding-top: 24px;
}

#footer a {
	color: #6A6453;
}

#footer img {
	margin-top: 5px;
        margin-left: 10px;
	margin-bottom: -13px;
}

/* 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;
}

#accordion {
	margin:20px 25px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #c5d5e5;
	color: #6A6453;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

.h3 .toggler:hover {
	color: #ffffff;
}

.toggler:hover {
	background: #cccccc;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

/* Add This */

.addthis_toolbox .vertical
{
    width: 108px;
    padding: 5px;
    margin: 12px;
    border: 2px solid #6A6453;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .vertical a
{
    width: 74px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: black;
}

.addthis_toolbox .vertical a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #c5d5e5;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 6px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span
{
    display: none;
}

/* CSS Buttons */

.sidebarbtn {
	float: left;
	clear: both;
	background: url(http://www.collegeplus.org/public/css/img/btn_left.png) no-repeat;
	height: 40px;
	padding: 0 0 0 10px;
	margin: 3px 5px;
}
.sidebarbtn a{
	float: left;
	height: 25px;
	background: url(http://www.collegeplus.org/public/css/img/btn_stretch.png) repeat-x left top;
	width: 119px;
	line-height: 10px;
	padding: 15px 0 0 0;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.sidebarbtn span {
	background: url(http://www.collegeplus.org/public/css/img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_red { background-color: #880000; }
.btn_tan { background-color: #B39C76; }
.btn_brown { background-color: #6A6453; }
.btn_blue { background-color: #c5d5e5; }
.btn_red:hover { background-color: #ab0000; }
.btn_tan:hover { background-color: #c8b088; }
.btn_brown:hover { background-color: #888069; }
.btn_blue:hover { background-color: #d6ebff; }
.clear {
	clear: both;
}
/* Contact Us Columns */
.columnboxblue {
	float: left;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 15px 15px;
	width: 235px;
	background: #F1F4F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.leftcolumnboxblue {
	padding: 0px 0px 15px 0;
	width: 525px;
	margin: 15px 0 0 15px;
	overflow: hidden;
	background: #F1F4F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.leftcolumnboxgray {
	margin: 15px 15px 15px 0px;
	padding: 0px 0px 15px 15px ;
	width: 525px;
	overflow: hidden;
	background: #eeeeee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.plus, .minus {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 20px;
}



