@charset "UTF-8";
body {
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.mencap #container {
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
.mencap #header {
	height: 120px;
 
}
.mencap #header h1 {

	font-size: 120%;
	padding-top: 50px;
	padding-left: 200px;
	color: #DC0451;
	font-weight: normal; 
}
.mencap #logo {
	margin: 0;
	float: left;
	padding-top: 20px;
}
.mencap #navbar {
	width: 980px;
	height: 31px;
	background-image: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
}

/* Main body content  */

.mencap #mainContent {
	background: #FFFFFF;
	
}
.mencap #mainContent h1 {
	margin: 0;
	font-size: 140%;
	padding-top: 20px;
	color: #DC0451;
	font-weight: normal;
	line-height: 1.4em;
}
.mencap #mainContent h2 {
	font-size: 110%;
	color: #DC0451;
}
.mencap #mainContent h3 {
	font-size: 110%;
	color: #333;
}
.mencap #mainContent h4 {
	font-size: 100%;
	color: #DC0451;
}
.mencap #mainContent h6 {
	margin: 0;
}
.mencap #mainContent a {
	color: #A8084D;
}
.mencap #mainContent a:hover {
	color: #666;
	text-decoration: none;
}
.mencap #newsbox {
	width: 650px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.mencap #mainContent img {
	border-color: #A8084D;
}


/* Right column   */

.mencap #rightcolumn300 {
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-top: 20px;
}
.mencap #greenbox300top {
	width: 300px;
	background-image: url(images/greenbox300top.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
	margin-top: 5px;
}
.mencap #greenbox300mid {
	width: 280px;
	background-image: url(images/greenbox300mid.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.mencap #greenbox300mid h1 {
	margin-bottom: 3px;
	padding-top: 0px;
	font-size: 120%;
}
.mencap #greenbox300mid p {
	margin: 0px;
	color: #666;
}
.mencap #greenbox300mid ul {
	color: #666;
}
.mencap #greenbox300bottom {
	width: 300px;
	background-image: url(images/greenbox300bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: top;
	margin-bottom: 20px;
}

/* Column container */

.mencap #columncontainer {
	margin-bottom: 20px;

}

/* Left column grey   */

.mencap #leftcolumn300 {
	width: 300px;
	color: #666;
	margin-right: 18px;
	background-color: #EEE;
	font-size: 12pt;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 17px;
	height: 140px;
}
.mencap #leftcolumn300 h1 {
	margin-bottom: 3px;
	padding-top: 0px;
	font-size: 120%;
}


/* Middle column grey  */

.mencap #midcolumn300 {
	width: 300px;
	color: #666;

	background-color: #EEE;
font-size: 12pt;

	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 17px;
	height: 140px;
}


.mencap #midcolumn300 h1 {
	margin-bottom: 3px;
	padding-top: 0px;
	font-size: 120%;
}

/* Middle column white 200  */

.mencap #midcolumn200 {
	width: 200px;
	margin-top: 20px;
	margin-left: 10px;
	float: right;
}


/* Footer   */

/* 
.mencap #footertop {
	background-image: url(images/footertop.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
	clear: both;
} 
*/
.mencap #footer {
	clear: both;
	height: 100px;
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;

}
.mencap #footer p {
	margin: 0;
	padding: 10px 0;
	color: #666;
}
.mencap #footer a {
	color: #666;
	text-decoration: none;
}
.mencap #footer a:hover {
	color: #A8084D;
	text-decoration: underline;
}
/* 
.mencap #footerbottom {
	background-image: url(images/footerbottom.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: top;
}
*/


/* Font size changer   */

.mencap #fontsizechanger {
	text-align: right;
	width: 270px;
	float: right;
	padding-top: 10px;	
}
.mencap #fontsizechanger a {
	color: #666;
	text-decoration: none;
}
.mencap #fontsizechanger a:hover {
	color: #A8084D;
	text-decoration: underline;
}
.default {
	font-size: 10pt;
}
.med {
	font-size: 14pt;
}
.lg {
	font-size: 18pt;
}

/* Other Styles */

.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.emph1 {
	color: #DC0451;
	font-weight: bold;
}

.navbox {
	
}

.navbox p {
	margin: 0;
	font-size: 11pt;
	padding-bottom: 10px !important;
}
.navbox h2 {
	margin: 0;
	padding-bottom: 10px !important;
}
.navbox a {
	text-decoration: none !important;
}

.formboxes1 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 10pt;
	
}
.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;
}

#ajaxticker1{
	width: 980px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}


/* Lightbox Styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

