@CHARSET "utf-8";

/* Global types */

html {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
	background: #e2ecf2 url(../images/global-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	/*text-align: center;*/
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
}

h1 {
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 145%;
	font-weight: normal;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

a {
	color: #4f8baa;
}

img {
	border: none;
}

label {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Global top */

#global-top {
	width: 760px;
	margin: 5px auto;
	text-align: right;
	display: block;
}

#global-top form {
	margin: 0;
	padding: 0;
	display: inline;
}

#global-search {
	border: 1px solid #9fc1d3;
	padding: 1px;
/*	background: url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) #ffffff no-repeat left 50%;*/
}

#global-submit {
	margin-right: 15px;
	vertical-align: bottom;
}

#global-top ul {
	display: inline;
	font-size: 92%;
	color: #9fc1d3;
	padding: 0;
	margin: 0 1em 0 0;
}

#global-top li {
	display: inline;
	margin-right: .35em;
}

#global-top a {
	text-decoration: none;
	text-transform: uppercase;
}

#global-top a:hover {
	text-decoration: underline;
}

/* Global wrapper */

#global-wrapper {
	width: 762px;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #9fc1d3;
	background: #ffffff url(../images/global-swoop.gif) bottom right no-repeat;
}

/* Global header */

#global-header {
}

#global-header-left {
	width: 210px;
	height: 105px;
	overflow: visible;
	border-bottom: 1px solid #e2ecf2;
	/*float: left;*/
}

#global-logo {
/*	background: transparent url(../images/global-logo.png) no-repeat;*/
	background-color: transparent;
	width: 170px;
	height: 120px;
	z-index: 1000;
	position: relative;
	top: -30px;
	left: 15px;
	float: left;
	overflow: visible;
	margin: 0px 0px -15px 0px;
	padding: 0px;
	cursor: pointer;
}

#global-logo a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	/*padding-top: 120px;
	height: 0px !important;*/
	height: 120px;
	width: 170px;
	cursor: pointer;
	color: #ffffff;
}

#global-logo a img {
	border: none;
	behavior: url("/vgn-ext-templating/hcc/css/pngbehavior.htc");
}

#global-header-right {
	width: 550px;
	float: right;
}

#global-district-nav {
	background: #9fc1d3 url(../images/global-district-nav-bg.gif) repeat-x;
	margin: 2px 2px 2px 0;
	width: 543px;
	border: solid 1px #9fc1d3;
}

#global-district-nav ul {
	padding: 7px 0;
	margin: 0;
	text-align: center;
}

#global-district-nav li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}

#global-district-nav li a {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #9fc1d3;
	height: auto;
	padding: 7px 4px 7px 4px;
	margin: 0;
}

#global-district-nav li .last-child {
	border: none;
	padding-right: 2px;
	padding-left: 2px;
}

#global-college {
	height: 70px;
	vertical-align: middle;
}

#global-college img {
	border: none;
}

#global-college a {
	text-decoration: none;
	cursor: pointer;
}

#global-college a p {
	height: 50px;
	margin: 0;
	padding: 20px 0 0 15px;
	font-size: 325%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #555555;
}

#global-college a p:first-letter {
	text-transform: capitalize;
}

/* Global body */

#global-body {
	clear: both;
/*	overflow: hidden;*/
	width: 100%;
	border-top: 1px solid #e2ecf2;
}

#global-sidebar {
	width: 210px;
	float: left;
}

#global-audience-nav {
}

#global-audience-nav ul {
	padding: 0;
	margin: 0;
}

#global-audience-nav li {
	list-style: none;
	border-bottom: 1px solid #e2ecf2;
	padding: 0;
	margin: 0;
}

#global-audience-nav li a {
	display: block;
	padding: 15px 5px 15px 15px;
	font-size: 146%;
	color: #4f8baa;
	font-weight: bold;
	text-decoration: none;
}

#global-audience-nav li a:hover {
	background: url(../images/audience-nav-over-bg.gif) bottom left repeat-x;
}

#global-announcements {
	padding: 15px;
}

#global-announcements h4 {
	font-size: 120%;
	font-style: oblique
	text-transform: uppercase;
	color: #555555;
	margin: 0 0 .25em 0;
}

#global-announcements dl {
	line-height: 120%;
}

#global-announcements dt {
	font-weight: normal;
}

#global-announcements dd {
	margin: 0 0 1em 0;
}

#global-content {
	width: 545px;
	float: right;
	padding: 0px 2px 40px 2px;
	border-left: 1px solid #e2ecf2;
}

/* Global footer */

