/* -------------------------------------------------------------- 
  
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow: scroll;
}

/* -------------------------------------------------------------- 
   
   typography
  
-------------------------------------------------------------- */

body { 
	font-size: 62.5%; 
	font-family: Arial, Helvetica, Verdana, sans-serif;  
	line-height: 1.5;
	color: #494949; 
}

h2 { 
	font-size: 1.3em; 
	margin: 5px 20px 10px 20px;
	color: #6c252d;
	text-transform: uppercase;
	font-family: "Myriad Pro", Verdana, sans-serif;
}

h2 span {
	text-transform: capitalize;
	font-weight: normal;
}

h2, h3, h4, h5, h6 { margin: 5px 20px 10px 20px;}

h3 { font-size: 1.4em;}
h4 { font-size: 1.3em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1em; }
p { font-size: 1.1em;  margin: 5px 20px 8px 20px;}

ol, ul, dl { font-size: 1.1em;  margin: 5px 15px 15px 37px;}

img 		{ vertical-align: bottom;  margin: 5px 20px; }

p img 		{ float: left; margin-left: 0;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
li			{ margin-bottom: 5px; }
li em 		{ color: #333; font-weight: bold;}

a           { color:#622129; text-decoration: none; }
a:focus, 
a:hover     { color: #622129; text-decoration: underline;}
strong      { font-weight: bold; }
em     		{ font-style: italic; }

dt			{font-weight: bold;}
.message h3 {
	color: #fff;
}
h3.subtitle {
	font-size: 1.1em;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.first		{ margin-top: 15px; }

.clear     { clear: both; }

.padding	{ padding: 10px 0; }

.toppadding { padding-top: 30px; }

.hide { 
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.sub    { font-size: 50%; }

.left {
	float: left;
}

.right {
	float: right;
}

.divider {
	border-bottom: 1px solid #dde7e9;
	height: 1px;
	clear: both;
	margin: 15px 0 15px 0;
}

p.divider {
	margin: 10px 20px;
}

.column {
	float: left;
	width: 50%;
}

.column img {
	margin-right: 0;
}

.center {
	text-align: center;
}

/* -------------------------------------------------------------- 
  
	=Layout 
   
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	min-height: 100%;
	background: #39040a;
}	

.container {
	width: 872px;
	margin: 0 auto;
	background: #fcfee6;
}

.content {
	padding: 20px 26px 26px 26px;
	float: left;
	clear: both;
}

.maincontent {
	width: 532px;
	
	background: #f5f1d8;
	min-height: 470px;
	float: left;
	padding-top: 5px;
	position: relative;
	padding-bottom: 23px;
	z-index:1;
}

.makeScroll {
	height: 305px;
	overflow: auto;
	margin-bottom: -20px;
}

.scroll-track {
	background: url(../images/scroll_bg.gif) repeat-y scroll center 0;
	height:10px;
	width:12px;
}

.scroll-handle {
	background: #39040a url(../images/scroll_handle_bg.gif) no-repeat scroll center center;
	cursor:pointer;
	height:10px;
	width:10px;
}

.sidecontent {
	width: 281px;
	float: left;
	margin-left: 3px;
	display:  inline;
}

.box {
	border: 1px solid #ededd5;
	margin-bottom: 3px;
}

.graphictitle {
	margin: 20px 0 20px 0;
	text-align: center;
}

.graphictitle img {
	margin: 0;
}

.graphictitle span {
	font-size: 2.5em;
	line-height:1;
	color: #494949;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.graphictitle span.phone {
	font-size: 2.0em;
	font-weight: bold;
	color: #9fca67;
	text-transform: uppercase;
}

img.graphictext {
	margin: 0px auto 15px auto;
	display: block;
	vertical-align: baseline;
}

.graphictext2 {
	margin: 10px 0 9px 35px;
}

.campuslist {
	text-transform:  uppercase;
	font-size: 1.05em;
	margin: 0 0 0 75px;
	line-height: 1.7;
}

h3.campuslist {
	text-decoration: underline;
}

ul.campuslist {
	margin-bottom: 10px;
	margin-top: 0;
}

.campuslist li {
	list-style: none;
	color: #622129;
	font-weight: bold;
	margin-bottom: 0;
}

.moreinfo img {
	margin: 0;
}

.address {
	margin-left: 55px;
	font-family: "Myriad Pro", Verdana, sans-serif;
	color: #000;
}
.map {
	display: block;
	margin-left: 55px;
}
.maplink {
	margin-left: 55px;
	color: #0c575a;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	margin-bottom: 10px;
}

/* =header */
.header {
	padding-top: 20px;
}

.logo {
	float: left;
	margin-left: 26px;
	margin-right: 34px;
	display: inline;
}
.logo img {
	margin: 0;
}


/* =nav
--------------------------------------------------------------- */
#navcontainer {
	height: 29px;
	width: 621px;
}

#nav {position:relative; margin: 12px 0 0 0px; float: left; z-index: 100;}
#nav li { float:left; list-style: none;}
#nav li a { position: absolute; top:0; display:block; height:29px; background:url(../images/nav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#nav1 a { width:138px; left:0; }
li#nav2 a { width:138px; left:138px; background-position:-138px top;}
li#nav3 a { width:105px; left:276px; background-position:-276px top;}
li#nav4 a { width:62px; left:381px; background-position:-381px top;}
li#nav5 a { width:102px; left:443px; background-position:-443px top;}
li#nav6 a { width:72px; left:545px; background-position:-549px top;}
/* hover states */
li#nav1 a:hover { background-position:0 bottom; }
li#nav2 a:hover { background-position:-138px bottom;}
li#nav3 a:hover { background-position:-276px bottom;}
li#nav4 a:hover { background-position:-381px bottom;}
li#nav5 a:hover { background-position:-443px bottom;}
li#nav6 a:hover { background-position:-549px bottom;}
/* you-are-here navigation marker */
li#nav1.current a { background-position:0 bottom; }
li#nav2.current a { background-position:-138px bottom;}
li#nav3.current a { background-position:-276px bottom;}
li#nav4.current a { background-position:-381px bottom;}
li#nav5.current a { background-position:-443px bottom;}
li#nav5.current a { background-position:-549px bottom;}


/* drop-down sub nav */
#nav li .subnav {
	position: absolute;
	top: 21px;
	margin-left: 0;
	line-height: normal;
	text-align: left;
	z-index: 100000;
	font-size: .9em;
}

#nav li#nav1 .subnav {left: 5px;}
#nav li#nav2 .subnav {left: 154px;}
#nav li#nav3 .subnav {left: 284px;}
#nav li#nav4 .subnav {left: 390px;}
#nav li#nav5 .subnav {left: 500px;}
#nav li#nav6 .subnav {left: 500px;}

#nav li#nav6 .subnav a {width: 120px;}

#nav li .subnav li {
	float: left;
	clear: both;
	margin-bottom: 0;
}

#nav li .subnav a {
	text-indent: 0px;
	font-size: 0.95em;
	position: static;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 7px 10px;
	height: auto;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #671d25;
	border-top: 1px solid #fff;
}

#nav li .subnav a:hover {
	text-decoration: none;
	color: #671d25;
	background: #f0e5b4;
}

#nav li .subnav .current a {
	text-decoration: none;
	color: #F26522;
}

