
/*----------------------------------------


Global


-----------------------------------------*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:100%;
	
	}
	

.floatleft {
	float:left;
	clear: right;
	position: absolute;
	padding: 1em;
}
.floatright {
	float:right;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.leftimage {
	float:left;
	padding: 2em 1em 1em;
	vertical-align:text-top;
}


div {
	text-align:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	

a {
	color:#fff;
	text-decoration:none;
	}
		
a:hover {	
	text-decoration:underline;
	}

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
	border:solid 4px #fff;
	background-color:#fff;
	background-image:url(http://www.utexas.edu/ogs/images/wrapper_bg.gif);
	background-repeat:repeat-y;	
	font-size:78%;
	}

#skip {
	display:none;
	}

#wrapper .noborder, #utfooter .noborder, #mainnav .noborder {
	border:none;
	}



/*----------------------------------------


Header


-----------------------------------------*/



#utmark {
	background-color:#fff;
	height:35px;
	background-image:url(http://www.utexas.edu/ogs/images/utwordmark.gif);
	background-repeat: no-repeat;
	}

#header {
	background-image:url(http://www.utexas.edu/ogs/images/header_bg.jpg);
	background-repeat:repeat-y;
	padding:25px 20px 25px 0;	
	}

#header h2 {
	background-image: url(http://www.utexas.edu/ogs/images/logo.gif);
	background-repeat:no-repeat;
	height:50px;
	width:300px;
	float:left;
	position:relative;
	top:-12px;
	left:20px;
	display: none;
	}

#header ul {
	margin:0;
	padding:0;	
	}

#header ul li {
	float:right;
	list-style-type:none;
	margin-left:10px;
	}

#header #searchform {
	text-align:right;
	font-size:.85em;
	margin:0 0 10px 0;
	padding:0;
	
	}

#header #submit {
	cursor:pointer;
	border:none;
	background-color:#c76206;
	color:#fff;
	width:30px;	
	}

#header #searchform #search {
	width:100px;
	border:solid 1px #c76206;
	}


/*----------------------------------------


Nav


-----------------------------------------*/



#mainnav {
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
	background-color:#999999;
	padding:8px 0;
	font-weight:bold;
	z-index:2;	
	}

#nav {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;		
	}

#nav a {
	display: block;	
	padding:0 6px;
    border-right:solid 1px #fff;	
	}

#nav a:hover {	   
	text-decoration:underline;
	}

#nav li {
	float:left;
	margin:0;	
    padding:0;		
	}
	

#nav #postdoc {	
	 border:0; 
	}




/*----------------------------------------


Left Sub Nav


-----------------------------------------*/



#leftsubnav {	
	float:left;
	clear:right;
	width:203px;
	position:relative;	
	z-index:10;	
	}

#subnav {
	margin:0;
	padding:0;
    list-style-type:none;	
	background-color:#8c3f07;		
	}

#subnav li  {
	display:block;
	margin:0;
	padding:2px 0 0 10px;
    width:193px;
	}

#subnav a {
	display: block;
	width: 183px;   /* width needs to be set or the menu will appear to the side instead of below the nav in IE */
	margin:0;
	padding:6px 0; 		
	border-top:solid 1px #fff;
	text-decoration:none;
	}


/* ----drop outs---- */


#subnav li ul li a {
	display:block;
	padding:5px;
	width:auto;
	border:none;    
	}

#subnav li ul li a:hover {
    padding:5px;
	width:auto;
	}

#subnav li ul {
	position:absolute;
	width:12em;
	left:-999em;
	padding:0;
	margin:0;
	list-style-type:none;
	background-color:#ccc;
	z-index:5;	
	} 

#subnav li ul li {
	width:12em;
	border:none;
	padding:0;	
	}

#subnav li:hover ul, #subnav li.sfhover ul {
   left:203px;
   background-color:#8c3f07;
  
	}
	

/* change the hover state below

#subnav li:hover a, #subnav li.sfhover a {
	color:#FFFF00;		
	}
	
*/


/* ----drop out vertical positioning---- */


