/* --------------------------------------------------
CSS Document for Jay Rodimel Legal Marketer 
-------------------------------------------------- */


/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Garamond, serif; 
			font-size: 13px;
			line-height: 1.6em;
			color: #575352;
			background-color: #FFF;
		}

.pullquote {
width:150px;
float:left;
width:150px;
margin-top:2px;
margin-bottom:0px;
margin-right:10px;
padding-bottom:0px;
font-family:'Garamond', serif;
font-size: 24px;
line-height:26px;
letter-spacing:0px;
text-align: left;
color:#666;
background-color: #FFF
}


		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: 'Garamond', serif;
			font-weight: normal;
			font-size: 32px;
			color: #000000;
			margin-bottom: 5px;
			background-color: #FFF;
		}
		
		h2 {
			color: #000000;
			font-size: 20px;
			font-family: Garamond, serif;
			background-color: #FFF;
		}
		
		a {
			color:#666666;
			text-decoration: none;
		}

		a:hover {
			color:#666666;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			padding-top: 0px;
			clear: both;
			margin-bottom: 0px;
			
		}

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC
		}

		#navigation a:link, #navlist a:visited {
			color:#666666;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(black.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#666666;
		}
#goomba a {
			color:#666666;
			text-decoration: none;
		}

		a:hover {
			color:#666666;
			background-color: #F5F5F5;
		}
		
/* THE SMALL BOX BELOW NAV */

		#navigation p {
			line-height: 1em;
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}

/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 180px;
			margin-right: 200px;
			font-size: 14px;
		}
		
		#content p {
			font-size: 14px;
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		 #content ul {
			font-size: 14px;
		}
		
/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			line-height: 1em;
			padding-bottom: 10px;
			border-bottom: none;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#ffffff;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#575352;
			padding: 5px;
		}

