/* ==================================================================
 *  style_new.css
 *  Use for global styles
 *  
 * ================================================================== */


/* Masthead (1 of 3) - requires 3 media types: all(this), screen and print
===================================================================== */
#headercontainer { width:760px; margin:0 auto; }
#headercontainer #header { width: 760px; height: 82px; margin:0; padding:0; position:relative; }
#headercontainer #header h1 { margin:0; padding:0; }
#headercontainer #header h1 #logo { float:left; display:block; width:214px; height:82px; }
#headercontainer #header div.headerright { float:left; margin:0; padding:0; width:540px; height:82px; text-align: right; }
#headercontainer #header #tagline { margin:0; padding:0; }
#headercontainer #header #tagline span { margin:0; padding:0; float:left; margin-left:30px; margin-top:48px; color:#002b5e; font:500 12px 'Times New Roman',Times,serif; text-transform:uppercase; letter-spacing:1px; }
#headercontainer #header #pcsearch { margin:0; padding:0; }
#headercontainer #header #pcsearch label { display: none; }
#headercontainer #header #pcsearch p { margin:0; padding:0; margin-top:2px; text-align:center; }
#headercontainer #headerindex { margin-right: 5.5em; color:#eee; }
#headercontainer #headerindex a.find:link, #headercontainer #headerindex a.find:visited { color:#eee; }
#headercontainer #headerindex a.find:hover { color:#fac93d; }
#headercontainer #headerindex a.find:active { color:#eee; }
#headercontainer #horznav { width:760px; background:#b8b8b8; text-align:right; border-bottom:1px solid #fff; }
#headercontainer #horznav .horznav_r { margin-left: 214px; border-left:1px solid #fff; font:normal 7.5pt arial, sans-serif; color:#ffffff; }
#headercontainer #horznav .horznav_r p { color:#fff; white-space:normal; margin:0; text-align:center; width:545px; background:#a0abc0; padding-top:1px; padding-bottom:1px; }
#headercontainer #horznav .horznav_r p a { font:normal bold 11px Arial, Sans-Serif; font-stretch:expanded; padding-left:0.9%; padding-right:0.9%; }
/* 1) Fixed size search
===============================*/
/*
#headercontainer #header #pcsearch {  float:right; margin:0; padding:0; margin-bottom: 5px; margin-top:30px; max-width: 545px; }
#headercontainer #header .searchinput { width:170px; height:16px; }
*/
/* 1) Liquid search
===============================*/
/*
#headercontainer #header #pcsearch {  float:right; margin:0; padding:0; margin-bottom: 5px; margin-top:30px; width:16.5em; max-width: 545px; }
#headercontainer #header .searchinput { font-size: 0.95em; }
*/
/* 1) Absolute position search
===============================*/
#headercontainer #header #pcsearch { position:absolute; bottom:5px; right:2px; width:16.4em; max-width: 545px; }
#headercontainer #header .searchinput { font-size: 0.95em; }
/* 2) Graphical search button
===============================*/
/*
#headercontainer #header #searchbutton { background: url(images/searchbutton.png) no-repeat 0 0; vertical-align:middle; }
#headercontainer #header #searchbutton:hover { background-position: 0 -16px; }
#headercontainer #header #searchbutton:active { background-position: 0 -32px; }
*/
/* 2) Organic search button
===============================*/
#headercontainer #header #searchbutton2 { font-size:95%; vertical-align:baseline; margin-left:1px; }
#headercontainer #header #headerindex a { margin: auto 4px auto 4px; }


/* Template
===================================================================== */
#courseschedbutton span { padding-top:59px; height:0px !important; height /**/:59px; overflow:hidden; } /* IE6 double buffer fix ? */
#courseschedbutton { background-image:none; color:white; } /* IE6 double buffer fix ? */
#courseschedbutton { display:block; width:214px; height:59px; margin: 1px 0 2px 0; position:relative;  }
#courseschedbutton:hover { cursor:pointer; }
#courseschedbutton span { background: url(../assets/images/schedule-sufa-12.png) no-repeat 0 -59px; width:100%; height:100%; position:absolute; }
#courseschedbutton span:link, #courseschedbutton span:visited { background-position: 0 0; }
#courseschedbutton span:hover, #courseschedbutton span:active { background-position: 0 0; }


