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

p, pre, blockquote, label, dl, 
ul, ol, fieldset, address { margin: 1em 2em; }

li, dd, blockquote { margin: 0 1em; }

html, body, td.preview { 
/*    font-family:'Times New Roman',Times,Georgia,serif; */
    font-family:'Comic Sans MS',Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    background: url(/images/bg.gif) top left #C23;
    color: #555; }

table { margin: 0 auto; }

/* =BASICS
------------------------------------------------------------------------------*/
h1 { font-size: 2.2em; color: #14A; font-style: normal; font-weight: normal; line-height: 1.2em; }
h2 { font-size: 1.7em; color: #C23; font-style: italic; font-weight: normal; line-height: 1.4em; }
h3 { font-size: 1.4em; color: #923; font-style: italic; font-weight: normal; line-height: 1.6em; }
h4 { font-size: 1.2em; color: #060; font-style: italic; font-weight: normal; line-height: 1.6em; }
h5 { font-size: 0.75em; color: #660; font-style: italic; font-weight: normal; line-height: 1.4em; }
h6 { font-size: 0.8em; color: #CCC; font-style: italic; font-weight: normal; line-height: 1.4em; }
td { font-size: 1.0em; color: #033; font-style: normal; font-weight: normal; }
th { font-size: 1.1em; color: #333; font-style: normal; font-weight: normal; }
li { font-size: 1.0em; color: #033; margin: 3px; font-style: normal; font-weight: normal; }
p { 
	font-size: 1.15em; 
	color: #033; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.4em; 
	margin: 1.2em 0; }

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

.hidden_row { display: none; }
.visible_row { display: table-row-group; }
.visible_row td { border-bottom: 1px solid #66F; }
.hidden_div { display: none; }
.visible_div { display: block; position: absolute; background: #EEE; border: 1px solid #F00; height: 17px; }

.article {
	border: 5px solid #000; 
	background: #FE1;
	margin: 10px 10px;
	padding: 0 10px 5px;
	text-align: left; }

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

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

.footnote,
.copyright { font-size: 11px; }

pre { border: 1px dotted red; color: #F00; }

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


#contact_us { margin: 0 10px; }
#contact_us table { margin: 10px auto; }
#contact_us th { 
	font-size: 13px; 
	line-height: 0.9em;
	text-align: right; 
	padding-bottom: 0.9em; 
	vertical-align: top; }
#contact_us td { font-size: 13px; text-align: left; vertical-align:top; }
#contact_us input { margin-right: 3px; }
#contact_us label { display:block; text-align: right; margin: 0; }
#contact_us #services span { display: table; white-space: nowrap; }
#contact_us fieldset { border: none; }

/* =STRUCTURE
------------------------------------------------------------------------------*/
#masthead { 
	background: #C23;
	width: 765px; 
	margin: 0 auto; }

#mast_L { 
	width: 10px; 
	text-align: center; }

#mast_C { 
	border: 1px solid #DDF; 
	background: #00C;
	text-align: center; }

#mast_R { 
	background: url(/images/mast_r1.gif) top left no-repeat #CC2211; 
	text-align: center; 
	vertical-align: middle; }

#content { 
	background: #C23;
	width: 765px; 
	margin: 0 auto; }

#column_L { 
	border-left: 5px solid #923; 
	width: 150px; 
	vertical-align: top; 
	text-align: center; }

#column_C { 
	background: #FFF;
	width: 430px; 
	vertical-align: top; 
	text-align: center; }

#column_R { 
	border-right: 5px solid #923; 
	width: 150px; 
	vertical-align: top; 
	text-align: center; }

#placard {
	display:block;
	background: #D56;
	width: 100%; 
	margin-bottom: 15px; 
	padding: 3px 0; }

#placard p {
	margin: 5px; }


/* =NAVIGATION
------------------------------------------------------------------------------*/
#heading {
	background: #00C; 
	color: #FFF;
	font-size: 1.4em; 
	line-height: 1.0em;
	margin: 0 0 1px; 
	padding: 5px 0 8px; }


.directory { 
	font-size: 1.6em;
	line-height: 1.2em; 
	margin: 10px 0 10px; }

.directory a,
.directory a:link,
.directory a:visited {
	display: block;
	padding: 8px 0 13px; 
	background: #C23; 
	color: #FE1; 
	text-decoration:none; }

.directory a:hover {
	background: #FE1; 
	color: #14A;
	text-decoration: underline; }


.index {
	font-size: 1.0em;
	line-height: 1.2em; 
	margin: 0 0 10px; }

.index a,
.index a:link,
.index a:visited {
	display: block;
	padding: 3px 0 5px; 
	background: #66F; 
	color: #FFF; 
	text-decoration:none;
	border-bottom: 1px solid #FFF; }

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




/* =icxBANNERS
------------------------------------------------------------------------------*/
#placard .banner * {
	color: #FE1;
	font-size: 1.2em; 
	font-style: italic; }

#ads_R .banner {
	background: #FE1;
	color: #000;
	font-size: 1.2em; 
	margin: 10px; }

#ads_R .banner img {
	margin: 5px; }




/*----------------------------------------------------------------------------*/