#nav li .subnav {
	display: none;
}

#nav li:hover .subnav, #nav li.over .subnav {
	display: block;
}


/* =secnav
--------------------------------------------------------------- */
#secnavcontainer {
	height: 23px;
	width: 532px;
	position: absolute;
	left: 0;
	top: 320px;
}

#secnav {position:relative; margin: 0px; float: left; top: 155px; oldtop: 102px}
#secnav li { float:left; list-style: none;}
#secnav li a { position: absolute; top:0; display:block; height:23px; background:url(../images/sec_nav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#secnav1 a { width:99px; left:0; }
li#secnav2 a { width:163px; left:99px; background-position:-99px top;}
li#secnav3 a { width:140px; left:262px; background-position:-262px top;}
li#secnav4 a { width:130px; left:402px; background-position:-402px top;}
/* hover states */
li#secnav1 a:hover { background-position:0 bottom; }
li#secnav2 a:hover { background-position:-99px bottom;}
li#secnav3 a:hover { background-position:-262px bottom;}
li#secnav4 a:hover { background-position:-402px bottom;}
/* you-are-here navigation marker */
li#secnav1.current a { background-position:0 bottom; }
li#secnav2.current a { background-position:-99px bottom;}
li#secnav3.current a { background-position:-262px bottom;}
li#secnav4.current a { background-position:-402px bottom;}