/* Homepage Bar (just above feature/news/events columns)
===================================================================== */
#homebar_cols {
	position: relative;
	width: 545px;
	height: 29px;
}
#homebar_cols span a span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -999em;
	display: none;
}
#homebar_cols span a:link, #homebar_cols span a:visited {
	display: block;
	float: left;
	height: 29px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -58px;
}
#homebar_cols span a:hover {
	background-position: 0 -29px;
}
#homebar_cols span a:active {
	background-position: 0 0;
}
#homebar_cols .homebar_col1 a {
	width: 182px;
	background-image: url(../images/buttons/homebar_col1.png);
}
#homebar_cols .homebar_col2 a {
	width: 181px;
	background-image: url(../images/buttons/homebar_col2d.png);
}
#homebar_cols .homebar_col3 a {
	width: 182px;
	background-image: url(../images/buttons/homebar_col3.png);
}



/* Global styles for CMS users
===================================================================== */
h2.title {
	background: transparent url(../images/csselements/title_gradient_ylw.jpg) repeat-y scroll 50% 50%;
	text-align: center;
	color: #002b5e;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Times New Roman',Times,serif;
	margin-top: 0px;
}

h3.subtitle {
	color: #002b5e;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Times New Roman',Times,serif;
	margin-top: 3px;
}

h2.rule {
	font-size:1.2em;
	margin-bottom:0;
	padding-bottom:0.2em; 
}

