
/*******************************************************************************
 * all.css - style init for use with all browsers and media types
 ******************************************************************************/

/* Import css to undo some of the default styling of common (X)HTML browsers  */
@import url('undohtml.css');

/* Element Styles ----------------------------------------------------------- */


body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}

table, tr, td, form {
	font-size:1em;
}

label {
  font-size: 0.75em;
}

p {
  font-size: 0.75em;
  margin: 1em 0;
}
p.small {
  font-size: 0.7em;
  margin: 0.5em 0;
}
a {
  color: #10366E;
  xcolor:red;
  text-decoration:underline;
}
a:hover {
  color: #4D6B97;
}
small {
  color: #666;
  font-size: 0.75em;
  line-height: 2.3em;
  letter-spacing: 0.3px;
}
big {
  color: #666;
  font-size: 1.4em;
}
div#info big {
  color: #10366E;
  font-size: 1.8em;
}
h1 {
  font-size: 1.3em;
  font-weight: normal;
}
h2, .contentheading, .componentheading {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #10366E;
}
h2.small {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.6em;
}
h2.large {
  font-size: 1.2em;
  color: #10366E;
}
h3 {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.6em;
}
h3.small {
  font-size: 0.75em;
}
h3.large {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1em;
  color: #10366E;
}
h4 {
  font-size: 0.75em;
  font-weight: bold;
  margin: 1em 0;
}

/* Generic Classes ---------------------------------------------------------- */

.left {
  float: left;
}
.right {
  float: right;
}
.imgLeft {
  float: left;
  margin: 2px 10px 5px 2px;
}
.imgRight {
  float: right;
  margin: 2px 2px 5px 10px;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.clearAll {
  clear: both;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.hidden {
  margin: 0;
  padding: 0;
  /* Take this out of flow of doc so page isn't effected when resizing */
  position: absolute;
  /* So hidden text doesn't become visible when resizing */
  margin-left: -5000px;
}

ul.formErrors {
  font-size: 0.75em;
  color: #ff0000;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  margin-bottom: 1em;
}

.required {
  font-size: 0.75em;
  color: #ff0000;
}

/* ************************************************** */


.tour_layout_image
{
	float:left;
    width: 290px;
    margin-left: -2px;
    height: 238px;
    padding: 14px;
    background: transparent url("../images/tour/smallBgDrop.gif") no-repeat top left;
    position: relative;
    left: 12px;
}

.virtual_tour
{
	float:left;
    width: 350px;
    margin-left: -30px;
    height: 238px;
    padding: 14px;
    background: transparent url("../images/tour/largeBgDrop.gif") no-repeat top left;
    position: relative;
    left: 12px;
}


.partners_logo
{
	float:left;
	width:200px;
	text-align:center;
	margin-right:10px;
}

.partners_description
{
	vertical-align:middle;
	float:left;
	width:400px;
}

.partners_description p
{
	margin:0px;
	padding:0px;
}

.moduletable, .contentpane
{
	font-size:0.8em;
}


input, textarea
{
	border:1px solid #AAAAAA;
    xfont-size: 0.8em;
}


select
{
  font-size: 0.8em;
}

#txtSize input
{
	border:none;
}


.sitemap_column
{
	float:left;
	margin-right:10px;
	width:250px;
}


#subnav li {
  xlist-style-type: square;
  xlist-style-position: outside;
}
#subnav a {
  display: block;
  padding: 9px 8px 10px 32px;
  font-size: 0.75em;
  color: #002A67;
  border-bottom: 1px solid #fff;
  background: #EBEEF3 url('../images/widgets/squareSmall.jpg') no-repeat scroll 15px center;
	text-decoration:none;
}
#subnav a:hover {
  background-color: #D3DAE5;
  font-weight: bold;
}
#subnav li.on a, #subnav li.sub_on a {
  background: #F9FABE url('../images/widgets/squareBig.jpg') no-repeat scroll 15px center;
  font-weight: bold;
	text-decoration:none;
}