#trinavContainer {
	background:#FCFEE6 none repeat scroll 0 0;
	display:block;
	left:0;
	max-height:79px;
	overflow:auto;
	position:absolute;
	top:445px;
	width:532px;
}


#trinavContainer1{
	background:#FCFEE6 none repeat scroll 0 0;
	display:block;
	left:0;
	max-height:154px;
	overflow:auto;
	position:absolute;
	top:343px;
	width:532px;
}
/* footer
-------------------------------------------------------------- */

.footer {
	clear: both;
	background: #39040a;
	text-align: center;
	color: #ffe4e2;
	padding-top: 5px;
}

.footer p {
	margin-bottom: 0px;
}

.footer a {
	color: #ffe4e2;
	padding: 0 10px;
}

/* =forms
-------------------------------------------------------------- */

form fieldset {
	margin: 0px 20px 0px 20px;
}

form fieldset.submit {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 25px;
}

form ol {
	list-style: none;
	margin: 0;
}

form li {
	margin-bottom: 2px;
}

.label {
	display: block;
	font-weight: bold;
	font-size: 1em;
}

input, select, textarea {
	font-size: 1em;
}

input.text {
	width: 220px;
	border: 1px solid #c7c7c7;
	color: #888888;
	padding-top: 3px;
}

input.mediumtext {
	width: 135px;
}

textarea {
	height: 50px;
	width: 220px;
	border: 1px solid #c7c7c7;
}

select {
	border: 1px solid #c7c7c7;
}

.select {
	width: 220px;
}

input.button {
	padding: 0;
}

.checkbox, .radio {
	margin-top: 0;
}

label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
}

.column h2 {
	margin-right: 5px;
}

h2 span.required {
	text-transform: none;
	font-weight: bold;
	margin-left: 5px;
	color: #333;
	font-size: .9em;
}

form .required {
	font-size: 1.1em;
	color: #000;
}

/* locateform */
.locateform {
	text-align: center;
	margin-bottom: 15px;
}

.locateform fieldset {
	margin: 0;
}

.locateform img {
	margin-top: 0;
}

.locateform input.text {
	float: left;
	margin-left: 53px;
	display: inline;
	height: 17px;
	text-transform: uppercase;
	text-align: center;
	width: 135px;
}

.locateform input.button {
	float: left;
}

.hpform {
	text-align: left;
	margin-bottom: 30px;
}

.hpform fieldset {
	margin: 20px 20px;
}

.hpform .label img {
	margin-left: 0;
	margin-bottom: 10px;
}
.hpform input.text {
	margin-left: 0px;
}

/* requestform */
.requestform fieldset {
	margin-top:  0;
}

/* contentcolumn and sidenav */

.contentcolumn {
	z-index: 1;
}

object {
	z-index:-1;
}

param {
	z-index:-1;
}

embed {
	z-index:-1;
}

ul.subnav {
	z-index: 70000;
	}

.contentcolumn p, .contentcolumn h3, .contentcolumn ul {
	width: 60%;
}

.contentcolumn .makeScroll ul {
	width: 80%;
}

.altlink {
	text-transform: uppercase;
	font-size: .9em;
	color: #622129;
}

.sidenav {
	float: right;
	text-transform: uppercase;
	font-size: 1.05em;
	font-weight: bold;
	margin-left: 0;
	margin-top: 0;
}

.sidenav li {
	list-style: none;
	margin-bottom: 5px;
}

.sidenav a {
	color: #622129;
}

.sidenav .current a {
	color: #0f0f0f;
	text-decoration: underline;
}

.sidenav img {
	border: 2px solid #fff;
	margin: 0;
}