#global-footer {
	width: 760px;
	margin: 5px auto 20px auto;
	text-align: right;
	display: block;
	padding-right: 15px;
}

#global-footer p {
	padding: 0;
	margin: .5em 0 0 0;
}

/* Home page */

#college-campuses {
	background: #ffffff url(../images/horizontal-gradient-bg.gif) repeat-y;
	padding: 5px;
	margin-bottom: 2px;
	color: #9fc1d3;
}

.campus-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
}

.campus-item a {
	text-decoration: none;
}

.campus-item a:hover {
	text-decoration: underline;
}

#college-flash {
	width: 545px;
	height: 200px;
	/*background: #d5d5d5 url(../images/college-flash.jpg);*/
}

#college-menu table {
	margin-top: 2px;
	padding: 0;
	width: 545px;
	border-top: 5px solid #9fc1d3;
	border-bottom: 1px solid #e2ecf2;
}

#college-menu td {
	padding: 10px;
	margin: 0;
	width: 136px;
	vertical-align: top;
	white-space: nowrap;
}


#college-menu td.col1 {
	border-right: 1px solid #e2ecf2;
	width: 30%;
}
#college-menu td.col2 {
	border-right: 1px solid #e2ecf2;
	background: #ffffff url(../images/horizontal-gradient-bg.gif) repeat-y;
	width: 40%;
	align: center;
	text-align: center;
	vertical-align: middle;
}

#college-menu td.col2 li a {
	background: #ffffff url(../images/horizontal-gradient-bg.gif) repeat-y;
}

#college-menu td.col2 li a:hover {
	background: url(../images/audience-nav-over-bg.gif) bottom left repeat-x;
}

#college-menu td.col3 {
	border-right: 1px solid #e2ecf2;
	width: 30%;
}

#college-menu h5 {
	text-transform: uppercase;
	color: #555555;
	font-size: 110%;
	margin: 0 0 .25em 0;
}

#college-menu ul {
	line-height: 150%;
	margin: 0;
	padding: 0;
}

#college-menu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#college-menu li a {
	text-decoration: none;
}

#college-menu li a:hover {
	text-decoration: underline;
}


/*announcements*/

.announcements-intro {
	margin: 15px;
	display: table;
}

.announcements-intro h1 {
	font-size: 220%;
	font-weight: bold;
	color: #252525;
	margin: 0 0 .5em 0;
}

.announcements-intro p {
	font-size: 110%;
	line-height: 150%;
}


/* College Feature */
.college-feature {
	margin: 15px 30px 0 15px;
	clear: both;
}

.college-feature .image {
	float: left;
	width: 100px;
	height: 100px;
	padding; 5px;
	margin: 0 15px 15px 0;
	/*border: 1px solid #e2ecf2;
	background: #d5d5d5;*/
}
.college-feature .image a {
	text-decoration: none;	
}

.college-feature h3 {
	font-size: 145%;
	font-weight: bold;
	margin: 0 0 .25em 0;
}

.college-feature h3 a {
	text-decoration: none;
	color: #555555;
}

.college-feature h3 a:hover {
	text-decoration: underline;
}

.college-feature p {
	line-height: 150%;
}

/* Landing page */

#landing-intro {
	margin: 15px;
	display: table;
}

#landing-intro ul {
    font-size: 110%;
    line-height: 150%;
}

#landing-intro li {
    margin-top: 0.5em;
    list-style-image: url(../images/bullet-gray.gif);
}

#landing-intro h1 {
	font-size: 220%;
	font-weight: bold;
	color: #252525;
	margin: 0 0 .5em 0;
}

#landing-intro .photo {
	float: right;
	margin: 0 4em;
}

#landing-intro .photo img {
	width: 150px;
}

#landing-intro p {
	font-size: 110%;
	line-height: 150%;
}

#landing-links {
	margin: 15px;
	display: block;	
}

#landing-links .landing-right-column {
	float: right;
	clear: right;
	width: 50%;
	margin: 0;
}

#landing-links .landing-left-column {
	float: left;
	width: 50%;
	margin: 0;
}

#landing-links .section {
	float: left;
	width: 100%;/*	padding: 10px 10px 5px 10px; */
	padding: 10px 0 5px 0;
}

#landing-links .section h2 {
    font-size: 145%;
    font-weight: bold;
    color: #555555;
    margin-bottom: .5em;
    text-transform: uppercase;
}

#landing-links .section ul {
	line-height: 180%;
	margin: 0 0 0 1.5em;
	padding: 0;
}

#landing-links .section li {
	list-style-image: url(../images/bullet-blue.gif);
}

