﻿/* Color Legend */

/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background:black; font-size:12px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	background:transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	}

ol, ul { list-style: none; }

/* Global */

html 	{	}
body	{ background-image:url('../images/graphics/body_bg.jpg')	}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #fffff0; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#fffff0; font-size:12px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #d51333;  }
a:visited		{ color: #d51333;  }
a:active		{ color: #000;	}	 
a:focus			{ color: #666;	}
a:hover     	{ color: #f00;	}

blockquote  	{ color:#fff; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */

/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#fff; font-size:14px; }
ol li	     	{ color:#fff; font-size:14px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }


/* Containers */

#wrapper 			{ width:920px; margin:0px auto; background-repeat:url('../images/graphics/body_bg.jpg');   }

/* Header - All Pages */

h1 { font-size:24px; }
}

#top				{ width:100%; background-image:url('../images/graphics/logo_bg.jpg'); padding:4px 0; overflow:hidden; 	}

#logo				{ float:left;	margin:10px 0 10px 260px; }

#creds				{ float:left; margin:20px 10px 0px 150px;	}
#creds img			{ margin:0px 8px 0px 8px;}
#creds ul li		{ display:inline; margin:0px 8px 0px 8px;}
#creds ul li a 		{ float:left; }

/* Top Navigation */

#topnav 			{ background-color:transparent; clear:both;   }
#topnav ul			{ width:100%; float:left; margin:0 0 0px 0; background-color:transparent;
						border-bottom:2px #d51333 solid; } 
#topnav ul li		{ display:inline; }
#topnav ul li a		{ width:100px; padding:45px 0px; float:left; font-size:12px;text-align :center;  }

#topnav a:link		{ color:#fffff0; }
#topnav a:visited	{ color:#fffff0; }
#topnav a:active	{ color:#000000; }
#topnav a:hover		{ color:#000000; font-weight:bold; :no-repeat; background-image:url('../images/graphics/nav_stop.png'); }
#topnav a:focus		{ color:#000000; }

/* Footer - All Pages */

#subbanner 			{ clear:both; width:840px; background-color:transparent; 
						background-image:url('../images/graphics/footer_bg.png');
						border-top:2px #d51333 solid;  
						padding:10px 40px 0px 40px;    }
						
#subbanner h3		{ color:#d51333; font-size:14px; font-weight:bold; 
						text-align:left; line-height:180%;  }

#address			{ float:left;   }
#address p			{ color:fffff0; font-size:12px; font-weight:bold;
						text-align:left; line-height:160% }						

#phone				{ float:right;  }
#phone p			{ color:fffff0; font-size:12px; font-weight:bold;
						text-align:right; line-height:160%  }						

#footer 			{ clear:both; padding:0px 0 0px 0;  }
#footer p			{ text-align:center; color:#fffff0; }

/* Verticle Navigation */

#leftnav 			{ width:130px; padding:0 0 20px 0; }

#leftnav ul 		{ margin-left:0; padding-left:0; list-style-type:none;  }

#leftnav a		 	{ display:block; padding:5px;  /* Sets the spacing on top and bottom of the menu items  */
						width: 130px; /* Sets the width of the menu item */
						background-color: #d51333; /* Sets the background color of the menu items */
						border-bottom: 1px solid #eee; /* Sets a divider line on the bottom of each menu item */
						}

#leftnav a:link	 	{ color:#fffff0; text-decoration: none; }	/* Sets the font color of the menu items */
#leftnav a:visited 	{ color:#fffff0; text-decoration: none; }	/* removes the underline from underneath links */

#topnav a:active	{ color:#fffff0; }
#leftnav a:hover 	{ color:#000000; background-color:#fffff0; }
#topnav a:focus		{ color:#fffff0; }

#seal				{ padding:20px 23px 0px 0px;  }

/* Home Page */

#banner				{ clear:both; background-color:transparent;
						width:100%; padding:10px 0px; }

#slider 			{ float:right; width:380px; padding:0; }
						
#intro 				{ float:left; width:440px; background-color:transparent; 
						padding:10px; margin:0px 20px; overflow:hidden;    }
#intro h1			{ color:#d51333; font-size:16px; font-weight:bold; 
						text-align:center; line-height:180%; margin:10px 0px;  }
#intro h2			{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:center; line-height:180%; }

#intro p			{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:center; line-height:180%; }
/* Events Page */

#events				{ float:left; width:840px; background-color:transparent; 
						padding:10px; margin:20px 0px; overflow:hidden;    }
