/* GLOBAL STYLES */
* { outline: none; -moz-outline-style: none; }

html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#666;
	font-size:11px;
	background:#F3F3F3 url(images/background.jpg) repeat-x;
	
}
h1 {
	color:#B4D256;
	font-size:14px;
	padding-top:20px;
	padding-bottom:0;
	margin-bottom:15px;
}
h2 {
	color:#21A1BE;
	font-size:14px;
	margin-bottom:0px;
	font-weight:normal;

}
h3 {
	color:#B4D256;
	font-size:12px;
	font-weight:normal;
	margin-top:0;
}
a{ color:#8cc63f; text-decoration:none; font-weight:bold; }
a:hover{text-decoration:underline}

p{
	margin:0px;
	/*text-align:justify;*/
	padding:7px 40px 7px 0px;
	line-height:19px;
}
ul { padding:0; margin:0; }
td { vertical-align:top; }

/* GENERAL LAYOUT STYLES */
#header{
    position:relative;
	height:70px;
	width:990px;
	margin:0 auto;
}

#mainWrapper {
	margin:0px auto;
	padding:0px;
	width:990px;
	/* min height for firefox and IE */
	height: auto !important;
	height:470px;
	min-height:470px;
}
#main {
	position:relative;
	/* min height for firefox and IE */
	height: auto !important;
	height:475px;
	min-height:475px;
    margin-top:15px;
}

#content {
	position:relative;
	padding: 0px 5px 15px 5px;
	clear:both;
}
#footer{
	margin:0px auto;
	padding:0px;
	width:975px;
	height:40px;
	font-size:10px;
}

#footer * {color:#999; text-decoration:none}
#footer a:hover{text-decoration:underline}


/* SPECIFIC STYLES */

#header { text-align:right; }

#footer ul,#footer li { display:inline; float:none; }

#content table { width:974px; }
#menuVertical {width:144px; height:520px;}
#flashMenu { margin-top:50px; }

#mainImage { background:#FFFFFF; padding:8px; width:325px; }

#fullContent {
    padding-top:30px;
    padding-left: 15px;
    background:#FFFFFF url(images/circles_bottom_page.gif) bottom right no-repeat;
}

#flashTitle { margin-bottom:15px; }


