@charset "UTF-8";
/* CSS Document */

 body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
a:link{color:#060;}
a:hover{color:#C90;}
a:visited{color:#060}
.oneColFixCtrHdr #container, .twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #homeheader, .twoColFixRtHdr #homeheader {
 
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 30px;
 
 
}
.oneColFixCtrHdr #header, .twoColFixRtHdr #header {
 
	background-image: url(../images/headerimages/random.php);
	background-repeat: no-repeat;
	position: relative; /*this helps IE 6 deal with background images */
	height: 1%; /*this helps IE 6 deal with background images */
	height: 106px;
	
 
}

html>body .oneColFixCtrHdr #header, html>body .twoColFixRtHdr #header {
height: auto;
} 


.oneColFixCtrHdr #container #header .secondarynav, .twoColFixRtHdr #container #header .secondarynav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	position: relative;
	top: 72px;
	left:732px;
	color: #FFF;
	text-decoration:none;
	color:#e4e2c9;
}
.oneColFixCtrHdr #header h1, .twoColFixRtHdr #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 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #nav, .twoColFixRtHdr #nav {
	background-color: #14601b;
	height: 35px;
	width: 885px;
	margin:auto;
	margin-bottom: 6px;
	margin-top: 0px;
	vertical-align: bottom;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.oneColFixCtrHdr #nav h1, .twoColFixRtHdr #nav h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #highlightblock, .twoColFixRtHdr #highlightblock {
	padding:10px;
 
	margin:15px;
	background: #e6c349;
  
	font-size: 12px;
	font-family: verdana;
	color:black;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30;
	padding-left: 20px;
 
	margin-bottom: 40px;
	text-align: left;
}
.oneColFixCtrHdr #mainContent h1, .twoColFixRtHdr #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	letter-spacing: -0.01em;
	font-style: italic;
}
.oneColFixCtrHdr #footer, .twoColFixRtHdr #footer  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #d0f3d3;
	background-color: #14601B;
	text-align: center;
	letter-spacing: 0.1em;
	height: 24px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 4px;clear: both;
}
.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer a:visited, .oneColFixCtrHdr #footer a:active, .twoColFixRtHdr #footer a, .twoColFixRtHdr #footer a:visited, .twoColFixRtHdr #footer a:active {
	color: #FF9;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover, .twoColFixRtHdr #footer a:hover  {
	color: #FC0;
}
.oneColFixCtrHdr #footer p, .twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;clear: both;
}
 
.oneColFixCtrHdr .BodyImageRight, .twoColFixRtHdr .BodyImageRight {
	padding: 6px;
	border: 1px solid #D4B443;
	float: right;
	margin-left: 12px;
	clear: both; margin-bottom:12px;
}
.oneColFixCtrHdr .BodyImageLeft, .twoColFixRtHdr .BodyImageLeft {
	padding: 6px;
	border: 1px solid #D4B443;
	float: left;
	margin-right: 12px;
	clear: left;
}
.oneColFixCtrHdr .BodyImage, .twoColFixRtHdr .BodyImage{
	padding: 6px;
	border: 1px solid #D4B443;
	margin: 9px; margin-top:3px;	
	margin-left:0px;
 
}

.oneColFixCtrHdr .BodyThumbnail, .twoColFixRtHdr .BodyThumbnail{
	padding: 6px;
	border: 1px solid #D4B443;
	margin: 9px;	margin-right:55px;
	margin-left:0px;
 
}

.oneColFixCtrHdr .BodyImageNoMargin, .twoColFixRtHdr .BodyImageNoMargin{
	padding: 6px;
	border: 1px solid #D4B443;
	margin: 0px;	
	margin-left:0px;
 
}
.oneColFixCtrHdr .FacultyImage {
	padding: 6px;clear:both;
	border: 1px solid #D4B443;
	float: left;
	margin:3px;margin-left:0px;
	margin-right: 12px;
	clear: right;
}
.oneColFixCtrHdr .FacultyImageNone {
	padding: 6px;
	border: 1px solid white;
	float: left; clear:both;
	margin:3px;margin-left:0px;
	margin-right: 12px;
	clear: right;
}
 
