@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#logo {
	width: 235px;
	padding-bottom: 50px;
}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	left:-3px;
	margin-left: 290px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:auto;
	}
#mask {
	width:100%;
	height:600%;
	overflow:hidden;
	}

	.item {
	width:100%;
	height:16%;
	display:block;
	}	
.calleraction-links {
	color: #D98200;
	font-size: 1.8em;
}
.content {
	width:750px;
	height:300px;
	top:70px;
	position:relative;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
	}
.content-snipetttttt {
	font-size: 1.4em;
	color: #999;
	line-height: 1.3em;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.content-left {
	width: 300px;
	height: 221px;
}
.content-right {
	float: right;
	width: 415px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFF;
	letter-spacing: -3px;
	padding: 0px;
	font-weight: 100;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #D98200;
	font-weight: 100;
	letter-spacing: -1px;
}
a {
	color: #D98200;
	text-decoration: none;
}
a:hover {
	color: #CCC;
}
	
	.selected {
	color: #F90;
	font-weight: bold;
}
.white-txt {
	color: #FFF;
	font-size: 16px;
}
#address {
	padding-top: 30px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#left {
	width: 230px;
	float: left;
	position: absolute;
	left: -3px;
	background-image: url(../images/leftwedge.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	height: 1502px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#left .panel {
	color: #FFF;
	text-decoration: none;
	font-size: 2.2em;
	line-height: 0.8em;
}
p {
	margin: 0px;
	padding: 0px;
}
img
{  border-style: none;
}

