@charset "UTF-8";
body  {
	/* background-color: #DDDDDD;*/
	background-color:#004161;
	background-image:url(../Images/bgTile1.jpg);
	background-repeat:repeat-x;
}  
#details {
background-color:#E0EAEF;
border-top:1px solid #6098B5;
border-bottom:1px solid #6098B5;
margin-bottom:2px;
padding:5px;
}

#midHolding {
	background-color: #005375;
	background-image: url(../Images/flower_gradient.jpg);
	background-repeat: repeat;
	}
	
#heading_pictures {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0;
	background-repeat: repeat-x;
	
}

#heading_pictures img {
	padding: 0;
	margin: 0;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#master0 { float: left; }
#inside_heading {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0;
}
#inside_heading .center {
  width: 961px;
	background-image: url(../Images/header-title-bg.gif);
	background-repeat: repeat;	
	border-right: 1px solid #fff;
}
#inside_heading h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 50px;
	color: #FFFFFF;	
	font-weight:normal;
	padding-left: 220px;	
	
}


#inside_heading img {
	padding: 0;
	margin: 0;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

.center {
  width: 963px;
  margin: 0 auto;
}

#container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background-image: url(../Images/mainbg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:960px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
} 
#header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #003B5B;
	height:80px;	
}
#header_content {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:960px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#leftnav {
	width: 200px;
	float: left;
	display:inline;
	list-style-type: none;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;	
} 

#leftnav h1,
#leftnav .menu0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2A7494;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftnav .menu0 a {
  color: #fff;
  text-decoration: none;
}
#leftnav .menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003B5B;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftnav .menu a {
  color: #fff;
  text-decoration: none;
}
#leftnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#leftnav li,
#leftnav .menu1 {

  }
#leftnav li a,
#leftnav .menu1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #6098B5;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
}

#leftnav li a:hover,
#leftnav .menu1 a:hover{
  background-color: white;
  color: #222; 
}

#leftnav .menu_athletic {
  background-color: #281412;
  border-top: 1px solid #FFFFFF;
  }
#leftnav .menu_bottom_athletic {
  background-color: #281412;
  border-top: 1px solid #FFFFFF;
  height:100%;
  display:block;
}
#leftnav .menu_athletic a {
  background-color: #281412;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#leftnav .menu0_athletic {
	background-color: #37201d;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#leftnav .menu0_athletic a {
	background-color: #37201d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#leftnav .menu1_athletic {
	background-color: #4b302e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#leftnav .menu1_athletic a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#leftnav .menu1_athletic a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#leftnav .menu1_athletic a:active {
	background-color: #FFFFFF;
}
#leftnav .menu2_athletic { 
	background-color: #B8D4E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#leftnav .menu2_athletic a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	text-decoration: none;
}
#leftnav .menu2_athletic a:hover {
	background-color: #FFFFFF;
}
#leftnav .menu2_athletic a:active {
	background-color: #FFFFFF;
}



#mainContent {
	float: left;
	width: 510px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin:10px 0 10px 10px;
  padding-right: 10px;
	
}

#mainContent hr {
	padding:5px;
	border-bottom:1px solid #EFE3B3;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	
}

#mainContent a.button {
	background:#F5AB1D;
	padding:5px;
	color:#3C2320;
	text-decoration:none;
	float:right;
}

#mainContent a:hover.button {
	background:#3C2320;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}

#mainContent h2,
#mainContent h3, #mainContent h4, 
#mainContent p {
	margin-left:10px;
}

#mainContent h1 {
	font:bold 18px/1em arial, sans-serif;
	color: #3c2320;
	background: url(../Images/h1_main_content.gif) no-repeat left;
	padding-right: 23px;
	padding-left: 23px;
}  
  
#mainContent .communications h2 {
	padding-bottom:0;   
	padding-top:0;
}      

#mainContent .communications h3 {
	line-height:20px;   
	color:#3C2320;
}