#subnav li:hover #aboutdrop, #subnav li.sfhover #aboutdrop {
	top:5px;			
	}
	
#subnav li:hover #recruitmentdrop, #subnav li.sfhover #recruitmentdrop {
	top:36px;	
	}
		
#subnav li:hover #admissionsdrop, #subnav li.sfhover #admissionsdrop {
	top:65px;
	}
		
#subnav li:hover #fundingdrop, #subnav li.sfhover #fundingdrop {
	top:94px;
 	}

#subnav li:hover #servicesdrop, #subnav li.sfhover #servicesdrop {
	top:119px; 
	}

#subnav li:hover #developmentdrop, #subnav li.sfhover #developmentdrop {
	top:150px;		
	}

#subnav li:hover #publicationsdrop, #subnav li.sfhover #publicationsdrop {	
	top:142px;		
	}
	
#subnav li:hover #employmentdrop, #subnav li.sfhover #employmentdrop {	
	top:180px;
	}

#subnav li:hover #supportdrop, #subnav li.sfhover #supportdrop {	
	top:195px;	
	}


/*----------------------------------------


Homepage


-----------------------------------------*/


/* Top */


#topsection {
	width:770px;
	clear:right;
	position:relative;
	background-image:url(http://www.utexas.edu/ogs/images/homepage_topbg.gif);
	background-repeat:repeat-y;
	position:relative;
	z-index:1;
	}

#homephoto {
	border-left:solid 5px #fff;
	float:right;
	width:562px;
	}

#homephoto p {
	margin:0;
	padding:20px 10px;
	color:#8c3f07;
	background-color:#f0edda;
	}

#homephoto p img{
	float:left;
	margin-right:5px;
	}

#homephoto a {
	color:#8c3f07;
	text-decoration:underline;
	}
	
	
	
/* Bottom  */


#bottomsection {
	border-top:solid 5px #fff;
	clear:both;
	background-image:url(http://www.utexas.edu/ogs/images/homepage_bottombg.gif);
	background-repeat:repeat-y;
	position:relative;
	width:770px;
	padding-bottom:10px;
	position:relative;
	z-index:0;
	}
	




#body {
	margin:0 0 0 203px;
	color:#333;
	padding:0 10px 10px 10px;
	line-height:1.5em;
	position:relative;	
	}
	
	#body li  {
	line-height: 1.2em;
	}
	
	
#sidebar {	
	float:left; 
	width:203px;
	background-color:#a9aa82; 
	clear:left;
	}

#sidebar p {
	padding:0 10px 10px 10px;
	width:150px;
	}

#body a { 
	color:#8c3f07;
	text-decoration:none;
	}

#body a:hover {
	text-decoration:underline;
	}
	
	

#body h1 {
	color:#666;
	font-size:2em;
	font-family:Josefin Sans Std Light, arial, serif;;
	font-weight:normal;
	}
	
	#body h2 {
	color:#666;	
	font-size:1.8em;
	font-family:Josefin Sans Std Light, arial, serif;
	font-weight:normal;
	
	}
	
	#body h3 {
	color:#666;
	font-size:1.6em;
	font-family:Josefin Sans Std Light, arial, serif;
	font-weight:normal;
	
	}

#body h4 {
	color:#666;
	font-size:1.4em;
	font-family:Josefin Sans Std Light, arial, serif;
	font-weight:normal;
	}
	
#body h5 {
	color:#666;
	font-size:1.2em;
	font-family:Josefin Sans Std Light, arial, serif;
	font-weight:normal;
	}

#body #leftcol {
	color:#333;	
	width:260px;
	float:left;  
	}

#body #rightcol {
	width:260px;
	color:#333;	
	float:right;		
	}
	


/*----------------------------------------


Footer


-----------------------------------------*/
 

#utfooter {
	margin:0 auto;
	padding:10px 0;
	width:770px;
	background-color:#5c4b39;
	height:20px;
	}

#utfooter ul {
	list-style-type:none;
	margin:0 0 0 20px;
	padding:0;
	}

#utfooter li {
	font-size:70%;	
	float:left;
	padding:0 5px;
	margin:0;
	border-right:solid 1px #fff;
	}
	
