@charset "UTF-8";
/* CSS Document */

/*CSS Reset
---------------------------------*/
* {
	margin:	0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:	0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

:focus {
	outline: 0;
}

/*HTML Tags
--------------------------------*/
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #2E2E2E;
	background-color: #ffffff;
}

a, a:visited, a:active {
	color:#1C94C4;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color:#1C94C4;
	text-decoration: underline;
	cursor: pointer;
}

p {
	margin-bottom: 12px;
}

/*General
----------------------------------*/
#topContainer {
	width: 100%;
	background-color: #993333;
	background-image: url(../_images/background/header-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	width: 960px;
	margin: 0 auto 0 auto;
	height: 220px;
	background-image: url(../_images/background/logo-large.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}

#topBar {
	height: 42px;
}

#today {
	float: left;
	padding-top: 11px;
	color: #FFFFFF;
	font-size: 12px;
}

#search {
	float: right;
	padding-top: 10px;
}

#logo {
	padding-top: 25px;
}

#dropMenuContainer {
	position: absolute;
	font-size: 12px;
	left: 0;
	bottom: 0;
	height: 42px;
	width: 100%;
	z-index: 10;
}

#contentContainer {
	background-image: url(../_images/background/content-tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F5F5F5;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 20px;
}

#content {
	background-color: #F8F8F8;
	width: 960px;
	padding-top: 35px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#leftSideContainer {
	width: 615px;
	float: left;
	min-height: 400px;
}

#leftSideContainer>h1, h1.title {
	color: #993333;
	font-family: "adrianne-1","adrianne-2", Georgia, serif;
	font-size: 28px;
	margin-bottom: 18px;
}

#leftSideContainer>h2, h2.subTitle {
	color: #993333;
	font-family: "adrianne-1","adrianne-2", Georgia, serif;
	font-size: 22px;
	margin-bottom: 8px;
	margin-top: 18px;
}

#sidebar {
	width: 300px;
	float: right;
	padding-top: 35px;
}

#relatedLinks>h1 {
	border: 1px solid #EBEBEB;
	text-transform: uppercase;
	font-weight: bold;
	color: #515151;	
}

#relatedLinks>h1 span {
	display: block;
	border: 1px solid #FFFFFF;
	background-image: url(../_images/background/widget-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 8px 10px 8px 10px;	
}

#relatedLinks>ul {
	margin-top: 8px;
	margin-bottom: 15px;	
}

#relatedLinks>ul>li {
	padding: 0 12px 8px 12px;
	margin-bottom: 8px;
	background-image: url(../_images/background/content-border.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #999999;
	font-weight: bold;
}

ul.right-subNav li {
	padding: 0 12px 8px 30px;
	margin-bottom: 8px;
	background-image: url(../_images/background/content-border.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #999999;
}

#relatedLinks a, #relatedLinks a:visited, #relatedLinks a:active {
	color:#184866;
}

#relatedLinks a:hover {
	color:#184866;
}

#footerContainer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C9C9C;
	background-color: #B8B8B8;
	background-image: url(../_images/background/footer-tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;
}

#footer {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footerBody {
	width: 630px;
}

#footerBody a {
	color: #FFFFFF;
}

#footerBody h2 {
	border: 1px solid #A5A5A5;	
	text-transform: uppercase;
	color: #666666;
}

#footerBody h2 span {
	padding: 8px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	display: block;
	background-image: url(../_images/background/footerwidget-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#footerBody img {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#footerBody div.footerBodyRight {
	float: right;
	width: 430px;
	padding-top: 10px;
	padding-right: 10px;
}

#footerSideBar {
	float: right;
	width: 300px;
}

#footerSideBar h2 {
	border: 1px solid #A5A5A5;	
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 10px;
}

#footerSideBar h2 span {
	padding: 8px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	display: block;
	background-image: url(../_images/background/footerwidget-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#footerSideBar div {
	padding: 0 12px 10px 12px;
	margin-bottom: 10px;
	background-image: url(../_images/background/footerwidget-border.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#bottomBarContainer {
	width: 100%;
	background-color: #1A1A1A;
}

#bottomBar {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #EBEBEB;
	font-size: 12px;
	overflow: hidden;
}

#bottomBar .right {
	float: right;
	text-align: right;
	font-weight: bold;
}

#bottomBar .left {
	float: left;
}

#bottomBar div a {
	color: #EBEBEB;
}

/*Home Page
-------------------------------------*/
#featured {
	margin-bottom: 25px;
	width: 960px;	
}

