/******************************************

	styles.css
	for HOGG Foundation for Mental Heath
	
	created by Kagan Creative 

	last edit by Jeff on 1/30/2012

*******************************************/

body {
	margin: 0; padding: 0;
	text-align: center;
	background: #ffffff;
	font-family: Arial, sans-serif;
	width: 100%;
	background: url(../images/bg_container.gif) top left repeat-x;
	font-size: 13px;

}

body.subpage {
	background: url(../images/bg_container_subpage.gif) top left repeat-x;
}

a img { border: none; }

a { text-decoration: none; outline: none; color: #cc5500; }

a:hover { text-decoration: underline; color: #89813d; }

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto 0 auto; 
	padding: 0;
	width: 1100px;
	text-align: left;
}

#content {
	margin: 0; padding: 0;
	width: 1100px;
	min-height: 500px; 
	height: auto !important; 
	height: 500px;
	float: left;
}
	}

#header {
	margin: 0; padding: 0;
	width: 1100px; 
	height: 162px;
	float: left;
}

#header #logo {
	float: left;
	margin: 20px 0 0 -50px;
}


/*--- slideshow styles ----*/

#index_image {
	margin: 0; padding: 0;
 	width: 1100px; 
 	height: 415px; 
 	z-index: 1;
 	float: left;
}

.picture-slides-container {
 	width: 790px; 
 	height: 415px; 
}

#index_image .picture-slides-image{
	z-index: 1;
	margin: 0 10px 10px 3px;
	float: left;
}

#index_image #image_text {
	width: 430px;
	height: 391px;
	float: left;
	z-index: 500;
	position: absolute;
	margin: 0 0 0 740px;
	padding: 20px 20px 10px 20px;
	top: 159px;
	line-height: 18px;
	background: #fffff;
	color: #58595b;
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
}

#image_text h2 {
	line-height: 30px;
	color: #cc5500;
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
	font-weight: normal;
}

#image_text p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
}

#image_text a {
	color: #cc5500;
	text-decoration: underline;
}

	#index_text h2 {
		font-size: 19px;
	}

#index_image #fadeshowtoggler {
	float: left;
	z-index: 500;
	position: absolute;
	margin: 0 0 0 700px;
	top: 450px;
	color: #993300;
	font-size: 11px;
	text-align: left;
}

#fadeshowtoggler .picture-slides-thumbnails {
	float: left;
}

.picture-slides-thumbnails {
	float: left;
	list-style: none;
	overflow: hidden;
	float: left;
	margin: 80px 0 0 -740px;
	z-index: 500;
	text-align: left;
	width:200px;
}

.picture-slides-thumbnails li {
	float: left;
	width: 40px;
	width: 40px;
	margin: 0 10px 5px 0;
}

.picture-slides-thumbnails li img {
	margin: 1px 0 0 1px;
	width: 38px;
	height: 38px;
	padding: 1px;	
}

.picture-slides-thumbnails a {
	width: 34px;
	height: 34px;
	padding: 1px;	
	display: block;
	font-size: 20px; 
	line-height: 34px;
	font-family: Times New Roman, serif;
	color: #363636;
	border: 1px solid #d9d8db;	
	text-align: center;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail {
	width: 34px;
	padding: 1px;
	color: #993300;
	border: 1px solid #000000;

}

ol, ul {
	list-style: none;
}


/*--- Navigation styles ---*/

#nav {
	margin: 5px 0 0 0; padding: 0;
	width: 710px;
	height: 34px;
	float: left;

	}

#drops, #drops ul {
	margin: 0; padding: 0;
	float: right;
	z-index:1000;
}


#drops li {
	padding: 0 15px 0 15px;
	float: left;
	border-right: solid 1px #736357;
}
	
	#drops li.last-li {
		border: none;
	}

	
#drops ul.drop {
	margin: 10px 0 0 -15px;
	*margin: 0 0 0 -15px;
	padding: 10px 20px 10px 20px;
	width: 160px;
	clear: both;
	float: left;
	background: url(../images/bg_nav.png) transparent top left repeat-y;
	_background: #3f2202;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index:1000;
}

#drops ul.drop li {
	padding: 5px 0 5px 0;
	width: 140px;
	clear: both;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-right: none;
	border-bottom: solid 1px #ffffff;
	z-index:1000;	
}

#drops a {
	padding-bottom: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing:2px;
	color: #736357;
	font-weight: bold;
	*display: block;
	*padding-bottom: 5px;
}

#drops a:hover {
	color: #89813d;
}
	
#drops ul.drop a {
	margin: 0 0 0 0;
	padding: 3px 0 3px 0; 
	width: 160px !important;
	clear: both;
	float: left;
	
	color:#ffffff;
	font-family: Arial, sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

	#drops ul.drop a:hover {
		color: #a0ad00;
	}
	
	#drops ul.drop li.last_drop {
		border: none;
	}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	-moz-box-shadow: 2px 2px 2px #1f1f1f;
	-webkit-box-shadow: 2px 2px 2px #1f1f1f;
	box-shadow: 2px 2px 2px #1f1f1f;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}


