/* CSS Document */

/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Column Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  - @media styles (handhelds)
  
================================================================*/

@import url("base.css");
@import url("layout3.css");
@import url("nav.css");
@import url("accordian_panels1.css");
@import url("flag_buttons1.css");
@import url("http://www.greenriver.edu/css/photo_shadow_caption.css");
@import url("/css/colorbox/colorbox1.css");
@import url('jquery_ui/redmond/jquery-ui-1.8.2.custom-09-03-2010.css');
/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#29303B;
	color: #333;
	line-height:1.5;
}
/* Link styles*/ 
a:link {
	color:#473624;
	text-decoration:underline;
}
a:visited {
	color:#716E6C;
	color: #666;
	text-decoration:underline;
}
a:hover {
	color:#956839;
	color: black;
	text-decoration:none;
	background-color: #f2f2f2;
}
a:active {
	color:#956839;
}
.content .tabs-nav a, .content2 .tabs-nav a {
	border: none !important;
}
ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
	padding: 0;
}
ul li, ol li {
	margin: 0 0 4px 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
ol {
	list-style-type: decimal;
	margin: 0 0 10px 20px;
	padding: 0 0 10px 0;
}
ol li ol {
	list-style-type: lower-alpha;
}

/*==============================================
	UI WIDGET
==============================================*/

/*.ui-widget {
	margin-left: 20px;
	margin-right: 10px;
}

.ui-widget p {
	margin-left: 0 !important;
	margin-right: 0 !important;
}*/

.width25, .width30, .width35, .width40, .width45, 
.width50, .width55, .width60, .width65, .width70, 
.width75, .width80, .width85, .width90, .width95 {
	margin: 0 16px 16px 20px; 
}

.width25 { width: 25%; }
.width30 { width: 30%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width70 { width: 70%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width85 { width: 85%; }
.width90 { width: 90%; }
.width95 { width: 95%; }

.right {
	float: right;
}

.left {
	float: left;
}
/* HEADER CONTENT
----------------------------------------------------------------*/
#topbar p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2EA9D;
}
#topbar .divider {
	float:left;
	margin: 0 8px 0 8px;
	padding:0;
}
#topbar .nav a, #topbar nav a:link, #topbar .nav a:visited {
	font-size: 11px;
	float:left;
	color: #F2EA9D;
	text-decoration: none;
	/*background-color: #cd6600;*/
	border-bottom: 1px dotted #F2EA9D;
}
#topbar .nav a:hover {
	color: white;
	background-color: #cd6600;
	text-decoration: none;
	border-bottom: 1px solid white;
}
#choose {
	float:left;
	margin-right: 6px;
}
.logo a {
	background: url(../images/grcc_logo.gif) no-repeat;
	border: none;
	text-decoration: none;
	text-indent: -9000px;
	left: 0px;
	width: 144px;
	height: 85px;
	margin: 0 20px 0 0;
	float:right;
}
#titlebar {
	background: url(../images/title.gif) no-repeat left top;
	background-color: #F6DA7F;
	float: left;
	width: 390px;
	height: 50px;
	top: 18px;
	left: 0px;
	position: relative;
	border: 0;
}
#titlebar p {
	text-indent: -9000px;
	/*width: 390px;
	height: 50px;*/
	border: 0;
	position: relative;
	margin:0;
	padding:0;
}
#titlebar p a, #titlebar a:link, #titlebar a:visited, #titlebar a:hover, #titlebar a:active {
	display: block;
	background: url(../images/title.gif) no-repeat left top;
	height: 50px;
	border: 0;
	text-decoration: none;
}
#tabs {
	font-size: 85%;
	float: right;
	/*width: 100%;*/ 
	line-height: normal;
	margin-top: 80px;
	margin-right: 0px;
}
#tabs ul {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}
#tabs li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 21px;
	BACKGROUND: url(../images/left.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}
#tabs a {
	PADDING-RIGHT: 16px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	BACKGROUND: url(../images/right.gif) no-repeat right top;
	FLOAT: right;
	PADDING-BOTTOM: 5px;
	COLOR: #765;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
}
#tabs a {
	FLOAT: none;
}
#tabs a:hover {
	COLOR: #333;
}
#tabs #current {
	background-image: url(../images/left_on.gif)
}
#tabs #current A {
	background-image: url(../images/right_on.gif);
	padding-bottom: 5px;
	color: #333
}
/*===========================================*/
/* IMAGES                                    */
/*===========================================*/


