body, html {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em; /* 16×1.125=18 */
}

h1
{
	color:#F54029;
	font-size:150%;
}

h2
{
	font-size:125%;
}

h3
{
	font-size:110%;
	color:#6699cc;
}

a
{
	color:#000099;
}
a:visited
{
	color:#6666FF;
}
a:hover
{
	color:#F54029;
}

#page {
	margin: 1em auto 3em auto;
	border: 1px solid #52A1C2;
	width: 960px;
	padding: 8px 0;
	position: relative;
	font-size: 0.875em; /* 16x.875=14 */
}

a { text-decoration: none; }
a img { border: none; }

.box h2 {
	padding: 0.25em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	clear: both;
	font-size: 120%;
}

.box h2, .header, .header a {
	background-color: #52A1C2;
	color: #FFFFFF;
	font-weight: bold;
}

.box h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #666666;
}


.roundbox 
{
	margin: 16px 0;
	background-color: #C4DFEA;
	border: solid 1px #c4dfea;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0 8px;
}
.roundbox ul { padding-left: 16px; }
.roundbox > h2 
{
	color: #51A1C2;
	background-color: #C4DFEA;
	font-style: normal;
}
.roundbox ul 
{
	font-size: 90%;
}


.header a:hover {
	background-color: #FFFFFF;
	color: #377E9D;
}

input.text {
	border: 1px solid #999999;
	padding: 0.25em;
}

input.text:focus {
	border-color: #000000;
}

ul.horizontal {
	list-style: none;
    margin: 0;
    padding: 0;
}
ul.horizontal li {
	float: left;
    margin: 0;
    padding: 0;	
}
ul.horizontal li a {
    display: block;
    padding: 4px 8px;
    margin: 0;
}

#navigation
{
    background-color: #54A3C4;
    margin: 0;
    padding: 0;
}
#navigation ul li a.selected {
    background-color: #FE3517;
}
#navigation a:hover {
    color: #555;
}

ul.dropdown {
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
    background-color: #54A3C4;
    max-height: 30px;
}
ul.dropdown li {
    background: none repeat scroll 0 0 #54A3C4;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
ul.dropdown li a {
    border-left: 1px solid #333333;
    color: #fff;
    display: block;
    padding: 4px 8px;
    margin: 0;
}
ul.dropdown li:last-child a {
    border-right: 1px solid #333;
}
ul.dropdown li.hover, ul.dropdown li:hover {
    background: none repeat scroll 0 0 #9FBFDF;
    color: #fff;
    position: relative;
}
ul.dropdown li.hover a {
    color: #fff;
    background-color: #9FBFDF;
}
ul.dropdown ul {
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    z-index: 1000;
}
ul.dropdown ul li {
    background: none repeat scroll 0 0 #FE6030;
    color: #000000;
    float: none;
    font-weight: normal;
}
ul.dropdown ul li a {
    border: 0 !important;
    display: inline-block;
    width: 140px;
}
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}

#header {
	padding: 0px 10px;
}

#logo {
	float: left;
}

#search {
	float: right;
}

#search input {
	width: 120px;
}

#search img {
	vertical-align: middle;
}

#homeHeaderContainer
{
	background-color:#54A3C4;
	width:100%;
	height:105px;
	white-space:nowrap;
	overflow:hidden;
	line-height: 1.0em;
}
#homeHeaderTextContainer
{
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana,Arial,sans-serif;
	font-style:italic;
	min-width:320px;
    font-size: 135%;
    line-height: 150%;
	max-width:640px;
	text-align:center;
	padding:8px 1em;
	margin:24px 0 0 120px;
	white-space:normal;
	z-index: 1;
}
.shadow 
{
	filter: Shadow(Color=#333333, 	
			Direction=135, 
			Strength=5);
	text-shadow: #333 2px 2px 3px;
}
body>div.#homeHeaderTextContainer
{
	width:auto;
}
#homeHeaderMemberImage
{
	padding:20px 10px;
}


#content {
	clear: both;
	position: relative;
	padding-top: 10px;
}

#footer {
	clear: both;
	margin-top: 20px;
	font-size: 0.7em;
	text-align: left;
	line-height: 1.0;
	padding: 30px;
	border-top: solid 1px #808080;
}

.column {
	float: left;
	width: 47%;
	padding-left: 1%;
	padding-right: 1%;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #808080;
}

.column.last {
	border-right-style: none;
}