/*--- footer styles ---*/


#footer {
	margin: 15px 0 0 0; padding: 0;
	width: 1100px; 
	float: left;
	text-align: center;
}

.home #footer {
	margin: 0;
}

	#footer p {
		font-family: Arial, sans-serif;
		font-size: 11pt;
		color: #58595b;
	}
	
	#footer a img {
		margin-top: -40px;
		float: right;
	}
	
	#footer a.ut_logo img {
		float: left;
	}

	
	
	#footer hr {
		border: 0;
		color: #9E9E9E;
		background-color: #9E9E9E;
		height: 1px;
		width: 100%;
		text-align: left;
	}

/*---- Search form styles ----*/

#search {
	margin: 35px 0 0 0;
	font-size: 11px;
	float: right;
	width: 340px;
}

#search a {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 600;
	letter-spacing:1px;
	color: #736357;
}


#search input.box {
	margin: 0;
	padding: 1px 0 4px 8px;
	line-height: 14px;
	position: relative;
	display: block;
	width: 105px;
	height: 24px;
	background: url(../images/bg_searchbox.png) transparent top left no-repeat;
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #B3B3B3;
}

#social_networking a {
	margin: 0 2px 0 0; padding: 0;
	float: left;
	width: 32px; 
	height: 32px; 
	display: block; 
	text-indent: -99999px 
}


a.btn_twitter {
	background: url('../images/btn_socialnetworking.png') 0 0 no-repeat;
}

a.btn_facebook {
	background: url('../images/btn_socialnetworking.png') -35px 0 no-repeat;
}

a.btn_rss {
	background: url('../images/btn_socialnetworking.png') -70px 0 no-repeat;
}

a.btn_youtube {
	background: url('../images/btn_socialnetworking.png') -106px 0 no-repeat;
}

/*--- index styles ---*/

#index_bottom {
	margin: 35px 0 0 -10px; padding: 0;
	width: 1120px; 
	float: left;
}

.index_box {
	margin: 0 0 15px 0; padding: 0 40px 20px 0;
	width: 345px; 
	background: url('../images/sh_banner_rp.gif') top left repeat-y;
	display: block;
	float: left;
	color: #e6e7e8;
}

.last .index_box {
	padding-right: 0 !important;
}

	.index_box h2 { 
		margin: 0 0 0 0; padding: 0 0 0 10px;
		width: 340px;
		height: 38px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: Trade Gothic, Myriad Pro, Arial, sans-serif;
		color: #fff;
		background: url('../images/sh_greenbanner.gif') top left no-repeat;
	}

	.index_box h2.sh_red  {
		background: url('../images/sh_redbanner.gif') top left no-repeat;
	}

	.index_box h2.sh_blue {
		background: url('../images/sh_bluebanner.gif') top left no-repeat;
	}

	.index_box h2.sh_newsandevents {
		background: url('../images/sh_greenbanner_newsandevents.gif') top left no-repeat;
		text-indent: -9999px;
	}
	
	.index_box h2.sh_spotlight {
		background: url('../images/sh_greenbanner_spotlight.gif') top left no-repeat;
		text-indent: -9999px;
	}

	.index_box h2.sh_scholarships {
		background: url('../images/sh_greenbanner_scholarship.gif') top left no-repeat;
		text-indent: -9999px;
	}
	
	.index_box h2.sh_subscribe {
		background: url('../images/sh_redbanner_subscribe.gif') top left no-repeat;
		text-indent: -9999px;
	}
	
	.index_box h2.sh_hoggblog {
		background: url('../images/sh_bluebanner_hoggblig.gif') top left no-repeat;
		text-indent: -9999px;
	}
	
	.index_box h2 a {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
		font-family: League Gothic, Helsinki, Myriad Pro, Arial, sans-serif;
		color: #fff;
	}


	.index_box p, .index_box ul { 
		margin: 0 0 10px 20px; padding: 0;
		font-size: 12px;
		line-height: 18px;
		color: #534741;
		font-family: Verdana, arial, sans-serif;
	}

	.index_box ul {
		margin-left: 40px;
		list-style-type: disc;
	}
	
	.index_box ul li {
		margin-bottom: 8px;
		color: #736357;
	}

	.index_box ul li span {
		color: #736357;
	}

	input.news_box {
	margin: 0;
	padding: 10px 8px 6px 35px;
	line-height: 14px;
    /* firefox, ie 7, safari */
	height: 14px !important;
	width: 128px !important;
    /* ie 6 */
	height: 22px;
	width: 122px;
	position: relative;
	background: url(../images/bg_searchbox.gif) transparent top right no-repeat;
	border: none;
	font-size: 10px;
	color: #939598;
	}

	#spotlight_box, #scholarships_box {
		min-height: 180px;
		height: auto !important; 
		height: 180px;
		display: block;
	}

