@charset "utf-8";
/* CSS Document */

html, body {
	margin:auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666;
	height:100%;
	width:100%;
}
#container {
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	vertical-align:top;
	min-width:900px;
	background-color:#ececec;
}
#content_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	z-index:2;
}
#header {
	background-color:#fdd440;
	z-index:1;
	margin:0;
	padding:0;
	text-align:center;
}
#header_container {
	display:inline-block;
	width:900px;
	height:120px;
	margin:0;
	padding:0;
	text-align:left;
	background:url(global_images/rc_logo.jpg) no-repeat 0% 55%;
}
#wire_wing_left {
	position:absolute;
	left:0px;
	top:120px;
	background:url(global_images/wire_left.jpg) right top no-repeat;
	display:block;
	width:50%;
	height:37px;
	min-width:450px;
}
#wire_wing_right {
	position:absolute;
	right:0px;
	top:120px;
	background:url(global_images/wire_right.jpg) left top no-repeat;
	display:block;
	width:50%;
	height:37px;
	min-width:450px;
}
#randomimage {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:0;
	vertical-align:bottom;
	border:none;
}
#randomimage img {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:0;
	vertical-align:bottom;
	border:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:6;
	width:700px;
}
#mainImageOverride {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:0;
	vertical-align:bottom;
	border:none;
}
#mainImageOverride img {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:0;
	vertical-align:bottom;
	border:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:6;
	width:700px;
}
#mainImageOverride object,embed {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:0;
	vertical-align:top;
	border:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:6;
}

#flash_holder {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:-10px 0px -10px 0px;
	vertical-align:bottom;
	border:none;
}
#flash_holder object,embed {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	clear:both;
	padding:0;
	margin:0;
	vertical-align:top;
	border:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:6;
	width:700px;
}

#content_column {
	width:700px;
	float:left;
	vertical-align:top;
	position:relative;
	top:-13px;
	margin-bottom:-13px;
}
#content_right_column {
	width:150px;
	float:right;
}
#content_photo_box {
	clear:both;
	padding:0;
	margin:0;
	position:relative;
	z-index:6;
}
#content_body_copy {
	background:url(global_images/bg_content.jpg) repeat-y;
	padding:0px 0px 60px 0px;
	margin:0;
	vertical-align:top;
	position:relative;
}
#content_body_copy .inlineform{
	display:inline-block;
	padding:0px 170px 10px 35px;
}
#content_body_copy P {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	/*overflow: hidden; causes modern browsers to enclose child floats*/
	/*clear:both;   march 30, 2011 - was causing all image floats to stop after one paragraph */
	padding:0px 170px 10px 35px;
	margin:0;
	line-height:1.25;
}
#content_body_copy UL {
	padding:0px 170px 10px 50px;
	margin:0;
	line-height:1.25;
}
#content_body_copy OL {
	padding:0px 170px 10px 60px;
	margin:0;
	line-height:1.25;
}