#content-home {
	background-color: #F8F8F8;
	width: 960px;
	padding-top: 30px;
	margin: 0 auto 0 auto;
}

#leftSideContainer-home {
	width: 630px;
	float: left;
}

.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	overflow: hidden;
	width: 100%;
}

.post img {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

div.right {
	float: right;
	width: 440px;
}

div.right h1 {
	font-weight: bold;
	font-size: 14px;
}

div.right h2 {
	color: #999999;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 12px;
}

div.right a {
	color:#184866;
}

div.right p {
	margin-bottom: 0;
}

#sidebar-home {
	width: 300px;
	float: right;
}

#sidebar-home a, #sidebar-home a:visited, #sidebar-home a:active {
	color:#184866;
	font-weight: bold;
	display: block;
}

#sidebar-home a:hover {
	color:#184866;
}

h1.sidebarTitle-home {
	border: 1px solid #EBEBEB;
	text-transform: uppercase;
	font-weight: bold;
	color: #515151;
	margin-bottom: 10px;
}

h1.sidebarTitle-home span {
	display: block;
	border: 1px solid #FFFFFF;
	background-image: url(../_images/background/widget-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 8px 10px 8px 10px;
}

.event-home {
	padding:  0 10px 10px 10px;
	margin-bottom: 10px;
	background-image: url(../_images/background/content-border.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}

.event-header-home {
	float: left;
	width: 45px;
	text-align: center;
	color: #ffffff;
	background-image: url(../_images/calendar/date-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px 0 9px 0;
	line-height: 16px;
}

.event-day-home {
	font-size: 18px;
	font-weight: bold;
}

.event-month-home {
	text-transform: uppercase;
	font-size: 12px;
}

.event-body-home {
	float: right;
	width: 220px;
}

.event-body-home span {
	font-style: italic;
	color: #666666;
	font-size: 12px;
}

/*About
--------------------------------------------*/
.featured-news {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	overflow: hidden;
	width: 100%;	
}

.featured-news>img {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #D6D6D6;	
}

.featured-news .news-body {
	float: right;
	width: 410px;	
}

.news-body>h1 {
	font-weight: bold;
	font-size: 15px;
	color: #666666;
}

.news-body>h2 {
	color: #999999;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 12px;
}

/*Quotes
--------------------------------------------*/
div.quoteRight {
	margin-left: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	width: 300px;
	float: right;
	background-image: url(../_images/background/quote-open.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
}

div.quoteRight h1 {
	font-family: "adrianne-1","adrianne-2", Georgia, serif;
	font-size: 22px;
	line-height: 1.5em;
	color: #993333;	
}

div.quoteRight span {
	font-size: 11px;
	color: #999999;
	padding-left: 20px;
	display: block;
}

/*Academics
-------------------------------------------*/
.course-sequence {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-bottom: 15px;
}

.course-sequence th {
	background-color: #993333;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.course-sequence td {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;	
}

.course-sequence tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}
/*Contact
-------------------------------------------*/
.intro-text {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	font-family: "adrianne-1","adrianne-2", Georgia, serif;
	color:#666666;
}

#sidebar-contact {
	width: 320px;
	float: right;
	padding-top: 35px;
}

#map-container {
	width: 300px;
	border: 3px solid #D6D6D6;
	height: 250px;
	margin-bottom: 15px;
}

#directions-link {
	text-align: center;	
}

/*Calendar
-------------------------------------------*/
#sidebar-calendar {
	width: 300px;
	float: right;
	position: relative;
}

#sidebar-calendar .download {
	text-align: center;
	width: 300px;
	position: absolute;
	left: 0;
	top: -40px;
}

#calendar-views {
	float: right;
	padding-right: 345px;
	padding-top: 3px;
	font-weight: bold;
	color: #666666;
}

#events-wrapper {
	background-color: #FFFFFF;
	border: 3px solid #D6D6D6;	
}

#date-bar {
	background-color: #993333;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

#date-bar a, #date-bar a:visited, #date-bar a:active {
	color:#EBEBEB;
}

#date-bar a:hover {
	color:#EBEBEB;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.date-heading {
	background-color: #979797;
	padding: 7px 15px 7px 15px;
	font-size: 14px;
	color: #ffffff;
}

.event-container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

