/* 
    Document   : screen
    Created on : Jan 23, 2012, 10:58:45 AM
    Author     : Todd
    Description:
        Purpose of the stylesheet follows.
*/
@import url(http://fonts.googleapis.com/css?family=Trykker);
@import url(http://fonts.googleapis.com/css?family=Lustria);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);




body {
    margin:0;
    padding:0;
    font-family:Alegraya lustria times 'times new roman' serif;
    background-color:#1b2538; 
}
#wrapper {
    width:800px;
    margin:0px auto;
    
}
#header{
    background-color:#525356;
    padding:20px;
    width:890px;
}



nav{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
        height: 40px;
        width: 930px;
        background-color: #3e3f41;
	font-size:14px;
	font-weight:bold;
        
	}
nav ul{
	
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
        
	}
	nav li{
		float:left;
		padding:0px;
		}
	nav li a{
		background:#3e3f41 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:40px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
               
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	nav li ul{
		background:#3e3f41;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width: 225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	nav li:hover ul{
		display:block;
		
		}
	nav li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:170px;
		}
	nav li:hover li a{
		background:none;
		
		}
	nav li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		nav li ul a:hover, nav li ul li:hover a{
			background:#3e3f41 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	nav p{
		clear:left;
		}	


.home #topnav a[title~=Home],
.hubpages #topnav a[title~=Hubpages],
.webanswers #topnav a[title~=Webanswers]
.contact #topnav a[title~=Contact]{
    background-color:#bfbdb7;
}
section a{
    color: orange;
    text-decoration:none;
}
#topnav a:hover {
    background-color:#bfbdb9;
}

#content-wrapper{
    float:left;
    width:800px; 
}

#leftnav{
    width:120px;
    float:left;
    
}


#right {
    float:right;
    margin-left:-50px;
    padding:20px;
        width:60px;
    
}

#content {
    width:530px;
    float:left;
    margin-left:25px;
    padding:20px 10px;
    background-color:#1b2538;
}
#footer{
    clear:both;
    text-align:center;
    padding:10px;
}
#footer ul{
    margin:0;
    padding:0;
}

#footer ul li{
    list-style-type:none;
    display:inline;
    
}

#footer ul li a{
  color:#fff;
  padding:5px;
}
#footer ul li a:hover {
    background-color:#bfbdb9;
}

p, h1, h2, h3, li, ol {
    color:#fff;
    font-family:pt sans narrow ;
}

#form {
    text-align: left;
    width:300px;
    
   
}
.sending{
    color:green;
}
legend, label {
    color:white;
}
.sent {
    color:green;
}