/*
CSS StyleSheet for My Success Event
Created 8.21.2008
by Jay
River City Studio
*/



	/* --------------------------- Global Declarations ---------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	background-color: #0065A4;
	padding: 5px 0px;
	font-family: Helvetica, Arial sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#container, #containerHome {
	width: 1024px;
	position: relative;
	margin: 0px auto;
	border: 20px solid #CADB2A;
	/* For ie6 sillyness */
	border-right: 17px solid #CADB2A;
	background-color: #C0D627;
}

#containerHome {
	background-image: url('/_img/backer.jpg');
	background-repeat: no-repeat;
}

#rightBacker {
	background-image: url('/_img/bubbles.gif');
	background-repeat: repeat-y;
	background-position: 100% 0px;
}

	/* -------------------------- Right Side Declarations ------------------------------- */

#rightBanner {
	width: 348px;
	float: right;
}

#rightBanner h2 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-family: Impact, sans-serif;
	font-weight: normal;
	width: 255px;
	margin: 0px auto;
	padding-top: 12px;
}

#rightBanner ul {
	text-align: right;
	margin-right: 75px;
	padding-bottom: 20px;
/* 	padding-top: 12px; */
}

#rightBanner ul li {
	list-style-type: none;
	font-weight: bold;
	font-size: 18px;
	margin: 12px 0px;
}

#rightBanner ul li a {
	display: inline;
	color: #FFF301;
}

#rightBanner ul li a.purple {
	color: #ED008C;
}

#rightBanner ul.secondaryNav li a {
	color: #fff;
	font-size: 19px;
	padding-bottom: 1px;
}

#rightBanner ul li a:hover {
	text-decoration: underline;
}

#rightBanner ul.secondaryNav li a:hover, #rightBanner ul.secondaryNav li a.active {
/* 	border-bottom: 2px solid #EE008B; */
	text-decoration: none;
}

#rightBanner a, #rightBanner img {
	display: block;
	margin: 0px auto;
}

	/* Students Links */
#rightBanner ul.secondaryNav li.pink a:hover, #rightBanner ul.secondaryNav li.pink a.active {
	border-bottom: 2px solid #EE008B;
}

	/* Schools Links */
#rightBanner ul.secondaryNav li.yellow a:hover, #rightBanner ul.secondaryNav li.yellow a.active {
	border-bottom: 2px solid #FEF200;
}

#rightBanner ul.secondaryNav li.orange a:hover, #rightBanner ul.secondaryNav li.orange a.active {
	border-bottom: 2px solid #F35016;
}

#rightBanner ul.secondaryNav li.teal a:hover, #rightBanner ul.secondaryNav li.teal a.active {
	border-bottom: 2px solid #87D8FA;
}


	/* ------------------------- Left Side Declarations -------------------------- */
	
a#homeLink {
	display: block;
	width: 250px;
	height: 175px;
	position: absolute;
	top: 5px;
	left: 40px;
}
	
#leftHome, #left {
	margin-right: 348px;
}

#left { 
	min-height: 790px;
	height: auto !important;
	height: 790px;
}

#leftHome img, #left img {
	display: block;
}

#left img.bottomPic {
	margin-top: -12px;
}

#left img.eventPhoto {
	float: left;
	padding-right: 30px;
	padding-bottom: 8px;
}

#middleContent {
	background-image: url('/_img/middleBacker.gif');
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-right: 55px;
	position: relative;
}

#middleContent h1 {
	color: #666;
	font-size: 26px;
	padding-bottom: 17px;
}

#middleContent p, #middleContent ul, #middleContent h4, #middleContent td {
	color: #666;
	line-height: 18px;
	margin-bottom: 12px;
}

#students h1, #students p, #students ul, #students h4, #students td {
	color: #622B8B !important;
}

#schools h1, #schools p, #schools ul, #schools h4, #schools td {
	color: blue !important;
}

#bidness h1, #bidness p, #bidness ul, #bidness h4, #bidness td {
	color: #F35016 !important;
}

#middleContent p.bottom {
	margin-bottom: 0px;
}

#middleContent p.bigger {
	font-size: 120%;
}

#middleContent ul {
	margin-left: 40px;
}

#middleContent ul.noBullet li {
	list-style-type: none;
}

#middleContent table {
	margin-bottom: 12px;
}