#mainContent .communications h2 a {
	color:#BE5900;
	font-family:Arial, 'Helvetica', sans-serif;   
	text-decoration:none;     
	font-weight:bold;
	font-size:14px;    
    }   

#mainContent .communications h2 a:hover {  
	color:#BE5900;
	font-family:Arial, 'Helvetica', sans-serif;
	text-decoration:none;
	cursor:pointer;
}

#mainContent h2 {
	color: #3c2320;
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 20pt;
	font-weight: bold;	
}
#mainContent h2 a{
	font:14px/1em arial, sans-serif;
	color: #3c2320;
	text-decoration:none;
	
}
#mainContent h3 {
	color: #03405F;
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 1em;	
	font-weight:normal;
}

#mainContent .communications form fieldset {
	border-top:1px solid #EFE3B3;
	margin:10px 0;
	padding:5px;
}


#mainContent .communications form dl {
margin:10px 0 10px 20px;	
}

#mainContent .communications form dt {
margin:10px 0 0 0;	
}

#mainContent .communications form input {
	width:250px;
	padding:2px;
}

#mainContent .communications form dl.checkboxes input{
	width:20px;
	padding:2px;
}

#mainContent .communications form dl.checkboxes dt {
float:left;
}
#mainContent .communications form dl.checkboxes dd {
margin-left:20px;
font-weight:bold;
}


#mainContent .communications form dl.checkboxes dd,
#mainContent .communications form dl.checkboxes dt {
	margin-top:0;	
}



#mainContent .communications form input.submit {
	background:#F5AB1D;
	padding:5px;
	color:#3C2320;
	text-decoration:none;
	float:right;
	border:none;
	font-size:14px;
	width:175px;
	cursor:pointer;
	margin-right:15px;
	
}


#mainContent .communications form p {
	background:#E9E1C3 none repeat scroll 0 0;
	color:#3C2320;
	font-size:14px;
	font-weight:bold;
	margin:10px 20px;
	padding:2px 5px;
}

#mainContent .communications form p.small-text {
	background:#EFE3B3;
	font-size:12px;
	font-weight:normal;
	margin:10px 20px;
	padding:2px 5px;
	color:#3C2320;
	
}



#mainContent .communications form legend {
	padding:2px 10px;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
	background:#3C2320;
}





#rightnav {
	float: left;
	width:225px;
} 

#rightnav h3 {
	color: #03405F;
	font-family: arial, sans-serif;
	font-size: 18px;
	line-height: 24px;	
	font-weight:bold;
	margin-left:6px;
}
 
#footer {
	background-color: #004161;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2D1E0;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
} 
#footer_content {
	width: 960px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:900px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		color: #fff;

}

#footer_image {
  float: left;
  
}
#footer_content p {
  padding-left: 20px;
  float: left;
  
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.brdrt { /* this class can be used to float an element left in your page */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tabs
{
  width: 500px;  /* room for 3 columns */
  float: right;
  	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
#tabs ul
{
  width: 500px;  /* room for 3 columns */
  	padding: 0px;
	/* margin-top: 15px;*/
		margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabs ul li
{
	float: right;
	width: 130px;  /* accommodate the widest item */
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}

/* anchor styling */
#tabs ul li a
{
	display: block;
	text-decoration: none;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;
	padding-left:20px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #fff;
}
#tabs ul li a:hover
{
  color: #FFF; /* white */
  background-color: #666666; /*gray */
  text-decoration: none;
}

/* FLASH MESSAGES */
.flash {
  border: 1px solid #9c9;
  color: #060;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 5px;
  text-align: left; }
#notice {
  background-color: #e2f9e3; }
#warning {
  background-color: #f9e2e3;
  border-color: #c99;
  color: #600; }
  
  
  
/* NEW PRESIDENT box - [root]/AboutQU/newpresident.php */
#usnews a:link, #usnews a:visited{
text-decoration:none;
display:block;
}

#usnews a:hover{
text-decoration:none;
display:block;
}

.gallery{float:left;width:100px;text-align:center;white-space:nowrap;}



#falcon{

	height:170px;
	width:180px;
	border:none;
	}
