@charset "UTF-8";
/* ----- MAIN PAGES LAYOUT -----*/
html, body {
	margin: 0;
	height:100%;
	padding: 0;
	background:url(images/lemon_bg4.jpg);
}
#body_block {
/*	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding:0px 10px 0px 10px;
	width:680px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header {
	width:650px;
	height:260px;
	text-align: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}
#flashNav {
	width:740px;
	height:115px;
	margin: 0px 0px 0px -30px;
}
#left_column {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	width: 220px;
}
#right_column {
	margin: 15px 10px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 435px;
	float: right;
	text-align:left;
}
.floatclear {
	clear: both;
	margin: 0px;
	padding: 5px 15px 10px 15px;
	text-align:right;
}
/* ----- SUB PAGES LAYOUT -----*/

#body_block2 {
	width: 700px;
	height:580px;
	margin: 0px auto;
	position: fixed !important; /* Gecko, Opera & IE Mac */
	position: absolute; /* IE */
	top: 50%;
	left: 50%;
	margin: -290px 0 0 -350px;
	text-align: left;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}
#header2 {
	width:670px;
	height:400px;
	text-align: center;
	padding: 15px 15px 15px 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
#flashNav2 {
	width:740px;
	height:115px;
	margin: 0px 0px 0px -20px;
	padding-bottom:15px;
}
#footer {
	background-image:url(images/sub_bg.gif);
	width:680px;
	height:22px;
	margin-left:10px;	
}

/* --- Styling---*/
/* --- Body_Block--- */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
h1 {
	font-size: 33px;
	color: #003399;
	font-weight: bold;
	letter-spacing: -2px;
}
h2 {
	font-size: 20px;
	color: #000033;
	font-weight: bold;
	letter-spacing: -1px;
	font-variant: small-caps;
	text-transform: lowercase;
	line-height: 4px;
}
.biglinks a {
font-size:36px;
}
img {  
	border-style: none;
}
.style1 {
	font-size: 14px;
	color: #FF9900;
}
a, a:link, a:hover, a:visited {
	font-size: 11px;
	font-variant: small-caps;
	text-decoration: none;
	line-height: 20px;
}

/*--- Left Column Nav ---*/
#left_column p {
	padding:0 1em;
}
.ddmarkermenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ddmarkermenu li {
	padding-bottom: 1px;
}
.ddmarkermenu li a {
	color:#000066;
	display: block;
	font-weight: normal;
	background-color:#CCEDFF;
	padding: 0px 0px 0px 12px;
	width: 197px;
}
.ddmarkermenu li a:visited {
	color:#003366;
}
.ddmarkermenu a:hover {
	background-color: #FFFF00;
	color:#0033FF;
}

/*--- Right Column Style ---*/
#right_column a, a:link, a:hover, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
	line-height: normal;
}
#right_column a:hover {
	text-decoration: underline;
}
#right_column p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}
/* --- Footer Nav Style ---*/
#footer a, a:link, a:hover, a:visited {
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	line-height: 20px;
	width: 197px;
	color: #996600;
}
#footer a:hover {
	color: #993300;	
}
#footerLeft {
	float: left;
	width: 300px;
	text-align:left;
}