/* 
Theme Name: Keyes & Fox General
http://www.keyesandfox.com
Description: CSS Document
Created: 10/12/09
Updated: 10/12/09
*/

/* Major Page Sections */

body	{ background: #e6fad6 url(/graphics/bg.jpg) no-repeat top center fixed;
		background-color: #FFF;}

#page, #header, #middle, #footer, #header-nav	{ width: 728px; }

#page	{ background-color: #9900CC;
		margin-left: auto;
		margin-right: auto; }

#header	{ background-color: #DDD;
		position: relative; }

#middle { background-color: #F1F1F1;
			padding-top: 10px; }
			#middle2	{ width: 702px;
						margin-left: 10px;
						margin-right: 10px;
						border-top: 3px #B0B0B0 double;
						border-left: 3px #B0B0B0 double;
						border-right: 3px #B0B0B0 double; }
							#middle2 table 	{ border-spacing: 10px; 
											vertical-align: top;}
							#middle2 td		{ vertical-align: top;}
								.section	{background-color: #FFF;
											padding: 10px; 
											margin-bottom: 10px;}
												.section2	{ padding: 10px; }
												#column-left .section2	{ border: 3px double #1D787C; }
												#column-right .section2	{ background-color: #6C93B2; }
												#contact_us	{ margin-top: 20px;
															padding-left: 10px;
															padding-right: 10px; }
												#contact_us hr	{visibility: hidden;}
#footer { height: 18px; 
		padding-top: 5px;
		padding-bottom: 5px; 
		background-color: #424242; }
																	
/* End Major Page Sections */

/* Other Page Sections */
 
#logo-header 	{ width: 692px;
				height: 106px;
				margin-left: auto;
				margin-right: auto;
				top: 18px;
				margin-bottom: 18px;
				position: relative;}
				
#header-menubar	{ width: 728px; 
				height: 18px;
				background-image: url(/graphics/diagonal_stripe.gif);
				background-color:#678CAA;
				padding-top: 5px;
				padding-bottom: 5px; 
				position: relative;
				color: #FFF;}

					#header-nav	{ width: 622px;
								margin-left: 75px;
								position: absolute;
								z-index:2; }
					#header-offices { width: 698px;
								
								text-align: right; 
								position: absolute; 
								z-index: 1; }
#footer-copy	{ width: 692px;
				margin-left: auto;
				margin-right: auto;
				text-align: right;
				color: #FFF; }

#contact_text	{ padding-right: 100px; 
				margin-bottom: 10px;
				padding-bottom: 10px; 
				border-bottom: 3px double #1D787C; }
				
.page_title { margin-top: 10px;}

.e-mail		{ position: relative; 
			top: 3px; }
			
#welcome-title { visibility:hidden; }

#welcome-img	{ width: 379px;
				margin-left: auto;
				margin-right: auto; }

/* End Other Page Sections */
		
/* Font Stylings */

body	{ font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		line-height: 1.5em;
		color: #000; }
		
a		{ color: #F30; 
		text-decoration: underline; 
		border: none; }
		
		
a:hover	{ color: #F90; }

#header-nav a 		{ color: #FF0; 
		text-decoration: underline; 
		border: none; }
		
		
#header-nav a:hover	{ color:#000; }

#column-right .section2	{ color: #FFF; }

#contact_us	{ font-size: 8pt;
			color: #424242; }

/* End Font Stylings */

/* Standard Classes */

.center	{ text-align:center; }

.invisible	{ visibility: hidden; }

/* End Standard Classes */
			

