body {
	font: 13px/1.5  Arial, Helvetica, sans-serif;
	color:#ccc;
	margin:0px auto;
	background-color:#000;	
	background-image: url(../images/bg.jpg);	
	background-repeat: repeat;
	
}
html{

}

a:focus {
	outline: 1px dotted invert;
}

/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#cc0000;
text-decoration:none;
}
a:hover {
color:#888;
text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing:-1px;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	letter-spacing:-1px;
	
	
}
h3 {
	font-size: 18px;
	letter-spacing:-1px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {
	list-style-type: none;

	list-style-image: url(../images/bullet.gif);
}

li {
	margin-left: 30px;

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	
}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 18px 18px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 18px 18px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #333;
	background-color:#222;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #333;
	font-size:11px;
}

.img-br{
	border:1px solid #333;
	padding:5px;
	background-color:#111;

}

.blank-space{
height:30px;


}

hr {
  border: 0; 
  color: #333;
	background-color: #222;
	height: 1px;
	border-bottom:1px dotted #333;
}

/*logo*/

#logo{
	width:370px;
	height:83px;
	position:absolute;
	top:30px;


	

}


div.header{
	width:940px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:120px;
	
	
	

}

#header{
position:relative;

}
/*contact info*/	
.call{
	position: absolute;
	top:40px;
	right:0px;
	font-size:2em;	
	z-index:3;


}	
/*slider pargraph title styles*/

.title1{
	font-size:2.75em;
	letter-spacing: -2px;
	line-height:40px;

}

/* top navigation
----------------------------------------------------------------------------------------------------*/
#menu{
	background-image: url(../images/top-menu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:41px;


	
	


}
#menu ul {
	list-style:none;
	margin:0px;
	margin-left:20px;
	

}
#menu ul li {
	display:inline;
	margin:0px;
	list-style:none;
	line-height:41px;
	float:left;
	width:auto;
}
#menu ul li a{

padding:5px 10px;
font-weight:bold;
}
#menu ul li a:link, #menu ul li a:visited{
color:#a5c7dc;

}
#menu ul li a:hover{
color:#fff;

}

#menu ul li.activelink a, #menu ul li.activelink a:link, #menu ul li.activelink a:visited{
color:#fff;
background-color:#195276;
border-top:2px solid #0c344b;
}

/* home page slider
----------------------------------------------------------------------------------------------------*/

#slider-bg{
	color:#ccc;
	margin-top:20px;

}
.slider-frame{
	background-image: url(../images/slider-frame.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 301px;
	width: 515px;
	z-index:13;
	position:relative;
}

.sliderImages {
	margin:0px 0px 0px 13px;
	position:absolute;
	top:22px;

}
.sliderImages li{
	margin:0px;
	list-style:none;
	z-index:1;
	position:relative;
}
.sliderImages li img{

	z-index:1;
	position:relative;
}
.sliderTextHolder strong{
	color:#72aed2;

}
.sliderTextHolder p{
	color:#ccc;
	font-size:1.55em;
	font-style: italic;
}


.sliderTextHolder li{
	list-style:none;
	margin:0px;
}
#slider-frame{
	position:relative;
}
.arrows{
}
.prev {
	position: absolute;
	top:135px;
	left:-10px;
	z-index:99;
}
.next {
	position: absolute;
	top:135px;
	right:30px;
	z-index:99;
}

/* right sidebar
----------------------------------------------------------------------------------------------------*/
.right-column{
padding:0 20px;
border-left:1px dotted #333;

}

.right-column h2{
	color: #f3dc58;	
}

h1{
	color: #8dbad8;	
}


/* footer
----------------------------------------------------------------------------------------------------*/

div#footer{
	clear:both;
	text-align:left;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 940px;
	

}
div#footer p{
	line-height:71px;
	padding-left:10px;
	color:#fff;

}



/* contact us
----------------------------------------------------------------------------------------------------*/
.contact-us {
	text-align:left;
	
	padding:10px 0;
	width:auto;

}
	.contact-us input {
	background-image:url(../images/input-bg1.jpg);
	background-repeat:no-repeat;
	height:17px;
	background-color:#111;
	border:1px solid #333;
	width:480px;
	padding:10px 5px;
	color:#ccc;
}
.contact-us textarea {
background-color:#111;
	border:1px solid #333;
	width:480px;
	padding:10px 5px;
	overflow:auto;
	color:#ccc;
}
.contact-us .submit {
	border:none;
	width:95px;
	height:31px;
	position:relative;
	left:110px;
	margin:0;
	padding:0;
	background-color:#111;
}
.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#666;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}
.message {background-color:#666;
	border:1px solid #333; color:#222;display:none;width:460px;padding:10px;}
.contact {text-align:right;}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}