/* CSS Document */
/* copyright craig longmuir - www.craiglongmuir.com */
/* 
   ____ ____ ____                        _           _   _              ____ ____     _    ___ ____   _     ___  _   _  ____ __  __ _   _ ___ ____  
  / ___/ ___/ ___|    ___ _ __ ___  __ _| |_ ___  __| | | |__  _   _   / ___|  _ \   / \  |_ _/ ___| | |   / _ \| \ | |/ ___|  \/  | | | |_ _|  _ \ 
 | |   \___ \___ \   / __| '__/ _ \/ _` | __/ _ \/ _` | | '_ \| | | | | |   | |_) | / _ \  | | |  _  | |  | | | |  \| | |  _| |\/| | | | || || |_) |
 | |___ ___) |__) | | (__| | |  __/ (_| | |_  __/ (_| | | |_) | |_| | | |___|  _ < / ___ \ | | |_| | | |___ |_| | |\  | |_| | |  | | |_| || ||  _ < 
  \____|____/____/   \___|_|  \___|\__,_|\__\___|\__,_| |_.__/ \__, |  \____|_| \_\_/   \_\___\____| |_____\___/|_| \_|\____|_|  |_|\___/|___|_| \_\
                                                               |___/                                                                                
*/ 


/* layout elements */
html{
	background-color: #0697f8;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	background-color: #ffffff;
	background-image: url(siteimages/html_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	background-position: center top;
}

#frame {
	width:827px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#FFFFFF;
}

#contentleft {
	width:420px;
	float:left;
	min-height:300px;
	background-color:#FFF;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 20px;
}

#contentabout {
	width:420px;
	float:left;
	min-height:300px;
	background-color:#FFF;
	margin-right: 15px;
	margin-left: 20px;
}

#about_nav {
	width:210px;
	float:left;
	min-height:300px;
	background-color:#FFF;
	margin-left: -1050px;
		margin-top: 28px;
}


#contentcenter {
	width:370px;
	float:left;
	min-height:300px;
	overflow:auto;
	text-align:left;
	background-color:#FFF;
	margin-top: 50px;
}

#contentfull {
	width:780px;
	float:left;
	min-height:300px;
	background-color:#FFF;
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 20px;
}

#contentcontact {
	width:300px;
	float:left;
	min-height:300px;
	overflow:auto;
	text-align:left;
	background-color:#FFF;
	margin-top: 85px;
		margin-left:30px;
}

#nav {
	margin: 0px;
	padding: 0px;
	width: 873px;
	height:40px;
	float:left;
	background-image: url(siteimages/logo_mid.jpg);
	background-repeat: no-repeat;
}

#login {
	margin-left: 15px;
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 3px;
	width: 300px;
	float: left;
	background-image: url(siteimages/login_bg.jpg);
	background-repeat: no-repeat;
}


/* general style elements */
ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

li {
	list-style-position: outside;
	font-size: 0.7em;
	list-style-image: url(siteimages/list.png);
	color: #0099CC;
	margin-top: 10px;
}

p {
	color:#666;
	padding-left:15px;
	display:block;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
	padding-bottom: 5px;
		padding-top: 5px;
	margin: 0px;
}

h1 {
	color:#666666;
	padding-left:15px;
	font-size:.8em;
	margin-bottom:15px;
	display:block;
}

h2 {
	color:#0099CC;
	padding-left:15px;
	display:block;
	font-size:.8em;
	margin:0;
	padding-top: 10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 40px;
	margin-left: 15px;
	font-size: 1em;
	margin-bottom: 0px;
}
h4 {
	color: #0797F8;
	font-size: .8em;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h4 a:hover{
	color: #3399cc;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

a:hover {
	color: #333333;
}

/* footer styles */
#footer {
	clear:both;
	width:100%;
	text-align:center;
	background-color:#FFF;
	font-size:1em;
	height: 50px;
	padding-top: 40px;
	background-image: url(siteimages/footer_bg.jpg);
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: .7em;

}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
}	  
		  
	 
/* navigation */

#nav ul{
	display: inline;
	float: right;
	padding-right: 80px;
	padding-top: 10px;
}    

#nav li{
	display: inline;
	padding-left: 35px;
}

#nav a{
	color:#FFFFFF;
	text-decoration:none;
}  

#nav a:hover{
	color:#185c9b;
	text-decoration:none;
} 

#nav li a#active{
	color:#185c9b;
	text-decoration:none;
} 

/* login style */
.inputfields{
	background-color:#2c7ba2;
	border-bottom-style: dashed;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #0797F8;
}

#frame #contentcenter #login #form1 {
	padding-top: 20px;
}


.login_btn{
	padding:0px;
	margin-top:12px;
	margin-left:3px;
}

#login p{
	padding:0px;
	margin-top:5px;
	margin-left:15px;
}



/* classes */
.image {
	padding: 0px;
	margin: 0px;
	display: block;
}
.floatleft {
	float: left;
	padding: 5px;
}

.profile{
	display:block;
	float: left;
}

.imagestack{
	padding-left: 0px;
	padding-top: 10px;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}




/* contact form*/
table p{
	color:#999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}



/* rollover button*/
/* need this for the rollover images*/
a .alt { display: none; }


a#aboutwft_button {
	display: block;
	width: 210px;
	height:30px;
	background-image: url(siteimages/aboutwft_button.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#aboutwft_button:hover {
    background-position: 0 -30px; 
}

a#overview_button {
	display: block;
	width: 210px;
	height:30px;
	background-image: url(siteimages/overview_button.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#overview_button:hover {
    background-position: 0 -30px; 
}
a#philosophy_button {
	display: block;
	width: 210px;
	height:30px;
	background-image: url(siteimages/philosophy_button.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#philosophy_button:hover {
    background-position: 0 -30px; 
}
a#executives_button {
	display: block;
	width: 210px;
	height:30px;
	background-image: url(siteimages/executive_button.jpg);
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
a#executives_button:hover {
    background-position: 0 -30px; 
}
