/* cgs style sheet */
body		{
	background-image:url('cgs_images/cg-bg.gif');
	margin:0;font:14px Georgia,"Times New Roman",serif;
	color:#333;
	line-height:140%;
}
img			{
	border:0px
}
h1			{
	font:18px Georgia,Times,"Times New Roman",serif;
	color:rgb(255,96,31);
}
h2			{
	font:bold 14px Arial,"Trebuchet MS",Verdana,sans-serif;
	padding-top:2px;
}
#container	{
	width:800px;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
#header		{
	text-align:center;
	position:relative;
	line-height:50%;
}
#leftcol	{
	width:250px;
	float:left;
	min-height:200px;
	background:#FFF
}
#ritecol	{
	width:550px;
	float:right;
	min-height:400px;
	background:#FFF;
	position:relative;
}
#footer		{
	clear:both;
	min-height:25px;
}
#byline		{
	text-align:center;
	font-size:9px;
	color:#666;
	padding:3px;
}
#byline a	{
	text-decoration:none;
	color:#666;
}
#byline a:hover	{
	text-decoration:underline;
}
#pageimg	{
	margin:30px 0px 30px 16px;
}
.action		{
	text-align:center;
	font:bold 11px Arial,"Trebuchet MS",Verdana,sans-serif;
}
#menu		{
	font:bold 11px "Trebuchet MS",Verdana,Arial,sans-serif;
	color:rgb(255,96,31);
	padding:4px;
}
#menu a		{
	text-decoration:none;
	color:#000;
}
.main		{
	margin:20px;
}
a.menumain	{
	display: inline;
	padding: 3px;
	color: #333;
}
a.menumain:hover	{
	background-color:#CCC;
}
.bulletlink	{
	font-weight: bold;
}
.bulletlink li a	{
	text-decoration: none;
	color: #333;
}
.bulletlink li:hover	{
	background-color: #FFC;
}
#dropmenubox	{
	position:absolute;
	border:1px solid #300;
	top:-200px;
	left:390px;
}
.dropmenuitem	{
	background-color:#CCC;
	padding:5px;
	font:bold 10px verdana,arial,sans-serif;
	color: #000;
	border-bottom:1px solid #300;
}
.dropmenuitem:hover	{
	background-color: #F60;
}
.dropmenuitem a	{
	text-decoration:none;
	color: #000;
}
.section	{
	border-top:2px solid rgb(255, 96, 31);
	border-bottom:2px solid rgb(255, 96, 31);
	padding:5px 0px;
}
.testimonial	{
	border-top:1px solid #F60;
	padding-top:5px;
	padding-left:120px;
	width:380px;
	background:url('cgs_images/5star.jpg') no-repeat 0px 15px;
}

.testimonial p	{
	font-size:11px;
	font-style: italic;
	line-height: 130%;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-top:10px;
}