/* Vivo homepage CSS. 2009 firemancreative.com. */

*{
	margin:0;
	padding:0;
}

body{
	/*background-image: url('../images/vivoland.png');
	background-color: #E1F0F2;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-y: 0 20;*/
	font-family: "Arial", "Verdana", sans-serif;
}

a{
	color:#4f4f4f;
	text-decoration: underline;
}


#copy a, #right_copy_top a{
	/*color:#DFAD29;*/
	color:#D27922;
	font-weight:bold;
	text-decoration: none;
}
#copy a:hover{
	color:#DFAD29;
}

#copy{
	text-decoration: none;
}

img{
	border:0px;
}

#outer{
	
}

#wrapper{
	width:1008px;
	margin:0 auto;
	text-align: center;
	/*position: absolute;
	z-index:1000;*/
}

#header{
	width:100%;
	height:90px;
	background-image: url('../img/header_bg_white_home.png');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	color:#4f4f4f;
	font-weight:500;
}

#header a{
	color:inherit;
	text-decoration: none;
}

* html #header a{
	color:#4f4f4f;
}

* html #header a:hover{
	color:#4f4f4f;
}

#header a:visited{
	color:inherit;
	text-decoration: none;
}

#header #logo{
	float:left;
	margin-top:10px;
	margin-left: 40px;
}

#header #button1{
	width:130px;
	height:86px;
	float:right;
	border-left: solid 1px #efefef;
}

.inner_sub_nav:hover{
	background-color: #fff;
}

#header #button1:hover{
	background-color: #A0C929;
	border-left: solid 2px #efefef;
	color:#fff;
}

#header #button2{
	width:130px;
	height:86px;
	float:right;
	border-left: solid 1px #efefef;
}

#header #button2:hover{
	background-color: #A0C929;
	border-left: solid 1px #efefef;
	color:#fff;
}

#header #button3{
	width:130px;
	height:86px;
	float:right;
	border-left: solid 1px #efefef;
}

#header #button3:hover{
	background-color: #A0C929;
	border-left: solid 1px #efefef;
	color:#fff;
}
#header #login{
	width:290px;
	height:86px;
	float:right;
	border-left: solid 1px #efefef;
}

#sub_head{
	width:290px;
	float:right;
	margin-top:-4px;
	height:20px;
	text-align: left;
}

#main_content{
	width:100%;
	margin-top:50px;
	clear:both;
}

#main_content #content_top{
	width:100%;
	height:38px;
	background-image: url('../img/content_top.png');
	background-repeat: no-repeat;
	background-position: top;
}

#main_content #content_middle{
	width:100%;
	height:100%;
	background-image: url('../img/content_middle.png');
	background-repeat: repeat-y;
}

#main_content #content_bottom{
	width:100%;
	height:111px;
	background-image: url('../img/content_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
}

#main_content #content_middle #content_title{
	width:620px;
	height:22px;
	float:left;
	text-align: left;
	margin-left: 40px;
	padding-bottom:40px;
	padding-top:20px;
	padding-right: 40px;
	border-bottom:1px solid #efefef;
	font-family: "Arial Rounded MT Bold", "Arial", "Verdana", sans-serif;
}

#main_content #content_middle #search_area{
	width:270px;
	height:130px;
	margin-top:-33px;
	margin-right:3px;
	float:right;
	background-color: #FCFCFC;
	color:#9e9e9e;
	text-align: left;
	
}

#main_content #copy{
	width:726px;
	text-align: left;
	font-size: 13px;
	color:#4F4F4F;
	padding-bottom: 40px;
	padding-top:20px;
	float:left;
	font-family: Arial;
}

#copy p{
	padding:13px;
	line-height: 1.5;
}

#main_content #sub_nav{
	width:270px;
	float:right;
	background-color: #fcfcfc;
	text-align: left;
	margin-right: 3px;
	margin-top:-33px;
}

#sub_nav a{
	text-decoration: none;
	color:inherit;
}

*html #sub_nav a{
	color:#4F4F4F;
}

#sub_nav a:hover{
	text-decoration: none;
}

#sub_nav a:visited{
	text-decoration: none;
}


#main_content #sub_nav ul{
	list-style-type: none;
	background-color: #fff;
	color:#4F4F4F;
	font-size: 13px;
}

#main_content #sub_nav li{
	border-bottom:1px solid #efefef;
	padding-left:20px;
	padding: 8px;
}

#main_content #sub_nav li:hover{
	background-color: #efefef;
}

#main_content #sub_nav li.inner_sub_nav:hover{
	background-color: #fff;
}

#main_content #sub_nav li.inner_sub_nav ul li:hover{
	background-color: #F7FFDF;
}

#main_content #sub_nav li.inner_sub_nav ul li.current_page:hover{
	background-color: #A0C929;
	color:#fff;
}



#main_content #sub_nav .current_page{
	background-color:#A0C929;
	color:#fff;
}

#main_content #sub_nav .current_page:hover{
	background-color:#A0C929;
	color:#fff;
}

#footer{
	width:100%;
	height:150px;
	margin-top: 40px;
	padding-bottom: 10px;
	background-color: #93C43E;
	/*background-color: #464646;*/
	
}

#footer #footer_container{
	width:1000px;
	height:100%;
	margin:0 auto;
	color:#fff;
	padding-left:0px;
	
}
#footer_container ul{
	list-style-type: none;
	padding-top:5px;
}

#footer_container li{
	font-size: 12px;
	font-family: Verdana;
}

#footer_container a{
	text-decoration: none;
	color:#fff;
}

#footer_container a:hover{
	text-decoration: none;
	color:#efefef;
}

#footer_container a:visited{
	text-decoration: none;
}

#footer_container li:hover{
	cursor: pointer;
}

#footer_container #about{
	width:150px;
	height:100%;
	float:left;
	margin-right:20px;

}

#footer_container #support{
	width:150px;
	height:100%;
	float:left;
	margin-right: 20px;

}

#footer_container #users{
	width:150px;
	height:100%;
	float:left;
	margin-right: 20px;

}

#footer_container #company{
	width:150px;
	height:100%;
	float:left;

}

#footer_container #copyright{
	width:300px;
	height:100%;
	float:left;
	font-size: 11px;

}

.rounded_input{
	background-image: url('../img/home_input_bg.jpg');
	background-repeat: no-repeat;
	border:0;
	width:145px;
	height:23px;
	padding-left: 10px;
	padding-top:5px;
	font-size: 11px;
}

.rounded_input #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
    font-size: .8em;
}

.rounded_input #go {
    float: right;
    margin: 3px 4px 0 0;
}

.public_login{
	border:0;
	background-image: url('../img/public_login_button.jpg');
	background-repeat: no-repeat;
	width:70px;
	height:23px;
}

.public_site_search{
	border:0;
	background-image: url('../img/public_site_search.png');
	background-repeat: no-repeat;
	width:87px;
	height:27px;
	background-color: transparent;
}


/* Clearfixes */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/* IE PNG Fix */
/*img, div, form, input { behavior: url(iepngfix.htc); }*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	background: url(../img/back.png) repeat;
	background-color: #E1F0F2;
}

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND STUFF */

/*
#midground {
	background: url(../images/middle.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 997;
}
#foreground {
	background: url(../images/front.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 998;
}
*/
/* END STRUCTURE */