#landing-links .section li a {
    font-size: 110%;
}

/* Breadcrumbs */

#breadcrumbs {
	background: #ffffff url(../images/horizontal-gradient-bg.gif) repeat-y;
	padding: 5px;
	margin-bottom: 2px;
	color: #9fc1d3;
	width: 537px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* Department page */

/*div.autosize { display: table; width: 100%; }
div.autosize > div { display: table-cell; }
*/

#department-intro {
	float: left;
	width: 280px;
	padding: 15px;
}

#department-intro h1 {
	font-size: 200%;
	font-weight: bold;
	color: #252525;
	margin: 0 0 .5em 0;
}

#department-intro  p {
	font-size: 110%;
	line-height: 150%;
}

#department-intro .section {
	
}

#department-intro .section h2 {
    font-size: 145%;
    font-weight: bold;
    color: #555555;
    margin-bottom: .5em;
    text-transform: uppercase;	
}

#department-intro .section ul, #department-intro .section ol {
	margin: 0 0 0 1.5em;
	line-height: 120%;
	padding: 0;
}

#department-intro .section ul li {
	list-style-image: url(../images/bullet-blue.gif);
	margin-top: .5em;
    line-height: 150%;
}

#department-intro .section ul li a {
    font-size: 110%;
    font-weight: normal;
}

#department-intro .section ol li {
	margin-top: .5em;
    line-height: 150%;
}

#department-intro .section ol li a {
    font-size: 110%;
    font-weight: normal;
}

#department-info {
	float: right;
	clear:right;
	width: 200px;
	padding: 15px;
}

#department-info .photo {
	margin: 0 0 2em 0;
}

#department-info .photo img {
	width: 150px;
}

#department-info .content {
	font-size: 100%;
	line-height: 120%;
}

/* Content Page */

#page-content {
    padding: 15px 30px 15px 15px;
    font-size: 110%;
}

#page-content .title {
	font-size: 180%;
	font-weight: bold;
	color: #353535;
	margin: 0 0 .5em 0;
}

#page-content .print {
	/*text-align: right;
	align: right;
	margin: 0 0 10px 0;*/
	float: right;
	margin: 5px 15px 15px 15px;
}

#page-content .sidebar {
    float: right;
    margin: 30px; 
    padding: 15px; 
    border-left: 3px solid #e2ecf2;
    font-size: 92%
}

#page-content p {
	line-height: 150%;
}

#page-content ul {
	line-height: 120%;
}

#page-content ul li {
	margin-top: .5em;
	list-style-image: url(../images/bullet-gray.gif);
}

#page-content ol li {
	margin-top: .5em;
}

/* Content Landing menu */

#page-title {
	font-size: 200%;
	font-weight: bold;
	color: #353535;
	margin: 15px 15px 0 15px;
}

#page-subtitle {
	font-size: 140%;
	font-weight: normal;
	color: #555555;
}

#page-menu {
	float: right;
	margin: 15px 15px 45px 15px;
}

#page-menu .photo img {
	width: 150px;
}

#page-menu ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#page-menu ul li {
	list-style: none;
	border-bottom: 1px solid #e2ecf2;
	padding: 0;
	margin: 0;
}

#page-menu ul li a {
	display: block;
	padding: 10px;
	font-size: 100%;
	color: #4f8baa;
	font-weight: normal;
	text-decoration: none;
}

#page-menu ul li a:hover {
	text-decoration: underline;
}


/* Contact Us Detail 2 Styles */

.contact_us_container {
	width: 500px;
	display: table;
	clear: both;
	border-bottom: #555555 1px solid;
	margin: 5px;
	padding: 3px;
	position:relative;
}

.contact_us_container h3 {
	margin:  2px;
	padding: 2px;
}

.contact_us_container h1 {
		margin: 0 0 0 10px;
}
.contact_us_attribute {
	clear: both;
	width: 500px;
	margin: 5px 5px 1px 5px;
}

.contact_us_address {
	width: 160px;
/*	height: 100px; */
	float: left;
	position: relative;
	margin: 0;
	padding: 0 10px 0px 10px;
	overflow: hidden;
}

.contact_us_phone {
	width: 120px;
/*	height: 100px; */
	float: left;
	position: relative;
	margin: 0;
	padding: 0 10px 0px 10px;
	overflow: hidden;
}

.contact_us_address pre {
	font-size: 110%;
	font-family:  Arial, Helvetica, sans-serif;
}

.label {
	display: block;
	margin: 3px;
	font-weight: bold;
}

