/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 04/11/2006
Last Modified: 04/11/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
html {
	padding: 0;
}
body {
	margin: 0;
}

/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
ul, ol {
  margin:15px;
  padding:0 0 0 25px;
}
ol {padding:0 0 0 30px;}
.clearer {clear:both;}

/*------------------ content styling ------------------*/	
#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin: 0 5px 10px 15px;
	font-family:georgia, times new roman, serif;
	font-weight:normal;
	color:#000000;
}
#content h1 {
	font-size:22px;
}	
#content h2 {
	font-size:20px;
}
#content h3 {
	font-size:18px;
}
#content h4 {
	font-size:16px;
}
#content h5 {
	font-size:14px;
}
#content h6 {
	font-size:12px;
}
#website-title {
	display: none;
}
#website-slogan {
	display: none;
}
/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	position: absolute;
	left: 50%;
	margin-left: -285px;
	width: 575px;
}
#sidebar {
	float: left;
	width: 150px;
	text-align: center;
	z-index: 1000;
}
#inner {
	float: right;
	width: 425px;
}
#logo {
	margin: 4px;
	height: 142px;
	width: 142px;
	background-image: url(../images/LAPR_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#navcontainer {
	float: left;
	z-index: 1000;
}
#nav-wrapper {
	float: left;
	width: 150px;
	z-index: 1000;
}
#divtop {
	float: left;
	width: 150px;
	height: 20px;
	background-image: url(../images/divtop.png);
}
#divbottom {
	float: left;
	width: 150px;
	height: 20px;
	background-image: url(../images/divbottom.png);
	margin-bottom: 5px;
}
/*--------------------------------------------------------------------------------------
Content Area
-------------------------------------------------------------------------------------- */
#content {
	width: 425px;
	min-height: 540px;
}
* html #content {
	height: 540px;
}
#content-table-main > p:first-child {
	display: none;
}
#content-table {
	width: 425px;
}
#content-table-main {
	width: 425px;
}
/*--------------------------------------------------------------------------------------
#Navigation
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
#navcontainer #nav-wrapper div, #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
	#navcontainer #nav-wrapper div {width:150px;}
	#navcontainer #nav-wrapper div a:link, 
	#navcontainer #nav-wrapper div a:active, 
	#navcontainer #nav-wrapper div a:visited {
		float:left;
		/*--- width for IE5 --*/
		width:150px;
		padding: 5px 10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:130px;
	}
	#navcontainer #nav-wrapper div a:hover {}
		#navcontainer #nav-wrapper div div.submenu, 
		#navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:150px;
		}
			#navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#navcontainer #nav-wrapper div div.submenu a:link, 
			#navcontainer #nav-wrapper div div.submenu a:active, 
			#navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
			}
			#navcontainer #nav-wrapper div div.submenu a:hover {
				
			}

/*--------------------------------------------------------------------------------------
Featured Image 
-------------------------------------------------------------------------------------- */

#accentcontainer {
	float: left;
	width: 142px;
	height: 142px;
	padding: 4px;
}
.accent {
	float: left;
	width: 142px;
	height: 142px;
}
