@import "_icxEvents.css";
@import "_icxResources.css";

/* =INITIALIZE
------------------------------------------------------------------------------*/
* { margin: 0; 
    padding: 0; }

p, pre, blockquote, label, 
fieldset, address { margin: 0.7em 0; }

dl, ul, ol, li, dd, blockquote { margin: 0 1.5em; }

body { 
/*    font-family:'Times New Roman',Times,Georgia,serif; */
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    background: url('/images/LAC_BG.jpg') top left no-repeat #FFF;
    color: #000; }

th.preview { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #07F;
	color: #FFF;
	font-weight: bold;
	font-size: 12px; }

table { margin: 0 auto; }

/* =BASICS
------------------------------------------------------------------------------*/
h1 { font-size: 33px; color: #085; font-family:'Times New Roman',Times,Georgia,serif; font-style: normal; font-weight: bold; }
h2 { font-size: 21px; color: #C0C; font-style: italic; font-weight: normal; }
h3 { font-size: 18px; color: #C00; font-style: italic; font-weight: normal; }
h4 { font-size: 16px; color: #060; font-style: italic; font-weight: normal; }
h5 { font-size: 12px; color: #660; font-style: italic; font-weight: normal; }
h6 { font-size: 12px; color: #CCC; font-style: italic; font-weight: normal; }
td { font-size: 12px; color: #033; font-style: normal; font-weight: normal; }
th { font-size: 13px; color: #333; font-style: normal; font-weight: normal; }
p { 
	font-size: 12px; 
	color: #000; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.4em; 
	margin: 1.2em 0; }

a,
a:link,
a:visited { color: #06A; }
a:hover   { color: #F00; }

.hidden { display: none; }

.article {
	margin:0 30px 30px;  
	text-align: left; }

.asset {
	padding: 0 1.0em 0.5em; }

.caption {
	font-weight: 0.8em;
	font-style: italic; }

.authorization {
	margin: 20px 0; }

.authorization input {
	width: 120px; }

.authorization a {
	display: block; }

.copyright {
	font-size: 10px; 
	display: block;
	clear: both; }

pre { 
	border: 1px dotted red; 
	color: #F00; 
	padding: 5px;
	text-align: left; }

.system_reply { 
	background: #F00; 
	color: #FFF; 
	font-weight: bold; }


/* =CGAsssets
------------------------------------------------------------------------------*/

.download_list { 
	clear: both; 
	border: 1px solid #3B82DE; 
	width: 100%; 
	font: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }

.download_list th { 
	background: #847F2B; 
	color: white; 
	padding: 2px 4px; 
	font-weight: bold; 
	font-size: 14px; }

.download_list .dl_asset td { 
	background: white; 
	color: #666; 
	border-top: 1px dotted #FD551D; 
	padding: 2px 4px; 
	font-size: 12px; }

.download_list .title { 
	font-weight: bold; }

.download_list .caption { 
	font-style: italic; }

.playlist { 
	clear: both;
	display: table; 
	border: 1px solid #3B82DE; 
	margin: 0 auto 30px;
	width: 95%;
	font: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }

.playlist .controller { 
	display: table; 
	background: #3B82DE; 
	width: 100%; 
	margin: 0 auto; 
	text-align: center; 
	color: #FFF;}

.playlist table { 
	width: 100%; }

.playlist th { 
	background: #847F2B; 
	color: white; 
	padding: 2px 4px; 
	font-weight: bold; 
	font-size: 14px; }

.playlist .dl_asset td { 
	background: white; 
	color: #666666; 
	border-top: 1px dotted #3B82DE; 
	padding: 2px 4px; 
	font-size: 12px; }

.playlist .title { 
	font-weight: bold; }

.playlist .caption { 
	font-style: italic; }


/* =CONTACT US
------------------------------------------------------------------------------*/
#contact_us {
	font-size: 14px; }

#contact_us table {
	margin: 0 auto; }

#contact_us th {
	text-align: right; 
	padding: 3px; 
	font-weight: bold;
	white-space: nowrap; }

#contact_us td {
	text-align: left; 
	padding: 3px;  }

#contact_us div#message {
	border: 1px solid #DDD;
	height: 5.0em;
	padding: 3px;
	overflow: auto;  }

#contact_us span {
	display: table; }

#contact_us #submit_spn {
	display: table; 
	margin: 0 auto; }

#contact_us button {
	padding: 3px 5px; }


/* =STRUCTURE
------------------------------------------------------------------------------*/
#masthead { 
	height: 110px;
	width: 100%; }

#mast_L { 
	height: 120px;
	width: 445px; 
	text-align: center; }

#mast_C { 
	text-align: left; }

#mast_R { 
	text-align: center; 
	vertical-align: middle; }