.imageleft_border, .imageright_border {
	BORDER-RIGHT: #bac1a3 1px solid;
	BORDER-TOP: #bac1a3 1px solid;
	BORDER-LEFT: #bac1a3 1px solid;
	BORDER-BOTTOM: #bac1a3 1px solid;
	BACKGROUND-COLOR: #ffffff;
}
.imageleft_border {
	float: left;
	margin: 4px 14px 14px 0;
}
.imageleft_noborder {
	float: left;
	margin: 4px 14px 14px 0;
	padding: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.imageright_border {
	float: right;
	margin: 4px 0 14px 14px;
}
.imageright_noborder {
	float: right;
	margin: 4px 0 14px 14px;
	padding: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#main_img {
	border: 1px solid #bac1a3;
	background-color: white;
	height: 196px;
	/*width: 525px;*/
	padding: 7px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
#main_img2 {
	border: 1px solid #bac1a3;
	background-color: white;
	/*height: 196px;*/
	width: 534px;
	padding: 7px;
	margin: 0px 0px 10px 0px;/*overflow: hidden;*/
}
.main_img2 {
	border: 1px solid #bac1a3;
	background-color: white;
	/*height: 196px;
	width: 534px;*/
	padding: 7px;
	margin: 0 0 10px 0;/*overflow: hidden;*/
}
/* COLUMN CONTENT
----------------------------------------------------------------*/
#main, #main2 {
	text-align: left;
	margin: 0px;
	width: 550px;
	padding: 0px 30px 0px 30px;
}
/*#main p, #main2 p {
	margin: 0px 0px 10px 0px;
	padding:0;
}

#main ul, #main ul li, #main2 ul, #main2 ul li {
	margin: 0px 0px 6px 20px;
	padding:0;
}*/

.ital_opener {
	margin:0;
	padding:6px 0 0 0;
	font-style:italic;
	font-size:94%;
	line-height:1.5em;
}
/*#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0 0 6px 0;
	font-size:225%;
	font-weight:normal;
	color:#612E00;
	border-bottom: 1px dotted #666;
}*/
#main h1 a:link, #main2 h1 a:link {
	text-decoration:none;
}
#main h1 a:visited, #main2 h1 a:visited {
	text-decoration:none;
}
#main h1 a:hover, #main2 h1 a:hover {
	border:0;
	background: none;
	text-decoration:none;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
	padding:0 0 4px 0;
	margin: 0 0 4px 0;/*border-bottom: #a6acbf 1px dashed;*/	
}
#main2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	clear: both;
	width: 100%;
	border-bottom: #a6acbf 1px dashed;
}
#main h1, #main2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
	padding:0 0 4px 0;
	margin: 0 0 4px 0;/*border-bottom: #a6acbf 1px dashed;*/	
}
/* =============== TURNED OFF ============================*/
/*#main h2 {
	font: 1.4em Georgia, "Times New Roman", Times, serif; 
	padding: 6px 0 4px 6px;
	margin: 0px 0px 12px -1px; 
	color: #155A29;
	background-color: #f2f2f2;
	background: #d2d2d2;
	display: block;
	border-top: 1px dotted #333; 
}
#main h2, #main2 h2 {
	margin:0;
	padding:0 0 6px 0;
	font-size:155%;
	font-weight:normal;
	color:#333;
}
#main h2 a:link, #main2 h2 a:link  {
	text-decoration:none;
	border-bottom: 1px dotted #333;
}
#main h2 a:visited {
	text-decoration:none;
	}
#main h2 a:hover {
	border:0;
	background: none;
	background: #EFE4BE;
	text-decoration:none;
}*/
/*======================================================*/

#main h3, #main2 h3 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:115%;
	color:#1B0431;
	margin: 0 0 .6em 0;
	padding: .8em 0 0 0;
}
#main h4, #main2 h4 {
	font-weight:bold;
	font-size:100%;
	color:#1B0431;
	margin:0;
	padding:0;
}
#main p, #main2 p {
	line-height:1.5em;
	margin:0 0 .6em 0;
	color: #333;
}
#sidebar h2, #secondary h2 {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:90%;
	color:#211104;
	text-align: left;
	padding: 6px 12px;
}
#sidebar h2 {
	padding: 8px 12px 6px 12px;
}
#secondary h3 {
	font-family:Verdana, sans-serif;
	font-size:86%;
	letter-spacing: normal;
	padding: 2px 12px 6px 6px;
}
#sidebar p, #secondary p {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;/*border: 1px solid red;*/
}
#sidebar p {
	padding: 0 12px 6px 12px;
}
#secondary p {
	padding: 0px 12px 6px 6px;
}
.success_stories, .success_stories a {
	background: url("../images/v1/spacer.gif");
	border: none;
	text-decoration: none;
	text-indent: -9000px;
	width: 130px;
	height: 50px;
	margin:0;
	padding:0;
	display: block;
}
.note {
	font-size: 8px;
	font-style: italic;
}
#subnav1 {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	width: 155px;
}
#subnav1 h2 {
	font: .8em Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.sublinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.sublinks li {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: url("../images/diamond_bullet2.gif") no-repeat 0px;
	padding: 0 0 0 12px;
	margin: 0 0 0 4px;
}
.sublinks a, .sublinks a:link {
	color: #a5003b;
	border-bottom: #a5003b 1px dotted;
	text-decoration: none;
}
.sublinks a:visited {
	color: #6f2d47;
	border-bottom: #959e79 1px dotted;
	text-decoration: none;
}
.sublinks a:hover, .sublinks a:focus {
	color: #a5003b;
	border-bottom: #a5003b 1px solid;
	text-decoration: none;
}
#main a:link, #main2 a:link {
	color: #a5003b;
	border-bottom: #a5003b 1px dotted;
	text-decoration: none;
}
#main a:visited, #main2 a:visited {
	color: #959e79;
	color: #666;
	border-bottom: #959e79 1px dotted;
	text-decoration: none;
}
#main a:hover, #main a:focus, #main2 a:hover, #main2 a:focus {
	color: #a5003b;
	border-bottom: #a5003b 1px solid;
	text-decoration: none;
}
/* FORMS
----------------------------------------------------------------*/
fieldset {
	border: 1px solid #AAA;
}
fieldset p {
	margin: 4px 0;
}
legend {
	color: #999;
	font-weight: bold;
	font-size: 18px;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	font-size: medium;
	margin-right: 14px;
}
input.text {
	width: 290px;
}
input.textShort {
	width: 80px;
}
input.submit {
	float: right;
}
/* TABLES 
----------------------------------------------------------------*/
table {
	clear: both;
	border-collapse: collapse;
	text-align: left;
}
td {
	padding: 0;
	font-size: small;
}
#testimonials td {
	border-bottom: 1px dashed #ccc;
	padding: 10px 10px 10px 0;
	width: 100%;
}
#testimonials img {
	float:left;
	border: 1px solid #ccc;
	margin:0 12px 30px 0;
	padding: 8px;
}
#testimonials img.nobottompad {
	float:none;
	border: 1px solid #ccc;
	margin:0 12px 4px 0;
	padding: 8px;
}
#testimonials p {
	font-size: 11px;
}
#testimonials .text {
	margin-left: 130px;
	}
