/*
Project: Centenary College '08
Author:  Marcos Guareno
File:    start.css
Edit:    12.17.2007
*/

a:hover {
	text-decoration: underline;
	color: #4bdcff;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#main {
	background-color: #ffffff;
}
#header {
	padding-right: 5px;
}
#footer {
	padding-top: 13px;
	padding-right: 14px;
	float: right;
}
#footertop {
	background-image: url(../images/footer_top.gif);
	background-repeat: repeat-x;
	height: 18px;
}
#footerlow {
	background-color: #002748;
	height: 40px;
}
/* BEGIN RIGHT BOXES */


#catalog {
	margin-right: 15px;
	margin-left: 12px; /* hides buttons */
	margin-top: 23px;
	margin-bottom: 15px;
}
#boxthriva {
	background-image: url(../images/box_bg_thriva.gif);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-left: 12px;
	padding-top: 18px;
	height: 113px;
}
#boxthriva IMG{
	margin-bottom: 3px;
	margin-top: 3px;
}

#boxfacebook {
	margin-right: 15px;
	margin-left: 12px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#boxacademic {
	background-image: url(../images/box_bg_academic.gif);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-left: 12px;
	padding-top: 42px;
	padding-left: 35px;
	background-color: #042747;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

#boxacademic IMG {
	padding-right: 5px;
	margin-left: 4px;
	margin-top: 10px;
}
#boxschedule {
	background-image: url(../images/box_bg_schedules.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	padding-top: 15px;
	padding-left: 38px; /* turn on when new schedule is set */
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#boxmisc {
	background-image: url(../images/box_bg_misc.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-bottom: 10px;
	margin-right: 15px;
	background-color: #08335A;
	padding-top: 5px;
	padding-bottom: 5px;
}
#boxmeds {
	background-image: url(../images/box_bg_misc.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-bottom: 10px;
}
/* END RIGHT BOXES */

/* BEGIN MAIN CONTAINER */
#container {
	padding-left: 15px;
	padding-top: 10px;
	background-color: #ffffff;
}
#container H1 {
	color: #002748;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
#container H2 {
	color: #4BDCFF;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#container H3 {
	color: #4B64FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#container H4 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container H5 {
	color: #6b6e70;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
#container P {
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#container hr {
	clear: both;
	margin-top: 10px;
}
#slideshowContainer {
	height: 355px;
	overflow: hidden;
}
#slideshowControls {
	display: block;
	margin-top: 10px;
	width: 540px;
}
#slideshowControls a {
	font: bold 14px/22px arial, helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	outline: none;
}
#slideshowControls a.activeSlide {
	background-color: #FC3;
}
#navbutton {
	margin-top: 10px;
}
#prev , #next{
	cursor: pointer;
	padding: 10px;
}
.radioHeaders {color: #4bdcff}
#container #sampleSchedule p {
	line-height: 14px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sampleSchedule {
	margin-top: 20px;
}
#container  .sampleScheduleLeft{
	text-align: right;
}
.masthead {
	margin-bottom: 10px;
}
.imgAcademicRight {
	border: 1px solid #000;
	float: right;
	margin-left: 10px;
}
.imgAcademicLeft {
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
}
.forms a {
	color: #003E74;
}
.forms a:hover {
	color: #4bdcff;
}
.forms h3 {
	margin-bottom: 4px;
}
.forms p {
	margin-top: 0px;
}
#catalog img {
	margin-bottom: 3px;
}
#container .quotes p {
	color: #939393;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
}
#container .quotes em {
	display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
}

