/*-----------------------------------------------------------------------------
version:   2.0
author:    Tiki Juntakool
email:     tiki@pm-creative.com
website:   http://www.agentlisa.net/
-----------------------------------------------------------------------------*/
	
/* =General
-----------------------------------------------------------------------------*/
	
	
/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}
	
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  	margin: 1em 0;
}
	
/* Class for clearing floats */
.clear {
	clear:both;
}
	
/* Class for float left and right */
.left{ float:left; }
.right{ float:right; }
	
	
/* Remove border around linked images */
img {
	border: 0;
}
	
.inside{
	width:780px;
	margin:0 auto;
}	
	
/* =Typography
-----------------------------------------------------------------------------*/
	
body {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	color: #1a1a1a;
	background-color: #1a1a1a;
}
	
	
/* =Headings
-----------------------------------------------------------------------------*/
	
	
	
/* =Links
-----------------------------------------------------------------------------*/
	
	
	
	
/* =Branding
-----------------------------------------------------------------------------*/
#Branding {
	height: 193px;
	width: 100%;
	background-image: url(../images/Layout/img_gg2.jpg);
	background-position: center;
}

#Branding.West{
	width: 100%;
	background-image: url(../images/Layout/bg_BrandingWestPortal.jpg);
	background-repeat: no-repeat;
	height: 193px;
	background-position: right center;
	float: left;
}
	
#Branding h1{
	text-align: right;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Branding h2{
	text-align: right;
	color: #1A1A1A;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#Branding a, #Branding:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#Branding a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}	

/* =Main Nav
-----------------------------------------------------------------------------*/
#MainNav {
	width: 100%;
	background-color: #B7322C;
	line-height: 2.1em;
}

#MainNav h1{
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}	

#MainNav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	text-transform: uppercase;
	background-color: #B7322C;
}

#MainNav li {
  float: left;
}


#MainNav a, #MainNav a:visited {
	line-height: 2.1em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background-color: #B7322C;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


#MainNav a:hover {
	color: #FFFFFF;
	background-color: #660000;
}

body.madv #MainNav a#madv, body.mhome #MainNav a#mhome, body.mlisting #MainNav a#mlisting, body.msold #MainNav a#msold, body.mneighbor #MainNav a#mneighbor, body.mtestimonial #MainNav a#mtestimonial, body.mresources #MainNav a#mresources, body.mcontact #MainNav a#mcontact {
	color: #FFFFFF;
	background-color: #660000;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	font-size: 11px;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	background-color: #544C23; /*Default menu color*/
	border-bottom: 1px solid white;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#modernbricksmenu a:hover{
	background-color: #330000;
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #333333;
}

#modernbricksmenuline{
	clear: both;
	padding: 0; /*Brown color theme*/
	background-color: #544C23;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #544C23;
	margin: 0px;
}

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
	background-color: #544C23;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2.1em;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 120px;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
	
/* =Main Content
-----------------------------------------------------------------------------*/
#Wrapper {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/Layout/bg_Wrapper.gif);
	background-repeat: repeat-y;
}
	
#Logo {
	position: relative;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 170px;
}
	
#Logo img{
	margin-top: 10px;
	margin-left: 10px;
}
	
#Logo p{
	background-color: #5f5e5e;
	display: block;
	margin-top: 0px;
	margin-left: 11px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;	
}
	
#ContentWrapper {
	width: 800px;
}
	
#TopContent {
}

#TopContent img{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 110px;
}

	
#MainContent {
	width: 550px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #cdcdcd;
}

#MainContent h1{
	margin-top: 1.6em;
	margin-right: 30px;
	margin-bottom: 1.6em;
	margin-left: 30px;
	font-size: 1.2em;
}

#MainContent h2{
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 1.2em;
	color: #660000;
	text-decoration: underline;
}

#MainContent p{
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}	

#MainContent img{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 5px solid #999999;
}

#MainContent p a, #MainContent p a:visited {
	color: #1a1a1a;
	text-decoration: underline;
}

#MainContent p a:hover {
	color: #660000;
	text-decoration: underline;
}

#MainContent ul{
	margin-left: 50px;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/
#SecondContent {
	width: 235px;
}

#SecondContent h1{
	margin-top: 1.6em;
	margin-right: 10px;
	margin-bottom: 1.6em;
	margin-left: 10px;
	font-size: 1.2em;
}

#SecondContent p{
	margin-top: 1.6em;
	margin-right: 10px;
	margin-bottom: 1.6em;
	margin-left: 10px;
}	

#SecondContent img{
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}

#SecondContentt p a, #SecondContent p a:visited {
	color: #1a1a1a;
	text-decoration: underline;
}

#SecondContentt p a:hover {
	color: #660000;
	text-decoration: underline;
}

#SecondContent ul{
	margin-left: 30px;
}


#WrapListing {
}

#WrapListing hr{
	color: #B7322C;
	background-color: #B7322C;
	height: 5px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#Content3 {
	width: 305px;
}

/* =Footer
-----------------------------------------------------------------------------*/
#Footer {
	background-color: #5f5e5e;		
} 
	
#Footer p{
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#Footer a{
	color: #FFFFFF;
	text-decoration: none;	
}

#Footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
	
/* =Forms
-----------------------------------------------------------------------------*/
	
/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

label{
	float: left;
	width: 150px;
	font-weight: bold;
	margin-left: 30px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-top: 10px;
	width: 90px;
	margin-right: 10px;
}

br{
	clear: left;
}
	
/* =Tables
-----------------------------------------------------------------------------*/
	
table {
	border-collapse: collapse;
	border: 1px solid #666;
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
}

caption {
	font-weight: bold;
	margin: 1em 0;
	font-size: 1.4em;
}

col {
  border-right: 1px solid #ccc;
}

/*col#albumCol {
  border: none;
}
*/
thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	background-color: #ccc;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
	padding-top: 0.3em;
	padding-right: 1.6em;
	padding-bottom: 0.3em;
	padding-left: 1.6em;
}

td p {
	text-align: right;
	padding-top: 0.3em;
	padding-right: 2em;
	padding-bottom: 0.3em;
	padding-left: 2em;
}

.odd {
  background-color:#E7E7E7;
}

tr:hover {
  background-color:#B7322C;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

	
	
	
/* =Misc 1
-----------------------------------------------------------------------------*/
	
	
	
/* =Misc 2
-----------------------------------------------------------------------------*/
