@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #1F5C9A;
	padding: 0px;
	margin: 0px;
}
#container {
	width:700px;
	height:100%; 
	background-image:url(../images/back.jpg);
	margin-left:auto;
	margin-right:auto; position:relative;
}
#header { 
	background-image:url(../images/top.jpg);
	width:700px;
	height:45px;

}
#nav {
	width:675px;
	height:30px;
	padding-left:0px;
}
#content {
	width: 660px;
	padding: 0px 20px 20px 30px;
}
#footer { 

	background-image:url(../images/bottom.jpg); 		
	background-position:bottom; 
	background-repeat:no-repeat;
	width:700px;
	height:73px; text-align:center;
}
#left_side {
	float:left;
}
#right_side {
	float:left;
}
.photo_container {

}
.photo_top { 
	background-image: url(../images/photo-top-bg.jpg);
	height:12px;
}
.photo_bottom { 
	background-image: url(../images/photo-bottom-bg.jpg);
	height:17px;
}


/******************* PARAGRAPH TAG *******************/
p {
	padding: 0px;
	margin: 0px;
}
/******************* HEADINGS *******************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px; 
	font-weight:normal;
	color: #4374B6;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4374B6;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}
/******************* Fixes Browser Bugs *******************/
.clearFix {
	clear: both;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	color: #0000FF;
	padding: 0px;
	margin: 0px;
}
a:hover {
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

/* fix wierd outline*/ 

a:focus, a:active {
        outline: none;
      }


/******************* COPYRIGHT *******************/
#copyright 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#copyright a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright a:hover {
	color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/******************* COPYRIGHT *******************/
.form_fonts input, textarea, option {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/******************* transparent png fix *******************/

img, div { behavior: url(iepngfix.htc) }

/** places padding around content **/
.padded_text_20 {
	padding:20px;
    line-height:18px;
}
.padded_text_40 {
	padding:20px 40px;
    line-height:18px;
}
#rental_box {
	width:640px; margin-left:auto; margin-right:auto;
}
#rental_header {
	background-image:url(../images/rental_header.png);
	width:630px;
	height:124px;
	padding: 40px 0px 0px 10px;
}
#rental_bg { 
	background-color:#EAF1FF;
	padding: 5px;
	}
#rental_footer { 
	background-color:#A8BBDC;
	height:10px;
}
#rental_pic {
	position:absolute;
	left: 454px;
	top: 180px;
	border:solid 3px #4374B6;
}
#rental_description {
	width:580px;
	padding:10px 30px;
	margin-left:auto;
	margin-right:auto;
}

/******************* Slideshow *******************/	  
.slideshow_contatiner {
width:630px;
}
.slideshow_contatiner_single {
width:310px;
float:right;
}

.slideshow { 
	float:left; 
	height: 200px; 
	width: 310px;  
}
.slideshow img {   }

.HorizontalRule {
	border-bottom: 2px solid #1f5c9a;
}

/******************* Misc Stuff *******************/	  
.TestimonialRule {
	border-bottom: 1px solid #4374B6;
	padding-bottom: 5px;
}


