@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #edecec;*/
	background:#ffffff;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.twoColFixRtHdr #containerMain { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	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. */
	margin-top: 0px;
	padding: 0px;
	background-image:url(greyswirlbg2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	} 
	
	.twoColFixRtHdr #headerContainer { 
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	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. */
	padding: 0px;
	

	} 
	#linkHeader
	{ 
		
		min-height: 30px;
		width: 996px;
		margin: 0 auto;
		margin-top: 0px;
	
	
	
		/*background-image:url(linkbg.png);
		background-repeat:no-repeat;*/
	}

.twoColFixRtHdr #container { 
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	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. */
	margin-top: 10px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	
} 
.twoColFixRtHdr #header { 
	background: transparent; 
	 /* 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. */
		margin: 0 550px 0 0; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 30px;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#rightHeader
{
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin-top: 5px;
	margin-right: 26px;
}
#topLinks {

	min-height: 30px; 
	padding: 0px;
	background-color: transparent;

	margin-left: 0px;
	margin-top: 0px;
	padding-top: 1px; border-top: 2px solid #eeeeee;
		border-bottom: 2px solid #eeeeee;
		margin-bottom: 5px;
	}

#topLinks img{
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 6px;
}
	.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 402px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	padding-top: 0px;
	margin-top: 0px;
	}

#sidebar1 img{

}
.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	border-right: 1px solid #cccccc;
	min-height: 400px;

}

#sidebar2 p.prospective,
#sidebar2 p.prospectiveAdmissions,
#sidebar2 p.prospectiveFA,
#sidebar2 p.guestServices,
#sidebar2 p.guestServicesMenus,
#sidebar2 p.studentResources,
#sidebar2 p.employers,
#sidebar2 p.locations
{
	display:none;
}

#sidebar2 a.heading
{
border-bottom: 1px solid #dddddd; 
color:#cccccc;
font-size: 100%;
line-height: 110%;
font-weight:bold;
}

#sidebar2 a.heading:hover
{
border-bottom: 1px solid #dddddd; 
color:#444444;
font-size: 100%;
line-height: 110%;
font-weight:bold;
}

/* Nav Link Props */
#sidebar2 p
{
	margin: 0px 5px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
}

#sidebar2 p a
{font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	font-size: 14px;
	display: block;
	color: #555555;
	text-decoration: none; font-family: Arial, Helvetica, sans-serif;

}


#sidebar2 p a:hover
{
	color:#999; font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-size: 14px;font-variant: small-caps;
		
}

#sidebar2 p a.secondary
{
	font-variant: normal;
	margin: 0px 0px -2px 10px;
	color:#555555;
	padding: 7px 0px 0px 3px;
	display:block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 10px solid #cccccc;
	
}

#sidebar2 p a.secondary:hover
{
	font-variant: normal;
	margin: 0px 0px -2px 10px;
	color:#F63;
	padding: 7px 0px 0px 3px;
	display:block;
	font-size: 10px;
	text-decoration: none; font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 p a.tertiary
{
	font-variant: normal;
	margin: 0px 0px -2px 13px;
	color:#ffffff;
	padding: 7px 0px 3px 5px;
	display:block;
		
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #999999;
	
	
}

#sidebar2 p a.tertiary:hover
{
	font-variant: normal;
	margin: 0px 0px -2px 13px;
	color:#ffffff;
	padding: 7px 0px 3px 5px;
	display:block;
		
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #00aeef;
}

#sidebar2 h2
{
font-family: Arial, Helvetica, sans-serif;
font-variant: normal;
font-size: 110%;
border-bottom: none;
border-top: none;
border-right: none;
padding-left: 3px;
padding: 0px;
font-weight: bold;
font-style: none;
margin-right: 7px;
color: #333333;
margin-top: 10px;
background-color: none;
border-left: none;		
display: none;
}
#sidebar2 h3
{
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-variant: normal;
font-size: 90%;
font-weight: normal;
border-bottom: none;
border-top: none;
border-right: none;
padding-left: 3px;
padding: 3px;
margin-right: 7px;
color: #333333;
margin-top: -20px;
background-color: none;
border-left: none;		
display: none;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 0px 0 0px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	padding-bottom: 10px;
	} 

#twoColLeft, #twoColRight p{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}
#twoColLeft, #twoColRight h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 15px;
	font-style: italic;
	
}
#twoColLeft, #twoColRight p a{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}
#twoColLeft, #twoColRight p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#777777;
	font-size: 12px;
	text-decoration: none;
}
#twoColLeft, #twoColRight h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
		font-size: 16px;
		border-bottom: 1px solid #eeeeee;
		font-variant: small-caps;
	}