#events h1			{ color:#d51333; font-size:16px; font-weight:bold; 
						text-align:left; line-height:180%; margin:0px 0px 20px 0px;  }
#events h2			{ color:#fffff0; font-size:15px; font-weight:bold ; 
						text-align:left; line-height:180%; margin:0px 0px 0px 0px;}
#events p			{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:left; line-height:180%; margin:0px 0px 25px 0px;  }

/* Membership Page */

#content 			{ clear:both; width:880px;  margin:auto; padding:0 0 0 10px; }
#content p			{ font-size:14px; margin:16px 0; line-height:160%; }

/* Info Header */

#generalheader		{ clear:both; background-color:transparent;
						width:100%; padding:10px 0px; }

#generalheader h1		{ color:#d51333; font-size:18px; font-weight:bold; 
						text-align:left; line-height:180%; margin:0px 0px;  }

/* Begin 2-Column Content */

#content-wrapper	{ float:left; background-color:transparent;
						width:920px; margin:auto;  }

#content-wrapper h1		{ color:#d51333; font-size:16px; font-weight:bold; 
						text-align:center; line-height:160%; margin:10px 0px;  }

#content-wrapper h2		{ color:#d51333; font-size:15px; font-weight:bold; 
						text-align:left; line-height:160%; margin:15px 0 5px 0;  }

#content-wrapper h3		{ background-color:#dce6d6; color:#000000; font-size:14px; font-weight:bold; 
						text-align:left; line-height:140%; margin:0;  padding:12px 0px 0 10px;}

#content-wrapper p		{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:left; line-height:160%; margin:12px 0 24px 0;  }

#content-wrapper p1		{ color:#000000; font-size:12px; font-weight:normal ; 
						text-align:left; line-height:160%; margin:24px 0 24px 0;  }



#divleft			{ float:left;
					   width:130px;
					   background-color:transparent;  }

#divcenter			{ float:left;
						width:640px;
						padding:0px 0px 0px 20px;
						background-color:transparent; }

#divcenter h1			{ color:#d51333; font-size:16px; font-weight:bold; 
						text-align:left; line-height:180%; margin:0px 0px 20px 0px;  }
#divcenter h2			{ color:#fffff0; font-size:15px; font-weight:bold ; 
						text-align:left; line-height:180%; margin:20px 0px 0px 0px;}
#divcenter p			{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:left; line-height:180%; margin:0px 0px 0px 0px;  }

#divcenter ul		{ margin:12px 0;  } 
#divcenter ul li	{ color:#fffff0; font-size:14px; font-weight:normal ; 
						list-style-image:url('../images/graphics/icon_piston.png');
						font-style:italic; text-align:left; vertical-align:super; line-height:100%; margin:0px 0px 20px 30px;  }

#divright			{ float:right;
						width:120px;
						padding:0px 0px;
						background-color:transparent;  }

/* Begin 3-Column Content */

#div3left			{ float:left;
					   width:130px;
					   background-color:transparent;  }

#div3center			{ float:left;
						width:380px;
						padding:0px 0px 0px 20px;
						background-color:transparent; }

#div3center h1			{ color:#d51333; font-size:16px; font-weight:bold; 
						text-align:left; line-height:180%; margin:0px 0px 20px 0px;  }
#div3center h2			{ color:#fffff0; font-size:15px; font-weight:bold ; 
						text-align:left; line-height:180%; margin:20px 0px 0px 0px;}
#div3center p			{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:left; line-height:180%; margin:0px 0px 0px 0px;  }

#div3center ul		{ margin:12px 0;  } 
#div3center ul li	{ color:#fffff0; font-size:14px; font-weight:normal ; 
						list-style-image:url('../images/graphics/icon_piston.png');
						font-style:italic; text-align:left; vertical-align:super; line-height:100%; margin:0px 0px 20px 30px;  }

#div3right			{ float:right;
						width:380px;
						padding:0px 0px;
						background-color:transparent;  }

#div3right h1			{ color:#d51333; font-size:16px; font-weight:bold; 
						text-align:left; line-height:180%; margin:0px 0px 20px 0px;  }
#div3right h2			{ color:#fffff0; font-size:15px; font-weight:bold ; 
						text-align:left; line-height:180%; margin:20px 0px 0px 0px;}
#div3right p			{ color:#fffff0; font-size:14px; font-weight:normal ; 
						text-align:left; line-height:180%; margin:0px 0px 0px 0px;  }



