@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #263b65;

}

img {
	border:none;
	margin: 0px;
	padding: 0px;

}


/*Set up link for rent a dent main site on page banner*/
.linkPageBanner{
	font-size:16px;
	color: #263b65;
	background:none;
}

a{
	text-decoration:none;
	border:none;
	color:#003399;
	font-weight:bold;
}


.mainBanner{
	width: 1024px;
	height: 231px;
	font-size:16px;
	color:#FFFFFF;
}

.container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

/*navigation on home page*/
.navHome{
    background-color:#FFFFFF;
	width: 1028px;
	height: 70px;
}

/*Top navigation on other pages*/
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 0.2em;
}

#nav-menu li a
{
	background:url(images/layout/css-nav.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7.3em;
	display: block;
	border: 0.1em solid #bbcdf2;
	color:#263b65;
	text-decoration: none;
	text-align: center;
	font-size:16px;
}


#nav-menu
{
width:1024px;
padding-bottom:10px;

}

.floatLeft{
	float:left;
	margin-right: 5px;
}


.floatRight{
	float:right;
	
}

.center{
text-align:center;
}

.clear{
	clear:both;
}

/*Set size for the main area on the home page*/
#homeMain{
    width: 1024px;
	height: 639px;
}



/*Set up footer area*/
#footerWrapper{
	height: 80px;
	padding:10px;
	text-align:center;
	background-image:url(images/layout/footer.jpg);
	background-repeat:no-repeat;
}

#footerList ul{

	list-style: none;
	padding: 0;
	margin-left:320px;
	background: none;
	
}

#footerList li
{
	float: left;
	margin: 0 0.9em;
	background:none;
}

#footerList li a
{

	float: left;
	display: inline;
	font-size:12px;
	color:#000000;
	text-decoration: none;
	text-align: center;
	font-style:italic;
	background:none;
}

h1{
	color:#666666;
	font-size:24px;
    margin:0px;
	
}



h2{
	font-size:larger;
	font-style:italic;
	color: #263b65;
	margin-top:10px;
    margin-bottom:-0px;
	width: 500px;
	text-indent:30px;
}

h3{
	font-size:medium;
	font-style:italic;
	color: #263b65;
	margin-top:0px;
    margin-bottom:-0px;
	text-align:center;

}

h4{
	font-size:small;
	font-style:italic;
	color: #263b65;
	text-align:center;
	margin-top:10px;
    margin-bottom:10px;
}

/*same as h2 but without a width restriction - use for formal documents with no images*/
h5{
	font-size:larger;
	font-style:italic;
	color: #263b65;
	margin-top:10px;
    margin-bottom:-0px;
	
	/*text-indent:30px;*/
}
/*same as h2 but centered and no top-margin*/
h6{
	font-size:larger;
	font-style:italic;
	color: #263b65;
	margin-top:0px;
    margin-bottom:-0px;
	text-align:center;
}
h7{
	font-size:larger;
	color: #263b65;
	margin-top:10px;
    margin-bottom:-0px;
}

/* Use to create two equal cloumns on the main area*/
.leftColumn{
	width:50%;
	text-align:center;
	float:left;
}

.rightColumn{
	width:50%;
	text-align:center;
	float:right;
}
/* use this for general indentaion, especially in the large information pages*/
.indentText{
	text-indent: 17px;
}
/* use this for indentation on the contact us page*/
.indentContact{
	text-indent: 60px;
}

.formField{
	background-image: url('images/layout/css-nav.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	font-size : 14px; 
	font-family: "Verdana", Helvetica, sans-serif;
	color : #000000; 
	border:1px solid #dcdce9;
	height: 30px; 

}

.formarea {
background-color:#E1EDFF;
font-size : 12px; 
font-family: "Verdana", Helvetica, sans-serif; 
color : #000000; 
border:1px solid #dcdce9;
margin-left:100px;
vertical-align:text-top;
}

.textSmallItalics{
	font-size:small;
	font-style:italic;
}

.indentFAQ{
float:right;
margin-right:10px;
text-align:right;
}

.faqBackground{
background-image:url(images/layout/faqBG.jpg);
background-repeat:no-repeat;
}