/* @override http://www.aquariumofpacific.org/?css=planyourevent/css_pye_home */

/* CSS Document */

body {
	text-align: center;
	background-color: #828469;
	margin-top: 0px;
}

/* main frame cell that centers page */

#frame {
	margin-top:0px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align:left;
	background-color: #999999;
}

/* top banner cells */

#bannerL {
	width: 520px;
	float: left;
	border-bottom: solid #FFFEEB 2px;
	background-image: url(images/planyourevent/spec_evnts_logo.gif);
	height: 187px;
	background-repeat: no-repeat;
	background-position: left top;
}

#bannerR {
	width: 279px;
	float: left;
	border-bottom: solid #FFFEEB 2px;
	height: 187px;
	background-color: #FFFEEB;
	background-image: url(images/planyourevent/confetti.gif);
	background-repeat: no-repeat;
}

/* main image */

#mainpic {
	width: 449px;
	height: 138px;
	float: left;
	border-bottom: solid #FFFEEB 2px;
	background-color: #000;
	background-image: url(images/planyourevent/guests_image.jpg);
	background-repeat: no-repeat;
}

/* boxes with 2px border. these are the cells only */


.boxL {
	width:68px;
	height:68px;
	float: left;
	border-right: solid #FFEEEB 2px;
	border-bottom: solid #FFFEEB 2px;
}

.boxR {
	width:68px;
	height:68px;
	float: left;
	border-left: solid #FFEEEB 2px;
	border-bottom: solid #FFFEEB 2px;
}

/* these spec the colors and images of the boxes */



.boxRED {
	background-color:#952900;
	background-image: url(images/planyourevent/box_redstarfish.gif);
}

.boxYELLOW {
	background-color:#E69913;
}

.boxDKBLUE { 
	background-color:#143B65;
}

.boxLTBLUE { 
	background-color:#6491CA;
}

.boxLTBLUEseal {
	background-color:#6491CA;
	background-image: url(images/planyourevent/box_blue_seal.gif);
	background-repeat: no-repeat;
}

.boxDKGREEN { 
	background-color:#42561E;
}

.boxLTGREENfish {
	background-color:#839E5F;
	background-image: url(images/planyourevent/box_green_fish.gif);
	background-repeat: no-repeat;
}

.boxSTRIPES {
	background-image: url(images/planyourevent/box_vertlines.gif);
}

/* this is a container for the left 2 boxes so they will allow the main image to butt up against them */


#boxcontainer {
	width: 70px;
	float: left;
}

/* these are the 3 columns that make up the bottom half of the page */

#col1 {
	width: 138px;
	height: 300px;
	float: left;
}


#col2 {
	width: 226px;
	height: 360px;
	float: left;
	background-color: #D2D6B8;
}

#col3 {
	width: 436px;
	height: 360px;
	float: left;
	padding: 0;
	margin: 0;
	background: #D2D6B8 url(images/planyourevent/aoplogo.gif) no-repeat 335px 260px;
}

/* this is the cell that contains the 3 columns that make up the bottom half of the page */

#subframe {
	width: 800px;
	float: left;
	background-image: url(images/planyourevent/vertlinesINT.gif);
	height: 360px;
}


/* the text box along with the white line to the left of it */


#textbox {
	margin-left: 30px;
	margin-top: 40px;
	margin-right: 36px;
	border-left: solid #FFFEEB 1px;
	padding-left: 30px;
}

								/* ---NAVIGATION BAR--- */


/* creates box for nav bar */

#navcontainer {
	width: 150px;
	float: left;
}

/* styles the placement of the navbar as well as the fonts */

#navcontainer ul {
	list-style-type: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
	margin: 20px 0 0 0px;
	padding: 0 0 0 25px;
}

/* styles the spacing and background color of the individual active links */


#navcontainer a {
	display: block;
	padding: .9em 0px;
	width: 150px;
	background-color: #D2D6B8;
	padding-left: 50px;
	margin: 0;
}

/* styles the color of active links */


#navcontainer a:link, #navlist a:visited {
	color: #42561E;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 12px;
}

/* creates the roll over effects */

#navcontainer a:hover {
	color: #A83700;
	background-image: url(images/planyourevent/curly.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* styles the active links */

#navcontainer li#active a {
	color: #FFFEEB;
}
