html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
 form,
table,  caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	
	
}
body {
	line-height: 1;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;

}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

a img { border: none; }

hr {
   border: 0;
  color: #f00;
 background-color: #cc3300;
 height: 1px;

 }



*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

body {
    background: url("images/main-bg.jpg") repeat-x scroll 0 0 #FFFFFF;
    font: 12px/17px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

#wrap {
 
    height: 100%;
    margin: 0 auto;
    padding:0;
    width: 960px;
}

#branding {
width: 960px;
height: 102px;

}

#nav {
width: 960px;
height: 33px;
color:#fff;
background:#cc3300;
}

#leftcol {
width: 235px;
margin-top:15px;
float:left;
margin-bottom:30px;


}

.lefttitle {
  background:#cc3300;
  color: #FFFFFF;
  padding: 5px 0 5px 20px;
  line-height:22px;
  font-family:Century Gothic;
  font-size:12px;
  margin-bottom:15px;

}

.agentheader { color:#fff;}
ul {
	list-style: none;
	margin:0;
	padding: 0; 
	
	
}
ul li {
	
	margin: 0;
	padding: 3px 10px 5px 20px;
	
	color: #000; 
}

ul li  ul li{
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 5px 20px;
	border-bottom: 1px solid #ccc;
	color: #000; 
}

ul li:hover {
	color: #000;

}

#dailyrate {
background:#EDEBEB;
height:150px;
}

#main {
width: 710px;
margin-top:15px;
margin-left: 15px;
float:left;
margin-bottom:30px;
}

#mainleft {
width: 348px;
margin-top:15px;
margin-left: 0px;
float:left;

}

#mainright {
width: 348px;
margin-top:15px;
margin-left: 14px;
float:left;


}

.mainborder {
padding: 10px;
border:1px solid #ff3300;
height: 200px;
}

.noborder {
padding: 0px;

}

.space {
clear:both;
height: 15px;
}

.more {
    background: none repeat scroll 0 0 #F9F6F6;
    border: 1px solid #E2E2E2;
    
    box-shadow: 0 2px 1px #7F7F7F;
    color: #CE2029;
    display: block;
    left: 10px;
    padding: 5px 10px;
   
	float: left;
}

.more:hover {
    background: none repeat scroll 0 0 #E2E2E2;
    border: 1px solid #A6A6A6;
    box-shadow: none;
    text-decoration: none;
}


.button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("i/button-back.gif") repeat-x scroll 0 100% #7B1351;
    border-color: #E27CB4 #3B0225 #3B0225 #E27CB4;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #3B0225;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.4em 1em;
}

input.button:focus {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 #AAAAAA #AAAAAA #000000;
    border-style: solid;
    border-width: 1px;
}

.more-list {
    padding: 4px 0 12px;
}
.more-list li {
    background: url("images/arrow.png") no-repeat scroll 0 4px transparent;
    border-bottom: 1px solid #C6C6C6;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 0 3px 14px;
}
.more-list li a {
    color: #cc3300;
    font-size: 12px;
    text-decoration: none;
}
.more-list li a:hover {
    color: #990000;
    font-size: 12px;
    text-decoration: none;
}

.logo { float: left; width:300px;}
#phone { float: right; width:390px;}

#footer {
clear: both;
    height: 180px;
    margin-top: 50px;
    position: relative;
	background:#000;
}

#newfoot {
    background: none repeat scroll 0 0 #000000;
    
    line-height: 1.5em;
    margin: 0 auto;
    padding: 42px  10px;
    width: 880px;
	color:#fff;
	font-size:11px;
}

.copyright {
color:#fff;
	font-size:11px;
}

.small {
color:#fff;
font-size:10px;
	
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform {
	width: 500px;
	
	color: #333;
	font-family:"Lucida Grande",Helvetica,Verdana,Arial;
font-size:11px;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(images/cmxform-divider.gif) left bottom repeat-x;
	}
	
.date { font-size:8px; color:#333;}

#bluecaption {
	background:#F9E79F !important;
    position: absolute;
    top: 140% !important;
    left: 30%;
    z-index: 99;

    
    }

	