
/* Site-wide styles */
* {
	font-family:Arial;
	color:#444444;
	font-size:9pt;
}
#site {
}
#siteCenterOuter {
	text-align:center;
}
#siteCenterInner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
a, a:visited, a:hover {
	color:#0000ff;
}
h1,h2,h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
h1 {
	font-size:13pt;
}
h2 {
	font-size:11pt;
}
h3 {
	font-size:10pt;
}
small {
	font-size:7pt;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.onRow {
	background-color:#efefef;
}
.offRow {
	background-color:#fefefe;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
#logo {
	position:relative;
	height:50px;
}
#logo #logoImage {
	position:absolute;
}
#logo #slogan {
	font-style: italic;
	margin-bottom: 10px;
	top:50px;
	position:absolute;	
}
#logo #accountArea {
	position:absolute;
	left:850px;
	top:20px;
}

/* Menu styles */
#menu {
	background-image:url(/images/menu_bg.gif);
	height:45px;
	position:relative;
}
#menu #leftCap {
	position:absolute;
	left:0px;
	top:0px;
}
#menu #rightCap {
	position:absolute;
	left:895px; /* 900 site width - 5 image width */
	top:0px;
}
#menu .menuLink {
	width:100px;
	/*border:solid 1px #ff0000;*/
	height:32px;
	margin-top:13px;
	text-align:center;
	float:left;
}
#menu .menuLink a {
	font-size:15px;
}
#menu .menuSpacer {
	width:10px;
	height:45px;
	text-align:center;
	float:left;
}
#menu .menuLink .menuLinkAnchor {
}
#subMenu {
	background-image:url(/images/submenu_bg.gif);
	height:28px;
	margin:0px 20px 0px 20px;
	width:860px; /* 900-20-20 */
	position:relative;
}
#subMenu #leftCap {
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:28px;
}
#subMenu #rightCap {
	position:absolute;
	left:850px; /* 900 site width - 20 margin - 20 margin - 10 image width */
	top:0px;
	width:10px;
	height:28px;
}
#subMenu #crumbs {
	position:absolute;
	height:28px;
	margin:5px 10px 2px 10px;
	width:800px;
}

/* Page styles */

.homeSampleListing {
	margin:2px;
	padding:2px;
	width:440px; /* (900 / 2 site width, 2 listings) - 4 (2 margin each side) - 4 (2 padding each side) - 2 mystery. not sure. */
	float:left;
	height:275px;
	border:solid 1px #999999;
	overflow:hidden;
	background-color:#ECECEC;
}
.homeSampleListing .onRow {
	background-color:#DEDDC9;
}
.homeSampleListing .header {
	text-align:center;
	background-color:#dddddd;
}

#homeHands {
	float:left;
}

#homePricing {
	position: relative;
	height:300px;
	border-bottom: solid 1px #dddddd;
}
#homePricing #woman {
	position:absolute;
	top:0px;
	left:0px;
}
#homePricing #pricing {
	position:absolute;
	left:130px;
	top:0px;
}
#homePricing #pricing p{
	font-size:13px;
}


.homeBlock {
	width:278px; /*300 - 2px for border - 10px for margin -10px for padding */
	height:250px;
	border:solid 1px #bbbbbb;
	float:left;
	margin:5px;
	padding:5px;
}
.contentBlock {
	width:278px; /*300 - 2px for border - 10px for margin -10px for padding */
	height:135px;
	border:solid 1px #bbbbbb;
	float:left;
	margin:5px;
	padding:5px;
}
.alertBlock {
	border:solid 1px #bbbbbb;
	margin:5px;
	padding:5px;
}

.homeBlock h3, .contentBlock h3, .alertBlock h3 {
	text-align:center;
	background-color:#bbffbb;
}