#content_body_copy LI {
	padding-bottom:3px;
}
#content_body_copy LI P {
	margin:0;
	padding:0;
	display:inline;
}
#content_body_copy TD P {
	margin:0;
	padding:0;

	display:inline;
	line-height:normal;
}
#content_body_copy .sub_title {
	display:block;
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-size:14px;
	padding:0px 170px 10px 35px;
	margin:0;
	color:#666;
	font-style:italic;
	font-weight:normal;
}
#content_body_copy H1 {
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-size: 18px;
	display:block;
	margin:20px 170px 20px 35px;
	padding:10px 0px 0px 0px;
	font-weight: normal;
	color:#333;
}
#content_body_copy H1.page_title {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding:20px 170px 10px 35px;
	margin:0;
	color:#954121;
	width: 300px;
	font-weight:bold;
}
#content_body_copy H2 {
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-size: 15px;
	display:block;
	border-top: 1px solid #ccc;
	margin:20px 170px 20px 35px;
	padding:10px 0px 0px 0px;
	font-weight: normal;
	color:#333;
}
#content_body_copy H3 {
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-size: 14px;
	display:block;
	margin:10px 170px 20px 35px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	color:#333;
}
#content_body_copy H4 {
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-size: 12px;
	display:block;
	margin:10px 170px 20px 35px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	color:#333;
}
#content_body_copy HR {
	display:none;
}
#content_body_copy A {
	color:#666;
}
#content_body_copy strong {
	color:#333;
}
#content_body_copy .page_table1 {
	display:inline-block;
	margin:0px 170px 10px 35px;
	padding:0;
}
#content_body_copy .page_table1 TD {
	padding:5px;
	vertical-align:top;
}
#content_body_copy .page_table1 TH {
	padding:5px;
	vertical-align:top;
	text-align:left;
}
#content_body_copy .page_table1 UL {
	padding:0px 0px 0px 15px;
	margin:0;
	line-height:1.25;
}
#content_body_copy .page_table_smalltext {
	display:inline-block;
	margin:0px 170px 10px 35px;
	padding:0;
}
#content_body_copy .page_table_smalltext TD {
	padding:5px;
	vertical-align:top;
	font-size:10px;
}
#content_body_copy .page_table_smalltext TH {
	padding:5px;
	vertical-align:top;
	font-size:10px;
	text-align:left;
}
#content_body_copy .page_table_smalltext UL {
	padding:0px 0px 0px 15px;
	margin:0;
	line-height:1.25;
}
#content_body_copy .page_table_smalltext_grid UL {
	padding:0px 0px 0px 15px;
	margin:0;
	line-height:1.25;
}
#content_body_copy .page_table_smalltext_grid {
	display:inline-block;
	margin:0px 170px 10px 35px;
	padding:0;
}
#content_body_copy .page_table_smalltext_grid TD {
	padding:5px;
	vertical-align:top;
	font-size:10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ececec;
}
#content_body_copy .page_table_smalltext_grid TH {
	padding:5px;
	vertical-align:top;
	font-size:10px;
	text-align:left;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ececec;
	font-weight:normal;
	color:#000;
}
#content_body_copy .page_table_smalltext_grid UL {
	padding:0px 0px 0px 15px;
	margin:0;
	line-height:1.25;
}
#content_body_copy .page_table1 strong.table_title {
	display:block;
	margin:10px 0px 10px 0px;
	padding:10px 0px 5px 0px;
	border-top:1px solid #ccc;
}
#content_body_copy .page_table_border_bottom {
	display:block;
	margin:0px 170px 10px 35px;
	padding:0;
}
#content_body_copy .page_table_border_bottom TD {
	padding:5px 10px 5px 0px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	margin:0;
}
#content_body_copy .page_table_border_bottom TH {
	text-align:left;
	padding:5px 10px 5px 0px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	margin:0;
}
#content_body_copy .box_float_right {
	display:inline-block;
	width:200px;
	padding:0;
	margin: 0px 170px 20px 20px;
	float:right;
}
#content_body_copy .box_float_right IMG {
	width:190px;
}
#content_body_copy .box_float_right_original_imagesize {
	display:inline-block;
	width:200px;
	padding:0;
	margin: 0px 170px 20px 20px;
	float:right;
}
#content_body_copy .box_float_right_original_imagesize SMALL{
	display:inline-block;
	border:3px solid #ccc;
	padding:10px;
	-moz-border-radius: 7px;
	border-radius:7px;
}
#content_body_copy .box_float_right_original_imagesize UL {
	padding:0px 0px 0px 15px;
	margin:0;
	line-height:1.25;
}
#content_body_copy .box_float_right_textfeature {
	display:inline-block;
	width:200px;
	padding:20px 0px 20px 0px;
	margin: 0px 170px 20px 20px;
	float:right;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
