/** CSS - Freelance Anywhere
==============================================================================*/



/** Body
==============================================================================*/

html, body {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
background: #FFFFFF;
background-image: url(../images/body_bg.gif);
background-repeat: repeat-x;
}

/** Main Container
==============================================================================*/

#container {
position: relative;
width: 899px;
margin: 0 auto;
}

html>body #container {
position: relative;
width: 900px;
margin: 0 auto;
}

/** General H Styling
==============================================================================*/

h1 {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -.05em;
font-size: 24px;
padding-bottom: 5px;
color: #444444;
}

h2 {
font-size: 16px;
font-family: Verdana, Helvetica, sans-serif;
margin-bottom: 0px;
color: #909090;
}

h3 {
font-size: 14px;
margin-top: 25px;
background-color: #444444;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
color: #ffffff;
}

#question h3 {
font-size: 18px;
margin-top: 25px;
padding-left: 0px;
color: #444444;
background-color: #e0e0e0;
}


/** General Link Styling
==============================================================================*/

a:link {
color: #696969;
text-decoration: none;
}

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

a:hover {
color: #696969;
text-decoration: underline;
}

a:active {
color: #696969;
text-decoration: underline;
}

/** Header
==============================================================================*/

#header {
position: relative;
top: 0px;
left: 0px;
height: 106px;
width: 900px;
background-image: url(../images/header_bg.gif);
background-repeat: no-repeat;
}

/** Main Content
==============================================================================*/

#maincontent {
float: left;
margin-top: 0px;
width: 545px;
margin-left: 15px;
background-color: #FFFFFF;
margin-bottom: 25px;
}

html>body #maincontent {
margin-left: 25px;
}

#rightcol {
float: right;
margin-top: 0px;
margin-left: 19px;
padding-left: 15px;
width: 265px;
background-color: #e4dfcf;
}

html>body #rightcol {
margin-left: 15px;
width: 275px;
}

br.clear {
clear: both;
}

#rightcol h2 {
padding-bottom: 5px;
}

#rightcol img {
padding-bottom: 5px;
}

a img {
border: none;
}

p.description {
font-size: 15px;
padding-left: 15px;
border-left: 1px solid #696969;
margin-bottom: 20px;
}

/** Forms
==============================================================================*/

input:focus, textarea:focus, input.sffocus, textarea.sffocus {
background: #cccccc;
}

fieldset { 
border: 0;
margin: 0;
padding: 0;
}

input.text,textarea.contact {
width: 250px;font:12px/12px 'courier new',courier,monospace;
color: #333;
padding: 3px;
margin: 1px 0;
border: 1px solid #ccc;
}

input.submit {
padding: 2px 5px;
font: bold 12px/12px verdana,arial,sans-serif;
margin-bottom: 15px;
margin-top: 10px;
}

/** Footer
==============================================================================*/

#footerwrap {
width: 100%;
height: 125px;
background-color: #453e35;
border-top: 7px solid #02441e;
}

#footer {
margin: 0 auto;
text-align: left;
width: 875px;
color: #FFFFFF;
font-size: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 15px;
margin-bottom: 0px;
}

#footer p a {
color: #ffffff;
}

ul.footer-list {
	float: left; 
	margin: 0 0 0 10px; 
	padding: 0 0 0 10px;
}

/****************
Navigation
*****************/

table#nav {
    width: 586px;
    height: 30px;
    font-size: 0.75em;
    background-color: #02441e;
}
table#nav tr {
    padding: 0;
    margin: 0;
    background-color: #02441e;
}
table#nav td {
    height: 25px;
}
table#nav td a {
    display: block;
    padding: 0.7em 1.0em;
    background-color: #02441e;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
table#nav td a:hover {
    color: #000;
	background-color: #fff;
}
table#nav td.current a {
    color: #006699;
    background-color: #e5f1ff;
}
table#nav td.current a:visited {
    color: #006699;
}