.detail {
	display: block;
	color: #000000;
	margin: 3px;
}

/* Google Map styles */

.directions {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	}
.directions form {
	margin: 0px;
	padding: 0px;
}
.directions form input {
	height: 15px;
	font-size: 10px;
	border: 1px solid #000000 ;
}
.directions form .button {
	BORDER-RIGHT: #555555 1px solid;	
	PADDING-RIGHT: 3px;	
	BORDER-TOP: #555555 1px solid;	
	PADDING-LEFT: 3px;	
	FONT-SIZE: 90%;	
	BACKGROUND: #333333;	
	PADDING-BOTTOM: 1px;	
	BORDER-LEFT: #555555 1px solid;	
	COLOR: #cccccc;	
	PADDING-TOP: 1px;	
	BORDER-BOTTOM: #555555 1px solid;
}
#maptable {
	width: 500px;
	padding: 0px;
	margin: 10px auto 0px auto;
}

#maptable tbody tr th {
	font: bold 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 2px 2px 3px;
	background: #CAE8EA url(/vgn-ext-templating/hcc/images/bg_header.jpg) no-repeat;
}

#maptable tbody tr td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 2px 2px 2px 3px;
	color: #4f6b72;
}

#maptable tbody tr td.left {
	border-left: 1px solid #C1DAD7;
}

#maptable tbody tr td.alt {
	background: #F5FAFA;
	color: #797268;
}
.divShow { 
	margin:0px;
	padding: 10px;
	position:relative;
	visibility: visible;
	display:inherit;
	background-color: #FFFFF0;
}
.divHide { 
	display:none;
	position:absolute;
	visibility: hidden; 
}

/* Feedback Portlet form */
#view {
	width: 350px;
}

/* Contact Us Detail 1 styles */
#contact_us {
	margin: 10px;
	padding: 0;
}

#contact_us h4 {
	margin: 5px;
	padding: 0;
}

#contact_us ul {
	list-style-image: url(../images/bullet-blue.gif);
	padding: 10px 5px 10px 20px;
	margin: 0px;
	float: left;
	width: 140px;
}

/* This is actually used on the error page */
#contact_us_title {
	clear: both;
	font-size: 220%;
	font-weight: bold;
	color: #252525;
	margin: 0 0 .5em 0;		
}

.error_page_search_text {
	width: 100%;
}

/*  Search template */
#search-wrapper {
    margin: 0 15px;
    font-size: 110%;
}

#search_title h2 {
    font-size: 200%;
    font-weight: bold;
    color: #353535;
}

#search_title p {
    margin: 0 15px 0 0;   
} 

/** Left nav RSS links & icons **/

#left_nav_links {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;		
}

#left_nav_links li {
	clear: both;
	margin: 5px 0 5px 15px;
	padding: 0;
}

#left_nav_links li a {
	text-decoration: none;				
}

#left_nav_links li a:hover {
	text-decoration: underline;
}

.rss_icon {
	height: 20px;
	width:  20px;
	margin: 0 10px 0 0;
}

/** RSS template related styles **/
.entry_title {
	font-family: Arial;
	font-size: 1.2em;
	font-weight: 700;
	/*color: #3e80fa;*/
	color: #4f8baa;
	padding: 0 0 3px 0;
	margin: 25px 5px 2px 15px;
	border-bottom: #4f8baa 1px solid;
	clear: both;
}

.entry_title a {
	text-decoration: none;
}

.entry_title a:hover {
	text-decoration: underline;
}

.entry_date {
	font-family: Arial;
	font-size: .8em;
	color: #828282;
	margin: 5px 5px 3px 15px;
}	
.entry_desc {
	font-family: Arial;
	font-size: 1em;
	margin: 5px 5px 3px 15px;
}
.entry_desc p {
	margin: 15px 0 15px 0;
	display: block;
	clear: both;
}

.media_url  {
	margin: 5px 5px 3px 15px;
	display: block;
	clear: both;
}

#feed_info {
	clear: both;
}
#feed_url {
	border: #333 1px solid;	
	padding: 3px;
	margin: 5px 0px;
	width: 438px;
	height: 15px;
	background-color: #e6e6e6;
	font-family: Arial;
	font-weight: 500;
}
#feed_url_label {
	position: relative;
	top: 0;
	font-weight: 700;
	clear: both;
	margin: 5px 0;
	font-size: 1.2em;
}

.itunes_button {
	background: url("/vgn-ext-templating/college/images/itunes_button_bg.gif") repeat-x left top;
	border: #9fc1d3 1px solid;	
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 0 3px;
	height:20px;
}
