html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#666666;
	background-image:url(img/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border: solid 0px #000;
	font-family: verdana, tahoma, helvetica, geneva, sans-serif;
	color : #666666;
	font-size: 13px;
	}
	
#container {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 768px;
	position: relative;
	float: left;
	text-align: left;
	border: solid 0px #000;
	z-index: 1000;
	}

#header { 
	margin: 0; 
	padding: 0; 
	width: 980px;
	height: 110px;
	position: relative;
	float: left;
	border: solid 0px #000;
	}

#logo { 
	width: 266px;
	height: 60px;
	top: 25px;
	left: 25px;
	position: relative;
	float: left;
	border: solid 0px #000;
	}

#tagline { 
	width: 396px;
	top: 68px; 
	bottom: 0;
	position: relative;
	float: right;
	border: solid 0px #000;
	}

#menu { 
	width: 107px;
	padding: 0; 
	margin: 0;
	top: 8px; 
	left: 35px;
	float: left; 
	position: relative;
	border: solid 0px #000;
	z-index: 1000000;
	}


/* HOMEPAGE STYLES  */

#content_home { 
	padding: 0px;
	margin: 0; 
	left: 177px;
	top: 0px;
	z-index: 2000;
	}

#splash {
	border-top: solid 1px #ffcc66;
	border-right: solid 1px #ffcc66;
	}


#quotes_home { 
	padding: 0px; 
	margin: 15px;
	}	
	
	
/* END HOMEPAGE STYLES  */




#image {
	width: 350px;
	height: 233px;
	top: 111px;
	left: 673px;
	position: absolute;
	float: right;
	border-top: solid 1px #ffcc66;
	}


.images {
	border-left: solid 1px #ffcc66;
	border-bottom: solid 1px #ffcc66;
	border-right: solid 1px #ffcc66;
	}

.images2 {
	border-right: solid 1px #ffcc66;
	}

#quotes { 
	padding: 20px; 
	margin: 20px;
	float: right; 
	}	
	
.pullquote { 
	font-family: verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 13px;
	color : #ebb800;
	text-align: left;
	}		

#content { 
	width: 460px;
	margin: 0; 
	padding: 20px; 
	left: 70px;
	top: 0px;
	position: relative;
	float: left;
	text-align: left;
	border: solid 0px #000;
	z-index: 2000;
	}

#content-full { 
	width: 760px;
	margin: 0; 
	padding: 20px; 
	left: 70px;
	top: 0px;
	position: relative;
	float: left;
	text-align: left;
	border: solid 0px #000;
	}


#copyright {
	text-align: center; 
	margin: 0px; 
	padding: 10px; 
	width: 530px;
	position: relative;
	left: 300px;
	top: 10px;
	bottom: 20px;
	border: solid 0px #000;
	font-size: 10px;
	}

.copyright {
	font-size: 11px;	
	}
	


h1	     	{font-size: 18px;
			font-weight: bold;
			letter-spacing: .05em;
			text-transform: uppercase;}

			
h2	     	{font-size: 16px;
			font-weight: bold;}

h3	     	{font-size: 14px;
			font-style: italic;
			font-weight: bold;}

h4	     	{font-size: 13px;
			font-weight: bold;}

hr          {height:1px;
			width:200px;}

p			{top: 1.5em;
			bottom: 1.5em;
			line-height: 1.5em;}

li.homepage	{font-size: 13px;
			margin-top: 1.5em;}


small		{font-size: 11px;}


li			{
			font-size: 13px; 
			line-height: 1.5em;}

a			{text-decoration: none;
			font-weight: bold;
			color:#0033cc;}

a:hover     {color:#0033cc;} 
a:active    {color:#0033cc;} 
a:visited   {color:#6699cc;}

.required	{font-size: 11px;
			color: #ff0000;} 
			
.title	    {font-size: 14px;
			font-weight: bold;
			letter-spacing: .05em;
			text-transform: uppercase;}


