/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background-color:#222222; 
	font-family:arial, san-serif; 
	font-size:8pt; 
	color:#000;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}

h2 {font-size:10pt; margin:0; padding:0;}

#tcon {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.welcome {padding:0px 0px 0px 35px;}
.content {padding:0px 35px; height:218px;}

#cmwTable {text-align:center;}
#cmwTable img {border:2px solid #6d5221;}
#contactInfo {margin-left:50px; width:450px;}

#footer {color:#c7a13e; text-align:center; font-size:7pt;}
#footer p {margin:15px;}


/* ----- links ----- */
a:link {text-decoration:none; color:#6d5221;}
a:visited {text-decoration:none; color:#6d5221;}
a:hover {text-decoration:underline; color:#6d5221;}
a:active {text-decoration:none; color:#6d5221;}

#footer a:link {text-decoration:none; color:#c7a13e;}
#footer a:visited {text-decoration:none; color:#c7a13e;}
#footer a:hover {text-decoration:underline; color:#c7a13e;}
#footer a:active {text-decoration:none; color:#c7a13e;}


/* ----- backgrounds ----- */
#top {background:url('top.gif') center top repeat-x #f4e8c1;}
#topbg {background:url('topbg.jpg') center top no-repeat;}

#whiteTable {background-color:#fff;}
.welcome {background:url('welcome.jpg') left top no-repeat;}
.content {background:url('content.jpg') left top no-repeat;}

#bot {background:url('bot.gif') center top repeat-x;}
#botbg {background:url('botbg.jpg') center top no-repeat;}


/* ----- other stuff ----- */
.img {border:2px solid #6d5221; margin:0 0 7px 7px;}
#fader {width: 760px; height: 360px; overflow: hidden;} 

.content ul {margin:0px; padding:0px;}
.content ul li {list-style:none; background: url('bullet.gif') no-repeat 0px 0px; margin-left:15px; padding-left:17px;}
.clear {clear:both;}
#list1 {float:left; width:200px;}
#list2 {float:left; width:250px;}


/* ----- navigation ----- */
.chromestyle {width:760px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; margin-left:4px; margin-top:-8px; top:0; border:1px solid #111; border-bottom-width:0; font:normal 8pt arial; line-height:20px; z-index:100; background-color:#222; width:145px; visibility:hidden;}		
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #111; border-top:1px solid #333; text-decoration:none; color:#c7a13e; text-align:left;}		
	.dropmenudiv a:hover {background-color:#333; text-align:left;}
	* html .dropmenudiv a { /*IE only hack*/ width:100%;}
	.notop {border-top:0px !important;}