

/* general tags */

a{
	color: #669900;
	text-decoration: none;
}
a:visited{
	color: #336600;
}
a:hover, a.selected{
	color: #ff6600;
}

a img{
	border: none;
}

body {
	background: background	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: #669900;
}

#page{
	width: 828px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

img.left, div.left{
	float: left;
	margin-right: 5px;
}

img.right, div.right{
	float: right;
	margin-left: 5px;
	text-align: left;
}

/* header */
#header {
	height: 111px;
	margin: 0;
	padding: 0;
	position: relative;
}

/* header menu */
#header ul.menu{
	padding: 0;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#header ul.menu li{
	list-style-type: none;
	display: inline;
	padding: 0 0 0 .5em;
	margin: 0;
}
/* signup form */
#header #signup_form{
	float: right;
	margin: 0;
	padding: 0;
}

#header #signup_form p{
	margin: 0;
	padding: 0 19px 0 0;
	position: relative;
}
#header #signup_form a{
	color: #336600;
	text-decoration: underline;
}

#header #signup_form input.input_sutex, #header #signup_form input[type='text'] {
	border: 1px solid #669900;
	background-color: #f3f3f3;
	color: #669900;
	height: 15px;
	width: 170px;
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#header #signup_form input.input_susub, #header #signup_form input[type='image']{
	margin: 0;
	padding: 0 0 0 1px;
	position: absolute;
	right: 0;
	overflow: visible;
	bottom: 0;
}

/* flash_obj */

#flash_obj{
	margin: 5px 0;
	padding: 0;
}

#flash_obj .flashobject{
	margin: 0;
	padding: 0;
}

/* main_content */
#main_content{
	margin: 0;
	padding: 0;
}
#main_content .square{
	background: url(../assets/square_bubble.jpg) no-repeat 0 0;
	width: 229px;
	height: 204px;
}
#main_content .rectangle{
	background: url(../assets/rectangle_bubble.jpg) no-repeat 0 0;
	width: 354px;
	height: 204px;
}
#main_content .bubble{
	padding: 0;
	margin: 0;
	color: #083643;
}

#main_content .bubble h3,
#main_content .bubble h4,
#main_content .bubble h5,
#main_content .bubble p,
#main_content .bubble cite{
	padding: 0 15px;
	margin: 0;
	font-size: 85%;
	line-height: 1.2em;
	
}

#main_content .bubble img.title_im{
	margin: 0;
	padding: 3px 0 0 3px;
}
#main_content .bubble li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size:85%;
	
}
#main_content .bubble ul,
#main_content .bubble ol{
	margin: 5px 0;
	padding: 0 20px;
	line-height: 1.2em;
	text-decoration: underline;
}

#main_content .bubble blockquote{
	padding: 10px 20px;
	font-size: 85%;
	line-height: 1.2em;
	margin: 0;
	
}

#main_content .bubble img.title_im{
	margin: 0;
	padding: 7px 0 0 15px;
}
#main_content .bubble h3{
	padding-top: 10px;
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #669900;
}
#main_content .bubble h5{
	clear: left;
	font-weight: bold;
	color: #669900;
}

#main_content .bubble a{
	text-decoration: underline;
	color: #669900;
}

#main_content .bubble ul.features{
	color: #ff6600}

#main_content .bubble ul.features li{
	background: url(../assets/green_arrow.gif) no-repeat left bottom;
	padding-left: 20px;
	font-weight: bold;
}

/* footer */

#footer{
	clear: both;
	background: url(../assets/footer_rectangle.jpg) no-repeat 0 8px;
	height: 142px;
	width: 828px;
	margin: 0;
	padding: 12px 0 0 0;
}

#footer .column{
	width: 207px;
	float: left;
	margin: 0;
	padding: 0;
}

#footer .column ul{
	padding: 0 0 0 40px;
	margin: 0;
}

#footer .column h5{
	padding: 0 0 0 25px;
	margin: 0;
	color: #336600;
	font-size: 1em;
}

#footer .column h5 a{
	color: #336600;
} 
#footer .column h5 a:visited{
	color: #336600;
} 
#footer .column li{
	padding: 0;
	margin: 0;
	font-size: 85%;
	line-height: 1.2em
} 

/* foot_info */

#foot_info{
	clear: both
	width: 100%;
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
}

#foot_info p{
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
}