
/* Begin Typography & Colors */

#fullheight
{
height:100%; 
overflow:hidden;
}

body 
{
font-family:"Century Gothic", Arial, Verdana;
}

#page {
	background-color:#ffffff;
	width:950px;
	margin:auto;
	}
	
#page-container
{
width:950px;
background-color:#ffffff;
margin: 25px 0 0 25px;
}

#nav
{
width:300px;
height: 400px;
float:left;
border-left:1px solid #CCCCCC;
padding-bottom:100px;
background:url('images/logo.gif') no-repeat bottom left;
}

#nav ul li, #nav ul li a
{
list-style:none;
list-style-position:outside;
font-size:18px;
line-height:1.5em;
color:#999999;
text-decoration:none;
}

#nav ul li a:hover
{
color:#FF6600;
}

#logo a
{
display:inline-block;
width:275px;
height:50px;
float:left;
margin:200px 0 0 25px;
}

#content-main {
width:600px;
float:left;
margin-top:25px;
}

#content {
width:600px;
float:left;
}

#content-blank {
width:550px;
float:left;
margin-left:50px;
}

#footer
{
float:right;
margin-right:180px;
}
	
.formcontainer
{

}	

fieldset
{
border:none;
}
	
.form-label, legend
{
font-size:15px;
color:#999999;
}

p.success
{
font-size:15px;
color:#999999;
}

p.error
{
font-size:15px;
color:#CC0000;
}

h1
{
font-size:16px;
color:#333333;
text-transform:lowercase;
font-weight:normal;
}

p, p a
{
font-size:13px;
color:#666666;
line-height:1.5em;
}

.light
{
font-size:10px;
color:#CCCCCC;
}
	
#clear
{
clear:both;
}

#hidden, .hiddenPic
{
display:none;
}