.event-container>h1 {
	background-color: #EBEBEB;
	padding: 7px 15px 7px 15px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.event-header {
	padding: 0 15px 0 15px;
	margin-bottom: 12px;
}

.event-body {
	padding: 0 15px 0 15px;
	margin-bottom: 12px;
}

.event-category {
	padding: 0 15px 0 15px;
	font-style: italic;
	color: #666666;
}

.no-event {
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	color: #666666;	
}

/*Drop Down Menu
------------------------------------------*/
ul#menu {
	width: 100%;
}

ul#menu li {
	float: left;
}

ul#menu li a, ul#menu li a:visited, ul#menu li a:active {
	display: block;
	line-height: 42px;
	padding: 0 15px 0 15px;	
	text-transform: uppercase;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: none;
}

li.menu-item a, li.menu-item a:visited, li.menu-item a:active {
	color: #ffffff;
}

li.menu-item a:hover {
	background-image: url(../_images/background/active-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color:#909090;
}

li.menu-item-current {
	background-image: url(../_images/background/active-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;	
}

li.menu-item-current a, li.menu-item-current a:visited, li.menu-item-current a:active {
	color: #333333;
}

/*Forms
-----------------------------------*/
#searchForm input {
	float: right;
}

#searchForm input[type=text] {
	border: 1px solid #999999;
	background-color: #6F6F6F;
	color:#EBEBEB;
	padding: 2px;
	width: 200px;
	margin-right: 5px;
}

#contact {
	margin-top: 20px;
}

#contact label {
	float: left;
	text-align: right;
	width: 135px;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}

#contact input[type=text], #contact textarea {
	float: left;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	padding: 8px;
	width: 350px;
	margin-left: 10px;
	font-size: 14px;
}

#contact input[type=text]:focus, #contact textarea:focus {
	border: 1px solid #1C94C4;
}

#contact input[type=submit] {
	float: left;
	margin-left: 10px;
}

#contact .separator {
	padding-top: 15px;
	clear: both;
}

#contact .required {
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	font-style: italic;
	color: #666666;
}

/*Tables
--------------------------------*/
.maroon {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-bottom: 15px;
}

.maroon th {
	background-color: #993333;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.maroon td {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;	
}

.maroon tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

.row-highlight {
	background-color: #F2F2F2;
}

/*Lists
--------------------------------*/
ul.plain {
	margin-bottom: 12px;
}

ul.plain>li {
	margin-bottom: 6px;
}

ul.standard {
	margin-bottom: 12px;
}

ul.standard>li {
	margin-bottom: 6px;
	background-image: url(../_images/bullets/round-solid.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 10px;
	padding-left: 15px;
}

ul.docs {
	margin-bottom: 12px;
}

ul.docs>li {
	margin-bottom: 6px;
	background-image: url(../_images/bullets/pdf.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 35px;
}


ol.upper-roman {
	margin-bottom: 12px;
	list-style-type: upper-roman;
}

ol.upper-roman>li {
	margin-left: 30px;
	margin-bottom: 6px;
}

ol.lower-alpha {
	margin-bottom: 12px;
	list-style-type: lower-alpha;
}

ol.lower-alpha>li {
	margin-left: 30px;
	margin-bottom: 6px;
}

ol.numeric {
	margin-bottom: 12px;
	list-style-type: decimal;
}

ol.numeric>li {
	margin-left: 30px;
	margin-bottom: 6px;
}

/*Images
--------------------------------*/
.img-left {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #D6D6D6;
}

.img-right {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #D6D6D6;
}

#img-banner {
	border: 1px solid #D6D6D6;	
	margin-bottom: 15px;
}

#viewbook {
	background-color: #D6D6D6;
	padding: 5px;
	display: block;
	line-height: 0;
}

/*Generic
----------------------------------*/
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.grey {
	color: #666666;
}

.indent {
	margin-left: 50px;
}

.last {
	margin: 0;
	border: none;
}

/* @group Bookstore */
#bookstore_items {
	width: 100%;
}

#bookstore_items td {
	vertical-align: top;
	padding-bottom: 30px;
}

#bookstore_items img {
	border: 5px solid #D6D6D6;	
}

#bookstore_items .content {
	margin-right: 30px;	
}

#bookstore_items .last {
	margin: 0;	
}

#bookstore_items .price {
	margin-top: 12px;
}

#bookstore_items .price span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 5px 8px 5px 8px;
	background-color: #eb8f00;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#bookstore_items h4 {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	margin-bottom: 6px;
}

#bookstore_items .hover {
	border: 5px solid #ACACAC;
}

/* @end */
