/* *********************************************************

	Site background is 050505
	header background is E2C8B6 (with gradient)
	title blocks are 424242
	content background is FFFFFF
	category background is FFFFFF
	the light blue is #00BFF3
	
	swapping 00BFF3  for 9E003A
   ********************************************************* */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;, helvetica, tahoma, arial;
	text-align: center;
	color: #273137;
	background: #050505;

}
img {
	border: none;
}

a {
	text-decoration: none;
	color: #9E003A;	
}

a:active {
  outline: none;
}


/* *********************************
    Layout classes
   ********************************* */
.divider2 {
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
/* border: thin solid green; */    		
}
.gutter2 {
	position: relative;
	padding: 20px;
}
.widegutter2 {
	position: relative;
	padding: 20px;
}

/* *********************************
    Nav Bar  
   ********************************* */
#mainNav {
	  margin : 0;
 	  background : #050505 url(images/nav_back1.jpg) no-repeat top center;
	  padding-top : 0;
	  text-align: center;
	  min-height: 50px;
}

#mainNav li {
	  list-style : none;
	  display : inline;
	  line-height : 50px;	
	font-size: 120%;	      
}

#mainNav li a {
	  text-decoration : none;
	  margin : 0;
	  font-weight : bold;
	  color : #000;
	  padding : 0px 15px 0px 0px;	
}

#mainNav li a:hover {
	  color : #fff
		text-decoration : underline;	  
	  margin : 0;
	  color : #fff;
}


/* *********************************
    container  
   ********************************* */
#container {

	min-height:576px; 					 /* for modern browsers */
	height:auto !important; 			 /* for modern browsers */
	color: #273137;
	font-size: 120%;
	line-height: 1.2em;	
/*	border: thin solid blue; */     	
}

#mid_bit {
	position:relative;
	margin-left: auto;
	margin-right: auto;	
	width: 1024px;
/*	border: thin solid yellow; */      	
}
/* *********************************
    Fixed position elements  690
   ********************************* */
#loc_name {
	position: absolute; 
	left: 366px; top: 190px;
	width: 300px;
	text-align: center;
	font-weight : bold;
/* border: thin solid blue;*/    	
}
#left_text {
	position: absolute; 
	left: 283px; top: 235px;
	width: 90px;
	height: 115px;
	text-align: left;
	font-weight : bold;
	letter-spacing: 1px;
	font-size: 80%;	
/* border: thin solid blue; */     	
}
#right_text {
	position: absolute; 
	left: 645px; top: 235px;
	width: 90px;
	height: 115px;
	text-align: right;
	font-weight : bold;
	letter-spacing: 1px;
	font-size: 80%;	
/* border: thin solid blue; */     	
}


/* *********************************
    Footer  
   ********************************* */

#footer {
	display: block;
	clear: both;
	color: #FFFFFF;
	background: #050505;
	font-size: small;	
/*		border: thin solid green; */   
}
#footer p {
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-align: center;
}
#footer span {
	color: #9E003A;
}
#footer a:link, #footer a:visited, {
	color: #9E003A;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
  outline: none;
}


/* *********************************
    Footer  MENU
   ********************************* */


#footer_menu {
	background: #050505;
 	color: #197B30;
	font-size: 1.6em;	
}

#footer_menu select {
 	background-color: #050505;
 	color: #9E003A;
	font-size: 1em;	
/*	border: thin solid #050505; */    
}




.smalltable {
	font-size: small;
}
.mediumtable {
	font-size: normal;
}



/* *********************************
    Floats 
   ********************************* */
.float_pic_right
{
float: right;
margin: 0px 0px 10px 10px;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #fff;
padding: 2px;
}
.floatleft
{
float: left;
margin: 10px 10px 0 0;
border: 0px solid #666;
padding: 2px;
}
/* *********************************
    Ajax Live Search box
   ********************************* */
	.suggestionsBox {
		position: relative;
		text-align: left;		
		left: 500px;
		top: -300px;		
		font-size: 11px;		
		margin: 10px 0px 0px 0px;
		width: 300px;
		background-color: #93092A;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #DB1222;	
		color: #000;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
/* *********************************
    other stuff
   ********************************* */
.clear {
	clear: both;

}
/* hide ugly dotted lines */
* html a:hover {
	border: 1px solid #acb3b7;
}


/* *********************************
    Form styles
   ********************************* */

textarea {
	font-size: 100%;
	font-family: helvetica, tahoma, arial;
}

/* hack for IE to display correct font size */
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for other IE versions */
}