.photonav {
	margin-bottom: 0;
}

.photonav li {
	margin-bottom: 2px;
}

/* table */
table {
	font-family: "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 20px;
	color: #242424;
	text-align: center;
	color: #242424;
}

caption {
	font-size: 1.4em;
	text-transform: uppercase;
	background: url(../images/divider.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin: 10px 0px;
	color: #242424;
}

th {
	color: #6C252D;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: normal;
	padding-bottom: 5px;
	/*background: url(/images/hd_bg.gif) right bottom no-repeat;*/
}
th.nails {
	/*background: none;*/
}

th.campus {
	/*background: none;*/
	border-left: none;
	vertical-align: bottom;
	border-bottom: 1px solid #8f8b7a;
}

th.category {
	/*background: none;*/
	border-left: none;
	border-right: 1px solid #8f8b7a;
	vertical-align: bottom;
	border-bottom: 1px solid #8f8b7a;
}

th.scores {
	/*background: none;*/
	vertical-align: bottom;
}

th.index {
	/*background: none;*/
	vertical-align: bottom;
	border-bottom: 1px solid #8f8b7a;
	border-left: 1px solid #8f8b7a;
}

th.TUBC {
	color: #242424;
	font-size: 1em;
	font-weight: normal;
	border-left: none;
}

th.nexthighest {
	color: #242424;
	font-size: 1em;
	border-left: none;
}

.headerrow th {
	border-bottom: 1px solid #8f8b7a;
	border-left: 1px solid #8f8b7a;
}

th span {
	display: block;
	color: #242424;
	font-size: .9em;
	font-weight: normal;	
}

th.subhead {
	color: #242424;
	font-size: 1em;
	font-weight: normal;
}

th.partime {
	border-left: 0;
}
th br {
	clear: both;
}
td {
	padding-top: 5px;
	padding-right: 1px;
}

tr.even td {
	background: #dce0b4;
}

td {
	border-left: 1px solid #8f8b7a;
}

td.col {
	border-left: 1px solid #cfcab0;
}

td.heading {
	color: #6C252D;
	font-size: 1.1em;
	vertical-align: middle;
	border-left: none;
	text-align: left;
	padding-left: 5px;
}
td.heading span {
	display: block;
	color: #242424;
	font-size:  .9em;
}
td.highlight, tr.even td.highlight {
	background: #FFCC00;
}	

/* programs */

.programs {
	margin-left: 20px;
	margin-right: 0;
}
.programs li {
	float: left;
	list-style: none;
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #622129;
	font-weight: bold;
}

.programs a {
	text-transform: uppercase;
	color: #622129;
	font-weight: bold;
}

.programs img {
	margin: 0;
	display: block;
	border: 2px solid #fff;
}

.mainphoto {
	border: 2px solid #c2bbbb;
	margin-left: 15px;
}
/* virtual tour */

.tour {
	margin: 0 0 0 20px;
}
.tour li {
	float: left;
	list-style: none;
	margin-right: 13px;
	margin-bottom: 10px;
	display: inline;
}

.tour a {
	text-transform: uppercase;
	font-size: .9em;
	color: #622129;
}

.tour img {
	margin: 0;
	display: block;
	border: 2px solid #fff;
}

.thumbnail {
	width: 109px;
	height: 82px;
	cursor: pointer;
}

.tour_prev {
	float:left;
	padding-left:20px;
}

.tour_next {
	float:right;
	padding-right:20px;
}

/* about us */
.contentcolumn ul.leadership {
	float: left;
	margin-left: 20px;
	margin-top: 0;
	width:  auto;
	display: inline;
}

.leadership li {
	list-style: none;
	margin-bottom: 0;
}

.leadership a {
	color: #622129;
}

.leadership .current {
	text-decoration: underline;
}

.leadership .title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: underline;
}

.error_message {
	color: red;
	font-weight: bold;
}

.system_message {
	color: blue;
	font-weight: bold;
}

.no_left_margin {
	margin-left:0px;
}


/*** facebook icon in footer ***/
img.facebook {
	position: absolute;
	margin-left: 5px;
	margin-top: -6px;

}