#main2 .sidepanel {
	margin: 12px 0 16px 20px;
	padding: 6px;
	border: 1px solid #ccc;
	background: #fef5d8;
}
#main2 .sidepanel p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3;
}
#main2 .sidepanel p.note {
	font-size: .85em;
	line-height: 1.2;
	font-style: normal;
}
#main2 .sidepanel h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0 0 4px 0;
	letter-spacing: 0;
	color: #2b598a;
	text-transform: none;
	border-bottom: 1px solid #ccc;
}
#main2 .sidepanel ul {
	margin: 4px 0 2px 20px;
	padding: 0;
}
#main2 .sidepanel li {
	margin: 0;
	padding: 0;
}
#main2 .sidepanel li.season {
	list-style-type: none;
	margin: 0 0 8px -16px; 
	padding: 0 0 0 38px;
	background-image: url(../images/move-in-date-icons.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 36px;
}
#main2 .sidepanel li.fall {
	background-position: 0px 0px;
}
#main2 .sidepanel li.winter {
	background-position: 0px -38px;
}
#main2 .sidepanel li.spring {
	background-position: 0px -78px;
}
#main2 .sidepanel li.summer {
	background-position: 0px -117px;
}
#main2 .sidepanel li span {
	margin: 0 0 -2px 0;
	padding: 0;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

/* PROFILE 
----------------------------------------------------------------*/

#leo {
	margin: 0 0 12px 0;
	padding: 0;
	/*border: 1px solid black;*/	
}

#leo .details {
	margin: 0 0 0 185px;
	padding: 0;
}

#leo .details h3 {
	margin: 0;
	padding: 0;	

}

#leo .details p {
	margin: 4px 0 0 0;
	padding: 0;
	

}

#leo .details ul {
	margin: 0 0 0 30px;
	padding: 0;
	/*border: 1px solid black;*/
}

#leo .details li {
	margin: 0;
	padding: 0;
	/*line-height: 2;*/
}

#leo img {
	float:left;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px;
}



/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color: #9FC1D3;
	font-size: 11px;
	padding: 50px 20px 0 20px;
}
#footer a, #footer a:link, #footer a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9FC1D3;
	text-decoration: underline;
}
#footer a:hover {
	background: #333;
	text-decoration: none;
}

/*================================================================
The stylesheet for pages within the ABOUT section.
================================================================*/
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color:#29303B;
	line-height:1.5;
}
.title {
	font-size: .8em;
	color: #666;
	line-height:1.5;
}
#profile_wrapper {
	padding: 0;
	margin: 8px 18px 8px 0;
	width: 248px;
	border-bottom: 1px dashed #999;
	float: left;
}
#profile_photo {
	float: left;
	width: 110px;
	padding: 0;
	margin: 0 12px 0 0;
}
#profile_text {
	float: left;
	padding: 0;
	margin: 12px 0 0 0;
}

/* CUSTOM SITE DEFINITIONS
----------------------------------------------------------------*/

/* @MEDIA STYLES
----------------------------------------------------------------*/
@media handheld {
* {
	position: static !important;
	float: none !important;
}
body {
	background:#fff;
	background-image: none;
	text-align: left;
	margin:0;
	padding:0;
}
#topbar, #skip, #hidden, #SlideShow1, #flag_wrapper, #footer {
	display: none !important;
}
#SlideShow2 {
	width:554px;
	height:264px;
	height: 300px !important;
	padding-bottom: 15px;
background: url(photo_bottom_shadow.jpg) repeat-x bottom left;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:4px;
	background-color:black
}
