html {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  height: 100%;
}

body{
  margin: 0;
  padding: 0;
  font-family: Century Gothic, "Trebuchet MS", Helvetica, sans-serif;
  height: 100%;
}

ul {
    list-style-image: url('../images/ul_icon.gif');
}

section{
    float: left;
}

#banner{
    height: 279px;
    width: 100%;
}

#banner_table {
    height: 279px;
    width: 100%;
    background-image: url('../images/banner_right_tile.jpg');
    background-repeat: repeat-x;
}

#banner_bg_left {
    background-image: url('../images/banner_lines_bg.png');
    background-repeat: repeat-x;
    height: 279px;
}

#banner_logo_bg {
    background-image: url('../images/banner_logo_bg.png');
    background-repeat: no-repeat;
    height: 279px;
    width: 648px;
}

#banner_logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    height: 180px;
    background-position: center bottom;
    width: 156px;    
    margin: 0 auto;
}

#banner_ballot_box {
    background-image: url('../images/ballotbox.png');
    background-repeat: no-repeat;
    height: 170px;
    background-position: left top;
}

#banner_bg_right {
    height: 279px;
}

#banner_slogan {
    position: relative;
    text-align: center;
    color: #293C49;
    padding: 15px 0 0 0;
    font-weight: bold;
}

#call_to_action {
    background-color: #FFF;
    height: 480px;
    width: 100%;
}

#call_to_action_inner {
    max-width: 1300px;
    padding: 50px 0 0 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.call_to_action_columns {
    /*float: left;*/
    display: inline-block;
    width: 33%;
}

#call_to_action_left {
    
}

#call_to_action_center{
    
}

#call_to_action_right {
    
}

#c2a_left {
  /*float: left;*/
}

#c2a_middle {
  /*float: left;*/
}

#c2a_right {
  /*float: left;*/
}

#footer {
    background-color: #496A80;
    width: 100%;
    padding: 20px 0;
}

#footer table{
  margin: 0 auto;    
  height: 100%;
}

#footer p {
    width: 100%;
    color: #FFF;
    text-align: center;
}
#footer a{
    color: #b8cfd5;
    text-decoration: none;
}

#footer a:hover{
    color: #8f0304;
}

#site_content {
    width: 100%;
}

#site_content_inner {
    padding: 100px 20px 20px 20px;
    max-width: 1300px;
    margin: 0 auto;
}

#site_content_inner table tr td {
  padding: 10px 15px;
}

.content_columns {
    float: left;
    /*display: inline-block;*/
    width: 33%;
    display: block;
}

.content_columns li, .content_columns p{
    text-align: justify;
}

.content_columns .heading {
    color: #8F0304;
    font-weight: bold;
    padding: 15px 0 0 0;
    font-size: 16pt;
    margin: 0;
    text-align: center;
}

#quote .heading {
    color: #8F0304;
    font-weight: bold;
    padding: 0;
    font-size: 16pt;
    margin: 0;
    text-align: center;
}

#loginButton {
  background-color: #8f0304;
  height: 40px;
  width: 150px;
  border: 1px solid #8f0304;
  color: #FFF;
  font-size: 15px;
  cursor: pointer;
}

#loginButton:hover {
  background-color: #000066;
}

#quote {
	 display: none; 
	width: 100%;
	background-color: #b8cfd5;
	border-top: 10px solid #8f0304;
	border-bottom: 10px solid #8f0304;
}

#quote_content_inner {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}


#quoteResult .heading {
    color: #8F0304;
    font-weight: bold;
    padding: 0;
    font-size: 16pt;
    margin: 0;
    text-align: center;
}

#quoteResult {
	width: 100%;
	background-color: #b8cfd5;
	border-top: 10px solid #8f0304;
	border-bottom: 10px solid #8f0304;
}

#quoteResult_content_inner {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.getQuoteFormLabel{
    /*text-align: right;*/
}

#submitBtn {
    background-color: #8f0304;
    padding: 15px 30px;
    color: #FFF;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

#submitBtn:hover {
    background-color: #4a6a81;
    color: #FFF;
    border: none;
    font-size: 15px;
}

#getAQuoteBtn {
    background-color: #8f0304;
    padding: 15px 30px;
    color: #FFF;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

#getAQuoteBtn:hover {
    background-color: #4a6a81;
    color: #FFF;
    border: none;
    font-size: 15px;
}

#compGuide, #whatOthersSay, #safetySecurity{
    display: none;
}

#c2a_left, #c2a_right, #c2a_center {
    cursor: pointer;
}

/*.dialogWindow{
    position: static !important;
}*/

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 