#logo { 
	display: block;
	width: 290px;
	height: 120px; }


#content { 
	margin-top: 29px;
	width:100%; }

#column_L { 
	width: 145px; 
	vertical-align: top; 
	text-align: center; }

#preview_content,
#preview_summary,
#column_C { 
	vertical-align: top; 
	text-align: center; }

#column_R { 
	border: 1px solid #DDF; 
	width: 120px; 
	vertical-align: top; 
	text-align: center; }

#placard {
	border: 1px dotted #DDD;
	width: 450px;
	margin: 0 auto; }

.columns {
	display: table;
	width: 100%;
	border: 1px dotted red; }

.columns .one {
	display: inline-table;
	float: left;
	width: 47%;
	border: 1px dotted blue; }

.columns .two {
	display: inline-table;
	float: right;
	width: 47%;
	border: 1px dotted green; }

/* =NAVIGATION
------------------------------------------------------------------------------*/
#heading {
	background: #900; 
	color: #FFF;
	font-size: 18px; 
	margin: 0 0 1px; 
	padding: 5px 0 8px; }


.directory { 
	display: inline;
	font-size: 13px;
	font-weight: bold; 
	line-height: 1.6em; 
	background: #085; 
	color: #FFF; }

.directory a,
.directory a:link,
.directory a:visited {
	float: left; 
	display: block;
	line-height: inherit; 
	background: inherit; 
	color: inherit; 
	padding: 0 1.0em; 
	height: 1.6em; 
	border: 1px solid #FFF; 
	border-width: 1px 1px 1px 0;
	text-decoration: none; }

.directory a.selected {
	font-weight: bold;
	background: #900; 
	text-decoration: none; }

.directory a:hover {
	background: #F00; 
	color: #FD0; 
	text-decoration: underline; }



.index {
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 14px;
	line-height: 1.8em; 
	margin: 0 7px 30px; }

.index a,
.index a:link,
.index a:visited {
	display: block;
	padding: 3px 0 4px; 
	background: url('/images/white_bg.png') top left;
	color: #000; 
	line-height: 1.8em; 
	border: 1px solid #060; 
	text-align: left; 
	text-decoration: none; 
	margin: 0 auto 6px; 
	padding: 2px 4px 0; }

.index a:hover {
	background: #BDB; 
	color: #060; 
	text-decoration: underline; }


/* = Our Homes
------------------------------------------------------------------------------*/
#our_homes {
	width: 96%; 
	color: #000;
	background: url('/images/white_bg.png') top left;
	border: 1px solid #060;
	position: relative; }

#found_homes {
	width: 96%; 
	margin: 0 auto; 
	position: relative; }

#found_homes a,
#found_homes a:link {
	color: #041; }

#found_homes table {
	width: 100%;
	border: 1px solid #060; 
	margin: 7px auto; 
	background: #FFF; }

#found_homes table .mast {
	font-size: 12px; 
	background: #CCC; 
	font-weight: bold; }

#found_homes table .pic {
	background: #CCC; 
	width: 125px;
	height: 100px; 
	vertical-align: top; }

#found_homes table .pic img {
	width: 125px; }

#found_homes table td {
	padding: 0.2em 0.1em; 
	color: #000; }

#found_homes table .descr {
	font-size: 10px; 
	font-weight: bold; 
	margin: 0 0.5em; }

#found_homes table .padded {
	padding: 0 1.0em; }
