/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
}
div.text p {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: disc;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: inside;
}
a:link,
a:visited {
color: #fff;
}
a:hover {
color: #78a22f;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #4f227f;
padding: 5px 10px;
text-decoration: none;
text-transform: lowercase;
color: #fff;
}

/* Headings */
h1 {
color: #fff;
font-size: 1.2em;
padding-top: 15px;
padding-bottom:15px;
padding-left:10px;
font-weight:normal;
text-transform: capitalize;
border-bottom:1px solid #fff;
}
h2 {
color: #fff;
font-size: 1em;
margin-bottom: 3px;
text-transform: uppercase;

}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #fff;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body{
background-color:#114432;
}
#wrap{
width:960px;
margin:0 auto;
}

#header{
width:960px;
}

#main{
clear:both;
border:1px solid #fff;
}

#content{
margin-bottom:30px;
}
#mainContent {
width:650px;
float:left;
margin:20px 0px 0px 20px;
}
#subContent {
width: 250px;
float: right;
margin:20px 20px 0px 0px;
}
#break {
clear:both;
}
.break{
clear:both;
}
/* Header
----------*/
#header{
float:left;
}
#header img{
float:right;
}

/* Footer
--------- */
#footer{
clear:both;
color:#fff;
padding-top:5px;
padding-left:10px;
font-size:0.9em;
}

/* Dropdown menu
-----------------*/
.menu {
float:left;
height: 24px;
margin-top:65px;
padding:0px;
background-color:#78a22f;
}

.menu a {
display: block;
height: 24px;
margin: 0px 0px 0px 0px;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999em;

}
.menu li#homeList a {
background-image: url(/_lib/professional/foxwood/img/mm_home.gif);
width:63px;

}
.menu li#projectsList a {
background-image: url(/_lib/professional/foxwood/img/mm_projects.gif);
width:84px;
}
.menu li#buyList a {
background-image: url(/_lib/professional/foxwood/img/mm_buying.gif);
width:76px;
}
.menu li#sellList a {
background-image: url(/_lib/professional/foxwood/img/mm_selling.gif);
width:73px;
}
.menu li#rentList a{
background-image: url(/_lib/professional/foxwood/img/mm_renting.gif);
width:77px;
}
.menu li#theWeekList a{
background-image: url(/_lib/professional/foxwood/img/mm_theweek.gif);
width:193px;
}

.menu li#aboutList a {
background-image: url(/_lib/professional/foxwood/img/mm_aboutUs.gif);
width:85px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/foxwood/img/mm_contact.gif);
width:99px;
}
.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
#menu, .menu ul{
padding:0px;
padding-top:1px;
margin:0px;

}


#menu .menu li li a {
font-size: 1em;
text-indent: 10px;
background-image: none;
background-color: #78a22f;
margin-top: 0;
padding: 2px 0;
border-bottom: none;
width: 185px;
color: #fff;
text-decoration:none;
height: auto;
border-right:1px solid #fff;
border-left:1px solid #fff;
}

#menu .menu li li.first a{
padding-top:5px;
}
#menu .menu li li.last a{
padding-bottom:5px;
border-bottom:1px solid #fff;

}

#menu .menu li li a:hover {
background-color: #114432;
}

/* Standard forms
------------------*/
form textarea, input, select{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #fff;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #fff;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
border: none;
}
form p {
clear: both;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form fieldset#submit input,
form fieldset.submit input,
form input.button {
height: 26px;
width:78px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #18506d;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/foxwood/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/foxwood/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/foxwood/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/foxwood/img/btn_search.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/foxwood/img/btn_login.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/foxwood/img/btn_reactivate.gif);
}
form em span,
form .required {
color: #fc7777;
font-weight: bold;
}

/* Popups
---------*/
body.popup #content {
clear:both;
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}
body.popup #header{
width:200px;
}
body.popup #header img{
float:left;
}
body.popup form{
margin-top:10px;
}

/* Homepage
----------- */

body#home #main{
clear:both;
border:none;
}

body#home #content{
margin-bottom:0px;
border:1px solid #fff;
}

body#home #leftBox{
background: transparent url(/_lib/professional/foxwood/img/bg_quicksearch.jpg) top left repeat-x;
border-top:1px solid #fff;
width:307px;
float:left;
padding:25px 10px 0px 10px; 
}

body#home #propalert{
background: #78a22f url(/_lib/professional/foxwood/img/bg_propalert.jpg) top left repeat-x;
border-top:1px solid #fff;
border-right:1px solid #fff;
border-left:1px solid #fff;
width:290px;
float:left;

padding:25px 10px 0px 10px;
}
body#home #propalert h2 {
width: 114px;
height: 24px;
text-indent: -9999em;
background: transparent url(/_lib/professional/foxwood/img/hd_propalert.gif) top left no-repeat;
padding-bottom:10px;
}
body#home #propalert p{
line-height:1.2em;
}
body#home p.cent{
text-align:center;
}

body#home p.cent img{
margin-top:10px;
margin-right:10px;
margin-left:10px;
}

body#home #foxwood{
background: transparent url(/_lib/professional/foxwood/img/bg_quicksearch.jpg) top left repeat-x;
border-top:1px solid #fff;
width:289px;
float:right;
padding:25px 15px 0px 15px;
}
body#home #foxwood h2 {
width: 200px;
height: 24px;
text-indent: -9999em;
background: transparent url(/_lib/professional/foxwood/img/hd_foxwood.gif) top left no-repeat;

}

body#home #foxwood img{
float:left;
padding-right:10px;
padding-bottom:10px;
}
body#home #foxwood p{
padding-top:120px;
line-height:19px;
}

body#home #foxwood p a {
text-decoration:none;
}

/* Animation */

body#home ul#animation {
list-style-position:outside;
overflow:hidden;
width:958px;
height:259px;
}
body#home  ul#animation img{
width:958px;
height:259px;
}


/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */