@charset "utf-8";
body {
	background-image: url(../images/bg.gif);
}
#indx {
	background-image: url(../images/bg_1st.gif);
	background-color:black;
}
body,td,th,h2,p  {
	font-family: Helvetica Neue, Helvetica, Arial, verdana, sans-serif;
	color: #7f7d7d;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a:link {
text-decoration: none; 
	color: #14202e;
outline: none;
}
a:visited {
text-decoration: none;
	color: #14202e; 
outline: none;
}
a:hover {
text-decoration: underline; 
outline: none;
color: #090f18;
}
a img {
border: none;
outline: none;
}
#title #page_title  {
	color: #aaa8a8;
	font-size: 36px;
	letter-spacing: -1px;
}
#title #page_title p {
	color: #aaa8a8;
	font-size: 36px;
	letter-spacing: -1px;
}

#wrapper {
	display: block; 
	position: absolute; 
	min-height: 95%;
	width: 100%;
}
#flashy {
	z-index: -100;
	position: absolute;
	top: 67px;
width: 100%;
height: 100%;	} 
#navigation {
	display: block;
margin: auto;
	width: 930px;
}
.nav {
	float: left;
	padding-top: 148px;
	}
#logo {

	position: relative;
	top: 0;
	float: right;
}

#main {
clear: both;
	position: relative;
	top: 70px;
	margin: auto;
	display: block;
	border-style: solid none none;
	border-width: 3px;
	border-color: #ef3f23;
		width: 930px;
}
 #main #title {
	position: relative;
		display: block;
	top: 0px;
left: 0;
	float: left;
	width: 340px;
}
#slide_info {
width: 320px;
border-top: 1px solid #aaa8a8;
margin-top: 30px;
}
#slide_holder {
width: 320px;
border-top: 1px solid #aaa8a8;
margin-top: 30px;
}
.imgholdr img {
max-width: 320px;
border: none;
}
 #txt {
	position: relative;
		display: block;
	top: 0px;
left: 0;
	float: right;
	width: 590px;
		border-style: none none solid;
	border-width: 3px;
	border-color: #ef3f23;
}
 .connie {
height: 230px;
}
 #txt p {
	padding: 0 0 10px;
	margin: 6px 0 0;

}
.cop
{
	clear: right;
	float: right;
	font-size: 10px;
	padding-top: 120px;
	color: #a4a4a4;
}
#footer {
	z-index: -1;
	position: absolute;
	bottom: 0px;
	clear: right;
	width: 100%;
	background-image: url(../images/footer1.gif);
	height: 261px;
	} 
#controls {
padding: 0 20px 0 0;
}
input {    
 width: 100%;
border: 1px solid #666;  
background-color: #aaa8a8;    
 color: white;    
 margin-right: 0px;  
  border: none;  
}
#comments
{    
 width: 100%;    
 background-color: #aaa8a8;    
 color: white;    
 margin-right: 0px;  
 border: none;  
} 
#submit {
float: right;
width: 8em;
}
#contaform {
clear: right;
}
#formsent{
	color:#333;
	position:absolute;
	width:26.2em;
		cursor:pointer;
}
textarea {
font-family: inherit;
font-size: inherit;
}
#warning {
float: left;
margin-top: -21px;
}
.controls {
margin-top: 1px;
	padding: 0 0 8px;
}
.controls li {
	list-style-type: none;
	padding: 1px 0 5px 0;
}
.highlight {
 background-color: #aaa8a8;   
	}
hr {
 height: 3px;
 background: #ef3f23;
 border-style: none;
}
#txt ul {
	list-style-type: square;
	margin-top: 2px;
}
#txt ul li{
	margin-bottom: 4px;
}
p::selection {
	background:#ef3f23;
	color:#fff;
}

p::-moz-selection {
	background:#ef3f23;
	color:#fff;
}

p::-webkit-selection {
	background:#ef3f23;
	color:#fff;
}

