/*
Hindi Urdu Flasgship
The University of Texas At Austin
Copyright (c) 2009, University of Texas All rights reserved.
*/

/*	Elements
--------------------------------------------------------------------------*/
html { background: #e0dbd2 url(../../images/background.gif) top center repeat-y; }

/* LoVe HAte */
a:link {
/*
	color: #c41230;
	text-decoration: underline;
	color: #00549F ;
*/

	color:: #0000FF;
	text-decoration: none;
}

a:visited { color: #800080; text-decoration: none; /* #84A6D5 color: #960E25; */ }

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:hover img { text-decoration: none; }

a:active {
/*
	color: #c41230;
	text-decoration: underline;
*/
	color: #0000FF;
	text-decoration: none;
}

/*	Global Navigation
--------------------------------------------------------------------------*/
#global-nav-container {
	width: 100%;
	text-align: right;
}

ul#global-nav { margin: 0px 22px 0px 0px; }

table { font=size: 100%; /* 13px */ }

table th { background: #DBDAB2; /* darker #ACA754 */ }

table tr.alternate { background: #f1f1f1; }

#global-nav li {
	display: inline;
	list-style-type: none;
	font-size: ;
}

/*	Main Navigation
--------------------------------------------------------------------------*/
#nav_cont {
	clear: both;
	width: 750px;
	height: 28px;
	border-top: 2px solid #d6d6d6;
	background: #f5f5f5 url(../../images/menu-bg_.gif) top repeat-x;
	margin: 15px 0 0 0;
	padding: 0;
}

#nav {
	position: relative;
	top: 0;
	left: 0.9em;  /* .65em  */
	line-height: 15px;
	z-index: 100;
}

#nav a {
	text-decoration: none; 
	font-weight:  normal; 
	letter-spacing: .1em; 
	font-size: 11px;
	color:#000;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000;  /*  */
	padding: .3em .5em .3em 1.5em;
	text-decoration: none;
}

#nav li a:hover, #nav li li a:hover {
	text-decoration: underline;
	color: #c41230;
}

#nav li div {
	padding: 6px 1.3em 7px 1.3em;
}

#nav_cont ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_cont li {
	list-style-type:none;
	float: left;
	position: relative;
	text-align: left; 
	cursor: pointer;
	color: #000;
}

#nav_cont li.horz {
	/* background: #d8e5ff; */
}

#nav li.horz:hover {
	background: #d4d3a2;
}

#nav li.horz ul {
	/* re-specify for IE6 */
	width: 100%;
}

#nav_cont li.divider {
	padding: 0;
	margin: 0;
	font-size: 11px;
	margin: 7px -1px 0 -1px;
	color: #fff;
}

#nav_cont li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	font-style: normal;
	background-color: #d4d3a2;
	line-height: 13px;
	/* padding: 5px 0 .75em 0; */
	padding: 5px 0 18px 0;
}

#nav_cont li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	text-align: left;
}

#nav_cont li li a {
	letter-spacing: 0;
}

/* .over => IE */
#nav_cont li.over {
	background: #d8e5ff;
}

 
#nav_cont li:hover ul, #nav_cont li.over ul {
	display: block;
}


/*	Sub Navigation
--------------------------------------------------------------------------*/
.sub-nav {
	background: #e2e0c0;
	margin-top: 15px;
	height: 100%;
}

.sub-nav h3 {
	font-size: 92%; /* 12px */
	color: #000;
	margin: 0 .5em;
	padding: .25em 0;
}

.sub-nav a {
	display: block;
	padding: .25em 1em;
	background: #dbdab2;
	font-size: 85%;
}

.sub-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	border-top: 1px solid #fff;
}

.sub-nav ul li {
	list-style: none;
	border-bottom: 1px solid #fff; /* Fixes IE6 Spaces in List Item Navigation. source: http://www.belafontecode.com/3-ways-to-get-rid-of-spaces-in-list-item-navigation-in-ie6/ */
}

.sub-nav ul li a:link, 
.sub-nav ul li a:visited {
	color: #000;
	text-decoration: none;
}

.sub-nav ul li :hover {
	background: #aca754;
}

.sub-nav ul li a:active {
	color: #000;
	text-decoration: none;
}

/* Selected */
.sub-nav ul li.selected a:link,
.sub-nav ul li.selected a:visited {
	font-size: 92%; /* 12px */
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: .25em .5em;
}

/*	Header
--------------------------------------------------------------------------*/
/* Co-Brand Styles (University of Texas) */
#co-brand {
	padding: 0px;
	margin-top: 25px;
	border-bottom: 2px solid #695e4a;
}

#co-brand a { 
	margin-left: 22px; 
	padding: 0px;
	border: none;
}