#twoColLeft, #twoColRight ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	
}
#twoColLeft, #twoColRight li{
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	
}
#twoColLeft, #twoColRight li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #01C5FE;
	font-size: 12px;
	
}
#twoColLeft, #twoColRight li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #01C5FE;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	
}
#twoColLeft, #twoColRight ul a{
	font-family: Arial, Helvetica, sans-serif;
	color: #01C5FE;
	font-size: 12px;
	
}
#twoColLeft, #twoColRight ul a:hover{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #01C5FE;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	
}
.twoColFixRtHdr #twoColLeft { 
	/* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	float: left;
	width: 300px;
	padding-left: 5px;
	background-color:#FFF;
	
}
.twoColFixRtHdr #twoColRight {  
	/* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #dddddd;
	float: left;
	padding-left: 5px;
	width:411px;

}

.twoColFixRtHdr #mainContent2 { 
	margin: 0 0px 0 170px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	border-right: 1px solid #cccccc;
	

	


	
}
#leftContent
{
	width: 390px;
	float: left;
}
#rightContent
{
	width: 390px;
	float: right;
	border-left: 1px solid #cccccc;
	padding-left: 12px;
}

#leftContent h2
{

}

#rightContent p
{
	margin-left: 10px;
	padding-right: 3px;
}
#leftContent p
{
	margin-left: 10px;padding-right: 3px;
}
#mainContent2 img{

}
#mainContent2 p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#mainContent2 h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 16px;
	
	margin-left: 10px;
	padding: 2px;
	padding-left: 5px;
	
	border-bottom: 1px solid #c1d72e;
	
}
#mainContent2 h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #888888; 
	font-size: 12px; 
	font-variant: small-caps;
	} 
#mainContent2 p a{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}
#mainContent2 p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#777777;
	font-size: 12px;
	text-decoration: none;
}
#mainContent2 h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
		font-size: 20px;
		border-bottom: 1px solid #eeeeee;
		font-variant: normal;
	
}

#mainContent2 ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	
}
#mainContent2 li{
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	
}








.twoColFixRtHdr #footerFirst { 
	padding: 0 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(bg-foot.gif);

	background-repeat:repeat-x;
	margin-top: 5px;
	min-height: 15px;
	
	
} 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent; 
	
	margin-top: 5px;
	min-height: 30px;
	padding-left: 10px;
	
	
	
} 
.twoColFixRtHdr #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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F93;
	font-variant: small-caps;
}

.twoColFixRtHdr #footer h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f93;
	font-weight: bold;
	
}
.twoColFixRtHdr #footer h2 a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999999;
	font-weight: bold; text-decoration: none;
	
}
.twoColFixRtHdr #footer h2 a:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
	background-color:#cccccc;
	padding: 1px;
	text-decoration: none;
	
}

.twoColFixRtHdr #footer p a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#777777;
	text-decoration: none;
	font-variant: small-caps;
}
.twoColFixRtHdr #footer p a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	background-color:#cccccc;
}

#footer1
{
	padding-top: 0px;
	width: 250px;
	float: left;
	
}

#footer2
{ 
	width: 100px;
	float: left;
	border-left: 1px solid #cccccc;
	padding-left: 7px;
}
#footer3
{padding-left: 7px;
	width: 120px;
	float: left;border-left: 1px solid #cccccc;
}
#footer4
{padding-left: 7px;border-left: 1px solid #cccccc;
	width: 100px;
	float: left;
}
#footer5
{padding-left: 7px;border-left: 1px solid #cccccc;
	width: 100px;
	float: left;
}
#footer6
{padding-left: 7px;border-left: 1px solid #cccccc;
	width: 100px;
	float: left;
}
#footer7
{padding-left: 7px;border-left: 1px solid #cccccc;
	width: 120px;
	float: left;
}

.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;
}
.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;
}
/*Index page ad spots*/
#one
{ float: left;
width: 220px;
min-height: 183px;
background-color:#222222;




}
	
#two
{ float: left;
width: 220px;
min-height: 183px;
background-color:#222222;margin-left: 7px;


}
#three
{ 
 float: left;
margin-left: 7px;
width: 538px;
min-height: 183px;
background-color:#ffffff; 
border: 2px solid #eeeeee;

}
#three img
{
	padding-left: 5px;
}

#three h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #ec008c;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
#three p
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #333333;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#three p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #00aeef;
	font-size: 12px;
}
#three p a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	background-color: #00aeef;
}
		
	#lowerFooter
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	font-variant: normal;
	}
	#lowerFooter p
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	font-variant: normal;
	}
	
	#lowerFooter p a
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	font-variant: normal;
	}
	
	#lowerFooter p a:hover
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	background-color:#FFF;
	text-decoration: none;
	font-variant: normal;
	}
	
	#footerLast
	{
		padding: 0 10px; 
      	background-position: bottom left;
		background-repeat: no-repeat;
        bottom: 0px; 
     	right: 0px;
        left: 0px; 
        position:fixed; 
		min-height: 30px;	
		background-color: #c1d72e;
		width: 400px;
		
	}
	
	#footerLast p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color: #ffffff;
	 display: inline;
		
	}
	#footerLast p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color: #ffffff;
	 display: inline;
	 
	}
	#footerLast p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 background: #ffffff;
	 color: #444444;
	 display: inline;
}

table a{
	color:#F93;
}
table a:hover{
	color:#ffffff;
	background-color:#666;
	text-decoration:none;
}