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

/* CSS Document */


body {
	text-align: center;
	background-color: #828469;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	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: #828469;
}

/* upper left logo box */

#aoplogo {
	width: 149px;
	float: left;
	border-bottom: solid #FFFEEB 2px;
	height: 138px;
	/*background: #FFFEEB url(images/planyourevent/aoplogoINT.gif) no-repeat;*/
}

/* main banner image */

#mainimage {
	left: 151px;
	top: 0px;
	width: 509px;
	float: left;
	border-left: solid #FFFEEB 2px;
	border-bottom: solid #FFFEEB 2px;
	height: 138px;
	background-color: #FFFEEB;
}

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

.box {
	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 */

.boxa { 
	background-color:#839E5F;
}

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

.boxc {
	background-color:#E69913;
	background-image: url(images/planyourevent/box_yellowangelfish.gif);
}

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

.boxred { 
	background-color:#952900;
}

.boxltblue {
	background-color:#6699CC;
}

.boxyellow {
	background-color:#E69913;
}


/* lower half of page main content frame */

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

/* lower half of page column 2 which is the main content area */

#col2 {
	width: 650px;
	/*height: 430px;*/
	float: right;
	background-color: #D2D6B8;
	background-image: url(images/planyourevent/backgroundimage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* main content text box */

.content {
	padding: 30px 30px 30px 40px;
}

/* right hand column photo box */

#photos {
	height:auto;
	margin: -10px 0 0 25px;
	text-align: center;
	clear: right;
	width: auto;
	float: right;
}

	
											/* ---MAIN NAV BAR--- */
/* ---Many thanks to the Listamatic site for help in creating this navbar http://css.maxdesign.com.au/index.htm--- */

								
/* creates horizontal container across width of page colored with light olive */
								
#navcontainer {
	width: 100%;
	float: left;
	background-color: #C6C9AD;
	/* background-image: url(ASSETS/L-R-spikes.gif); */
	background-repeat: no-repeat;
	background-position: 90px 10px;
} 

/* zeros out the entire unordered list */

#navcontainer ul {
	padding: 0; 
} 

/* displays an invisible box around UL list element */

#navcontainer ul li {
	display: inline; 
} 

/* styles actual UL text elements and postions it 158px from the left */

#navcontainer ul {
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
} 

/* pads list elements and colors background light olive again. Colors text dark green. Floats it as well to keep it lined up horizontally */

#navcontainer ul li a {
	padding: 7px 11px;
	/* background-color: #C6C9AD; */
	color: #344416;
	text-decoration: none;
	float: left;
} 

/* creates rollover effect */

#navcontainer ul li a:hover {
	/* background-color: #B6B89F; */
	color: #952900;
}

/* styles text and background for rollovers  */

#navlist li a:hover, #navlist li a:active {
	color: #952900;
	text-decoration: none;
	/* background: #B6B89F; */
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
}

/* styling for active links */

#navcontainer li#active a {
	color: #952900;
	/* background-color: #B6B89F; */
}


												/* ---SUB NAV BAR--- */
/* ---Many thanks to the Listamatic site for help in creating this navbar http://css.maxdesign.com.au/index.htm--- */


/* creates box for nav bar */

#subnavcontainer {
	width: 150px;
	float: left;
	/*height: 430px;*/
}

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

#subnavcontainer ul {
	margin-top: 35px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
}

/* styles the placement of active links */

#subnavcontainer a {
	display: block;
	padding: .3em 0px;
	width: 150px;
	background-color: #C6C9AD;
	border-bottom: 1px solid #828469;
}

/* styles the color of active links */

#subnavcontainer a:link, #subnavlist a:visited {
	color: #000000;
	text-decoration: none;
}

/* creates the roll over effects */

#subnavcontainer a:hover {
	background-color: #B6B89F;
	color: #952900;
	/* background-image: url(ASSETS/subnavL-R-spikes.gif);*/
	background-repeat: no-repeat;
	background-position: 0 9px;
}

/* creates the selected page links */

#subnavcontainer li#active a {
	color: #952900;
	background-color: #B6B89F;
}


								
.boxstripes {
	background-image: url(ASSETS/box_vertlines.gif);
}

.menu_items {
	clear: left;
	/*padding: 15px 15px 0;
	border: 1px solid #344416;
	background-color: #DFE2CE;*/


}
