/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CFE55C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {vertical-align: top;}

input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h3, h4, h5, h6, h7 {
	color: #0965AE;
	font-weight: normal;}
h1 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3, h4, h5, h6, h7 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
li {
	padding: 3px 30px 3px 20px;
}
li a {
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}
li a:hover {
	text-decoration: underline;
}
p {padding-bottom: 15px;}


/* ====================== layout & columns ========================*/
#container {
	background-image: url(/Common/Img/pico-bodyBG.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 843px;
	padding-bottom: 100px;
}
#main {
	background-image: url(/Common/Img/pico-rivera-sidebar.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 843px;
}
#left {
	width: 209px;
	float: left;
	padding-left: 58px;
}
#right {
	float: left;
	width: 554px;
}	
#content {
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}
.flash {
	background-image: url(/Common/Img/homeFlash.jpg);
}

/* ====================== Header & Footer ====================== */
#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: right;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;
}

/* ====================== Menu ====================== */
#navMenu {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 30px;
}
#navMenu ul {
	list-style-type: none;
}
#navMenu li {
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding: 0px 0px 0px 13px;
	background-color: #477195;
}
#navMenu li a {
	text-decoration: none;
	color: #000000;
}
#navMenu li a:hover {
	color: #FFFFFF;
}
#navMenu ul li ul li {
	font-size: 12px;
	margin-left: -13px;
	padding-left: 35px;
}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}
#navMenu ul li.menuHome ul {
	display: none;
}
#navMenu li.CurrentPage, #navMenu li.CurrentCategory1 {
	background-color: #6284A0;
}
#navMenu li.CurrentPage a, #navMenu li.CurrentCategory1 a {
	color: #FFFFFF;
}
#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ==================== Callout Styles ========================= */
.calloutContainer {
	float: right;
	width: 208px;
	padding: 0px 0px 10px 10px;
}
.callout {
	margin-bottom: 20px;
}
.callout h1 {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: -4px;
}
.callout p {
	padding: 5px 10px 8px 10px;
	background-image: url(/Common/Img/calloutBG.gif);
	background-repeat: repeat-y;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #477195;
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #477195;
	border-right: 8px solid #6284A0;}

