/* Start of CMSMS style sheet 'wide-stylesheet' */
* {
	margin:0;
	padding:0;
        vertical-align: baseline;
}

body {
	margin: 0;
	padding: 0;
        background: url(uploads/template/site-bg-new.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em; /*was1.6em*/
	line-height: 180%;
}

p {
}

blockquote {
	color:#000; /*#7F7772*/
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #3e14c7;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

sup {
        vertical-align:top;
}

div.floatRight {
	float:right;
	text-align:center;
/* 	margin: 0 0 0 15px; */
	padding:0 0 0 10px;
	font-style:italic;
}

div.floatRight br {
	display:none;
}

div.floatLeft {
	float:left;
	text-align:center;
	margin: 0 15px 0 0;
	font-style:italic;
}

div.floatLeft br {
display:none;
}


img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top:20px;
        text-align: left;
}

/* Header */

#footer-img {
	width: 900px;
	height: 32px;
	margin: 0 auto;
	background: url('uploads/template/footer-wide.gif');
	border-bottom:0px;
        border-top:0px;
}

#top-header {
	width: 900px;
	height: 174px;
	margin: 0 auto;
	background: url('uploads/template/header-bg-wide.gif');
	border-bottom:0px;
}

#top-header #text ul {
	margin: 0;
	list-style: none;
}

#top-header #text {
	color:#000;
	font-size:103%;
	text-align:center;
	padding-top: 10px;
}

#top-header #banner {
	float: left;
	padding-top: 43px;
	padding-left: 22px;
}

#top-header #FIRSTlogo {
	float: right;
	padding-top: 44px;
	padding-right: 20px;
}

#top-header img {
	border:0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(uploads/template/page-bg-new-wide.gif) repeat-y;
	border-top:0px;
	border-bottom:0px;
}

/* Content */

#content {
	float: right;
	width: 659px;
        padding-right: 12px
}

#sign-bg {
	background: url(uploads/template/Logo-Sign-only.gif) no-repeat;
	background-position:380px -181px;
/*	float: right;
	width: 606px;*/
}

.title {
	padding-bottom: 5px;
/*	border-bottom: 1px solid #f8781d; /*#EDEBD5 #f8781d*/
	color: #000;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 225px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
}


#content ul {
margin-left:1.2em;
}

#mentor_list {
  margin-left: 0px;
}

#content ol {
margin-left:1em;
}

#content ul.albumlist {
margin:0;
}

/* Menu */
.menu {
	width: 180px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
        background: url(uploads/template/Button_bg.gif);
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
                border-left: 1px solid #fde05a;
        border-right: 1px solid #fde05a;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #000;
	background: #ffd200;
        background: url(uploads/template/Button_bg.gif);
        /*background: #c0c0c0;*/
}

.menu {
	width: 197px;
}

.menu ul {
	width: 197px;
}

.menu a {
	text-decoration: none;
        font-size: 13px;
	color: #000;
	padding: 2px 3px;
	padding-left: 10px;
	display: block;
}

.menu a:hover, .menu li:hover>a {
        color: #fff;
        font-weight:bold;
        background:url(uploads/template/Button_bg_over.gif);
}

.menu li {	/* create borders around each item */
        border: 1px solid #fde05a;
        height:23px;
}

.menu>li + li , .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu>li {
        border-left: 0;
        border-right: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-left: 10px;
}

#sidebar ul {
        margin-bottom: 12px;
}


#sidebar li {
	margin: 0;
    padding: 0px;
	list-style: none;
	line-height: normal;
}

#sidebar li li ul li {
padding-bottom: 0px;
}

#sidebar li ul {
	font-size:115%;
}

#sidebar li ul ul li {
padding-left: 0px;
}

#sidebar li ul li ul li {
	font-size: 85%;
    
}

#sidebar li ul li:before {
	content: "\00BB \0020";
	color:#000;
	font-size:150%;
}

#sidebar li ul li ul li:before {
	content : "";
	font-size:100%;
}

#sidebar ul li ul li#nav {
	padding-left: 0px;
}

#sidebar ul li ul li#nav:before {
	content : "";
	font-size:100%;
}




#sidebar h2 {
	margin: 0;
	font-size: 145%;
	font-weight: bold;
	color:#000;
	padding-bottom:10px;
}

#sidebar h3 {
	margin: 0;
	font-size: 85%;
	font-weight: normal;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#public-events a, #sidesponsorlist a {
/* 	color:#FBD475; */
	color:#000;
        
}

#sidebar .list li {
	padding: 5px 0;
}

#sidebar .list {

}

#sidebar li#public-events ul li ul {
padding-left:0px;
padding-top:0px;


}

#sidebar li#public-events ul {
padding-bottom:0px;
padding-left: 15px;

}

#sidebar ul.sponsors {
padding-left: 15px;
}

#sidebar li#public-events li ul {
padding-bottom:0px;
padding-top:0px;
}

#countdown_div
{
border-top: 1px solid #fde05a;
border-bottom: 1px solid #fde05a;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
}


/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
        color:#fff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	color: #fff;
}

#footer a {
	color: #fff;
}

div.stripytape {
background: url(uploads/template/Tape.gif) repeat-x;
font-size:9px;
padding-bottom:.5em;
}


.photo-leftnav {
	float: left;
	clear: left;
width:2em;

}

.photo-rightnav {
	float: right;
	clear: right;
width:2em;
}

.photo-centertext {
	margin: 0 auto;
	display: table;
	text-align:center;
display:block;
}

.photo-nav > br {
	display: none; /* IE hack http://www.zoffix.com/css/center#block-no-width */
}

h3.photo-centertext {
	text-align:center;
display:block;
}
/* End of 'wide-stylesheet' */

