/* ************ Hartnell College ************ */
/* ------------------------------------------ */
/* ****** HTML ****** */

body {
	margin: 0px;	
	background: #bccee0;
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
}

a, a:link {
	color: #112BAD;
	text-decoration: underline;
}

a:visited, a:active {
	color: #BE5636;
}

a:hover {
	color: #AD2B11;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}



/* ****** Width ****** */

#header,
#content-bottom,
#centerpiece,
#footer {

	width: 100%;
}

#centerpiece {
	font-size: 12px;
}

table#centerpiece,
#centerpiece table {
	border-collapse: collapse;
	border-spacing: 0;
}

table#centerpiece td {
	padding: 0;
}



/* ****** Header ****** */

#header {
	 font-weight: none;
	 background: url(/css/tab_panel/header_bg.jpg) repeat-x; 
	 font-size: 12px;
	 /* background: url(/css/images/a_red2.gif) bottom repeat-x;  */
	 /* background-color: #FBEFD5;	*/
}


#header a,
#header a:link,
#header a:visited,
#header a:active {
	color: #730027;
	text-decoration: underline;
}

#header a:hover {
	color: #000000;
	text-decoration: none;
}


#logo {
	padding: 0 0 0 0;
}


#quicklinks {
	vertical-align: top;
	padding: 10px 10px 0 0;
}

#quicklinks li {
	display: inline;
}

#quicklinks ul {
	float: right;
}

#quicklinks ul,
#quicklinks li {
	margin: 0;
	padding: 0;
}

#quicklinks li {
	float: left;	
	margin: 0px 0px 0px 2px;
	padding: 0px 5px 0px 5px;
	/* background: url(/css/images/redbar.gif) left no-repeat; */
}



/* ****** Search Boxes ****** */

#boxes {
	vertical-align: bottom;
	padding: 0 2px 14px 0;
}

#boxes form {
	margin-top: 2px;
}

#search {
	font-style: italic;
}

#search {
	padding-right: 10px;
}

#search-text {
	width: 13em;
	font-size: 1.1em;
	vertical-align: middle;
}

#search-button {
	margin-left: 5px;
	vertical-align: middle;
}



/* ****** Footer ****** */




#footer {
	background-image:url(http://www.hartnell.edu/css/tab_panel/blue.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #bccee0;
	text-align: center;
	font-size: 10px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #730027;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer p {
	margin-top: 15px;
}

td#photo {
	padding: 0;
}

#photo {
	width: 400px;
	height: 250px;
}

#photo img {
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
}


/* ****** Content Bottom ****** */

#content-bottom {
	 background: url(/css/images/b_blue.gif) top repeat-x;	padding: 13px 0px 13px 0px; 
	 background-color:#FFFFFF;
}

#content-bottom table {
	margin: 0 0px 0 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

#content-bottom table td {
	vertical-align: top;
	padding: 0;
}

#content-bottom h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: url(/css/images/hc_news_top_blue.gif) top repeat-x;
}

#content-bottom h2 a,
#content-bottom h2 a:link,
#content-bottom h2 a:visited,
#content-bottom h2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content-bottom h2 a:hover {
	color: #ffb200;
}


/* ****** Features ****** */

#features p {
	margin: 0 0 0 0;
}

#features p.first {
	margin-top: 2px;
}

#features p.second {
	margin-top: 2px;
}

#features  {
	color: #ffffff;
	background-color: #ffffff;
}

#features img {
	padding-left: 5px;
}


/* ****** News/Events ****** */

#news td,
#events td {
	border-bottom: 1px dotted #666666;
}

#news img {
	padding-bottom: 5px;
}

#news p,
#events p {
	font-size: 11px;	
	font-family: arial;	
	font-style: italic;
	color: #AD2B11;
	padding: 5px 0px 5px 15px;
	margin: 0;
	line-height: 1.5em;	
	background: url(/css/images/bullet.gif) top left no-repeat;
}

#news td.more,
#events td.more {
	border-bottom: none;
	margin-top: 65px:
	padding: 14px 14px 15px 15px;
}

#news .more p,
#events .more p {
	background: none;
}

#news img {
	vertical-align: top;
	float: right;
	margin-left: 5px;
}


/* ****** News/Events Links ****** */

#content-bottom a,
#content-bottom a:link,
#content-bottom a:visited,
#content-bottom a:active {
	color: #323232;
	/*font-weight: bold;*/
	text-decoration: none;
}

#content-bottom a:hover {
	color: #AD2B11;
	text-decoration: underline;
}

#content-bottom .more a,
#content-bottom .more a:link,
#content-bottom .more a:visited,
#content-bottom .more a:active {
	font-style: italic;
	color: #AD2B11;
	text-decoration: underline;
}

#content-bottom .more a:hover {
	text-decoration: none;
}


#content-bottom .corner-tl {
	width: 8px;
	height: 34px;
	background: url(/css/images/hc_news_left_blue.gif) top left no-repeat;
}

#content-bottom .corner-tr {
	width: 8px;
	background: url(/css/images/hc_news_right_blue.gif) top right no-repeat;
}

#content-bottom .corner-bl {
	height: 5px;
	line-height: 0;
	background: url(/css/images/hc_news_botleft.gif) bottom left no-repeat;
}

#content-bottom .corner-b {
	height: 6px;
	line-height: 0;
	background: url(/css/images/hc_news_bottom.gif) bottom repeat-x;
}

#content-bottom .corner-br {
	height: 5px;
	line-height: 0;
	background: url(/css/images/hc_news_botright.gif) bottom right no-repeat;
}