#index_info {
	margin: -176px 0 0 0; padding: 0;
	width: 270px;
	float: left;
	text-align: left;
}

	#index_info h2 {
		color: #7a7224;
	}
	
	#index_info h3 {
		margin: 0 0 10px 0; padding: 0;
		font-size: 13px;
		color: #c87a24;
	}
	
	#index_info a:hover {
		color: #993300;
	}
	
	#index_info ul li
	{
	
		list-style-type: disc;
		text-align: left;
		margin: 0 0 0 -20px;
		color: #993300;
	}
	
	
	a.btn_apply {
		margin: 30px auto 0 auto;
		
		
	}
	
	.blog-headline {
		color: #534741;
	}

	.blog-date{
		font-size: 12px;
		color: #998675;
	}
/*--- subpage styles ---*/

#featured {
	margin: 25px 0 0 20px; padding: 0;
	width: 770px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	
	
}

	#featured a {
		color: #cc5500;
	}
	
	#featured a:hover {
		text-decoration: underline;
	}

	#featured img {
		margin: 0 25px 20px 0;
	}

	#featured h1 {
		margin: 10px 0 15px 0; padding: 0;
		font-size: 24px; 
		color: #7a7224;
		font-family: "Times New Roman","Times Roman",TimesNR,times,serif;

	}

	#featured h2 {
		margin: 10px 0 -10px 0; padding: 0;
		font-size: 20px; 
		color: #000000;
	}
	
	#featured h3 {
		margin: 30px 0 0 0; padding: 0;
		font-size: 14px; 
		color: #993300;
	}
	
	#featured h4 {
		margin: 30px 0 0 0; padding: 0;
		font-size: 13px; 
		color: #993300;
	}
	
	#featured h3 a {
		color: #cc5500;
	}
	
	#featured h3 a:hover {
		text-decoration: underline;
	}

	#featured p.date {
		margin: 10px 0 5px 0; padding: 0;
		font-size: 12px;
		color #636363;
	}
	
	#featured p.newsreadmore {
		margin: -20px 40px 10px 350px; padding: 0;
		font-size: 11px;
		color #636363;
	}
	
	
	#featured p.newsdate {
		margin: 20px 0 -25px 0; padding: 0;
		font-size: 12px;
		color #636363;
	}

	#featured p, #featured td {
		margin: 4px 0 0 0; padding: 0;
		font-size: 13px;
		line-height: 20px;
		color: #000000;
	}
	
	
	
	#featured hr {
		margin: 20px 0 0 50px;
		width: 630px;
		color: #a1a1a1;
	}

	#featured ul {
		list-style-type: disc;
		color: #000000;
		font-size: 13px;
	
	}
	
	#featured ul li {
		margin-bottom: 5px;
	}

	#featured ul li a {
		color: #cc5500;
	}
	
	#featured p.news_subhead {
		margin: -4px 0 0 0px; padding: 0;
		font-size: 12px;
		color: #000;
	}
	
	#featured ol {
		
		list-style-type:decimal;

	}

/*---- user defined -----*/	
	.header1bo {
	color: #993300 !important;
	font-size: 24px !important;
	font-weight: bold !important;
}

 .header2bo {
	color: #993300 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

 .header3bo {
	color: #993300 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

 .header1black {
	color: #000000 !important;
	font-size: 24px !important;
	font-weight: bold !important;
}

 .header2black {
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

 .header3black {
	color: #000000 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

 .header1gray {
	color: #3c3c3c !important;
	font-size: 24px !important;
	font-weight: bold !important;
}

 .header2gray {
	color: #3c3c3c !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

 .header3gray {
	color: #3c3c3c !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

/* end user defined */
	
	
#sidebar {
	margin: 25px 20px 0 0; padding: 0;
	width: 220px; 
	float: right;
}

#sidebar_header {
	margin: 0; padding: 5px 0 0 10px;
	width: 220px; 
	height: 25px; 
	display: block;
	background: url(../images/bg_sidehead.gif) top left no-repeat;

	font-family: Arial, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	float: left;
}

	#sidebar_box {
		margin: 0 0 20px 0; padding: 0;
		width: 216px;
		border: solid 1px #e1dede;
		border-top: none;
		background: #fffcfc;
		float: left;
		font-size: 10px;
	}
	
	#sidebar_box p{
		margin: 15px 0 0px 10px; padding: 0;
		font-size: 14px;
	}
	
	#sidebar_box ul {
		margin: 5px 0 5px 10px; padding: 0;
	}
	
	#sidebar_box ul li {
		margin: 0; padding: 10px 0 10px 0;
		width: 190px;
		border-bottom: solid 1px #c3c3c3;
	}
	
	ul.arrows li {
		background: url(../images/icon_arrow.gif) center right no-repeat;
	}
	
	#sidebar_box ul li.last-li {
		border: none;
	}
	
	#sidebar_box a {
		color: #cc5500;
		font-size: 14px;
	}
	
	#sidebar_box a:hover {
		text-decoration: underline;
	}
/*---- hacks -----*/

img, div { behavior: url(iepngfix.htc) }