p.rule {
	border-top:2px solid #ccc;
	background: url(http://www.pc.maricopa.edu/data/GlobalFiles/image/_design/gradient_tan.png) repeat-x 50% -75px;
	padding:0.6em 0 0.7em;
	margin-top:0;
}

div.rule {
	border-top:2px solid #ccc;
	background: url(http://www.pc.maricopa.edu/data/GlobalFiles/image/_design/gradient_tan.png) repeat-x 50% -75px;
	padding:0.2em 1em 0.7em;
}

.dropcap:first-letter { 
	font-size: 225%;
	font-weight: normal;
	float: left; 
	line-height: 1em;
	padding-right: .1em; 
	margin-top: -.1em;  
}

.dropcap_indented:first-letter { 
	font-size: 225%;
	font-weight: normal;
	float: left; 
	line-height: 1em;
	padding-right: .1em; 
	margin-top: -.1em;
	margin-left: 1em;  
}

p.indent {
	text-indent: 2em;
}

p.outdent {
	text-indent: -2em;
	margin-left: 2em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hide {
	height: 0;
	left:-9999em;
	overflow: hidden;
	position: absolute;
	top: 0;
}

img.hframe1 {
	background: black url(../images/csselements/frame_h.png) no-repeat 0 0;
	padding: 20px 13px 13px 17px;
	width: 163px;
	height: 103px;
	margin-left: 5px;
	margin-right: 8px;
	margin-bottom: 2px;
}

img.vframe1 {
	background: transparent url(../images/csselements/frame_v.png) no-repeat 0 0;
	padding: 8px 14px 20px 20px;
	width: 102px;
	height: 131px;
	margin-right: 8px;
}

img.frame2 {
	padding: 2px;
	border: 2px solid #ddd;
}

ul.spacer li, ol.spacer li {
	margin-bottom: 8px;
}

ul.arrow_orange {
	list-style-image: url(../images/csselements/arrow-orange.png);
}

ul.arrow_blue {
	list-style-image: url(../images/csselements/arrow-blue.png);
}

ul.arrow_yellow {
	list-style-image: url(../images/csselements/arrow-yellow.png);
}

ul.arrow_gray {
	list-style-image: url(../images/csselements/arrow-gray.png);
}

ul.arrow_black {
	list-style-image: url(../images/csselements/arrow-black.png);
}

ul.arrow_white {
	list-style-image: url(../images/csselements/arrow-white.png);
}

ul.check_orange {
	list-style-image: url(../images/csselements/check-orange.gif);
}

ul.check_gray {
	list-style-image: url(../images/csselements/check-gray.gif);
}

.tooltip_u {
	border-bottom: 1px dotted #aaaaaa;
}

.tooltip_u:hover {
	cursor: help;
}

a.tooltip {
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

a.tooltip:hover { z-index:25; background-color:#fac93d; }

a.tooltip span { display:none; }

a.tooltip:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:13em;
	border:1px solid #ad2624;
	background-color:#fac93d;
	color:#000;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
}
.chevrons_bg_red {
	background: transparent url(../images/csselements/chevrons_bg_red.png) no-repeat 50% 50%;
}

.chevrons_bg_ylw {
	background: transparent url(../images/csselements/chevrons_bg_ylw.png) no-repeat 50% 50%;
}
a#emgcy_button, a#emgcy_button:link {
	background-image: url(../images/buttons/emergency_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:0px;
	overflow:hidden;
	padding-top:43px;
	width:214px;
	display:block;
	margin-top:2px;
}
a#emgcy_button:hover {
	background-position: 0px -43px ;
}
a#emgcy_button:active {
	background-position: 0px -86px;
	outline: none;
}
a#emgcy_button:focus {
	-moz-outline-style: none;
}

    
/* Quicklinks styling
===================================================================== */
/* NONE */


/* MANUAL REPRODUCTION OF RIGHT NAVIGATION BOX
===================================================================== */
div.rightnav {
	float: right;
	width: 157px;
	background-color: #FFE7A1;
}

div.rightnav p {
	border: none;
	border-bottom: 1px dotted #7F7F7F;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 7px;

}

div.rightnav p:before {
	content: '\2022  ';
}

div.rightnav p:first-child {
	border: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	margin-top: 0;
	background: #FFE7A1 url(../images/csselements/rightnav-imgtop.png) no-repeat 50% 0%;
}

div.rightnav p.bottom {
	display: block;
	width: 157px;
	height: 25px;
	background: white url(../images/csselements/rightnav-imgbottom.png) no-repeat 0% 100%;
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: -3px;
}

div.rightnav p.bottom:before {
	content: '';
}

div.rightnav p:first-child:before {
	content: '';
}

p.arrow_bg_ylw a, p.arrow_bg_ylw a:link {
	display: block;
	padding-top: 0.5em;
	padding-right: 5em;
	min-height: 2em;
	height: 2em;
	text-decoration: none;
	background: transparent url(../images/csselements/arrow_bg_ylw.png) no-repeat 50% 0.1em;
}
p.arrow_bg_ylw a:hover {
	background-position: 55% 0.1em;
}


a img.download_icon {
	float:left;
	margin-right:10px;
	clear:left;
	width: 38px;
	height: 37px;
	background:transparent url(../images/csselements/download_sm.png) no-repeat 0 -37px;
}
a img.download2_icon {
	float:left;
	margin-right:10px;
	clear:left;
	width: 38px;
	height: 37px;
	background:transparent url(../images/csselements/download2_sm.png) no-repeat 0 -37px;
}
a img.download_icon:hover, a img.download2_icon:hover {
	background-position: 0 0;
}



/* SOCIAL MEDIA LINKS AND ICONS
===================================================================== */
#socmediawrapper, #socmedia_buttons {
	margin:0;
	padding:0;
}
#socmedia_buttons {
	background: transparent url(../images/buttons/socmedia_remote_0.png) no-repeat top right;
    display:block;
    height:56px;
    overflow:hidden;
    width:210px;
    list-style-type:none;
    position:relative;
}
#socmedia_buttons li {
	display:inline;
	float:left;
	width:42px;
}
#socmedia_buttons li a, #socmedia_buttons li a:link  {
	background:transparent url(../images/buttons/socmedia_buttons-5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    display:block;
    margin:0;
    padding:0;
	text-decoration:none;
    cursor:pointer;
}
#socmedia_buttons li a .button {
    display:block;
	overflow:hidden;
    height:42px;
    width:42px;
    text-indent:-999em;
}
#socmedia_buttons li a#socmedia_button_1 {
	background-position: 0 0;
}
#socmedia_buttons li a#socmedia_button_2 {
	background-position: -42px 0;
}
#socmedia_buttons li a#socmedia_button_3 {
	background-position: -84px 0;
}
#socmedia_buttons li a#socmedia_button_4 {
	background-position: -126px 0;
}
#socmedia_buttons li a#socmedia_button_5 {
	background-position: -168px 0;
}
#socmedia_buttons li a#socmedia_button_1:hover {
	background-position: 0 -42px;
}
#socmedia_buttons li a#socmedia_button_2:hover {
	background-position: -42px -42px;
}
#socmedia_buttons li a#socmedia_button_3:hover {
	background-position: -84px -42px;
}
#socmedia_buttons li a#socmedia_button_4:hover {
	background-position: -126px -42px;
}
#socmedia_buttons li a#socmedia_button_5:hover {
	background-position: -168px -42px;
}
#socmedia_buttons li a#socmedia_button_1:active {
	background-position: 0 -84px;
}
#socmedia_buttons li a#socmedia_button_2:active {
	background-position: -42px -84px;
}
#socmedia_buttons li a#socmedia_button_3:active {
	background-position: -84px -84px;
}
#socmedia_buttons li a#socmedia_button_4:active {
	background-position: -126px -84px;
}
#socmedia_buttons li a#socmedia_button_5:active {
	background-position: -168px -84px;
}
#socmedia_buttons a:active {
	outline: none;
}
#socmedia_buttons a:focus {
	-moz-outline-style: none;
}
#socmedia_buttons a .text {
	display:none;
} 
#socmedia_buttons a:hover .text {
	display:block;
	height:20px;
	width:210px;
	position:absolute;
	top:42px;
	left:0px;
	font-size:11px;
	font-family:Arial,Verdana,sans-serif;
	padding-left:4px;
	color:#333;
    text-indent:0;
    text-align:left;
}


