/* #######################################################
   -------------------------------------------------------
   Theme: Goldline Property
   Date: 2007-10-30
   Description: Warlock theme for Goldline Property
   Author: Mark Hope & David Cole @ (Kangaroo Media)
   -------------------------------------------------------
   ####################################################### */   

/* -------------------------------------------------------
    Global :: Standardise CSS Between Browsers
   ------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	font: inherit inherit 100%;
}
:focus {
	outline: 0;
}
body {
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -------------------------------------------------------
    Global :: Standard Elements
   ------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #000000;
	background-image: url(../Images/bg-img.gif);
	background-repeat: repeat-x;
}
p {
	padding-bottom: 1em;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	color: #EB000E;
	font-size: 210%;
	font-weight: lighter;
	font-family: "Trebuchet MS", Verdana;
}
a {
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ED39A9;
}
/* -------------------------------------------------------
    Global :: Misc. Classes
   ------------------------------------------------------- */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.nd {
	display: none;
}
/* -------------------------------------------------------
    Section[Content] :: Form[Structure]
   ------------------------------------------------------- */
/* General Form Structure */
#content form fieldset {
	outline: 0;
	display: block;
}
#content form fieldset legend {
	background-color: #FFFFFF;
	display: none;
}
#content form fieldset .note {
	position: absolute;
	margin-left: 420px;
	width: 220px;
	background-color: #FFFFFF;
	padding: 10px;
}
#content form fieldset .note h4 {
	font-size: 120%;
	background-image: url(../Images/information.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
}
#content form fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content form fieldset ol li {
	padding-top: 3px;
	clear: left;
}
#content form fieldset ol li input, #content form fieldset ol li select, #content form fieldset ol li textarea {
	background-color: #CFCFCF;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 1px;
	float: left;
}
#content form fieldset ol li .note {
	position: relative;
	left: 0;
	display: block;
	float: none;
	width: auto;
	background: none;
	border: none;
	font-size: 80%;
	margin-left: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content form fieldset ol li label {
	float: left;
	width: 158px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ACACAC;
}
#content form fieldset ol li div {
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
	display: inline;
}
#content form fieldset ol li fieldset {
	clear: none;
	border: 1px solid #E4E4E4;
	margin-left: 120px;
	display: inline;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content form fieldset ol li div fieldset ul {
	display: block;
}
#content form fieldset ol li div fieldset legend {
	font-size: 100%;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #ED39A9;
}
#content form fieldset ol li div fieldset label {
	float: none;
	width: auto;
	text-align: left;
}
/* Buttons */
#content form fieldset ol .buttons {
	padding-left: 166px;
}
#content form fieldset ol .buttons input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E70036;
	width: auto;
}


/* Single Checkbox */

#content form fieldset ol .checkbox label {
	float: none;
	width: auto;
	margin-left: 130px;
}
#content form fieldset ol .checkbox input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
/* Radio Group */
#content form fieldset ol .radiogroup div fieldset  {
	width: 210px;
	margin-left: 130px;
	float: left;
	margin-bottom: 0px;
}

#content form fieldset ol .radiogroup div fieldset ul li {
	display: inline;
}
#content form fieldset ol .radiogroup div fieldset ul li label {
	float: none;
}
#content form fieldset ol .radiogroup div fieldset ul li input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
/* Checkbox List */

#content form fieldset ol .checklist div fieldset ul {
	list-style: none;
	max-height: 150px;


 height: expression(this.scrollHeight > 150 ? "150px" : "auto");
	overflow: auto;
	width: 210px;
}
#content form fieldset ol .checklist div fieldset ul, form fieldset ol .checklist div fieldset ul li {
	margin: 0;
	padding: 0;
}
#content form fieldset ol .checklist div fieldset ul label {
	display: inline;
	padding-left: 2px;
}
#content form fieldset ol .checklist div fieldset ul input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

/* Radio List */

#content form fieldset ol .radiolist div fieldset ul {
	list-style: none;
	max-height: 150px;

 height: expression(this.scrollHeight > 150 ? "150px" : "auto");
	overflow: auto;
	width: 210px;
}
#content form fieldset ol .radiolist div fieldset ul, #contentform fieldset ol .radiolist div fieldset ul li {
	margin: 0;
	padding: 0;
}
 .#content form fieldset ol .radiolist div fieldset ul label {
 display: inline;
 padding-left: 2px;
}
#content form .radiolist input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
/* -------------------------------------------------------
    Page :: General Structure
   ------------------------------------------------------- */
   
#container {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	margin-top: 0px;
	width: 860px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftimg {
	background-image: url(../Images/leftimg.jpg);
	background-repeat: no-repeat;
	width: 430px;
	float: left;
	height: 450px;
}
.rightimg {
	width: 390px;
	float: right;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../Images/rightimg.gif);
	background-position: bottom;
	height: 421px;
	background-repeat: no-repeat;
}
.scroller {
	overflow: auto;
	height: 100px;
	clip: rect(0px,0px,0px,0px);
	margin-bottom: 1em;
}
.scroller ul{
	list-style-type: disc;
	list-style-position: inside;
}
#footer {
	clear: both;
	height: 73px;
	width: 860px;
	padding-top: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
	color: #737373;
}
#footer .copyright {
	float: left;
}
#footer .author {
	float: right;
	padding-top: 9px;
}
#footer .author a:link {
	display: block;
	width: 209px;
	background-image: url(../Images/kang_logo.gif);
	background-repeat: no-repeat;
	height: 32px;
	float: left;
	padding: 0px;
}
#footer .author a:visited {
	display: block;
	width: 209px;
	background-image: url(../Images/kang_logo.gif);
	background-repeat: no-repeat;
	height: 32px;
	float: left;
	padding: 0px;
}
#footer .author a:active {
	display: block;
	width: 209px;
	background-image: url(../Images/kang_logo.gif);
	background-repeat: no-repeat;
	height: 32px;
	float: left;
	padding: 0px;
}
#footer .author a:hover {
	display: block;
	width: 209px;
	background-image: url(../Images/kang_logo.gif);
	background-repeat: no-repeat;
	height: 32px;
	float: left;
	padding: 0px;
	background-position: bottom;
}

