﻿/*-----------------------------------------------WFA Main CSS-----------------------------------------------*/


/*-----------------------------------------------IE is lame-----------------------------------------------*/

a img {
	border: none; 
}

/*-----------------------------------------------Leave my margins and padding ALONE!-----------------------------------------------*/

html, body {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
	font-size: 12px;
}

ul, li {
    margin: 0;
    padding: 0;
}

hr {
	margin: 0;
}

object {
	background: rgb(204,223,232);
}

/* default Text */

body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 12px;
    color: rgb(65,64,69);
    background: #ffffff;
}

/*Main Layout ids*/

#top-div {
	background: rgb(204,223,232);
}

#top-width {
	width: 940px;
    margin: auto;
}

#logo-top {
	height: 100px;
}

#contact-top {
	float: right;
    width: 360px;
	font-size: 12px;
	color: rgb(65,64,69);
	text-align:right;
	Padding: 5px 20px 0px 0px;
}

#contact-top a:link {
	color: rgb(65,64,69);
	text-decoration:none;
}

#contact-top a:visited {
	color: rgb(65,64,69);
	text-decoration:none;
}

#contact-top a:hover {
	color: rgb(65,64,69);
	text-decoration:underline;
}

#background-div {
	background-image: url('../images/content-bg.jpg');
	width: 940px;
    margin: auto;
}

#main-div {
	width: 900px;
    margin: auto;
}

#main-nav {
	background-image: url('../images/menu-bg.jpg');
	height: 70px;
	width: 940px;
    margin: auto;
}

#menu-width {
	width: 880px;
	padding: 23px 0px 0px 0px;
    margin: auto;
}

#header {
	background: rgb(204,223,232);
	height: 278px;
	width: 900px;
	margin: auto;
}

#footer-div {
	clear: both;
	background-image: url('../images/footer-bg.jpg');
	Width: 940px;
	margin: auto;
}

#pre-footer {
	background: white;
	clear: both;
	height: 220px;
	Width: 900px;
	margin: auto;
}

#pre-footer img {
    display: block;
	padding: 15px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
	height: 150px;
	Width: 900px;
	margin: auto;
}

#sidebar {
    float: right;
    width: 280px;
}


#sidebar-content {
	border: 1px solid;
	border-radius: 5px;
	background: rgb(250,246,239);
	padding: 0px 10px 0px 10px;
}

#sidebar h2 {
    margin: 0;
	font-size: 16px;
    padding: 10px 0px 15px 0px;
}
 
#sidebar p {
    margin: 0;
    padding: 0px 0px 15px 0px;
}

#sidebar li {
	list-style: none;
	padding: 0px 0px 10px 10px;
}

#sidebar a:link {
	color: rgb(65,64,69);
	text-decoration:none;
}

#sidebar a:visited {
	color: rgb(65,64,69);
	text-decoration:none;
}

#sidebar a:hover {
	color: rgb(65,64,69);
	text-decoration:underline;
}

#content {
	margin-right: 280px;
}

#content h2 {
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid;
	border-radius: 5px;
	background: rgb(204,223,232);
	font-size: 16px;
}
 
#content p {
    margin: 0;
    padding: 0px 0px 15px 0px;
}

#content ul {
    padding: 0px 0px 0px 25px;
}

#content a:link {
	color: rgb(65,64,69);
	text-decoration:none;
}

#content a:visited {
	color: rgb(65,64,69);
	text-decoration:none;
}

#content a:hover {
	color: rgb(65,64,69);
	text-decoration:underline;
}



/*-----------------------------------------------Navigation-----------------------------------------------*/

/* Setup */

#menu-nav {
	width: 880px;
	margin: auto;
}

ul.wfamenu {
	list-style: none;
	padding: 0px;
	}

.move {
	position: absolute;
	left: -5000px;
	}

ul.wfamenu li {
	float: left;
	}

ul.wfamenu li a {
	display: block;
	width: 110px;
	height: 44px;
	background: url('../images/wfa-menu.jpg');
	}

/* Normal Links */
ul.wfamenu li.home a {
	background-position: 0 0;
	}

ul.wfamenu li.aboutus a {
	background-position: -110px 0;
	}

ul.wfamenu li.fiduciary a {
	background-position: -220px 0;
	}
	
ul.wfamenu li.team a {
	background-position: -330px 0;
	}

ul.wfamenu li.services a {
	background-position: -440px 0;
	}

ul.wfamenu li.compensation a {
	background-position: -550px 0;
	}