#content_body_copy .box_float_right_textfeature UL {
	padding:0px 0px 0px 15px;
	margin:0;
	line-height:1.25;
}
#content_body_copy .page_form {
 	display:block;
	float:right;
	clear:both;
	background-color:#ececec;
	padding:20px;
	margin: 0px 170px 20px 20px;
	width:160px;
}
#content_body_copy .page_form input {
	width:160px;
}
#content_body_copy .page_form textarea {
	width:160px;
}
#footer {
	position:relative;
	z-index:3;
	clear:both;
	height:100px;
	font-size:10px;
	color:#000;
	text-align:center;
	padding:0px 0px 13px 0px;
	margin:0;
	background-color:#fdd440;
}
#footer_container {
	display:inline-block;
	width:900px;
	padding: 10px 0px 0px 0px;
	margin:0;
	text-align:left;
}
#footer_brand {
	float:left;
	width:180px;
	padding:3px 0px 0px 0px;
}
#footer_brand img {
	width:160px;
}
#footer_contactInfo {
	width:230px;
	float:left;
	color:#64574b;
	border-left:2px solid #ffebb1;
	padding-left:15px;
}
#footer_contactInfo A {
	float:left;
	color:#64574b;
	text-decoration:none;
}
#footer_contactInfo A:hover {
	text-decoration:underline;
}
#footer_copyright {
	float:left;
	width:202px;
	text-align:center;
}
#footer_links {
	float:left;
	color:#64574b;
	border-right:2px solid #ffebb1;
	padding-right:15px;
	text-align:right;
	text-decoration:none;
	width:216px;
}
#footer_links A {
	color:#64574b;
	text-decoration:none;
}
#footer_links A:hover {
	text-decoration:underline;
}
#nav_column {
	position:relative;
	width:175px;
	float:left;
	margin:0px 5px 0px 0px;
	text-align:top;
	top:-3px;
}
#nav_container {
	padding:0px 0px 20px 0px;
	margin: 0px 0px 10px 0px;
	background-color:#fefff5;
}
#nav_container DL, DD {
	padding:0px;
	margin: 0px
}
#nav_container DD A {
	font-size:10px;
	color:#8d8d8c;
	text-decoration:none;
	padding:0px;
	padding:2px 15px 2px 20px;
	display:block;
	font-weight:normal;
}
#nav_container DD a:hover {
	background-color:#ececec;
	color:#000;
}
.nav_header {
	margin:0;
	padding:0;
}
.nav_header a {
	color:#666;
	text-decoration:none;
	display:block;
}
H1.nav_header {
	font-size: 16px;
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-weight:bold;
	display:block;
	background-color:#fefff5;
	padding:0px;
	padding:30px 15px 5px 20px;
	margin:0;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
H2.nav_header {
	font-size: 13px;
	font-family: Century Gothic, Avant Garde, Verdana, Arial, Helvetica;
	font-weight:bold;
	display:block;
	background-color:#fefff5;
	padding:0px;
	padding:30px 15px 5px 20px;
	margin:0;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
#nav_column .feature_item IMG {
	width:180px;
	border:none;
}
#nav_column .feature_item A {
	text-decoration:none;
	color:#666;
}
#nav_column .feature_item STRONG {
	display:block;
	margin-bottom:3px;
}
#nav_column .caption {
	line-height:1;
	font-size:10px;
	padding:5px 5px 20px 10px;
}
#nav_column .text_feature {
	display:block;
	background-color:#fefff5;
	padding:0px;
	padding:0px 15px 0px 20px;
}
#nav_column .text_feature A {
	color:#666;
}
#breadcrumbs_bg {
	background-color:#f4c73c;
	height:15px;
	width:862px;
	display:inline-block;
	position:relative;
	top:15px;
	z-index:1;
	float:left;
}
#breadcrumbs {
	/*background-color:#f4c73c;*/
	padding:0px 0px 0px 20px;
	margin-right:38px;
	white-space:nowrap;
	display:inline-block;
	clear:both;
	position:relative;
	top:-1px;
	z-index:10;
	float:left;
}
#breadcrumbs A {
	text-transform:uppercase;
	font-size:9px;
	color:#a77716;
	text-decoration:none;
	position:relative;
	z-index:10;
	padding:0;
	margin:0;
}
#breadcrumbs A:hover {
	text-decoration:underline;
}
#breadcrumbs strong {
	color:red;
	font-weight:bold;
	font-size:9px;
	line-height:1pt;
}
/*#logo {
	position:relative;
	top:36px;
	left:0px;
	width:425px;
	float:left;
}*/
#uni_nav_holder {
	display:block;
	position:relative;
	right:37px;
	clear:both;
	font-size:10px;
	margin:0;
	padding:0;
	vertical-align:top;
	float:right;
}
#uni_nav_col_1 {
	float:left;
	border-left:2px solid #ffebb1;
	padding:5px 0px 0px 0px;
}
#uni_nav_col_1 A {
	display:block;
	width:70px;
	color:#000;
	padding:0px 0px 0px 15px;
	text-decoration:none;
}
#uni_nav_col_1 A:hover {
	background-color:#FCE187;
}
#uni_nav_col_2 {
	float:left;
	border-left:2px solid #ffebb1;
	padding:5px 0px 0px 0px;
}
#uni_nav_col_2 A {
	display:block;
	width:90px;
	color:#996600;
	padding:0px 0px 0px 15px;
	text-decoration:none;
}
#uni_nav_col_2 A:hover {
	background-color:#FCE187;
}
#uni_nav_col_3 {
	float:left;
	border-left:2px solid #ffebb1;
	padding:5px 0px 0px 0px;
}
#uni_nav_col_3 A {
	display:block;
	width:53px;
	color:#996600;
	padding:0px 0px 0px 15px;
	text-decoration:none;
}
#uni_nav_col_3 A:hover {
	background-color:#FCE187;
}
/* hidden menu layers */
#hidden_layer_container {
	position:absolute;
	top:0px;
	z-index:10;
	clear:both;
	width:100%;
	height:auto;
	vertical-align:top;
	background-color: #ececec;
	min-width:900px;
}
#hidden_layer_holder {
	position:relative;
	top:0px;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
