/* CSS Document */

body
{
	margin:0;
	padding:0;
	background-color:black;
}

#Wrapper
{
	
}

#Masthead
{
    height:92px;
    background-image:url('../images/design/masthead-bg.jpg');
    background-repeat:repeat-x;
}
#Masthead .Padding
{
	width:960px;
	margin:auto;
	position:relative;
	height:92px;
	background-image:url(../images/design/vc-masthead-logo.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#Content 
{
    min-height:480px;
}
#Content .Padding
{
	width:960px;
	margin:auto;
	position:relative;
}

#Footer
{
    height:143px;
    background-image:url('../images/design/footer-bg.jpg');
    background-repeat:repeat-x;
}
#Footer .Padding
{
	width:960px;
	margin:auto;
	position:relative;
	padding-top:10px;
}

/* Type */

body
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
    line-height:1.3em;
    color:White;
}



#Footer
{
    color:#cccccc;
    font-size:0.9em;
}

#Navigation a
{
    color:#cccccc;
    text-decoration:none;
    margin-left:10px;
    margin-right:10px;
}
#Navigation a:hover
{
    color:#ffffff;
}

#Navigation 
{
    color:#999999;
    font-size:1.4em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol
{
    margin:0;
    padding:0;
}
h1
{
    font-weight:normal; 
    font-size:2em; 
    border-bottom:1px dotted #ffffff; 
    margin-bottom:5px;
    padding-bottom:4px;
}
h2 
{
    font-weight:normal; 
    font-size:1.4em; 
    border-bottom:1px dotted #ffffff; 
    margin-bottom:3px;
    padding-bottom:2px;
}
h3 
{
    font-weight:normal; 
    font-size:1.2em; 
    border-bottom:1px dotted #ffffff; 
    margin-bottom:1px;
    padding-bottom:1px;
}

p
{
    padding:0 0 10px 0;
}
a
{
    text-decoration:none;
    color:White;
}
a:hover
{
    text-decoration:underline;
}

#Content a
{
    color:#E6BF6C;
}


/* Utitlitles */

.ClearBoth
{
    clear:both;
    font-family:Monospace;
    font-size:0;
    line-height:0;
}

.CrumbTrail
{
    padding:10px 20px;
    font-size:10px;
    line-height:1em;
    color:White;
}
.CrumbTrail a
{
    color:White!important;
}
.CrumbTrail a:hover
{
    color:#E6BF6C;
}