/* GLOBAL ELEMENTS */

#container {
	width: 780px;  
	text-align: left;
	position: relative;
	min-height: 100%;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: white;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: white url(../media/images/bg_fcc.png) repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	letter-spacing: -.03em;
}

img	{  
	border-style: none;
}

img a	{  
	border-style: none;
}

H1 {
	margin-bottom: 1.5em;
	color: #834938;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
}  /* displayed at 24px */

H2 {
	font-size: 1.5em;
	color: #273876;
	font-weight: normal;
	font-style: normal;
}  /* displayed at 18px */

H3 {
	font-size: 1.25em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
}  /* displayed at 15px */

H4 {
	font-size: 1em;
	margin-bottom: 1.5em;
	font-weight: normal;
	font-style: normal;
}  /* displayed at 12px */

INPUT {
	color: #878787;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.02em;
}

SELECT {
	font-size: 1em;
}

TH, TD {
	font-size:1em;
}


th {
	background-color: #273876;
	color: white;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

td {
	color: black;
	text-align: left;
	background-color: transparent;
	border-bottom: 1px dashed #ccd2ea;
	padding-right: 10px;
	padding-left: 10px;
}

LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
}

p {
	font-size: 1em;
	line-height: 1.55em;
}

textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.55em;
}

a {
	font-size: 1em;
	color: #21398e;
	font-weight: bold;
	text-decoration: underline;
}

td a {
	font-size: 1.1em;
	pading-bottom: 2em;
}

a:hover {
	color: #1b2f73;
}

#mainContent { 
	font-size:1.2em;
	height: auto;
	min-height: 100%;
	padding: 20px 220px 40px 20px;
}

#mainContent2 { 
	font-size:1.2em;
	margin: 0 0 0 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

#mainContent3 { 
	margin: 0 0 0 225px;
	font-size:1.2em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

/* HEADER */

/* NAVIGATION */

/* SIDEBARS */

#sidebar {
	float: left; 
	width: 250px; 
	padding: 0 15px 15px;
	text-align: left;
	border-top: 1px none black;
	background: white url(../media/images/sidebar_back.png) repeat-x 0 top;
	border-right: 1px solid #e0e9f5;
}

#sidebar p {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	color: #273876;
	line-height: 1.5em;
}

#sidebar_sm {
	float: left; 
	width: 175px; 
	padding: 0 15px 15px;
	text-align: left;
	border-top: 1px none black;
	font-weight: normal;
	font-style: normal;
	background: #e2e7f7;
	border-right: 1px solid #e0e9f5;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#sidebar h1{
	font-size: 1.75em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #273876;
	line-height: 1.25em;
	letter-spacing: -0.05em;
}

#sidebar_sm h1{
	font-size: 1.4em;
	text-align: left;
	font-weight: normal;
	margin-bottom: .5em;
	margin-top: 1em;
	font-style: normal;
	color: #273876;
}

#sidebar h2{
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	color: #273876;
}

#sidebar_sm h2{
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #273876;
}

#sidebar h3{
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
	font-style: normal;
	color: #273876;
}

#sidebar_sm h3{
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
	font-style: normal;
	color: #273876;
}

#sidebar a{
	text-align: left;
	color: #21398e;
	text-decoration: underline;
}

#sidebar_sm a{
	text-align: left;
	color: #21398e;
	text-decoration: underline;
}

#sidebar strong{
	color: #273876;
}

#sidebar_sm strong{
	color: #273876;
}

#sidebar a:hover{
	color: #1b2f73;
}

#sidebar_sm a:hover{
	color: #1b2f73;
	line-height: .2em;
}

#sidebar ul {
	color: #273876;
	list-style-position: outside;
	margin: 10px 10px 0;
	font-size: 1.25em;
	list-style-type: square;
	padding: 4px;
}

