/**
 * @version $Id: layout.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Mark Chan
 * @package Joomla
 * @subpackage SoCalAMA
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 
 /* ################## General ################## */
li{ margin-left:40px; padding:0px 0px 0px 5px;}
ul{ font-family:Arial, Verdana, sans-serif; font-size:12px; color:#000000; margin:0px 0px 5px 0px; padding:0px;}
blockquote {font-family:Arial, Verdana, sans-serif; font-size:12px; margin: 0px; padding: 10px 20px 10px 20px; quotes: "\201C" "\201D";}

/* ################## Main Menu ################## */
#navigation { 
	background-color:#356A28;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333; 
	color:#FFFFFF; 
	padding:5px 10px 5px 20px;
}

#navigation a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	margin:0px 7px 0px 7px;
}

#navigation a:hover{
	text-decoration:underline;
	background:none;
}

#navigation a:focus{
	text-decoration:none;
	background:none;
}

#active_menu{ 
	font-weight:bold;
}

/* ###############  shared module styles  #################  */
.module {background-image: url(../shared_images/sidebar_box_middle.gif); background-repeat:repeat-y; width:220px; margin-bottom:10px;}
.module_content { padding:10px 0px 10px 10px;}

/* ###############  right  #################  */

.side {width:234px; height:100%; background: url(../shared_images/ama_sidebar_bkgd.gif); background-repeat:repeat-y;}
.sidebar_container {width:234px; height:100%; background: url(../shared_images/ama_sidebar_bkgd.gif); background-repeat:repeat-y;}
#right {text-align:left; padding:10px 0px 0px 9px;}
#right h3 {font-family: Arial, Verdana, sans-serif; font-size:14px; color:#990000; margin:0px 0px 15px 0px; padding:0px 0px 0px 0px;}
.side_spacer {margin: 20px 0px 20px 0px;}

/* ###############  value props #################  */

.valueprops a{font-family: Arial, Verdana, sans-serif; font-size:14px; text-decoration:none; background:none; color:#333333; margin-right:5px;}
.valueprops a:hover, .valueprops a:active{color:#990000; font-weight:normal; text-decoration:underline;}

/* ###############  connect #################  */
.connect_logos {text-align:center;}

/* ###############  poll module #################  */
.poll { border:0px solid #FF0000; margin:10px 0px 10px 10px;}
.poll_title {font-family: Arial, Verdana, sans-serif; font-size:14px; font-weight:bold; display:block; width:100%;}
.sectiontableentry0 {font-family: Arial, Verdana, sans-serif; font-size:12px; font-weight:normal;}
.sectiontableentry1 {font-family: Arial, Verdana, sans-serif; font-size:12px; font-weight:normal; padding:0px 0px 7px 0px;}
.sectiontableentry2 {font-family: Arial, Verdana, sans-serif; font-size:12px; font-weight:normal; padding:0px 0px 7px 0px;}
.pollstableborder{border:0px solid #FF0000; margin:15px 10px 10px 0px;}
.sectiontableentry0 label {padding:0 0 0 5px;}
.sectiontableentry1 label {padding:0 0 0 5px;}
.sectiontableentry2 label {padding:0 0 0 5px;}

/* ###############  poll results #################  */
form.poll .componentheading {color:#FF0000;}
.smalldark {font-family: Arial, Verdana, sans-serif; font-size:10px; color:#FFFFFF;}
.sectiontableheader {font-family: Arial, Verdana, sans-serif; font-size:16px; padding:0px 0px 15px 0px;}
.componentheading {font-family: Arial, Verdana, sans-serif; font-size:12px; padding:0px 0px 5px 0px;}
.contentpane{font-family: Arial, Verdana, sans-serif; font-size:12px; padding:0px 0px 15px 0px;}
table.pollstableborder td{padding-bottom:10px;}

/* ###############  footer #################  */
#bottom {background:#ffffff; color:#666666; text-align:center; font-family: Arial, Verdana, sans-serif; margin-top:40px; border:0px solid #FF0000;}
#bottom h3{font-size:12px; font-weight:normal; margin:10px 0px 5px 0px; padding:0px;}
#bottom p{font-size:10px; color:#666666; padding:0px; margin:0px 0px 10px 0px;}
#bottom a{font-size:10px; color:#666666; text-decoration:underline;}
