﻿@charset "UTF-8";
/* CSS Document */

body {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin: 0px;
	background-color:#ffffff;
	
	}

#container
{
    top:-240px;
    width:100%;
    height:100%;   
    z-index:99;
 position:relative;
 
}

#logo
{
    
    width:960px;
    /*margin-top:45px;
    margin-bottom:45px;*/
	margin-left:auto;
	margin-right:auto;
  z-index:1;
 position:relative;
 margin-bottom:45px;

	
}

#logonav
{
    
    width:960px;
    padding-top:45px;
      z-index:99;
 position:relative;
/* background-image:url("../img/bg.png");
 background-position:right;
 background-repeat:no-repeat;*/
}

#logodiv
{
    width:100%;
    border-bottom:5px solid #999999;
      z-index:5;
 position:relative;
}





#banner
{
    width:100%;
    height:250px;
    background-color:#990000;
    border-bottom:5px solid #333333;
}
#bannercontent
{
    
    width:960px;
    padding-top:30px;
    padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #000000;*/
}


#bannercontent h1
{
    font-size:26px;
    color:#FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height:15px;
    font-style: normal;
	font-weight: lighter;
	letter-spacing:2px;
}
#bannercontent p
{
    font-size:16px;
    color:#FFFFFF;
    line-height:15px;
     font-family: Georgia, "Times New Roman", Times, serif;
}

#maincontent
{
    margin-top:-90px;
    width:960px;
    padding-top:20px;
    padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	height:450px;
	
}

#maincontent .leftbox
{
    width:298px;
    float:left;
    margin-left:6px;
    background-color:#ffffff;
    
}

#maincontent .middlebox
{
    width:298px;
    float:left;
   background-color:#ffffff;
    margin-left:30px;
}

#maincontent .rightbox
{
    width:298px;
    float:left;
    background-color:#ffffff;
    margin-left:25px;
}

#maincontent h1
{
    font-size:22px;
    color:#000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height:15px;
    font-style: normal;
	font-weight: lighter;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:5px solid #990000;
	padding-bottom:5px;
}


#maincontent p
{
    font-size:13px;
    color:#000000;
    line-height:15px;
     font-family: Georgia, "Times New Roman", Times, serif;
     line-height:20px;
}

#pagebottom
{
   
    width:100%;
    height:150px;
    background-color:#333333;
}

#pagebottomcontent
{
    width:960px;
    padding-top:15px;
    padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #000000;*/
}

#pagebottomcontent .leftbox
{
    width:600px;
    float:left;
    margin-left:10px;
   
}

#pagebottomcontent .rightbox
{
    width:350px;
    float:left;
    margin-left:0px;
   
}

#pagebottomcontent p
{
    font-size:13px;
    color:#ffffff;
    line-height:15px;
     font-family: Georgia, "Times New Roman", Times, serif;
     line-height:20px;
}



/*Lava lamp menu*/


#menunav
{
     width:100%;
      background-color:#333333;
      height:60px;
        z-index:6;
 position:relative;
}

#navmenu
{
     width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#333333;
}



ul, li {
 margin: 0; padding: 0;
}

#blob {

 border-right: 1px solid #0059ec;
 border-left: 1px solid #0059ec;
 position: absolute;
 top: 0;
 z-index : 1;
 background: #0b2b61;
 background: -moz-linear-gradient(top, #0b2b61, #1153c0);
 background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-box-shadow: 2px 3px 10px #011331;
 -webkit-box-shadow: 2px 3px 10px #011331;

}

#nav {
 position: relative;

 float: left;

    height:60px;
    background-color:#333333;
}


#nav li {
 float: left;
 list-style: none;
 border-right: 1px solid #4a4a4a;
 border-left: 1px solid #4a4a4a;
}

#nav li a {
 color: #e3e3e3;
 position: relative;
 z-index: 2;
 float: left;
 font-size: 15px;
 font-family: Georgia, "Times New Roman", Times, serif;
 text-decoration: none;
 padding: 20px 35px;
 text-transform:uppercase;
}

/*
General
*/

#maincontent_about
{
    margin-top:-160px;
    width:960px;
    padding-top:10px;
    padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	height:auto;
	
}

#maincontent_about p
{
   
	font-size:13px;
    color:#000000;
    line-height:15px;
     font-family: Georgia, "Times New Roman", Times, serif;
     line-height:20px;
     padding: 0px 5px 5px 5px;
    
}

#maincontent_about h1
{
   
	font-size:22px;
    color:#000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height:15px;
    font-style: normal;
	font-weight: lighter;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:5px solid #990000;
	padding-bottom:5px;
    
}

/*contact us page*/
#maincontent_about .leftbox
{
    width:400px;
    float:left;
    margin-left:10px;
    
   height:auto;
}

#maincontent_about .rightbox
{
    width:530px;
    float:left;
    margin-left:10px;
    height:auto;
     background-color:#cccccc;
}