

.red, .red a, a.red:link, a.red:visited,a.red:active	{color:#95130d}
a.red	{color:#95130d}

a,
a:link,
a:visited,
a:hover,
a:active	{color:#696969;}
a 			{outline: none;}
  

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:18px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h2			{font:16px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h3			{font:14px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:9px;}
.sm10		{font-size:10px;}

img {behavior: url(inc/pngbehavior.htc);}
#GMpCntrl img {behavior:none !important;}


/* NEGATIVE */

.button a.negative, button.negative{
       background:#FDC62A;
    border:1px solid #DFA200;
    color:#7a571f;
	padding:3px 5px;
	font: 17px Arial, Helvetica, sans-serif;
	margin-left:90px;
}
.button a.negative:hover, button.negative:hover{
    background:#d4e8fb;
    border:1px solid #9accf8;
    color:#4382ba;padding:3px 5px;
	cursor:pointer;
}
.button a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/******   LAYOUT   ******/
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	line-height:18px;
	background:#393d46 url(../images/bg.png) repeat-x; /*Gradient image*/
	}

* html body	{background:#393d46;}
	
#wrapper	{
	width:774px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	background: url(../images/bgwrapper.png) ;
	}
	
#topaddy	{
	margin:0 12px;								/* border around left and right */
	background: #191d25;						 /* BG COLOR OF TOP ADDY  */
	border-bottom: 5px solid #fff;
	color:#fff;
	padding: 4px 7px;
	font-size:10px;
	}	
	
#topaddy a {color:#fff;}
	
#header	{	
	height:192px; 
	margin:0 12px;								/* border around left and right */
	background: #f0dbb2;						 /* BG COLOR OF HEADER  */
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	}

h1.heading	{
	background:#1d1c1a;
	color: #ffcf2a;
	padding: 5px 0;
	text-indent:15px;
	margin-bottom:10px;
}

#header:after	{clear:both;}
#content:after	{clear:both;}
#content		{
	margin: 0 13px;
	}

#leftcol	{
	width: 175px;
	float:left;
	height:auto;
	color:#fff;
	}

#maincol	{
	width: 557px;
	float:right;
	}



table.border td	{
	border-bottom:1px dotted #ccc;}
	
/******* Alex Styles *******/
#loginbox {
	margin:25px;
}

#loginbox label {
	font-family:monospace;
}

.info {
	color:#95130d;
}

.ewGrey {
	color:#696969;
}

.ewRed {
	background-color: #95130d; /* header color */
	color: #ffcf2a; /* header font color */	
	vertical-align: top;	
}

/******* TABLE LAYOUT *******/
.ewTable {
	width: inherit; /* table width */	
	color: #696969; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */

.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

.ewTableFooter {
	background-color: #FFFFCC; /* footer color */
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/******* FOOTER *******/
#footer	{
	height:50px;
	width: 760px;
	margin: 0 auto;
	text-align:left;
	font-size:9px;
	color:#fff;
	clear:both;
	}
	
#footer a	{
	color:#fff;
	font-size:9px;
	/*text-decoration:none;*/
	}

#footer #credit				 {float:right;width:129px;margin-top:-6px;}
#footer #credit a 	 		 {color:#6f737e;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}







/******* VERTICAL NAV MENU  ***********/
/* Root = Vertical, Secondary = Vertical */
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 183px; /*For KHTML*/
  list-style: none;
	}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
	}

/* Root Menu */
ul#vrtnav a {
  border-top: 1px solid #bc221b;
  border-bottom: 1px solid #5a0804;
  padding: 3px 10px;
  display: block;
  color: #fff;
  font: 14px/25px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: #5a0a06;
  color: #ffcf2a;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #5a0a06;
  color: #fff;
	}

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #95130d;
  color: #ffcf2a;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 183px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}



/********** LEFT SIDE CONTACT FORM   **********/
#leftcontact fieldset	{border:0;}
#leftcontact input	{margin-bottom:5px;}
#leftcontact fieldset	{
	background: #c4c9d5;
	}
#leftcontact label	{
	color: #191d25;
	}

/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #485059;
	color:#fff;
	border: 1px solid #7c5b47;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#e79904;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 5px;
	margin:-7px 0px 10px 0px;
	position:relative;
	top: -12px;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

.shhhh { display:none; }










/*************  NEW WINDOW   ************/
a[target ="_blank"] {
   padding-right: 18px;
   background: transparent url(../images/newwindow.gif) no-repeat center right;
   }
a.nonewwin {
   padding-right: 18px;
   background: transparent url() no-repeat center right;
	}
ul#pdf a[target ="_blank"] {background:none;}
.rssfeed a[target ="_blank"] {background:none;padding:0;}