ul.wfamenu li.newsletter a {
	background-position: -660px 0;
	}

ul.wfamenu li.contactus a {
	background-position: -770px 0;
	}

/* Hover Links */
ul.wfamenu li.home a:hover {
	background-position: 0 -44px;
	}

ul.wfamenu li.aboutus a:hover {
	background-position: -110px -44px;
	}

ul.wfamenu li.fiduciary a:hover {
	background-position: -220px -44px;
	}

ul.wfamenu li.team a:hover {
	background-position: -330px -44px;
	}

ul.wfamenu li.services a:hover {
	background-position: -440px -44px;
	}

ul.wfamenu li.compensation a:hover {
	background-position: -550px -44px;
	}

ul.wfamenu li.newsletter a:hover {
	background-position: -660px -44px;
	}

ul.wfamenu li.contactus a:hover {
	background-position: -770px -44px;
	}

/* Clicked Links */
ul.wfamenu li.home a:active {
	background-position: 0 -88px;
	}

ul.wfamenu li.aboutus a:active {
	background-position: -110px -88px;
	}

ul.wfamenu li.fiduciary a:active {
	background-position: -220px -88px;
	}

ul.wfamenu li.team a:active {
	background-position: -330px -88px;
	}

ul.wfamenu li.services a:active {
	background-position: -440px -88px;
	}

ul.wfamenu li.compensation a:active {
	background-position: -550px -88px;
	}

ul.wfamenu li.newsletter a:active {
	background-position: -660px -88px;
	}

ul.wfamenu li.contactus a:active {
	background-position: -770px -88px;
	}

/* Selected/Active Links - commented out for now?

ul.wfamenu li.home a.selected {
	background-position: 0 -132px;
	}

ul.wfamenu li.aboutus a.selected {
	background-position: -150px -132px;
	}

ul.wfamenu li.fiduciary a.selected {
	background-position: -300px -132px;
	}
	
*/



#altnav {
	text-align: right;
	font-weight:bold;
	color: white;
}

#altnav a:link {
	font-weight:bold;
	color: white;
	text-decoration:none;
}

#altnav a:visited {
	font-weight:bold;
	color: white;
	text-decoration:none;
}

#altnav a:hover {
	font-weight:bold;
	color: rgb(65,64,69);
	text-decoration:underline;
}

#copyright {
	text-align: right;
}

#foot-contact {
	text-align: right;
}

#foot-contact a:link {
	color: rgb(65,64,69);
	text-decoration:none;
}

#foot-contact a:visited {
	color: rgb(65,64,69);
	text-decoration:none;
}

#foot-contact a:hover {
	color: rgb(65,64,69);
	text-decoration:underline;
}


/*-----------------------------------------------classes-----------------------------------------------*/

.hidden {
    display: none;
}

.padding {
    padding: 25px;
}

.padding-sidebar {
    padding: 25px 25px 25px 0px;
}

.padding-foot {
    padding: 10px 25px 0px 25px;
}

.logo {
	float: left;
	width: 225px;
}

.line {
	background-image: url('../images/content-bg.jpg');
	width: 940px;
    margin: auto;
}

.logo-text {
	padding: 10px 25px 0px 25px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 10px;
    color: rgb(65,64,69);
    background: #ffffff;
}


/*-----------------------------------------------form-----------------------------------------------*/

span.required {
	font-size:12px;
	color:red;
}

.head {
	color:#333333;
	font-size:20px;
	text-decoration:underline;
	font-family:Verdana;
}

.left {
	color:#4D4D4D;
	font-family:;
	font-size:px;
}

.inp_1 {
	height: 23px;
	border:1px solid #D9D9D9;
	margin: 0 10px 13px 0;
}

.sub_title {
	font: 13px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}

.paragraph_text {
	font: bold 14px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin-top: 0;
}

.line_1q {
	height: 1px;
	margin: 0 0 10px;
	width: 100%;
}

.inp_2 {
	border: 1px solid #D9D9D9;
	height: 146px;
	margin: 0 0 13px;
	overflow: auto;
	padding: 0;
	width: 570px;
}

.submit_button {
	color: #999999;
	display: block;
	float: right;
	font: bold 14px/34px 'Trebuchet MS',Arial,Helvetica,sans-serif;
    height: 36px;
    margin: 10px 10px 0 0;
    padding: 0;
    text-align: center;
	width: 142px;
}

/*------------------------------slideshow------------------------------*/
#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 900px;
	height: 278px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 900px;
	height: 278px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}