/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:1em;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_header.jpg);
}

a { color:#666; }

a img {border:none;}

ol {
	color: #87D300;
	font-size: 1.3em;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}

.flag {
	color: #87D300;
	font-size: 2.3em;
	font-weight: bold;
}

.flag_small {
	color: #87D300;
	font-size: 1.4em;
	font-weight: bold;
}

.large {
	font-size: 1.3em;
}

.grey_li {
	color: #666;
}

.side_box {
	position:relative;
	top:0;
	left:0;
	width:270px;
	height:auto;
	margin: 20px 0;
	padding: 10px 10px;
	background-repeat: repeat-y;
	background-image: url(images/bg_side-repeat.jpg);
}

.side_title {
	font-size: 1.3em;
}

.number {
	position:relative;
	width:230px;
	height:30px;
	color: #87D300;
	font-weight: bold;
	font-size: 1.2em;
}

.marquee {
	margin: 0 30px;
}

.blog_title {
	font-size: 2em;
	color: #4F4A4A;
}

.date {
	color: #8F8F8F;
	font-size: .8em;
	font-weight: bold;
}

.form_flag {
	color: #E5732D;
	font-size: 1.4em;
}

.td_bg {
	color: #333;
	font-size: 1.3em;
	background-color: #eFeFeF;
	border-bottom: 2px solid #BFBFBF;
}

.green-text {
	color:#87D300;
	text-align:center;
}



/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:97px;
}

#flash_banner {
	position:relative;
	top:0;
	left:0;
	padding:13px 0 0 0;
	width:950px;
	height:200px;
}

#text_rotation {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:10px;
	padding: 20px 0 0 0;
	font-weight: bold;

}
#savemore {
	float:right;
}
#knowmore {
	float:left;
}
#signuppage {
	width:900px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:580px;
	height:25px;
	float: right;
	margin: 35px 0 0 0;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	padding: 20px 0 0 0;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:540px;
	height:auto;
	padding: 0 10px 0 20px;
}

#content_main-signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:950px;
	height:auto;
	padding: 0 10px 0 0;
}

#content_large {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:840px;
	height:auto;
	padding: 0 10px 0 20px;
}

#textoid {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:350px;
	height:75px;
	color: #fff;
	font-size: .8em;
	margin: 10px 0;
	padding: 12px 10px 0 170px;
	background-repeat: no-repeat;
	background-image: url(images/bg_textoids.jpg);
}

#list_left {
	 float:left;
	 width:440px;
	margin: 0 0 0 0;
	font-size: 12px;
}

#list_left table {
	margin: 10px 0 0 0;
}

#list_right {
	 float:right;
	 width:440px;
	margin: 0 27px 0 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	 border-left: 1px solid #ccc;
}

#list_right table {
	margin: 20px 0;
}
/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:290px;
	height:auto;
	padding: 0 10px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer_bg {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:55px;
	clear:both;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer.jpg);
}

#footer_content {
	position:relative;
	top:0;
	left:0;
	color:#666;
	width:950px;
	height:auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	font-size: 1.1em;
	margin: 0 5px;
	text-decoration: none;
}


#nav a:hover {
	color: #87D300;
}

/* ---- start drop down settings -------------------------- */

#hidden-layers {
	position:absolute;
	font-size:12px;
	color:#666;
	top:630px;
	left:0;
	width:930px;
	height:auto;
	visibility:hidden;
}

#hidden-layers a {
	color:#fff;
	padding:3px;
	display:block;
	font-size:14px;
	text-decoration:bold;
}

#hidden-layers a:hover {
	background-color:#EE334E;
	color:#fff;
	text-decoration:none;
}

#L1, #L2, #L2-1, #L2-2, #L2-3, #L2-4, #L3, #L3-1, #L3-2, #L3-3, #L3-4, #L4, #L4-1, #L4-2, #L4-3, #L4-4, #L4-5, #L4-6, #L4-7, #L5, #L6, #L7, #L8, #L9 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#FFFFFF;
	border-top:2px solid #87D300;	
	border-left:2px solid #87D300;
	border-right:2px solid #87D300;
	border-bottom:2px solid #87D300;
}

#L1 { width:343px; left:118px;}

#L2 { width:188px; left:273px;}
#L2-1 { width:215px; left:243px;}
#L2-2 { width:188px; left:373px;}
#L2-3 { width:345px; left:115px;}
#L2-4 { width:218px; left:243px;}

#L3 { width:240px; left:222px;}
#L3-1 { width:205px; left:255px;}
#L3-2 { width:240px; left:370px;}
#L3-3 { width:330px; left:128px;}
#L3-4 { width:205px; left:255px;}

#L4 { width:240px; left:220px;}
#L4-1 { width:200px; left:260px;}
#L4-2 { width:200px; left:385px;}
#L4-3 { width:200px; left:110px;}
#L4-4 { width:200px; left:260px;}
#L4-5 { width:200px; left:385px;}
#L4-6 { width:200px; left:110px;}
#L4-7 { width:200px; left:260px;}

#L5 { width:315px; left:145px;}

#L6 { width:240px; left:220px;}

#L7 { width:240px; left:220px; }

#L8 { width:335px; left:125px;}

#L9 { width:335px; left:125px;}

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

.rollover-text {
	padding: 5px;
}