#falconsmall{
	height:170px;
	width:100px;
	border:none;
	}


.falcon a:link, .falcon a:visited{
	padding: 10px 10px 10px 10px;
	display:block;
	background-color:#ffffff;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3c2320;
	border:none;
	text-decoration:none;
	text-align:center;
}
.falcon a:hover{
	padding: 10px 10px 10px 10px;
	display:block;
	background-color:#aaaaaa;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	border:none;
	text-decoration:none;
	text-align:center;
}

 #newpres{
 	height:70px;
	border:none;
	padding:5px 5px 5px 5px	
	}
.pressconference a:link, .pressconference a:visited{
	height:70px;
	width:56px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/GervasiPressConference.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6
  }


.pressconference a:hover{
	height:70;
	width:56px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/GervasiPressConference.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=99);
  opacity:1;
  -moz-opacity:1;
}

.paper a:link, .paper a:visited{
		height:70px;
		width:48px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/SEpage01_aboutqu.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6
  }


.paper a:hover{
		height:70px;
		width:48px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/SEpage01_aboutqu.jpg);
	background-repeat:no-repeat;
	filter:alpha(opacity=99);
	text-decoration:none;
  opacity:1;
  -moz-opacity:1;
}
.pressrelease a:link, .pressrelease a:visited{
		height:70px;
		width:46px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/Gervasi01.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6
  }



.pressrelease a:hover{
	height:70px;
	width:46px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/Gervasi01.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=99);
  opacity:1;
  -moz-opacity:1;
  }

.resume a:link, .resume a:visited{
	height:70px;
	width:56px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/Gervasi03.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6
}

.resume a:hover{
	height:70px;
	width:56px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/Gervasi03.jpg);
	background-repeat:no-repeat;
text-decoration:none;
filter:alpha(opacity=99);
  opacity:1;
  -moz-opacity:1;
	
}
.hiresphoto a:link, .hiresphoto a:visited{
	height:70px;
	width:48px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/Gervasi02.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6
	
}

.hiresphoto a:hover{
	height:70px;
	width:48px;
	
	display:block;
	border:none;
	background-image:url(../AboutQU/images/Gervasi02.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	filter:alpha(opacity=100);
  opacity:1;
  -moz-opacity:1;
}



/* STYLES FOR JAVASCRIPT BOXES */
.milonic{width:1px;visibility:hidden;position:absolute}


#a1,#a2,#a3,#a4,#a5{
	visibility:hidden;
	position:absolute;
	z-index:110;
	height:30px;
	width:301px;
	color:#ffffff;
}
#ASa1,#ASa2,#ASa3,#ASa4,#ASa5, #ASa6, #ASa7, #ASa8{
	visibility:hidden;
	position:absolute;
	z-index:110;
	height:20px;
	width:404px;
	
	font-weight:bold;
font-size:13px;

}
#AStab1{
border-bottom:2px #000000 solid;}
#AStab{
background-color:none;
padding: 3px 3px 3px 3px;
text-decoration:none;}
.asTab a:link, .asTab a:visited{

color:#000000;
background-color:#cccccc;
font-weight:bold;
border-top:2px #000000 outset;
border-right:2px #000000 outset;
border-bottom:2px #000000 outset;
border-left:2px #000000 outset;
display:block;
text-decoration:none;
}

.asTab a:hover{
color:#ffffff;
background-color:#555555;
font-weight:bold;
border-top:2px #000000 outset;
border-right:2px #000000 outset;
border-bottom:2px #000000 outset;
border-left:2px #000000 outset;
display:block;
text-decoration:none;
}
.asTab a:active{
color:#ffffff;
background-color:#000000;
font-weight:bold;
border-top:2px #000000 outset;
border-right:2px #000000 outset;
border-bottom:2px #000000 outset;
border-left:2px #000000 outset;
display:block;
text-decoration:none;
}

span.colSort a
{
	text-decoration: underline;	
	color: black;
	cursor: pointer;
}