body {
	background: #ccc;
	color: #333;
	font-size: 14px;
	font-family: Arial, Georgia, serif;
	padding: 0;
	padding-top: 0px;
}

a:link,
a:visited,
a {
	color: #320151;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #750097;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
}

h2, h3, h4 {
	padding: 5px 0 0 2px;
	padding-top: 5px;
	margin-bottom: 5px;	
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

p {
	border: 0px solid #666;
	padding: 10px 0;
	margin-bottom: 5px;
}

li {
	margin: 0px 15px;
	padding: 0;
}

ul.links_3 {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}

ul.links_3 li {
	list-style-type: none;
	padding: 5px 5px 5px 12px;
	margin: 0;
	float: left;
	font-style: normal;
	font-size: 14px;
}
/* image positioning */
img.imgleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border: 0;
	padding: 4px;
}

img.imgleft.last {
	margin-right: 0;
}

img.imgright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 10px;
	border: 0;
	padding: 4px;
}


.container_12 {
	background: #fff url(../../img/12_col.gif) repeat-y;
}

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	/*background: #fff url(../../img/24_col.gif) repeat-y;*/
	background-color: #fff;
}

#header {

}
#header .container_24 {
	background: #fff url('../images/amethyst-header-bg.png') no-repeat 50% 0;
	height: 143px;
	border-bottom: 5px solid #000;
}
body.amethyst #header .container_24 {
	background-image: none;
	background-color: #1E0968;
}
#header .mainlogo {
	float: left;
}
#header h2.tagline {
	padding-top: 70px;
	padding-left: 20px;
	font-size: 19px;
}

input, select {
    vertical-align: middle;
}
#search {
	background: transparent url('../images/rounded-full.png') no-repeat 50% 100%;
	height: 40px;
	margin-top: -1px;
}

#search form {
	height: 43px;
	width: 262px;
	margin-top: -4px;
	margin-left: 30px;
	background: transparent url('../images/search-bg.png') no-repeat scroll right top;
}
#search form #id_q {
	margin-top: 8px;
	margin-left: 0px;
	border: 2px solid #cacaca;
	width: 180px;
	color: #333;
	font-size: 11px;
    height: 14px !important;
    padding: 6px 0 4px 4px !important;
	float: left;
}
#search form #search_submit {
	border: medium none;
	cursor: pointer;
	height: 26px;
	margin: 0px 0 0;
	margin-left: 12px;
	margin-right: 9px;
	margin-top: 9px;
	overflow: hidden;
	padding: 0;
	text-indent: 35px;
	width: 26px;
	background: transparent url('../images/search-bg.png') no-repeat scroll -7px -8px;
	float: left;
}

#showcase .container_24 {
	background-color: #3f3f3f;
	padding: 10px 30px 13px 30px;
	padding-bottom: 20px;
	
}

#slideshow {
	background: #fff;
	position: relative;
	height: 273px;
	width: 706px;
}
#slideshow div.slide {
	height: 251px;
	width: 612px;
	padding: 10px 46px;
	border: 0px solid #000;
	border: 1px solid #000;
	background: #fff url('../images/slide-tint-bg.png') no-repeat bottom left;

}
#main #slideshow div.slide p {
	font-size: 15px;
}
#main #slideshow div.slide h2 {
	font-size: 22px;
	font-weight: bold;
}
#slideshow div.slide img {
	float: right;
	margin-left: 10px;
}
div#slideshow a.next,
div#slideshow a.prev,
div#slideshow a.next:hover,
div#slideshow a.prev:hover
{
	display: block;
	position: absolute;
	width: 46px;
	height: 84px;
	overflow: hidden;
	text-decoration: none;
}
div#slideshow a.next span,
div#slideshow a.prev span {
	position: relative;
	top: -9999px;
	left: -9999px;
}
div#slideshow a.next {
	top: 95px;
	right: 0px;
	background: transparent url('../images/slide-nav-right.png') top left;
}
div#slideshow a.prev {
	top: 95px;
	left: 0px;
	background: transparent url('../images/slide-nav-left.png') top left;
}

#topnav .container_24 {
    background: #8a3fca url(../images/nav-bg.gif) repeat-x bottom right;
	border-bottom: 2px solid #000;
}
#nav {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}

#nav ul {
    padding: 0;
    margin: 0;
	margin-left: 5px;
	padding-left: 2px;
    background: transparent url(../images/nav-sep.gif) no-repeat bottom left;
}

#nav li  {
    margin: 0;
    padding: 0;
    display:inline-block;
    float: left;
    background: url(../images/nav-sep.gif) no-repeat bottom right;
}

