/*@charset "utf-8";*/
body  {
	background: url(../images/bg2.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers */
}
#outerContainer { 
	width: 980px;
	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: 0;
    border: none;
}
#globalNav {
	/* float:left; */
	width:100%;
	margin-top: 10px;
	/* margin-bottom: 21px; */
	margin-left: 10px;
}

#search {
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	height: 21px;
}

/* input#search{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #224b9e;
    height:inherit;
	float:right;
	margin-right:2px;		
} */

#banner { 
	background: transparent;
}
#bannerLeft {
	float: left;
	width: 275px;
}
#bannerRight {
	float: right;
	width: 705px;
	height: 1px;
	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 */
}
#innerContainer { 
	width: inherit;
	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. */
	background-image:url(../images/column_bg2.gif);
	background-repeat: repeat-y;
}
#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	/* font-size: 11px; */
}

#quickLinks a, #quickLinks a:active 
{
    height: auto;
    font-size: smaller;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	outline: none;	
}

#quickLinks a:hover  { 
    height: auto; 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	outline: none;
}

#quickLinksList a, #quickLinksList a:active 
{
    height: auto;
    font-size: smaller;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	outline: none;	
}

#quickLinksList a:hover  { 
    height: auto; 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	outline: none;
}

#leftColumn h5 {
    margin: 0;
    padding: 3px;
    margin-left: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background: #AEC3D4 url(../images/seal_bottom.jpg);
	background-repeat: no-repeat;
	/* border-left: solid 5px #FFFFFF; */
}

#rightColumn h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #990000;
}

#rightColumn h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #990000;
}

#rightColumn ul {
	margin-left: 3px;
	width: auto;
	list-style-type: disc;
	list-style: disc;
	color: #003366;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin none #FFFFFF;
}

#rightColumn li {     
    padding: 0px;
    display: list-item;
    height: auto;			
}
	
#rightColumn a, #rightColumn a:active  { 
    height: auto;    
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	outline: none;	
	}

#rightColumn a:hover  { 
    height: auto; 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	outline: none;
}

#rightColumn div, #rightTop, #rightMiddle, #rightBottom {
	padding: 10px;
	background-image: url(../images/rcdropwhite.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#ctl00_rightContent_EventsCollection
{
    background-image: none !important; 
}

#content { 
	padding: 10px 200px 0 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    /*.margin: 0px 5px;
    _margin: 0px 0px;*/
}

#content h1, h3 {
	margin: 0;
	padding: 0;
}

#contentTop {
    vertical-align: top; 
}

#contentBottomLeft {
    width: 45%; /* this worked with 250px too */
    float: left;
}

#contentBottomRight {
    width: 45%;
    float: right;
}

#ctl00_breadcrumbs_FolderBreadcrumb {
    padding: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color:#000000;		
}

#features {
	font-size: smaller;
}
#features h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
#features a, #features a:active  { 
    height: auto;
    color: #336699;
	font-weight: bold;
	text-decoration: none;
	outline: none;	
	}

#features a:hover  { 
    height: auto; 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	outline: none;
}
#box_red {
	padding: 5px;
	border: 1px solid #993333;
	color: #666666;
	background-color: #edf4fd;
	font-size: 95%;
}
#box_blue {
	padding: 5px;
	border: 1px solid #336699;
	color: #666666;
	background-color: #edf4fd;
	font-size: 95%;
}
#box_blue h3, #box_red h3 {
	margin-top: 0px;
}
#box_dark {
	padding: 5px;
	border: 1px solid #003366;
	color: #ffffff;
	background-color: #003366;
	font-size: 100%;
	font-weight: bold;
}
#box_gradient {
	padding: 5px;
	border: 1px solid #6699cc;
	color: #ffffff;
	background: #134473 url(/images/nav.gif) repeat-x; /* color specified in case image unavailable */
	font-size: 100%;
	font-weight: bold;
}
#bottomBar{
	background-color:#990000;
	margin:0px auto;
	width: 980px;
	height:5px;
}
#footer { 
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f1e3c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color:#000000;		
} 
#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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a, #footer a:active  { 
    height: auto;    
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	outline: none;	
	}

#footer a:hover  { 
    height: auto; 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	outline: none;
}

.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;
}
.EktronAjaxLoading 
{
 display: none;
}

#homeflash
{ 
    height: 260px;
    /*background-image: url(../Slideshows/stories/first.jpg);
    background-repeat: no-repeat;*/
    /* margin: 5px; */
}





/*
  Developer:  Craig R. Hutchison
  Date:       09-Jun-2009
  Purpose:    To enable the creation of pure-CSS drop-down-lists to replace the DreamWeaver "Jump Menus".
  
  Example Usage:
    <div class="ddl">
      <div>Links</div>
      <ul>
        <li><a href="http://www.ship.edu">Ship</a></li>
        <li><a href="http://info.ship.edu">Info</a></li>
        <li><a href="http://events.ship.edu">Events</a></li>
        <li><a href="http://www.passhe.edu">Pennsylvania State System of Higher Education</a></li>
        <li><a href="http://www.h-d.com">Harley-Davidson</a></li>
        <li><a href="http://www.fairtax.org">FairTax</a></li>
        <li><a href="http://www.shipraiders.com">Red Raiders</a></li>
        <li><a href="http://www.luhrscenter.com">PAC</a></li>
        <li><a href="http://www.state.pa.us">Commonwealth of Pennsylvania</a></li>
      </ul>
    </div>
*/
.ddl {
  font-size: small;
  margin: 0.5em;
  padding: 0.2em 0.2em 0 0.2em;
  width: 14em;
}
.ddl > ul {
  background-color: white;
  border: thin solid black;
  display: none;
  list-style-type: none;
  margin: 0;
  max-height: 10em;
  /*opacity: 0.85;  filter: alpha(opacity=85);  -ms-filter: "alpha(opacity=85)";*/
  overflow: auto;
  padding: 0;
  position: absolute;
}
.ddl:hover > ul {
  display: block;
}
.ddl > ul > li {
  border-bottom: thin dotted black;
}
.ddl > ul a {
  color: #191970;
  display: block;
  margin: 0 1px;
  padding-left: 0.2em;
  text-decoration: none;
}
.ddl > ul a:hover {
  background-color: #cc0000;
  color: white;
}
.ddl > div:first-child {
  border: thin solid black;
  color: #cc0000;
  font-size: larger;
  font-style: italic;
  font-variant: small-caps;
  font-weight: bold;
  margin: 0;
  padding: 0.2em;
  text-align: center;
}


.outline {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.outline ul {
	list-style: none;
}

.outline li {
	cursor: auto;
	list-style-type: none;
	font-weight: bold;
}

.outline li ul li {
	font-weight: normal;
}

.olink {
	border-style: none;
}

.design_selected_field {
	background-image: ('') !important;
}