/* Special link mod for Scholarship Page
===================================================================== */

a[href="?page=21&subpage=297&sublink=80529&mod=news"].sect:before {
	content: "Current Scholarships / ";
}



/* mediaplayer and testimonial
===================================================================== */
#mediaplayerContainer { border: 2px solid #ddd; float:right; }
h2.testimony { background: transparent url(../images/csselements/titlebar_testimonial.png) no-repeat scroll right bottom; padding-left:5px;padding-bottom:2px; font-size:1.5em; font-family:Georgia,Times,serif; color:#002b5e; height:20px; margin-bottom:2px; }
h2.testimony_blank { background: transparent url(../images/csselements/titlebar_blank.png) no-repeat scroll right bottom; padding-left:5px;padding-bottom:2px; font-size:1.5em; font-family:Georgia,Times,serif; color:#002b5e; height:20px; margin-bottom:2px; }
p.testimony_subtitle { font-family:Georgia,Times,serif; font-size:1.1em; margin-top:0px; padding-left:15px; padding-bottom:0.5em;  }
p span.intro_line { display:block; font-size:1.1em; font-weight:bold; color:#002b5e; line-height:1.3em; margin-bottom:0.3em; }
p span.intro_line:after { content:"..."; color:002b5e; }

div.teaserwrapper { padding-right:5px; background: url(../images/csselements/gradient_tan.png) repeat-x 50% -50px; }
p.teasertitle { font-family:Georgia,Times,serif; font-size:1.1em; margin-bottom:0px; font-weight:bold; color:#002b5e; padding-top:6px; }
p.teasersubtitle { font-family:Georgia,Times,serif; font-size:1.1em; margin-top:0px; }
p.teasertext { color:#002b5e; }