/* for bullet list admin site 

#sidebar_sm ul {
	color: white;
	text-shadow: #000000 0 0 0;
	list-style-position: outside;
	margin: 10px 10px 10px 0;
	font-size: 1.1em;
	list-style-type: none;
	padding: 4px 0;
}
*/


#sidebar_sm ul {
	padding: 4px 4px 4px 20px;
	list-style-position: outside;
	margin: 10px 10px 10px 0;
	font-size: 1.1em;
	list-style-type: none;
	color: #273876;
}


#sidebar li {
	line-height: 1.25em;
	margin-bottom: 1em;
}

#sidebar_sm li {
	margin-bottom: 1.5em;
	font-weight: normal;
	font-style: normal;
}

#sidebar_sm li a:hover {
	padding-left: 20px;
	margin-left: -20px;
	color: #1b2f73;
}

.current {
	background: url(../media/images/bullet_blue.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: -20px;
}

#buttons {
	background-image: none;
}

/* LISTINGS */

.listing {
	background: url(../media/images/home_listing_back.png) no-repeat 0 bottom;
	width: 440px;
	padding: 0 10px 15px;
	margin: 0;
	text-align: center;
}

.listing h1 {
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.listing h2 {
	color: #273876;
	margin-top: 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -0.01em;
}

.listing h3 {
	color: gray;
	font-size: 1em;
	margin-bottom: .5em;
	text-align: left;
	font-weight: normal;
	letter-spacing: -0.05em;
}

.listing p {
	color: black;
	text-align: center;
	margin-bottom: 2em;
	font-size: 1em;
}

.listing_img {
	background-position: center;
	width: 320px;
	border: 2px solid black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	float: none;
	display: block;
}

.listing_message_alert {
	font-size: .8em;
	font-weight: bold;
	color: red;
}

/* FOOTER */

#footer {
	clear: both;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#footer p {
	margin: 0; 
	padding: 10px 0 0;
	font-size:1.1em;
	color: #2a430f;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 10px 0 0;
	font-size:1.1em;
	color: #666666;
	text-align: center;
}

#footer a {
	color: #21398e;
	text-decoration: underline;
	font-weight: bold;
}

#footer a {
	color: #21398e;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: black;
}

/* FORMS */

.form {
	float: left;
	border: 1px solid #A39B80;
	border: 2px solid #c7b299;
	clear: right;
	background-color: #fffefb;
	margin-bottom: 10px;
	font-size: 0.9em;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	display: inline;
	width: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.form th {
	color: #56503B;
	font-weight: normal;
	background-color: transparent;
	text-align: left;
	border: none;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.form td {
	border: none;
	background-color: transparent;
	text-align: left;
	color: #56503B;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form_notes {
	color: red;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
}

.form_success {
	color: blue;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}

.form_prompt {
	color: #603913;
	font-size: 1em;
	margin: 0;
	font-weight: bold;
}

.form a {
	color: #21398e;
}

.form a:hover {
	color: #1b2f73;
}

.form_required {
	background-color: none;
}

.important {
	color: navy;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	letter-spacing: -.1em;
}

.important_blue {
	color: #273876;
	font-weight: bold;
}

.table {
	float: left;
	clear: both;
	margin-bottom: 10px;
	display: table;
}

.fltrt { 
	float: right;
	margin-left: 4px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.comment {
	font-size: 1em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold {
	font-weight: bold;
}

.notbold {
	font-weight: normal;
	}

.sales a {
	color: #CCFF00;
}

.directory_mess {
	color: #273876;
	font-weight: bold;
}

.large {
	font-size: 1.2em;
}

.crossout {
	text-decoration: line-through;
	color: gray;
}

#postnote {
	background-color: lightgoldenrodyellow;
	border: 1px solid orange;
	width: 350px;
	padding: 10px;
}

.signup {
	padding-top: 20px;
	}

.link_title {
	font-size: 1.5em;
	display: block;
}

.link_URL {
	display: block;
	margin-bottom: 1em;
}

.link_desc {
	display: block;
	margin-bottom: 2em;
}
	
