/*
CSS Template for castro-associates.com web site
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #cccc99 url(images/img12.gif) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	<!--font-variant: small-caps;-->
	color: #000000;
}

h2 {
	padding: 14px 0 0 0;
	word-spacing: 5px;
	font-size: 2.25em;
}

h3 {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #000000;
	word-spacing: 3px;
	font-size: 2.00em;	
}

h4 {
	padding: 0px 0 0 0;
	word-spacing: 5px;
	font-size: 1.25em;
}

h5 {
	padding: 0px 0 0 0;
	word-spacing: 5px;
	font-size: 1.5em;
}

a {
	color: #990033;
}

a:hover {
	text-decoration: none;
	color: #666633;
}

.green {
	color: #000000;
}

.red {
	color: #990033;
}

.gray {
	color: #a52a2a;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 4em;
}

.list2c li {
	float: left;
	width: 50%;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 24px 0 0 10px;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#header h2 {
	float: right;
	padding: 42px 10px 0 0;
	word-spacing: normal;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	padding: 7px 0 0 0;
	background: #cccc99 url(images/img10.gif) repeat-x left bottom;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	color: #990033;
	font-variant: small-caps;
	font-weight: bold;
}

#menu a:hover {
	background: #cccc99 url(images/img11.gif) repeat-x left top;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	padding: 20px;
}

#colOne {
	float: right;
	width: 580px;
}

#colTwo {
	float: left;
	width: 220px;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 20px auto;
	padding: 5px 0;
	background:  #cccc99 url(images/img10.gif) repeat-x left bottom;
	font: "Times New Roman", Times, serif;
}

#footer p, #footer a {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #990033;
}

/* New Menu CSS */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* End New Menu */




