/*/----------------------------------------

Eastshore Design
Developed: 08.16.06
Cyberwoven, LLC
Micah Thomason

----------------------------------------/*/



html, body, div, p 						{
										font-family: Verdana, sans-serif;
										font-size:10px;
										color: #6e5845;
										}

body 									{
										margin:0; 
										background: #fffbe4 url(../img/bg.gif) repeat-x top center;
										}


/*/-- LINKS ------------------------------------------------------------------------------------ /*/

a							 			{
										color:#6e5845;
										font-weight:lighter;
										font-size:10px;
										text-decoration:none;
										}
										
a:hover									{
										color: #921800;
										text-decoration:none;
										}

a img 									{
										border-width: 0; 
										border-style: none;
										}
										



/*/-- GLOBAL ------------------------------------------------------------------------------------ /*/

br 										{
										clear: both;
										}

hr 										{
										display: none;
										}

p 										{
										margin: 20px 0 0 0; 
										padding-top: 0; 
										line-height: 150%;
										color: #3e2d1f;
										font-size:11px;
										}
										
.bold									{
										font-weight:bold;
										}
										
h2										{
										font-family:Georgia, serif;
										font-size:20px;
										font-weight:lighter;
										margin:20px 0 0 0;
										}
										
h3										{
										font-family:Georgia, serif;
										font-size:16px;
										font-weight:lighter;
										color:#515151;
										}										

ul										{
										margin:15px0 0 0;
										padding:10px;
										background:#dfdbc3;
										border:1px solid #c2bea7;
										}

ul li									{
										list-style-type:none;
										padding:4px 0 4px 0;
										}

/*/-- TOP ------------------------------------------------------------------------------------ /*/


.container								{
										width:730px;
										margin:0 auto;
										padding:0;
										}

h1 										{
										margin: 0; 
										position: relative; 
										top:73px;
										z-index: 200; 
										width: 163px; 
										background: url(../img/logo.gif) no-repeat;
										text-indent: -9000px;
										}
										
h1 a 									{
										display: block;
										height: 23px;
										}
										
h1 a:hover 								{
										background:none;
										}	
										
.logo									{
										height:23px;
										display:block;
										}
										
#top									{
										height:101px;
										width:100%;
										border-bottom:1px solid #6e5845;
										position:relative;
										z-index:1;
										}

#topnav									{
										top:78px;
										right:0;
										position:absolute;
										z-index:100;
										}
										
#topnav ul 								{
										margin:0;
										padding:0;
										float:right;
										z-index:300;
										background:none;
										border:none;
										}
	
#topnav ul li 							{ 
										padding-right:5px; 
										padding-left:15px;
										padding-top:0;
										padding-bottom:0;
										margin:0; 
										display: block; 
										float:left;
										list-style:none; 
										list-style-image: none !important;  
										font-size:10px;
										display:block;
										line-height:16px;
										height:25px;
										}
	
#topnav ul li a 						{ 
										padding:2px 5px 9px 5px; 
										text-decoration: none;
										font-size:10px;
										font-weight:lighter;
										}
										
#topnav ul li a:hover					{
										background:none;
										padding:2px 0 9px 0;
										border-bottom:1px solid #921800;
										border-left:5px solid #fffbe4;
										border-right:5px solid #fffbe4;
										}	

#content								{
										position:relative;
										}

#tagline								{
										height:28px;
										display:block;
										position:absolute;
										top:115px;
										border-bottom:1px solid #e9e3cc;
										width:100%;
										}
										
#flash									{
										margin-top:40px;
										}

#contentcontainer						{
										margin-top:40px;
										border-bottom:1px solid #e9e3cc;
										width:730px;
										display:block;
										background:url(../img/main-bg.jpg) no-repeat top left;
										}

.bio									{
										background:none !important;
										}

.reg									{
										height:299px;
										}
	
/*/-- INTERNAL PAGE STRUCTURE ------------------------------------------------------------------- /*/	
	
	
	
.lcol									{
										width:413px;
										float:left;
										padding: 40px 25px 20px 0;
										display:inline;
										margin:0;
										}

.rcol									{
										width:292px;
										float:left;
										margin-top:40px;
										}
										
/*/-- FOOTER ------------------------------------------------------------------------------------ /*/
					
					
					
#footer									{
										width:100%;
										height:50px;
										display:block;
										margin:0 auto;
										padding:0;
										border-bottom:1px solid #e9e3cc;
										}
					
.cyberline								{
										text-align:right;
										width:100%;
										margin-top:10px;
										float:right;
										}

.col									{
										float:left;
										width:49.9%;
										}
										
.right									{
										text-align:right;
										}
										
.col p									{
										line-height:40px;
										margin:0;
										padding:0;
										height:50px;
										}
										
										
/*/-- CLEAR FIX ------------------------------------------------------------------------------------ /*/
										
										
										
										

.clear:after 							{
 										content: ".";
 										clear: both;
  										height: 0;
										visibility: hidden;
										display: block;
										}

.clear	 								{
  										display: inline-block; /* Fixes IE/Mac */
										}
/* Hides from IE-mac \*/
* html .clear 							{
										height: 1%;
										}
										
.clear	 								{
										display: block;
										}
/* End hide from IE-mac */	

