/* 
    Document   : style
    Created on : 06-Apr-2009, 22:39:41
    Author     : jeremy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	min-height: 800px;
    background-color: #fff;
    background: url(../images/application/bg.jpg) no-repeat fixed;
    background-position: 0px -175px;
	margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 0.3em 0;
}

form {
	width: 75%;
	margin: 0 auto;
	background: url(../images/application/form_bg.gif) bottom repeat-x;
}

form div {
	border-bottom: 1px groove #ccc;
	padding: 15px;
	background: transparent;
}

label {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-right: 20px;
}

div.submit input {
	margin-left: 150px;
	padding: 8px 15px;
}

img, div, input {
	/*behavior: url("../web/elements/3rdParty/iepngfix5/iepngfix.htc");*/
}

#custom-doc {
	margin: auto;
	text-align: left;
	width: 875px;
}

#hd .header_content {
    height: 130px;
    position: relative;
    background: url(../images/application/header_mid.png) repeat-y;
}

#hd ul {
    display: block;
    position: absolute;
    bottom: 12px;
	left: 5px;
}

#hd ul li {
    float: left;
    margin-left: 25px;
}

#hd img {
    position: absolute;
    bottom: 0px;
    right: 40px;
}

#hd #header-base {
    background: url(../images/application/header_base.png) no-repeat;
	margin-bottom: 6px;
}

.target_zone_block2 {
    width: 198px;
	margin-bottom: 13px;
}

.left-top {
    background: url(../images/application/left_top.png) no-repeat;
}

.left-mid {
    background: url(../images/application/left_mid.png) repeat-y;
    padding: 5px 10px 5px 20px;
}

.left-bot {
    background: url(../images/application/left_base.png) no-repeat;
}

.yui-t2 #yui-main .yui-b {
	width: 674px;
    float: right;
}

.yuimenu {
	white-space: nowrap;
}

.yuimenu li.submenu {
    margin-left: 20px;
}

.main-top {
    background: url(../images/application/main_top.png) no-repeat;
}

.main-mid {
    background: url(../images/application/main_mid.png) repeat-y;
    padding: 0 25px;
}

#yui-main img {
	margin: 15px;
}

#yui-main .page_body img {
	border: 1px outset #ccc;
}

.main-bot {
    background: url(../images/application/main_base.png) no-repeat;
	margin-bottom: 13px;
}

#ft {
    background: url(../images/application/header_mid.png) repeat-y;
    padding: 5px 25px;
}

#footer-top {
	height: 15px;
    background: url(../images/application/footer_top.png) no-repeat;
}

#footer-base {
	height: 15px;
    background: url(../images/application/header_base.png) no-repeat;
}

.caption {
	margin: 8px 7px 0 1px;
}

.caption img {
	margin: 0 !important;
}

.menu td {
	vertical-align: top;
}

.menu td.nowrap {
	white-space: nowrap;
}

table address {
	padding: 0;
}

/**********FONTS / COLOURS**********/

body {
    font-family: 'Times New Roman', Times, serif;
	font-size: 15px;
}

p {
	line-height: 1.5;
}

.page_description {
	font-style: italic;
	font-size: 15px;
	margin-bottom: 20px;
}

.page_body ul.faq li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.page_body ul li strong {
	font-size: 16px;
	font-style: italic;
}

#hd ul li, .target_zone_block2 ul li, #yui-main .page_body, #yui-main .page_description, .vcard {
    font-family: 'Helvetica Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#hd ul li a, .caption p, .luxhead {
    color: #99cc00;
}

#hd ul li a {
    font-size: 16px;
}

.caption p {
    font-size: 18px;
}

.target_zone_block2 {
	font-size: 13px;
}

.target_zone_block2 .hd {
    border-bottom: 1px solid #0066ff;
    padding: 0 0 3px 0;
    margin: 0 13px 10px 0;
}

.target_zone_block2 ul li {
	margin-left: 5px;
	margin-top: 8px;
}

.target_zone_block2 .hd, .target_zone_block2 ul li a, .vcard, .vcard a, #ft a {
    color: #0066ff;
}

.target_zone_block2 ul li.submenu a, .vcard {
	font-size: 12px;
}

.vcard .adr, .vcard .tel, .vcard a {
	margin-bottom: 10px;
}

.target_zone_block2 ul li.submenu a {
    color: #383838;
}

#visithomesmenu .hd, #visithomesmenu ul li a, .yui-t2 #yui-main .yui-b h1, .yui-t2 #yui-main .yui-b h2 {
    color: #ff3399;
}

#visithomesmenu .hd {
    border-color: #ff3399;
}

h1, h2, h3 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

h1 {
    font-size: 38px;
    text-align: center;
	font-weight: normal;
}

h2 {
    font-size: 30px;
}

h3, .target_zone_block2 .hd, .luxhead {
    font-size: 22px;
}