/* ----- General CSS Styles for LakeBreeze CMS ----- */

body, td.content {
	/*background-color: #626761;*/
	background-color: #FFFFFF;
	margin-left:inherit 5px;

	font-family:Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}




img { 
	border-width:0px;
}


tr {
	font: normal 8pt Verdana;
}

span {
	font: normal 8pt Verdana;
}

a{
	color: #808000;
	font-size: 11px;
}

a:hover {
	color: #BA8644;
}

ul {
	list-style-type: disc;
}

li a:link{
	background: none;
}
/*-----------------------------------------------------*/



/* ------------------ SideBar menu ----------------*/
span.sm2_menu ul{
	list-style-type: none;
	/*list-style-type: disc;*/
}

span.sm2_menu li{
	background: url('66.gif') no-repeat;
	margin-left: -1cm;
	width: 165px;
}

span.sm2_menu li a:link, span.sm2_menu li a:visited{
	/*background: url('66.gif') no-repeat;*/
	
	text-decoration: none;
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	color:#000000;


	/*width:165px;*/
	/*height:29px;*/
	
	/*float:left;*/
	
	/*padding: 5px 0 0 35px;*/
	padding: 5px 0px 15px 35px;
	line-height: 35px;

	/*margin-left: -1cm;*/
	
	
}

span.sm2_menu li a:hover{
	color: #BA8644;
}

/*----------------------------------------------------*/


/*--------------------- EventIQ Footer ---------------*/
.eventiq a:link,
.eventiq a:active,
.eventiq a:visited,
.eventiq a:hover{
	font-weight:bold;
	font-size:9px;
	color:#153161;
}

.eventiq 
{
	margin-top:10px;
	text-align:center;
	font-weight:normal;
	font-size:9px;
	color:#153161;
}

/*----------------------------------------------------*/


/* --- User-Defined CSS Styles for LakeBreeze CMS --- */

/*#Heading1 = heading1*/
.heading1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #C09664;
	font-size: 18pt;
	font-weight: normal;
}

/*#Heading2 = heading2*/
.heading2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #C09664;
	font-size: 13pt;
	font-weight: bold;
}

/*#Heading3 = heading3*/
.heading3{
	font-family:georgia, times new roman, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11pt;
	color: #7A5219;
}

/*#Heading4 = heading4*/
.heading4{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}


/*#Body Text = bodytxt*/
.bodytxt{
	font-family:Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}


/*#Small Text = smalltxt*/
.smalltxt{
	font-family: Arial;
	font-size: 7pt;
}

/*#Big Quotations = bigquotes*/
.bigquotes{
	font-family:georgia, times new roman, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13pt;
	color: #C09664;
}

/*#Small Quotations = smallquotes*/
.smallquotes{
	font-family: Verdana;
	font-style: italic;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;	
}

/*#Image Captions = imgCap*/
.imgCap{
	font-family: Arial;
	font-size: 7pt;
	font-style: italic;
	color: #7A5219;
}

/*#Anchor Text = anchortxt*/
.anchortxt{
	font-family: Verdana;
	font-size: 8pt;
	color: #C09664;
	font-weight: bold;
	text-decoration: none;
}