/*
-----------------------------------------------
Author:   Anthony Grace - www.codersbarn.com
Website:  www.vwepc.com
Version:  September 29, 2007
----------------------------------------------- */

html {
    min-height: 100%;
    overflow: -moz-scrollbars-vertical;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #2F3137;
	color: #ffffff;
	font: normal 62.5% arial,sans-serif;
	padding-top:20px;
}

.outer-container {
	padding-bottom: 20px;
}

.inner-container 
{
    background: url('../../images/bg.gif') repeat-y;
    border: 1px solid #000;
	font-size: 1.2em;
	margin: 0 auto;
	width: 760px;
}

.content 
{
    color:#c7cbda;
    padding: 15px;
    margin-top:-3px;
    min-height:220px; 
    line-height:16px; 
}

.left 
{
    float:left;
    width:320px;
    padding: 5px 5px 5px 20px;
}

.right 
{
    float:left;
    width:320px;
    padding: 5px 5px 5px 50px;
}

.center {
    float:left;
    width:700px;
    padding: 5px 5px 5px 20px;
}

.footer 
{
    background: #3B444A;
    padding-bottom: 60px;
}

.footerCreditLeft 
{
    width:320px;
    float:left;
    padding-left:35px;
    padding-top:5px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #86C0EF;
}

.footerCreditRight 
{ 
    width:320px;
    float:left;
    padding: 5px 5px 5px 50px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #86C0EF;
}

.footerCreditRight a
{ 
    color: #fff;
    text-decoration:none;
}

.footerCreditRight a:hover
{ 
    color: #00FF00; 
}

h1 {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 24px;
	color: #a0c0ef;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #a0c0ef;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 15px;
	color: #a0c0ef;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.linkText
{
    background: url(../../images/bullet.gif) no-repeat 3px 5px;
    padding-left:15px;
}


/* Start Navigation */
div#nav-container {
   /* Placeholder */
}

 /* Helvetica, Sans-Serif; */
div#nav-container ul 
{   
    background: url('../../images/navbar.gif') repeat-x bottom;
    font-family:  helvetica, sans-serif; 
    font-size:14px;
    font-weight:lighter;
    text-align: center;
    margin: -25px 0px 0px 0px;
    padding-bottom: 10px;
    padding-top: 119px;
}

div#nav-container ul li {
    display: inline;
    margin-left: -4px;
}

div#nav-container ul li a 
{
    padding: 5px 10px 5px 10px;
    color: #a0c0ef; 
    text-decoration: none;
}
/*
div#nav-container.test ul li a 
{
    font-size:10px;

}
*/
div#nav-container ul li a:hover {
    color:  #F6A458;
}

div#nav-container ul li #active {
   color: #FBD06A; 
}


/* Links */
div.content a {
    color: #fff;
    text-decoration:none;
}

div.content a:hover {
    color:#a0c0ef;
    border-bottom: 1px dotted #a0c0ef;
}



/* images */
.imageleft {
	float: left;
	padding: 3px;
	margin-right: 8px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.imageright {
	float: right;
	padding: 3px;
	margin-left: 8px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.imagecenter {
	padding-left: 90px;
	padding: 3px;
	margin-left: 8px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}



/* Contact Form */
.particulars 
{
    float:left;
    padding-top:8px;
    padding-left:20px; 
    width:260px;
}

.particular
{
    float:left;
}

.particularDetail
{
    width:190px;
    float:right;  
}

.message
{  
    padding-left:110px; 
    float:left;
    padding-top:8px;
    width:320px;
}

.formButtons
{
    padding-top:6px; 
    padding-left:125px;
}