
body{
	margin: 0;
	font-family: sans-serif;
	background: #F9F9F9;
}

a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:HOVER {
	color: #7AA1B0 !important;
}
#page-div{
	width: 960px;
	margin: 0 auto 40px;
	/*box-shadow: 0 0 85px rgba(0, 0, 0, .3);
	border-radius: 0 0 10px 10px;*/
	position: relative;
	bottom: 0;
}

#top-div{
 border-bottom: solid 1px #33B5E5;
}

#top-div:AFTER{
	content: "";
	display: block;
	clear: both;
}

#top-div header {
	background-color: #E9E9E9;
	height: 25px;
	line-height: 25px;
	
}

#account-link{
	float: right;
	margin-right: 10px;
}
#account-link a{
	
	margin: 0 5px;
}
#account-link a:HOVER{

}

#logo-div{
	background-image: url("../img/wlogo_clean.png");
	width: 320px;
    height: 69px;
    margin: 5px;
    float: left;
}

#nav-div{
	margin-top: 17px;
	margin-left: 340px;
}

#nav-div a{
	margin-right: 15px ;
}

#nav-main{
	font-size: 17px;
	font-weight: bold;
		text-transform: uppercase;
}

#nav-sub{
	padding-left: 20px;
	margin-top: 5px;
}


#nav-div .selected{
	color: #33B5E5;
}

#content {
	margin:  0 20px;
}


.button{
    background-color: #09c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
    background-image: -webkit-linear-gradient(top, #2faddb, #09c);
    background-image: -moz-linear-gradient(top, #2faddb, #09c);
    background-image: -ms-linear-gradient(top, #2faddb, #09c);
    background-image: -o-linear-gradient(top, #2faddb, #09c);
    background-image: linear-gradient(top, #2faddb, #09c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
    border: 1px solid #3990ab;
    color: #fff;
 
	height: 25px;
	line-height: 25px;
    margin-right: 16px;
	font-weight: 400;
    min-width: 54px;
    outline: 0;
    padding: 0 15px;
    text-align: center;
}
.button:hover {
    border-color: #09c;
    background-color: #4cadcb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
    background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
    background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
    background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
    background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
    background-image: linear-gradient(top, #5dbcd9, #4cadcb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
EndColorStr='#4cadcb',GradientType=0);
    color: #fff !important;
}
.button:active {
    background-color: #1e799a;
    background-image: none;
    border-color: #30b7e6;
}



