* {
   padding:0;
   margin:0;
}

a
{
	color:white;
}

a img
{
	border:none;
}

body
{
	background-image:url('../images/background.gif');
	font-family:trebuchet ms;
	font-size:10pt;
	line-height:160%;
	color:white;
}

div#container
{
	background-image:url('../images/containerBack.png');
	background-repeat:repeat-x;
	position:absolute;
	margin-left:-500px;
	top:50px;
	width:900px;
	height:600px;
	left:50%;
}

div#flower
{
	position:relative;
	margin-left:10px;
	width:300px;
	float:left;
}

div#footer
{
	position:relative;
	top:20px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	letter-spacing:.1em;
	clear:both;
	color:black;
}
div#headline
{
	position:relative;
	width:900px;
	text-align:center;
	color:white;
}

div#infoPanel
{
	position:relative;
	width:600px;
	height:220px;
	top:17px;
	left:-45px;
	color:#d2d2d2;
	border: solid 1px #161008;
	background-color:#3B2A14;
	font-size:10pt;
}

div#phonePanel
{
	position:relative;
	width:900px;
	height:25px;
	background-color:#FCEF72;
	clear:both;
	font-weight:normal;
	font-size:8pt;
}

div#subHeadline
{
	position:relative;
	left:0px;
	color:white;
	font-size:14pt;
	overflow:visible;
	line-height:130%;
}

div#tabBar
{
	background-image:url('../images/tabBar.png');
	background-repeat:repeat-x;
 	position:relative;
	width:900px;
	height:40px;
}

div#tabPanel
{
	position:relative;
	top:0px;
}

div#tabSelections
{
	position:relative;
	top:-22px;
	clear:both;
}

div#text
{
	position:relative;
	width: 550px;
	top:20px;
	height:320px;
	clear:right;
	float:right;
}

h1
{
	font-size:23pt;
	line-height:130%;
}


h2.tab
{
	display:block;
	width:82px;
	position:relative;
	height:29px;
	margin-left:28px;
	float:left;
	color:white;
	font-size:9pt;
	text-decoration:none;
	line-height:110%;
	text-indent:-5px;
}


hr.rule
{
	position:relative;
	top:-3px;
	color:#efc727; 
	background-color:#efc727;
	height:1px;
	clear:both;
}

img.tab
{
	position:relative;
	float:left;
	width:110px;
}

img#title
{
	position:relative;
	float:right;
	clear:right;
}

img#logo
{
	position:relative;
	float:left;
}


li.standout
{
	color:orange;
	list-style-image: url("");
}

p.info
{
	padding:10px;
}

.phone
{
	font-size:18pt;
	color:red;
}

.standout
{
	color:orange;
}


ul.check 
{
	list-style-image: url("/images/check.png");
	line-height:160%;
	font-size:12pt;
}

ul.bold
{
	font-weight:bold;
}



#copy
{
	color:white;
	font-size:8pt;
	font-weight:normal;
	line-height:30px;
}