.box {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.box.last{
	border-bottom-style: none;
}

.left {
	display: inline-block;
	width: 50%;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#books-and-pubs img 
{
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 12px;
}
#casa-is-about ul {
	margin-left: 30px;
	list-style-image: url('/templates/green-diamond.png');
}
#casa-is-about ul li {
	margin-bottom: 10px;
}

#join-us ul li a {
	display: inline;
	margin: 5px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.hot-topics 
{
	text-align: center;
}
.hot-topics img
{
	margin: 0 .5em;
	padding: 2px;
}
.hot-topics .selected
{
	background-color: #cce;
}
.hot-topics .text .selected
{
	padding: 6px 1em;
}
.hot-topic { display: none; }
#contentContainer
{
	clear:both;
	padding:12px 12px;
	background-image:url(contentBorderTop.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:1%;
}
.contentTwoColumnContainer
{
	float:left;
	width:45%;
	padding:1em 1em;
	border-style:dotted;
	border-color:#CCCCCC;
	border-width:0px 1px 1px 1px;
	border-collapse:collapse;
}
#sideContentContainer
{
	width:14em;
	float:left;
	margin:0 12px 6px 0px;
	height:1%;
}
#sideContentContainer ul
{
	list-style:none;
	margin:0px;
	padding:0px 0px 6px 0px;
	background-color:#A8D5EA;
}
#sideContentContainer ul li
{
	display:block;
	width:14em;
}
#sideContentContainer ul li a
{
	display:block;
	background-color:#54A3C4;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	padding:0.5em;
	margin-bottom:6px;
}
#sideContentContainer ul li ul li a
{
	margin:0px;
	background-color:#A8D5EA;
	color:#406D84;
	font-size:90%;
	font-weight:normal;
	height:1%;
	padding:0.2em 0.5em 0.2em 1.0em;
	margin-left:1.0em;
	border-width:0px;
	background-image:url(whiteArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#sideContentContainer ul li ul li ul li a
{
	height:1%;
	padding:0.2em 0.5em 0.2em 1.0em;
	margin-left:2.5em;
	background-image:url(blackArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	white-space:normal;
}
#sideContentContainer ul li ul li ul li ul li a
{
	height:1%;
	font-size:85%;
	padding:0.2em 0.5em 0.2em 1.0em;
	margin-left:3.5em;
	background-image:url(whiteArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	white-space:normal;
}
#sideContentContainer ul li a:hover
{
	background-color:#9FBFDF;
	color:#FFFFFF;
}
#sideContentContainer a.selected
{
	font-weight:bold;
}

#contentCommandsContainer
{
	float:right;
	font-size:90%;
	margin:12px;
	height:1%;
}
#contentCommandsContainer a
{	
	margin:0px 6px;
	text-decoration:none;
}
#contentCommandsContainer a:hover
{
	color:#F54029;
	text-decoration:underline;
}

#mainContentContainer
{
	height:1%;
	padding: 12px;
}

span.term
{
	font-weight: bold;
	background-color: #FFFF66;
}

fieldset
{
	border-style:solid;
	border-color:#000;
	border-width:1px;
	padding:0px;
	margin:1em 0px;
}
fieldset legend
{
	color:#fff;
	background-color:#000;
	font-weight:bold;
	font-size:125%;
	padding:2px 4px;
	margin:0px 0.5em 0.2em 0.5em;
}
fieldset div.row
{
	background-color:#fff;
	margin:4px 0px;
	padding:0.2em 0.4em;
	clear:left;
	overflow:hidden;
}
fieldset div.row div.label
{
	float:left;
	width:200px;
	padding-top:0.1em;
}
fieldset div.row label.required
{
	font-weight:bold;
}
fieldset div.row div.field
{
	float:none;
	width:auto;
	margin-left: 200px;
	overflow:hidden;
}
fieldset div.row div.nolabel
{
	float:none;
	position:relative;
}
fieldset div.row div.field span.related
{
	white-space:nowrap;
}
fieldset div.row div.field input[type="radio"], fieldset div.row div.field input[type="checkbox"]
{
	width:0.9em;
	height:0.9em;
	vertical-align:top;
}
.field .radioButtonList label {
	padding-right: 2em;
}

/* \*/
* html #mainContentContainer {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

.LV_invalid_field { border-color: red; background-color: #fcc; }
.LV_validation_message { display: inline; position: relative; padding: 2px; margin-left: 4px; }
#recaptcha_widget_div .LV_validation_message { float: right; position: relative; top: 10px; left: -2px; color: #a00; font-weight: bold; }


