body, ul, h1, h2, h3, h4, h5, h6, p, a img
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
  outline: none;
}

#contentColumn a {
	color: #6f8090;
	text-decoration: none;
}

#contentColumn a:hover {
	color: #6f8090;
	text-decoration: underline;
}

#contentColumn a.img {
	text-decoration: none;
	outline: none;
	border: 0;
}

body 
{
    background-image: url(../images/layout/backdrop.jpg);
    padding-top: 20px;
    font-family: Arial, Tahoma, Verdana;
}

#header 
{
    height: 260px;
    overflow: hidden;
}

#wrapper 
{
    width: 756px;
    margin: 0 auto;
}

#contentWrapper 
{
    background-image: url(../images/layout/content_backdrop.jpg);
    padding: 0 10px;
}

#menu a
{
    display: block;
    background-color: #acb8c4;
    color: white;
    text-decoration: none;
    margin-top: 1px;
    padding: 8px 0 8px 15px;
    font-size: 0.8em;
    font-weight: bold;
}

#menu .selected a 
{
    background-color: white !important;
    color: #acb8c4 !important;
	border-bottom: 1px solid #acb8c4;
}

#menu a:hover
{
    background-color: #c2cbd4;
}

#menuColumn 
{
    width: 190px;
    float: left;
}

#contentColumn
{
    width: 490px;
    float: right;
    padding-right: 28px;
    line-height: 1.7em;
    font-size: 0.75em;
}


#footer 
{
    clear: both;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

#footerLinks {
	font-size: 0.7em;
	text-align: right;
	padding: 22px 42px 10px 0;
}

#footerLinks a {
	text-decoration: none;
	color: #6f8090;
}

#footerPhone {
	float: left;
	padding-left: 65px;
	color: #6f8090;
}



/* */

.review 
{
    font-size: 0.7em;
    margin: 10px 0px;
    border-top: 1px solid #acb8c4; 
    border-bottom: 1px solid #acb8c4;   
    padding: 7px;
}

.review p
{
    color: #acb8c4;  
}

.review span
{
    display: block;
    color: #acb8c4;
    font-style: italic;
    margin-top: 1em;
}

#ratings 
{
    margin-bottom: 30px;
}

/** **/

h1 
{
    color: #acb8c4;
    font-family: Georgia, Tahoma, Verdana;
    font-size: 1.8em;
    font-weight: normal;
    border-bottom: 1px solid #acb8c4;
    padding: 20px 0 12px 0;
}

h2, h3 
{
    color: #acb8c4;
    font-family: Georgia, Tahoma, Verdana;
    font-size: 1.3em;
    font-weight: normal;
    padding: 20px 0 12px 0;
}

h3 {
	padding: 0 0 12px 0;
}

/** **/

.imageHolder
{
    margin-top: 15px;
}

.imageHolder img
{
    margin: 0 0 10px 10px;
    border: 2px solid #acb8c4;
}

.imageHolder img.first
{
    margin-left: 0;
	margin-right: 4px;
}

#contentColumn p
{
    margin-bottom: 1.3em;
    padding-right: 2px;
}

#contentColumn p.last
{
    margin-bottom: 15px;
}

#contentColumn p.noMargin {
	margin-bottom: 0;
}

.lcol ul, .rcol ul {
	list-style-type: square;
	padding-left: 20px;
}

.twobul {
  width: 450px;
}

.lcol {
  width: 200px;
  float: left;
  margin-left: 30px;
  display: inline; /* IE 6 */
}
.rcol {
  width: 215px;
  float: right;
  display: inline; /* IE 6 */
}


.threeBul {
  width: 490px;
}

.bcol {
  float: left;
  width: 163px;
}

.bcol ul {
	list-style-type: square;
	padding-left: 20px;
}


p.topMargin {
	margin-top: 20px;
}


/*** Tariff Page ****/
.tariffTable tr {
	color: white;
	text-align: center;
}

.tariffTable tr {
	background-color: #acb8c4;
}

tr.tariffTableHeader {
	background-color: #acb8c4 !important;
	color: white !important;
	font-weight: bold;
}


.tariffTable tr.alt {
	background-color: #c2cbd4;
}

.tariffTable tr:hover {
	background-color: white;
	color: black;
}

.tariffTable {
	width: 490px;
	font-size: 1.1em;
}

.tariffTable tr td.col1 {
	width: 190px;
}

.tariffTable tr td.col2, .tariffTable tr td.col3, .tariffTable tr td.col4 {
	width: 100px;
	padding: 2px 0;
}



.contactForm .title {
	text-align: right;
}

input , textarea{
	border: 1px solid #6f8090;
	width: 250px;
}

.errorMsg {
	margin: 0 0 10px 20px;
	color: red;
}
