/* 
    Document   : Index
    Created on : 02-Mar-2009, 11:54:22
    Author     : Alan Osborne
    Description:
        Set the style for the index page
*/

body {
    background: #d9e1ec;
    font: 13px 'Calibri', Arial, Helvetica, sans-serif;
    color: #787867;
    text-align: center;
}

#shadow {
    width: 1000px;
    background: url(../img/shadow.png) repeat-y;
    margin: 0 auto;
}

#page {
    background: #EDF2E9 url(../img/page.png) repeat-y;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

#header {
    text-align: center;
    margin-top: 5px;
}

#navigation {
    background: #409000;
    color: #fff;
    border-bottom: 3px solid #207000;
}

#navigation ul {
    margin: 0 auto;
    width: 960px;
}

#navigation ul li {
    float: left;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0;
}

#navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
}

#navigation ul li a:hover {
    background: #206000;
}

#let_property_ad {
    float: left;
    width: 645px;
    background: url(../img/letbanner.png);
    font-family: 'Candara', Arial, Helvetica, sans-serif;
    margin: 6px;
    margin-left: 12px;
    color: #fff;
    height: 204px;
	cursor: pointer;
}

#let_property_ad h1 {
    font-size: 26.3px;
    font-weight: bold;
    margin: 24px;
    margin-left: 36px;
    width: 300px;
}

#let_property_ad a {
    color: #025D8C;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: url(../img/button.png) no-repeat;
    padding: 3px 25px;
}

#let_property_ad p {
    margin: 12px;
    margin-left: 36px;
}

#buttons {
    padding: 4px 6px;
    float: left;
    margin-top: 6px;
    width: 265px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 200px;
}

#help_button {
    height: 103px;
}

#retrieve_quote {
    height: 103px;
}

#payment_methods {
    margin: 6px;
    margin-top: 0;
}

#video {
    float: left;
    width: 320px;
    text-align: center;
}

#video img {
    margin-bottom: 16px;
}

#articles {
    float: left;
    width: 640px;
}

#footer {
    background: #025D8C;
    color: #fff;
}

#copyright { margin: 4px 8px; margin-top: 0; text-align: right; }

#add_links {
    padding: 6px 16px;
    text-align: left;
}

#add_links li {
    float: left;
}

#add_links a {
    padding: 4px 8px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    margin-left: 4px;
}

#add_links a:focus, #add_links a:hover {
    border-color: #fff;
}

#footer_block {
    margin: 0 auto;
    width: 960px;
}

.product {
    width: 320px;
    float: left;
}

#introtext img, .product img, #articles img, #links img {
    float: left;
    margin-left: 20px;
    margin-top: 6px;
}

#payment_methods img {
    float: left;
    margin: 4px;
    margin-left: 16px;
}

#introtext h2, #links h2, .product h2, #articles h2 {
    font-size: 18px;
    font-weight: bold;
    color: #409000;
    margin: 6px;
    margin-bottom: 0;
    margin-left: 70px;
}

#introtext h2 {
	margin-top: 16px;
}

.product p, #articles p, #articles ul, #introtext p {
    margin: 6px;
    margin-left: 70px;
    margin-right: 30px;
}

#introtext a, .product a, #articles a, #links a, .vid_link {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #025D8C;
    color: #025D8C;
}

.product a.quote {
    font-size: 16px;
}

#introtext a:focus, #introtext a:hover, .product a:focus, .product a:hover, #articles a:focus, #articles a:hover, #links a:focus, #links a:hover, .vid_link:focus, .vid_link:hover {
    border-bottom: 1px solid #409000;
    color: #409000;
}

.vid_link { font-size: 17px; }

#introtext a:visited, .product a:visited, #articles a:visited, #links a:visited {
    border-bottom: 1px solid #207000;
    color: #207000;
}

#articles ul {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #ADB0A9;
}

#articles li {
    float: left;
    width: 33%;
}

#introtext p, #articles p {
    margin-right: 70px;
}

.divider { margin: 5px 0; margin-top: 10px; text-align: center; }

#video-display {
	width: 100%;
	text-align: center;
}

#player {
	width: 436px;
	margin: 20px auto;
	border: 1px solid #025D8C;
}

#links { padding-bottom: 10px; }

#links div {
    margin: 6px 30px 0 70px;
}

#links ul {
	padding: 8px;
	float: left;
	width: 23%;
}

#links li {
 	margin: 8px 4px;
}