#utfooter a{
	color:#fff;
	}
	

/* ------------------------------------


Gradlife Home Page


-------------------------------------*/

/* Top */


#top {
	background-color:#f0edda;	
	border-bottom:solid 4px #fff;
	position:relative;
	}

#top img {
	float:left;
	left:0;
	top:0;
	}

#top #intro {
	margin-left:390px;
	width:360px;
	padding:10px;
	color:#c56207;
	}
		
#top h3 {
	color:#944407;	
	}
	

	
/* Bottom */	
	
		

#bottom {
	clear:left;	
	padding:0;
	background-image:url;
	background-repeat:repeat-y;	
	}


#bottom #colleft {
	float:left;
	width:255px;
	padding:20px;
	color:#692d08;
	}


#bottom #colleft strong {
	margin-left:87px;
	}


#bottom #colleft h4 {
	display:inline;
	}

#bottom #colright {
	background-image:url();
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:300px;			
	color:#dfc0a1;
	padding:15px 20px;
	}


#bottom #colright h4 {
	margin-top:0;
	color:#fff;
	}
	
		
#bottom #colright p {
	width:180px;
	}


Quick Links


-------------------------------------*/


/* Home */

#quicklinks {
	float:left;
	background-color:#f2c582;
	width:183px;
	border-right:solid 5px #fff;
	padding:0 10px 10px 10px;
	color:#8c3f07;
	}

#quicklinks ul {
	margin:0;
	padding:0;
	}

#quicklinks li{
	list-style-type:none;
	border-top:solid 1px #8c3f07;
	padding:5px 0;
	}

#quicklinks a {
	color:#8c3f07;
	text-decoration:none;
	}

#quicklinks a:hover {
	text-decoration:underline;
	}

#quicklinks p {
	margin-top:12px;
	}
	
	
/* 2nd level */



#quicklinks2 {
	float:left;
	clear:left;
	background-color:#a9aa82;
	width:183px;	
	padding:0 10px 10px 10px;
	color:#8c3f07;
	border-top:solid 5px #fff;
	}

#quicklinks2 ul {
	margin:0;
	padding:0;
	}

#quicklinks2 li{
	list-style-type:none;
	border-top:solid 1px #8c3f07;
	padding:4px 0;
	}

#quicklinks2 a {
	color:#8c3f07;
	}

#quicklinks2 a:hover {
	text-decoration:underline;
	}

#quicklinks2 p {
	margin-top:6px;
	}




/* ----------------------------------


Clear Floats


-------------------------------------*/


#wrapper:after, #bottom:after, #top:after, #body:after, #feature:after, #bottomsection:after, #mainnav:after, #topsection:after  {
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	}
	
	
* html #wrapper, * html #bottom, * html #top, * html #body, * html #feature, * html #bottomsection, * html #topsection  {
	height:1%;
	}	
	
.boxed {
	margin:15px;
	padding: 20px;
	border:2px solid #cc6600;
	text-align: center;
}

div.float {
float: left;
padding-right: 10px;
}

div.float p {
	text-align:center;
	color:#333333;
}

div.floatright p {
text-align:center;
color:#333333;
}
.medtext {
	font-family: Arial, sans-serif;
	font-size: .88em;
}

.checkbox {
	list-style-image: url(http://www.utexas.edu/ogs/images/checkbox.gif);
}
#para1 h3 {
	font-size:2.1em;
	line-height:1.5em;
	color:#cc5500;
	font-weight:bold;
	font-family: Arial;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#para1 p {
	color:#333;
}
#para1 li{color:#333;}

#para1 {margin-bottom:0;}


.colorbox {
	background-color: #efefef;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top:-16px;
}

	



.colorpara {
	color:#cc5500;
	font-size:1.3em;
	line-height: 1.5em;
}
.orangetext {
	font-family: Arial;
	font-size: 1.2em;
	color: #cc5500;
}

#logoff {
	color: #333;
	float: right;
	clear: none;
	margin-top: -235px;
}

#logoff p {
	float: right;	
}