#subnav li.sub {
  xpadding-left:15px;
  xbackground: #EBEEF3;
}

#subnav li.sub_on {
  xpadding-left:15px;
  xbackground: #FBFBD5;
  
}

#subnav li.sub {
  background-color: #FBFBD5;
}

#subnav li.sub_on {
  xbackground-color: #F9FABE;
  background-color: #FBFBD5;
}

#subnav li.sub a, #subnav li.sub_on a {
  margin-left:15px;
  background-color: #FBFBD5;
  	text-decoration:none;
}

#subnav li.sub_on a {
	xbackground-color: #F9FABE;
  background-color: #FBFBD5;
  	text-decoration:none;
}

#subnav li.sub a:hover, #subnav li.sub_on a:hover {
  background-color: #FBFBD5;
}


.sub_end
{
	height:1px; 
	font-size:1px;
	border-top:3px solid #F9FABE; 
}

#classic_search_go
{
	margin-top:7px;
	text-align:right;
}


.contentpaneopen ul
{
	xborder:1px solid green;
	padding:0;
}
.contentpaneopen ul li
{
	xborder:1px solid red;
	padding-left:5px;
	margin-left:20px;
	margin-bottom:1px;
	list-style:disc;
	list-style-position:outside;
    font-size: 0.75em;
}


div#gallery
{
  background: transparent url('../images/loading.gif') no-repeat scroll center;
  width: 434px;  
  min-height: 300px;
  margin: 0 auto 0 auto;
  xmargin: auto;
  text-align:center;
}
div#imageWrapper
{
  background-image: none;
}


#galleryLinks
{
	text-align:center;
}


/*
div#galleryLinks li
{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
*/
.font_adjust
{
    font-size: 0.75em;
}

.gallery_navs, .gallery_caption
{
	text-align:center;
}

.gallery_caption
{
	margin-top:20px;
	margin-bottom:20px;
}

/*
#galleryLinks .selected
{
	font-weight:bold;
	text-decoration:underline;
}
*/

.mc_label
{
	font-size: 1em;
}

div.message
{
	font-size: 0.75em;
	color:#FF0000;
	margin-bottom:10px;
}

.pressreleases_listing, .casestudies_listing
{
	padding-bottom:20px;
	margin-bottom:20px;
	xborder-bottom:solid 1px #999999;
	background-image: url("../images/developments/dlistBorder.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}

.pressreleases_listing p
{
	margin-top:0;	
	margin-bottom:3px;	
}

.casestudies_listing p
{

}

.pressreleases_title, .casestudies_title
{
	font-size: 1.2em;
	font-weight: bold;
	xline-height: 1.6em;
}

.pressrelease_date, .casestudies_date
{
	font-weight:bold;
}

.casestudies_link
{
	font-weight:bold;
	text-decoration:underline;
}



.casestudies_thumb_holder
{
	width:100px;
	height:120px;
	margin-right:30px;
	float:left;
	text-align:center;
}

.casestudies_thumb
{
	xborder:none;
	border:1px solid #999999;
}


.greyBold
{
	font-weight:bold;
}

small.size_inc
{
	/*font-size: 0.75em;*/
	font-size: 0.79em;
}

/*******************************************************************************
 * screen.css -  advanced styles for use on the screen media type
 ******************************************************************************/

/* Element Styles ----------------------------------------------------------- */

body {
  background: #98ACC1 url('../images/backgrounds/site.jpg') repeat-y scroll center;
}

/* Site structure ----------------------------------------------------------- */

#wrapper {
  background-color: #fff;
  margin: 8px auto 8px auto;
  padding: 16px;
  width: 906px;
}
#header {
  border: 1px solid #8695AA;
  min-height: 110px;
}
#logo {
  float: left;
}
#strap {
  font-size: 0.85em;
  letter-spacing: 0.7px;
  float: left;
  margin-top: 35px;
  margin-right: 15px;
  width: 380px;
}
#info {
  margin: 16px 16px 16px auto;
  xwidth: 254px;
  xwidth: 350px;
  font-size: 0.75em;
}
#search {
  background-color: #EBEEF3;
  padding: 12px;
  text-align: right;
  border-top: 1px solid #D6DCE7;
  border-bottom: 1px solid #DAE0E9;
}
#nav {
  background-color: #6D85A8;
  border-top: 1px solid #A4B3C9;
  border-bottom: 3px solid #10366E;
}
#nav li {
  float: left; 
}
#nav a {
  display: block;
  xpadding: 9px 8px 10px 8px;
  padding: 9px 10px 10px 10px;
  font-size: 0.7em;
  color: #fff;
  border-right: 1px solid #10366E;
  text-decoration: none;
  white-space:nowrap;
}
#nav a:hover {
  background-color: #4D6B97;
}
#nav li.last a {
  border-right: 0;
  text-decoration: none;
}
#nav li.on a {
  background-color: #10366E;
  font-weight: bold;
  color: #FFF9BB;
  text-decoration: none;
}
/* Site columns (Differing widths based on containing div class) */
#left, #right {
  float: left;
  overflow: hidden;
}
.twoCol {
  background: transparent url('../images/backgrounds/2Col.jpg') repeat-y scroll top left;
}