#nav li a {
    margin: 0;
	margin-left: 0px;
	margin-right: 2px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: normal;
    display: block;
    float: left;
    height: 32px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 20px;
    background: #8a3fca url(../images/nav-bg.gif) repeat-x bottom right;

}

#nav li a:hover,
body.home #nav ul li.t-home a,
body.about #nav li.t-about a,
body.testimonials #nav ul li.t-testimonials a,
body.howitworks #nav li.t-how a,
body.tenants #nav li.t-tenants a,
body.landlords #nav li.t-landlords a,
body.amethyst #nav li.t-amethyst a,
body.leaseholders #nav li.t-leaseholders a,
body.contact #nav li.t-contact a {
    background: #c170e5 url(../images/nav-bg-hi.gif) repeat-x bottom left;
	margin-left: -1px;
	/*padding-right: 21px;*/
	padding-left: 19px;
}

body.web-design #nav_services li a {

}

#nav_services li.last a {
	/*border-right: none;	*/
}
#nav_services li.first a {
	/*border-left: none;	*/
}

#summary {
	margin-top: -19px;
}
#summary .container_24 {
	padding: 0 30px;
	background: transparent url('../images/box-top.png') no-repeat 50% 0%;
	background-color: #fff;
	padding-top: 14px;
}
#summary .textbox {
	padding: 7px 30px;
	color: #fff;
	background: #1b1b1b url('../images/summary-box-tile.png') repeat-x 0px 0px;
	border: 1px solid #777;
	border-top: 1px solid #626161;
}

/* ---[ Side Navigation ]----------------------------------- */
#left_sidebar {
	margin-bottom: 15px;
}
#left_sidebar div {
	margin-top: 10px;
	min-height: 650px;
	background: transparent url('../images/leftside-bg.gif') repeat-x top left;
}
#left_sidebar form {
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
}
#left_sidebar form label {
	font-weight: bold;
}
#left_sidebar form dl {
	margin-bottom: 15px;
}
#left_sidebar label.sublabel {
	font-size: 11px;
}

#mainwrapper {

}
body.home #mainwrapper .container_24 {
	background: #fff url('../images/amethysts-main-bg.jpg') no-repeat top right;
}
body.admin.home #mainwrapper .container_24 {
	background-image: none;
}

body.amethyst #main {
	background: #fff url('../images/amethyst-diamond-bg.jpg') no-repeat 0px bottom;
	min-height: 400px;
	padding-bottom: 230px;

}

#rightside,
#leftside,
#main {
	min-height: 450px;
	padding-bottom: 10px;
}
#main .inner {
	padding: 5px;
	min-height: 300px;

}
#main .intro {
	margin-right: 420px;
	height: 308px;
}
#main .intro p {
	font-size: 15px;
	margin-right: 0;
}
#main blockquote {
	margin-right: 300px;
}
#main table#ResultsTable p {
	margin-right: 0;
}
#main table#ResultsTable td {
	padding: 5px 10px;
}
#main table#ResultsTable td {
	padding-bottom: 15px;
}
#main table#ResultsTable h3 {
	padding-top: 0;
}
.resultsHeader {
	margin-bottom: 10px;
}
#additionalInformationTable {
	margin-left: 10px;
}
#additionalInformationTable th {
	font-weight: bold;

}
#main .slogan blockquote {
	margin: 0;
}
#main .intro h1 {
	font-size: 21px;
}
#main .slogan {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin: 20px 0;
	height: 30px;
}
#main .slogan span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/always-caring.png') no-repeat 50% 0%;

}


#main p,
#main li,
#main ul,
#main ol,
#main dl,
#main code {
	padding: 2px 5px;
	margin-top: 5px;
	font-size: 14px;
}
#main li {
	padding: 0;
	padding-left: 4px;
	padding-top: 4px;
	margin-top: 2px;
}
#main h1 {
	margin-top: 10px;
	/*margin-top: 0px;*/
	padding-left: 5px;
	margin-bottom: 0;
}

#leftside .inner,
#rightside .inner {
	min-height: 450px;
}

#associates {
	text-align: center;
}
#associates ul {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}
#associates li {
	float: left;
	margin: 5px 0px;
	margin-left: 5px;
}
#associates li a {
	display: block;
}
#associates .container_24 {
	padding-top: 20px;
}

#footnav {
	background: #222121 url('../images/topnav-bg.png') repeat-x 0px -250px;
	margin-top: 0px;
	padding-bottom: 15px;
	color: #808080;
}
#footnav p {
	color: #808080;
}
#footnav h2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 2px;
}
#footnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
#footnav li {
	margin: 0;
	padding: 0 4px;
	color: #808080;
	font-size: 12px;
	font-weight: normal;
}
#footnav li a  {
	color: #808080;
	font-size: 12px;
	font-weight: normal;
}