.hidden_nav_layer {
	color:#000033;
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	z-index:15;
	padding: 10px;
	background:#FCE187;
}
#search_layer {
	text-transform:uppercase;
	letter-spacing:.5px;
	font-size:10px;
	font-family:Arial, Tahoma, "Lucida Sans";
	line-height:13px;
	right:214px;
	top:47px;
}
#search_layer .text {
	margin:0px 0px 10px 0px;
	width: 160px;
}
#search_layer .butt {
	margin:0px 0px 0px 0px;
}
#search_layer #q {
	width: 250px;
}
#quicklinks_layer {
	right:212px;
}
#aboutus_layer {
	right:212px;
}
#audience_layer {
	right:104px;
}
#new_med_layer {
	right:104px;
}
#academics_layer {
	right:212px;
}
#admissions_layer {
	right:212px;
}
#studentlife_layer {
	right:212px;
}
#financialaid_layer {
	right:212px;
}
#news_layer {
	right:104px;
}
#athletics_layer {
	right: 212px;
}
#giving_layer {
	right:104px;
	border-right:none;
}
.navcolumn {
	display:block;
	width:150px;
	float:left;
	padding:0px 5px 0px 5px;
}
.navcolumn A {
	text-decoration:none;
	color:#000033;
	text-transform:normal;
	letter-spacing:.5px;
	font-size:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height:13px;
	border-bottom:1px solid #fff;
	display:block;
	padding: 3px 3px 3px 3px;
	white-space:normal;
}
.navcolumn A:hover {
	color:#000;
	background-color:#fff;
}
#vid_spacer{
	display:block;
	height:10px;
}
.addthis_toolbox {
	display:block;
	margin-left:31px;
}
/* END hidden menu layers */