.homepage {
  min-height:400px;
}

.homepage #left {
  width: 644px;
}
.twoCol #left {
  width: 192px;
}
.homepage #right {
  width: 240px;
  padding-left: 22px;
}
.twoCol #right {
  width: 664px;
  padding: 0 15px 0 35px;
}

#footer {
  font-size: 0.6em;
  background-color: #10366E;
  text-align: center;
  clear: both;
  color: #fff;
  padding: 5px;
}
#footer ul {
  padding-bottom: 5px;

}
#footer li {
  display: inline;
}
#footer a {
  xfont-size: 0.6em;
  color: #fff;
  xborder-right: 1px solid #D3DAE5;
  padding: 0 10px 0 10px;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer li.last a {
  border-right: 0;
  text-decoration: none;
}
#footer li.on a {
  font-weight: bold;
  color: #FFF9BB;
  text-decoration: none;
}

#footer td
{
	text-align:center;
}

/* Forms -------------------------------------------------------------------- */

.select {
  min-height: 23px;
}
.button {
  background-color: #002B6A;
  padding: 2px;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;

  border: 2px solid #4D6B97;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.button:hover {
  border: 2px solid #4D6B97;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}


.yellowBox select, .yellowBorderBox select {
  width: 216px;
  margin-top: 8px;
}

/* Generic Classes ---------------------------------------------------------- */

.hozDivider {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8ECF1;
}
.vertDivider {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #D3DAE5;
}
.shadow {
  background: transparent url('../images/backgrounds/shadow.jpg') repeat-x scroll top left;
  height: 8px;
  margin-bottom: 10px;
}
blockquote.thin { /* quote in thin right/left hand column */
  background: transparent url('../images/widgets/quotLeft.jpg') no-repeat scroll top left;
  margin: 0 18px 0 5px;
}
blockquote.thin p {
  background: transparent url('../images/widgets/quotRight.jpg') no-repeat scroll bottom right;
  padding: 11px 20px;
  font-size: 0.75em;
  color: #10366E;
}
blockquote.wide { /* quote in wide column */
  background: transparent url('../images/widgets/quotLeft.jpg') no-repeat scroll top left;
  margin: 0 70px 0 70px;
}
blockquote.wide p {
  background: transparent url('../images/widgets/quotRight.jpg') no-repeat scroll bottom right;
  padding: 0 22px 0 37px;
  font-size: 0.8em;
  font-weight: bold;
  color: #10366E;
}
.citationThin { /* citation under quote in thin right/left hand column */
  margin: 0 0 0 25px;
  font-style: italic;
  font-size: 0.7em;
}
.citationWide { /* citation under quote in wide column */
  margin: 0 0 0 107px;
  font-style: italic;
  font-size: 0.8em;
}
.blueText {
  color: #10366E;
}
.redText {
  color: #FF3300;
}
.indent { /* indented text */
  margin-left: 12px;
}
.resultImgLeft { /* like imgLeft, but more padding - for search results page */
  float: left;
  margin: 2px 50px 5px 2px;
}
/* Boxes and styles for box contents */
.box {
  margin-bottom: 12px;
}
.blueBox {
  background-color: #EBEEF3;
  border: 2px solid #fff;
  margin-bottom: 12px;
  padding: 6px;
}
.blueBox .blueBox {
  /* Inner box doesn't have a bottom margin */
  margin-bottom: 0;
}
.blueBox .vertDivider {
  float: left;
  width: 187px;
  padding-bottom: 4px;
}
.blueBox .last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.yellowBox {
  background-color: #FFF9BB;
  margin-bottom: 12px;
  padding: 16px 12px 14px 12px;
}
.yellowBox .hozDivider {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #FDED90;
}
.yellowBorderBox {
  border: 4px solid #FFF9BB;
  margin-bottom: 12px;
  padding: 10px;
}
.halfWidth { /* for boxes half the width of the page */
  margin-left: 12px;
  width: 411px;
  min-height: 215px;
  float: left;
}
.strap { /* for boxes used as thin straps (such as search results strap) */
  padding: 8px 12px 8px 12px;
}
.strap p {
  margin: 0;
}
.back { /* back anchor with arrow */
  background: transparent url('../images/widgets/arrowLeft.gif') no-repeat scroll center left;
  padding-left: 18px;
  margin-left: 10px;
}
.forward { /* forward anchor with arrow */
  background: transparent url('../images/widgets/arrowRight.gif') no-repeat scroll center right;
  padding-right: 18px;
}



/* ************************************************** */



.contentheading
{
	xmargin-left: 12px;
}


/*-------------------Contact Us (not media centre)--------------------*/

#contactAddressDetails
{
  background: #fafafa url('/images/contact/contactPic.jpg') no-repeat scroll 383px 7px;
  min-height: 165px;
}
#contactAddressDetails p
{
  padding-left: 123px;
  margin-bottom: 18px;
  position: relative;
}
#contactAddressDetails p strong 
{
  position: absolute;
  left: 0px;
}
form#emailForm div h4
{
  float: left;
}
form#emailForm em
{
  color: #FF0000;
}
form#emailForm div p
{
  padding-left: 147px;
  margin-bottom: 18px;
  position: relative;
}
form#emailForm div p input, form#emailForm div p textarea 
{
  font-size: 1.1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#emailForm div p label 
{
  position: absolute;
  left: 0px;
  font-size: 1.1em;
  display: block;
  width: 135px;
  text-align: right;
}
p.messageSubject label
{
  margin-left: -3px;
}
p.messageSubject input
{
  width: 480px;
}
form#emailForm div p textarea 
{
  width: 480px;
  font-size: 1.1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
div #optInContainer
{
  margin-left: 149px;
}
div #optInContainer
{
  padding-left: 20px;
  padding-right: 70px;
  position: relative;
  font-size: 0.9em;
}
div #optInContainer input
{
  position: absolute;
  top: 1.3em;
  left: 0px;
}
input#formSubmitted
{
  margin-right: 9px;
  position: relative;
  bottom: 46px;
  margin-top: -46px;
}
#financialInfoTable
{
  font-size: 0.8em;
}
/*-------------------Find a property - Map Page--------------------*/

p.mapSearch
{
  margin-left: 14px;
}
div#flashHolder
{
  width: 300px;
  float: left;
  margin-top: 6px;
  margin-left: 14px;
}
div#mapHolder
{
  position: relative;
  padding-left: 340px;
  margin-left: 14px;
  margin-top: 30px;
}
div#mapHolder p.yellowBorderBox
{
  padding-bottom: 7px;
}
div#mapHolder p.yellowBorderBox span
{
  padding-right: 55px;
  font-weight: bold;
}
div#mapHolder p.yellowBorderBox img
{
  vertical-align: middle;
  padding: 0px 3px 0px 10px;
}
p.mapStep img
{
  margin-bottom: 5px;
  float: left;
}
div#flash
{
  width: 300px;
  height: 400px;
  margin: 20px 0px;
}
div#Gmap
{
  width: 543px;
  height: 392px;
  margin: 20px 0px;
  padding: 0px;
}
h4.infoWindow
{
  background-color: #ffffc1;
  color: #002a67;
  margin-top: -8px;
  margin-right: -7px;
  padding: 6px;
  font-size: 0.8em;
  font-weight: norma;
}
p.infoWindow
{
  width: 350px;
  min-height: 160px;
}
p.infoWindow img.mapImage
{
  float: left;
  margin-right: 16px;
  width: 200px;
  height: 135px;
}
p.infoWindow strong
{
  color: #002a67;
  font-weight: bold;
}
p.infoWindow a
{
  color: #002a67;
  font-weight: bold;
  text-decoration: underline;
}

/*-------------------Find a property - Developments Page--------------------*/

h4.findHeading
{
  margin: 0.6em 0px 0.3em;
  font-size: 1.2em;
  font-weight: normal;
  color: #002a67;
}

div.topLinks
{
  position: relative;
  top: 6px;
  margin-top: 15px;
  font-size: 0.9em;
  xmargin-bottom: 3px;
}
div.topLinks a
{
  background-color: transparent;
  display: -moz-inline-stack;
  display: inline-block;
  height: 1em;
  min-width: 155px;
  text-align: center;
  border-top: solid 3px #ededed;
  border-left: solid 3px #ededed;
  border-right: solid 3px #ededed;
  padding: 4px 0px 9px;
  margin: 0px 6px 0px 0px;
  text-decoration: none;
}
div.topLinks a:link
{
  background-color: transparent;
  text-decoration: none;
}
div.topLinks a:visited
{
  background-color: transparent;
  text-decoration: none;
}
div.topLinks a:active
{
  background-color: transparent;
  text-decoration: none;
}
div.topLinks a:hover
{
  background-color: #ebeef3;
  text-decoration: none;
}
div.topLinks a span
{
  display: block;
  text-align: center;
}
div.topLinks a.topLinkactive
{
  background-color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
div#propertyFindBox
{
  border: solid 3px #ebeef3;
}
div#propertyFindMain
{
  float: left;
  width: 580px;
  padding-top: 10px;
}
div#propertyFindMain p
{
  margin: 10px 15px;
}
div#propertyFindMain p.indent
{
  margin: 10px 30px;
}
div#oneImage
{
  margin: 0px;
  padding: 18px 0px 0px 11px;
  width: 570px;
  height: 320px;
  text-align: left;
  background-image: url("../images/developments/singleBG.gif");
  background-position: top left;
  background-repeat: no-repeat;
}
div#oneImage img
{
  vertical-align: middle;
}
div#threeImages
{
  position: relative;
  width: 575px;
  height: 340px;
  text-align: center;
}
div#threeImages img
{
  vertical-align: middle;
}
div#threeImages div#mainImage
{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  padding-left: 3px;
  width: 402px;
  height: 340px;
  line-height: 335px;
  background-image: url("../images/developments/threeBigBG.gif");
  background-position: top left;
  background-repeat: no-repeat;
}

#mainImage img {
	width: 366px;
	height: 296px;
}

div#threeImages div.sideImage
{
  margin: 0px;
  padding: 0px;
  padding-right: 4px;
  width: 171px;
  height: 170px;
}
div#threeImages div.sideImageTop
{
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 180px;
  background-image: url("../images/developments/threeSmallTopBG.gif");
  background-position: top left;
  background-repeat: no-repeat;
}
div#threeImages div.sideImageBot
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  line-height: 155px;
  background-image: url("../images/developments/threeSmallBotBG.gif");
  background-position: top left;
  background-repeat: no-repeat;
}
img#locMapKey
{
  margin-top: 15px;
}
div#propertyFindMain div.features
{
  margin: 20px 10px 10px;
  background-color: #ebeef3;
  padding: 9px;
}
div#propertyFindMain div.features div
{
  padding: 0px 15px;
  border: solid 1px #FFFFFF;
}
div#propertyFindMain div.features div p
{
  margin: 10px 0px;
}
div#propertyFindMain div.features div div
{
  border: 0px;
  height: 10px;
}
div#propertyFindMain div.features ul
{
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 0px;
}
div#propertyFindMain div.features ul li
{
  width: 49%;
  min-height: 105px;
  background-image: url("../images/developments/listBorder.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 3px;
  margin-bottom: 8px;
  float: left;
}
div#propertyFindMain div.features ul li p
{
  margin-left: 100px;
  padding-left: 12px;
  font-weight: normal;
  color: #002a67;
  background-image: url("../images/developments/features/bull.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
div#propertyFindSide
{
  float: left;
  width: 300px;
  margin-left: 10px;
}
div#propertyFindSide h4
{
  background-color: #ebeef3;
  padding: 3px 20px;
  margin-top: 17px;
}
div#propertyFindSide dl
{
  margin: 0px 20px 20px;
  font-size: 0.7em;
}
div#propertyFindSide dl dt
{
  font-weight: bold;
  color: #002a67;
  margin: 10px 0px 2px;
}
div#propertyFindSide dl dd
{
  padding-bottom: 12px;
  background-image: url("../images/developments/dlistBorder.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
}
div#propertyFindSide dl dd.important
{
  color: #FF0000;
}
div#propertyFindSide div.yellowBorderBox
{
  margin-left: 20px;
}
div#propertyFindSide div.yellowBorderBox h4
{
  text-align: left;
  background-color: transparent;
  margin-top: 0px;
  padding-left: 0px;
}
div#propertyFindSide div.yellowBorderBox
{
  text-align: center;
}
div#propertyFindSide div.yellowBorderBox p
{
  text-align: left;
}
p.layouts
{
  min-width: 330px;
  margin-bottom: 30px!important;
  float: left;
  text-align: center;
}
div.layoutKey
{
  padding-top: 15px;
  float: left;

}
div.layoutKey h4
{
  color: #002a67;
  margin-bottom: 0px;
}


div#galleryLinks ul
{
  margin: 0;
  padding: 0;
}

.gallery_thumb_container
{
	float:left;

	width:135px;
	height:150px;

	margin-left:22px;
	
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	border:1px solid #EBEEF3;
	padding-bottom:10px;
	display:block;
	list-style-type:none;
	text-align:center;
}

.gallery_thumb_container.selected
{
	border:1px solid #10366E;
}


.gallery_thumb_image_container
{
	width:100%;
	text-align:center;
	list-style-position:outside;
	height:100px;
	xmargin:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
}

.gallery_thumb_container a
{
	font-size:0.7em;
	xcolor: #10366E;
	text-decoration:none;
	border:none;
}

.gallery_thumb_container a.selected
{
	font-weight:bold;
}

.gallery_thumb_container a:hover
{
	text-decoration:underline;
}

.gallery_thumb_image_container a
{
	display:inline;
}

#searchterm
{
	font-size:0.9em;
	height:18px;
}

.mcform input, .mcform select
{
	font-size:0.9em;
}

.required
{
	color:#FF0000;
}	

.bodytext, .bodytext p { 
	font-size: 12px;
}

dd p {
	font-size: 1em;
}

#formtable th {
	width: 300px;;
	float: left;
	font-weight: normal;
	text-align: right;
}



/*-------------!!!!!!!!!!!!!!!!!!!!! - - - KEEP THIS LAST IN STYLESHEET else safari will b0rk all styles after it - - - !!!!!!!!!!!!!!!!!!!!!-------------*/
div.topLinks
{
  top: 3px;
#
}
/*-------------!!!!!!!!!!!!!!!!!!!!! - - - KEEP THIS LAST IN STYLESHEET else safari will b0rk all styles after it - - - !!!!!!!!!!!!!!!!!!!!!-------------*/
