@charset "utf-8";


body  {
	font: 90% Arial, Helvetica, sans-serifsans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
	background-color:#ECF5FF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	background-color:#630702;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:20px double #ceac6f;
	padding:2px 2px;
	zoom: 1;
	width: 975px;
	
	}
	
 
.twoColFixLtHdr #header {
	background:url(htdocs/Zachs_head_Foot_marble.gif);
	background-repeat:repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:4px inset #D6B781;
	color:#630702;
	zoom: 1;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	text-align: center;
}

#tagLine{
	width: 350px;
	margin: -175px auto 0 390px;


}
#logo{
	margin-bottom: 5px;
	width: 375px;

}
#dateformat{
	padding:3px;
	text-align:center;
	margin: 10px auto 5px auto;
	font-weight:bold;
	width: 200px;
	height: 25px;
	color: #D6B781;
}
.twoColFixLtHdr #sidebar1 {
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 5px 5px 5px;
	border: 3px inset #ceac6f;
	font-weight:normal;
	color:#FFFFFF;
	background-color: #000;
	margin: 10px 3px 5px 4px;
	float: right;
	
}
.twoColFixLtHdr #sidebar1 h1 {
	color:#C0DEFF
}
.twoColFixLtHdr #sidebar1 h2{
	color:#C0DEFF
}
.twoColFixLtHdr #sidebar1 h3{
	color:#C0DEFF
}
.twoColFixLtHdr #mainContent {
	margin: 10px 5px 0px 1px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#000;
	background-color: #FFF6C9;
	clear: right;
	
} 

.twoColFixLtHdr #footer {
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(htdocs/Zachs_head_Foot_marble.gif);
	background-repeat:repeat;
	color:#591E2E;
	border:4px inset #591E2E;
	height: 150px;
	border-top: 10px inset #591e2e;
	border-bottom: 10px inset #591e2e;
	zoom: 1;
	clear:both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyrite{
	width:290px;
	margin: 10px10px 5px 10px;
	color: #630702;
	height: 140px;
	font-size: 80%;
	font-weight: bold;
}
#headerImg{
	margin:5px 0px 4px 0px;
	float:right;
	padding-right: 10px;
	}
	
#nav{
	padding:20px 10px 10px 10px;
	margin: 10px 1px -15x 0px;
	width: 190px;
	background-color: #630702;
	height:inherit;
	float: left;
		
	}
#phones{
	margin:15px 75px 5px 330px;
	width: 350px;
	}
	
#slideshow{
	border:10px double white;
	width: 910px;
	
}
	
#StarBlast{
	background-image:url(htdocs/images/CIA_Star_big.png);
	background-repeat:no-repeat;
	height:518px;
	width:642px;
	margin-left: 25px;
	text-align: center;
	}
#MTS{color:#630702;
	font-family: cursive, Script, Manuscript, sans-serif;
	font-size:85%;
	}
	
#links{
	width:500px;
	margin-left: 50px;
	text-align: left;
}

#news{
	padding:3px 3px;
	text-align: center;
	margin-right: 25px;
	clear: none;
	float: left;
	width: 485px;
}
#hmPgText{
	text-align:left;
	margin: 10px 0;
	padding: 10px 10px;
	width: 650px;
	zoom: 1;
	float: right;
}
#hmPgText a{
	color:#630702;}
#hmPg2{
	margin:5px 0px;
	padding: 10px 10px;
	text-align:left;
	width: 650px;
	zoom: 1;
	float: right;
	}
#hmPg2 a {
	color:#630702;}
	
#introTxt{
	margin: 5px 0px;
	padding: 10px 10px;
	text-align:left;
	width: 650px;
	zoom: 1;
	float: right;
		}
#introTxt a{
	color:#630702;}
#lowPgTxt{
	background-color:#FFF;
	margin:5px 0;
	padding: 10px 10px;
	text-align:left;
	width: 650px;
	zoom: 1;
	float: right;
	}
#lowPgTxt a{
	color:#630702;}
#quoteDiv{
	width:600px;
	padding-left:4px;
	background-color: #FFF6C9;
}
#ul_upper{
	margin:2px 2px 2px 200px;
	width:500px;
}

#CCpymt{
	width:300px;
	border: inset 3px #D6B781;
	background-color:#000;
	color:#d6b781;
	padding:3px 3px;
}
.DnLdBtn{
	width:225px;
	text-align:center;
	font-weight:bold;
	background-color:#D6B781;
	border:2px ridge #000;
	padding: 3px 3px;
	}
.roundCorners{ 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	
 }		
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img_brdr_gold{
	border:2px inset #FFCC66;
	}
	
.imbBdr_Burgnd{
	border:2px inset #591E2E;
}
.body_bkgd{
	background-color:#D3B581;
}
.twoColFixLtHdr #whiteBdr #container #mainContent a {
	font-weight: bolder;
}

.twoColFixLtHdr #sidebar1 a {
	color:#C0DEFF;
	font-weight:bold;
	}

.leftText
{
	text-align: left;
}

.scriptTXT
{
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Script MT Bold", cursive;
}

.CenterTXT
{
	text-align: center;
}
.smallTxt {
	font-size: small;
}
.marg_rte10px {
	margin-right: 10px;
}
.pad_Lft10px {
	padding-left: 10px;
}
.Lit_blueTxt {
	color: #C0DEFF;
}
.width_575px {
	width: 575px;
}


#footer a {
	color:#630702;}
	
.negLftMrg200px {
	margin-left: -200px;
}
.negTopMarg10px {
	margin-top: -1px;
}
.BlkTxt {
	color: #000;
}
.BGD_BKG_color {
	background-color: #630702;
	color:#D6B781;
}
.starTXT_lftMarg {
	text-align: center;
	margin-left: -125px;
}
.Bngdy_links {
	color: #630702;
}
.creamBackGnd{
	background-color:#D6B781;
}

.GOLDtxt{
	color:#D6B781;
}
.WHITE_bkbng {
	background-color: #FFF;
	padding:5px 15px;
}
.margLEFT_225px{
	margin-left:225px;
	width: 675px;
}
.width550px{
	width:475px;
}
.whiteLinks {
	font-weight: bold;
	color: #FFF;
}
.BlackLinks {
	font-weight: bold;
	color: #000;
}
.divWidth725px {
	width: 705px;
}
.height_auto {
	height: auto;
}
.PgWidth900px {
	width: 900px;
}