#footnav #footnav_6 h2 {
	margin-left: 0;
	padding-left: 0;
}
#footnav #footnav_6 p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#footnav #footnav_6 a,
#footnav #footnav_6 a:hover {
	font-weight: normal;
	color: #808080;
}

#footnav_6 .socialmedia {
	margin-top: 9px;
	height: 38px;
	width: 113px;
	text-align: center;
	background: transparent url('../images/social-bg-right.png') no-repeat top right;
}

#footnav_6 .socialmedia ul {
	padding: 0;
	margin: 0;
	padding-left: 6px;
	width: 100px;
	height: 38px;
	line-height: 38px;
	background: transparent url('../images/social-bg.png') no-repeat top left;
	position: relative;
	top: 0;
	left: 0;
}
#footnav_6 .socialmedia li {
	float: left;
	padding: 0 1px;
	margin: 0;
	margin-top: -1px;
	line-height: 38px;
}

#footer {
}
#footer .container_24 {
	background: #21013f url('../images/footer-bg.gif') no-repeat top left;
}
#footer p {
	margin: 0;
	padding: 8px 0;
	padding-left: 15px;
	font-size: 12px;
	color: #fff;
}
#footer .credits .inner {
	text-align: right;
	padding-right: 10px;
}
#footer a:link,
 #footer a:visited,
 #footer a {
	color: #ff3399;
}
#partners .container_24 {
	background-color: #CCCCCC;
	text-align: right;
}

/* forms
--------------------------------------------- */

div.contact_form {
	margin: 0;
	padding: 0;
    margin-top: 1em;
	margin-right: 2em;
	}
div.contact_form form {
	margin: 0 0 2.5em 0;
	padding: 0;
	}
div.contact_form form fieldset {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border: none;
	border-bottom: 1px dashed #e3e3e3;
	}
div.contact_form form fieldset label {
	float: left;
	width: 100px;
	margin: 0 1em 0 0;
	padding: 0 0 0 .5em;
    font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #444;
	}
div.contact_form form fieldset h4 {
	float: right;
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #933;
	}
div.contact_form form fieldset h4 span.req {
	float: left;
	margin: 0 5px 0 0;
	font-family: Baskerville, Georgia, serif;
	font-size: 1.5em;
	line-height: 1em;
	}
div.contact_form form fieldset div.field {
	float: left;
	margin: 0 .2em 0 0;
	}
div.contact_form form fieldset div.field label {
	float: none;
	width: auto;
	font-weight: normal;
	}
div.contact_form form fieldset div.field input.input-text {
	padding: .2em;
	font-size: 1em;
	width: 280px;
	color: #444;
	}
div.contact_form form fieldset div.field textarea {
	padding: .5em;
	font-size: 1em;
	color: #444;
	width: 300px;
	}
div.contact_form form fieldset div.field select {
	padding: .2em;
	font-size: 1em;
	color: #646870;
	}
div.contact_form form div.submit {
	padding-left: 7.5em;
	text-align: center;
	width: 250px;
	}

body.contact address {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}
body.contact #MainContent {
	background: transparent url('../images/contact2.jpg') no-repeat 480px 200px;
	width: 100%;
}
body.contact #MainContent .grid_13,
body.contact #MainContent .grid_5 {
	background-color: transparent;
}
.contact_form form label {
	font-weight: bold;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 273px;
	width: 706px;
	/* custom decorations */
	border:0px solid #ccc;
	margin-bottom: 2p')
	margin-top: 2px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	margin: 0;
	padding: 0;
	height: 251px;
	width: 614px;
}
.items div h3 {
	margin-top: 0;
	padding-top: 0;
}
/* single scrollable item */
.scrollable img {
	background-color:#fff;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* position and dimensions of the navigator */
.navi {
	margin-left:228px;
	margin-bottom: -10px;
	width:200px;
	height:20px;
}

/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/scroller/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

.error-box p {
	border: 1px solid #D893A1;
	background-color: #FBE6F2;
}

.notice-box p {
	border: 1px solid #66cc66;
	background-color: #ccffcc;
}

.clearfix:after,
.group:after {  
    clear: both;  
    content: '';  
    display: block;  
    font-size: 0;  
    line-height: 0;  
    visibility: hidden;  
    width: 0;  
    height: 0;  
}  
/* 
The following zoom:1 rule is specifically for IE6 + IE7. 
Move to separate stylesheet if invalid CSS is a problem. 
*/  
  
* html .clearfix, * html .group,  
*:first-child+html .clearfix, *:first-child+html .group {  
	min-height: 1%;
}  

* html #nav ul ,
*:first-child+html #nav ul {
	margin-left: 10px;
}