.oneColFixCtrHdr .HeaderImage, .twoColFixRtHdr .HeaderImage {
	 padding-bottom:5px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 283px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #dbcb7e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	padding-top:20px;
	padding-right:25px;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:6px;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: # ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	padding-top:88px;
	padding-right: 5px;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	margin-right:0px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:6px; font-size:12px; font-family:Verdana, Geneva, sans-serif; 
	color: #666;
	line-height: 20px;
}

.twoColFixRtHdr #mainContent { 
	margin-right:300px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:30px;
	 background: #FFFFFF;
	font-size: 12px;
	color: #666;
	line-height: 20px;
 
	margin-bottom: 40px;
	text-align: left;
} 

.oneColFixCtrHdr ul, .twoColFixRtHdr #sidebar1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	}
	
.oneColFixCtrHdr li, .twoColFixRtHdr #sidebar1 li {
	background: url(../images/mybullet2.gif) no-repeat 0 4px;
	padding-left: 16px;
	margin-bottom: 7px;
	}
	
	.oneColFixCtrHdr ul, .twoColFixRtHdr ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
	}
	
.oneColFixCtrHdr li, .twoColFixRtHdr li {
	background: url(../images/mybullet4.gif) no-repeat 0px 6px;
	padding-left: 15px;
	margin-bottom: 3px;
	}
	
label
{
width:24em;
float: left;clear:right;
text-align: right;
margin-right: 0.5em;
display: block;
font-size:10px;
}
#form1 p
{font-size:10px;
 
}

.submit input, .submit textarea
{
margin-left: 4.5em;
} 
fieldset{ padding:10px; padding-top:0px; padding-bottom:15px; border:solid 1px #E6E6E6; width:450px;}

.floatright
{float:right;
clear:both;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;  
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:white;
padding: 5px;
left: -1000px;
border: 1px solid #D4B443;
visibility: hidden;
color: #c4a52a; text-align:center; font-size:11px; font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -130px;
left:  25px; /*position where enlarged image should offset horizontally */
z-index: 500;
}

.caption{font-family: Verdana, Geneva, sans-serif;
font-size:11px;color: #09411c; line-height:14px; }

.quote  {
display: block;
padding: 30px 10px 25px 45px;
width: 280px; float:none;
 font-style:italic; color: #377337; font-size:14px;   line-height:24px; margin-top:10px;
}



.longquote {
display: block;
padding: 30px 10px 25px 35px;
width: 380px; float:none;
 font-style:italic; color: #377337; font-size:14px;   line-height:24px; margin-top:10px;
}

 .longquote2  {
display: block;
padding: 20px 10px 15px 30px;
width: 380px; float:none;
 font-style:italic; color: #377337; font-size:14px;   line-height:24px; margin-top:10px;
}
 .quote2  {
display: block;
padding: 20px 10px 15px 30px;
width: 310px; float:none;
 font-style:italic; color: #377337; font-size:14px;   line-height:24px; margin-top:10px;
}


.quote:before, .quote:after, .longquote:before, .longquote:after, .longquote2:before, .longquote2:after, .quote2:before, .quote2:after    {
color: #dcdbdb;font-family:Georgia, "Times New Roman", Times, serif;
display: block;
font-size: 500%;
width: 75px; 

}

.quote:before, .longquote:before   {
content: open-quote;
height: 0;
margin-left: -0.50em;
margin-bottom: -20px;  

}

.longquote2:before, .quote2:before   {
content: open-quote;
height: 0;
margin-left: -0.50em;
margin-bottom: -10px;  

}

.quote:after    {
content: close-quote;
height: 10px;
 
margin-left: 260px; margin-top:-17px;
}

.quote2:after    {
content: close-quote;
height: 10px;
margin-left: 300px; margin-top:-3px;
}

.longquote:after    {
content: close-quote;
height: 10px;
margin-left: 370px; margin-top:-17px;
}

.longquote2:after    {
content: close-quote;
height: 10px;
margin-left: 375px; margin-top:-3px;
}

.facultytitle {
	color:black;}