#co-brand a img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* HUF Logo Styles */
#logo {
	float: left;
	margin-left: 20px;
}

/* Search Styles */
#search {
	float: right;
	margin-top: 25px;
	margin-right: 22px;
}

/*	Layout Home Template
--------------------------------------------------------------------------*/

/* Main Photo Styles */
.pics {
	text-align: center;
	margin-top: 20px;
	padding: 0;
	width: 751px;
	height: 259px;
}

.pics img {
	padding: 0;
	width: 751px;
	height: 259px;
	top: 0;
	left: 0;
}

.home-content { margin: 10px; }

.home-content h2 { color: #b72027; }

.home-content h3 { color: #b72027; }

.about-program {
/*	margin: 10px;	*/
	padding: 2px;
	background: #e2e0c0;
}

.about-program h1 {
	color: #b72027;
	font-size: 108%; /* 14px Equivalent */
	margin: 10px;
}

.about-program p {
	margin: 10px;
}

.intro-video {
	background: url(../../images/icon-movie.gif) top left no-repeat;
	padding-left: 53px;
	margin-left: 10px;
}

.intro-video h2 {
	margin-bottom: 0px;
	font-size: 108%;
}

.blurbs {
	background: url(../../images/icon-pencil.gif) top left no-repeat;
	padding-left: 43px;
	border-left: 1px solid #695e4a;
}

.blurbs h2 {
	margin-bottom: 0px;
	font-size: 108%;
}

.news {
/*	margin: 10px;	*/
	padding: 2px;
	background: #e4e0d6;
}

.news h2 {
	font-size: 108%; /* 14px Equivalent */
	margin: 10px;
}

.news ul {
	margin: 0;
	padding: 0;
}

.news ul li { 
	list-style: none; 
	border-top: 2px solid #fff;
	padding: 10px;
	color: #c41230;
}

/* LoVe HAte */
.news ul li a:link {
	color: #231f20;
	text-decoration: none;
}

.news ul li a:visited {
	color: #231f20;
}

.news ul li a:hover {
	color: #c41230;
	text-decoration: underline;
}

.news ul li a:active {
	color: #231f20;
	text-decoration: none;
}

/*	Layout Sub Page Template Index
--------------------------------------------------------------------------*/
.content { 
	margin: 10px 10px 0 0; 
}

.sub-content h1 { margin: 10px 0; color: #b72027; }

.sub-content h2 { color: #000; font-size: 100%; /* 13px */ }

.listing li {
/*	list-style: none;
*/	margin-bottom: 1em;
}

/* Sub Photo Styles */
#sub-pic {
	text-align: center;
	border-top: 2px solid #d5d5d5;
	padding-top: 2px;
}

.student-quote {
	background: #e4e0d6;
}

.student-quote img { 
	position: relative;
	z-index: 101;
	margin-left: -20px;
}

.student-quote h3 {
	margin: 0 .5em;
	font-size: 100%; /* 13px */
	color: #b72027;
}

.student-quote p {
	margin: 0 .5em;
	color: #4c4c4c;
	font-size: 85%; /* 12px */
}

.student-quote blockquote {
	margin: 0 .5em;
	color: #231f20;
	font-size: 85%; /* 12px */
}

.facts {
	float: right;
	width: 180px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #e4e0d6;
}

.facts p, .facts ul li { font-size: 85%; }

.facts h3 { font-size: 100%; margin-top: 0; }


/*	Footer
--------------------------------------------------------------------------*/
.footer {
	border-top: 2px solid #695e4a;
	padding: 10px 22px;
}

/* Footer Navigation Styles */
ul#footer-nav { margin: 0px 22px 0px 0px; }

#footer-nav li {
	display: inline;
	list-style-type: none;
/*	padding-left: 2px;	*/
	font-size: 77%; /* 10px Equivalent */
}

/* LoVe HAte */
#footer-nav a:link {
	color: #695e4a;
	text-decoration: none;
}

#footer-nav a:visited { color: #4b4334; }

#footer-nav a:hover {
	color: #c41230;
	text-decoration: underline;
}

#footer-nav a:active {
	color: #695e4a;
	text-decoration: none;
}

.copyright { 
	font-size: 77%; /* 10px Equivalent */
	color: #231f20;
	margin-top: 10px;
}

/*	Common
--------------------------------------------------------------------------*/
.skiplink {display:none}
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.img-float-left { float: left; margin: 10px; }
.img-float-right { float: right; margin: 10px; }

.border-black {border: 1px solid #000; }

.small { font-size: 85%; }

.clearer {
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}

.seperator-brown {
	width: 100%
	height: 2px;
	background: #695e4a;
}

table.plain th, 
table.plain td {
	border-bottom: none;	
	padding: 0px;
}
