a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(../images/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 5px 0px;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	font-size: 12px;

	line-height: 3em;
}
td{vertical-align:top;}
/* main */
.main {
	background: #FFF; 
	border: 1px dotted #cccccc; 
	/*border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; */
/*	margin: 10px auto 4px auto; */
	vertical-align: top;
	text-align: left;
	width: 780px; 
}
.bottomBorder
{
	border-bottom: 1px dotted #CCCCCC;
}
.leftBorder
{
 border-right: 1px dotted #CCCCCC;
}
.container {
	margin: 10px;
}

/* menu 
.menu a {
	background: #383838;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #fff;
	font-family: Trebuchet MS,sans-serif;
	font-weight: normal;
	font-size: 11px;
	float: left;
	padding-top: 15px;
	 height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(../images/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#first {
	width: 60px;
}
.menu a#1 {
	width: 75px;
}
.menu a#2 {
	width: 142px;
}.menu a#3 {
	width: 125px;
}.menu a#4 {
	width: 110px;
}.menu a#5 {
	width: 80px;
}.menu a#6 {
	width: 105px;
}
.menu a#last {
	width: 80px; 
	border-right: none;
}*/
/* content */
.homecontent {
	/*background: #F5F5F5;*/
	background: #FFF url(../images/petal_logo.jpg) no-repeat top right ;
	border-top: 1px solid #E5E5E5;
	
	clear: both;
}
.contentOrange {
	clear: both;
	background: #d9914a;
	font-family: Trebuchet MS,sans-serif;
	font-weight: normal;
	font-size: 11px;

	padding-left: 10px;
	color: #fff;
}
.contenthead {
	clear: both;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}
.contentGrey {
	clear: both;
	background: #e1e1e1;
	font-family: Trebuchet MS,sans-serif;
	font-size: 11px;
	padding-left: 5px;
	color: #333333;
}
.content {
	clear: both;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Trebuchet MS,sans-serif;
	font-size: 11px;

}
.content h1 {
	margin: 0;
	/*font: bold 12px  Trebuchet,sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #fc6c03;
}
.content p {
	margin: 3px 0 6px; color: #666;
	font-family: Trebuchet MS,sans-serif;
	font-size: 11px;
	
}


.innerRight {
	padding: 5px;
	padding-top: 10px;
	background: #999999;
	vertical-align: top;
	font-family: Trebuchet MS,sans-serif;
	font-weight: normal;
	font-size: 11px;

	color: #fff;	
}
.innerRight b {
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;	
}
.innerRight a {
	clear: both;
	font-family: Trebuchet MS,sans-serif;
	font-weight: normal;
	font-size: 11px;

	text-decoration: underline;
	color: #fff;	
}

/* footer */
.footer {
	padding: 5px;
	background: #383838;
	font: normal 11px sans-serif,Trebuchet;
	color: #fff;	
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

#navlist
{
margin-left: 2px;
padding-left: 0;
padding-top:2px;
padding-bottom:2px;
list-style: none;
text-align:left;
}

#navlist li
{
padding-left: 10px;
padding-top:2px;
padding-bottom:2px;
font-family: Trebuchet MS,sans-serif;;
font-size: 12px;
font-weight:bold;
color: #000;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
}

#navlist li.first
{
background-image: none;
padding-left: 20px;
padding-top:3px;
padding-bottom:2px;
font-family: Trebuchet MS,sans-serif;;
font-size: 12px;
font-weight:normal;
}

#navlist li.second
{
background-image: none;
padding-left: 40px;
padding-top:2px;
padding-bottom:2px;
font-family: Trebuchet MS,sans-serif;;
font-size: 11px;
font-weight:normal;
color: #666;
}
#navlist ul { list-style: none;

 }