/*
Design by The Atkins Group 2007 for The University of Texas Health Science Center
http://www.theatkinsgroup.com

Title      : The University of Texas Health Science Center
Version    : beta
Released   : 10/26/2007
Description: Two and three column, fixed-width template.
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #333333;
}

#uthscsa_menu {
	width: 980px;
	margin: 0 auto;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 8px 0 5px 0;
	font-weight: normal;
	font-size: 129%;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img09.gif) repeat-x left bottom;
	font-size: 190%;
	font-weight: normal;
/*	color: #00694e;*/
	color: #C85300;
}

/* 2 column feature content - orange */

.title3_orange {
	margin: 0;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC68C;
	font-size: 129%;
	font-weight: normal;
	color: #e6e6e6;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p {
            text-indent: 1em;
            margin: 10px;
            
            }


.boxed ul, .boxed ol {
 
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	color: #FFFFFF;
	background-color: #c85300;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* 2 column feature content - grey */

.title3_grey {
	margin: 0;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	font-size: 129%;
	font-weight: normal;
	color: #e6e6e6;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.grey {
	margin: 20px 30px;
	color: #FFFFFF;
	background-color: #bdb7b1;
}

.grey a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img01.gif) repeat-y;
}
#page_3col {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../images/3col_page_background.gif) repeat-y;
}
#pagehead_2col {
	font-size: 95%;
	line-height: 270%;
	letter-spacing: .07em;
	height: 38px;
	padding-left: 30px;
	background-image: url(../images/pagehead_2col_bg.jpg);
	background-repeat: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 240px;
}
#pagehead_3col {
	font-size: 95%;
	line-height: 270%;
	letter-spacing: .07em;
	height: 38px;
	padding-left: 30px;
	background-image: url(../images/pagehead_3col_bg.jpg);
	background-repeat: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 240px;
}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height: 130px;
	background-color: #FFFFFF;
}

#header .logo {
	width: 329px;
	padding: 20px 0 0 20px;
	float: left;
	clear: right;
}
#header .logo img {margin-bottom: 20px;}
#header .secnav {
	width: 400px;
	height: 20px;
	padding: 15px 60px 5px 0;
	float: right;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
}

#header .secnav a {
	text-decoration: none;
}

#header .secnav a:hover {
	text-decoration: underline;
}

#header .search {
	width: 400px;
	height: 20px;
	padding: 10px 60px 10px 0;
	float: right;
	vertical-align: center;
	font-size: 85%;
	text-align: right;
}

#header .tagline {
	float: right;
	padding: 5px 60px 0 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}
#rightbar {
	float: right;
	padding: 5px 0 0 0;
	width: 200px;
}
#secmenu {
	width: 176px;
	padding: 0 0 0 8px;
}

/* Sideboxes */

#sidebox {
	padding: 10px 15px 20px 20px;
	font-size: 85%;
}
#sidebox a {
	color: #333333;
	text-decoration: none;
}
#sidebox a:hover {
	text-decoration: underline;
}
/* Atkins new code not working with Internet Explorer
#sidebox ul, #sidebox li {
	margin-left: -12px;
	margin-bottom: 8px;
	list-style-image: url(../images/bullet_square_orange.gif);
}
*/

/* Atkins code in original edition with slight modification */
#sidebox ul {
	margin: 0;
	padding: 0 0 0px 14px;
	list-style-image: none;
	list-style-type: square;
	color: #e55300;
}
#sidebox li {
	padding: 7px 0;
}
#sidebox li.first {
	background:none;
}
 
/* End Modification */

#calendar {
	padding: 10px 15px 20px 20px;
	font-size: 85%;
	background-color: #abada4;
	background-image: url(../images/img_calendar_bg.gif);
	background-repeat: repeat-y;
}
#calendar a {
	color: #333333;
	text-decoration: underline;
}
#calendar a:hover {
	text-decoration: none;
}

/* Atkins code not working with IE 
#calendar ul, #calendar li {
	margin-left: -12px;
	margin-bottom: 8px;
	list-style-image: url(../images/bullet_square_orange.gif);
	list-style-type: square;
}
*/

/* Atkins code in original edition with slight modification */
#calendar ul {
	margin: 0;
	padding: 0 0 0px 12px;
	list-style-image: none;
	list-style-type: square;
	color: #e55300;
}
#calendar li {
	padding: 10px 0;
}
#calendar li.first {
	background:none;
}
/* End Modification */

/* Right Box */

#rightbox {
	width: 200px;
	padding: 8px;
}

/* Input */

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: 1px;
	font: bold 80% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit2 {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

#content_3col {
	float: left;
	width: 540px;
}

.imageleft {
	float: left;
	margin: 0 10px 8px 0;
}

/* Footer */

#footer {
	width: 980px;
	height: 115px;
	margin: 0 auto;
	background-image: url(../images/footer_background_fill.jpg);
	background-repeat: repeat-x;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}

#info {
	float: left;
	margin: 0;
	width: 220px;
	padding: 15px 0 25px 20px;
	color: #000;
	line-height: 1.5em;
	background-image: url(../images/footer_shadow_overhang.jpg);
	background-repeat: no-repeat;
}

#info a {
	color: #FFFFFF;
}

#links {
	float: right;
	width: 720px;
	line-height: 1.5em;
	padding: 15px 0 25px 20px;
}
/*My Additions*/
.mylist {
	margin-left: -12px;
	margin-bottom: 8px;
	list-style-image: url(../images/bullet_square_orange.gif);
	list-style-type: square;
}
/*Jim's*/
.navskip {
	position:absolute;
	left:-3000px;
	width:500px;
}

/*Rene's code for GIFT icon*/
.gift {padding: 0 0 0 0;float: right;vertical-align:top;}
