﻿body {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5 url(images/bg01.jpg) repeat;
	font-family: arial;
		font-weight: 300;
		color: #999999;
		font-size: 10pt;
}

h2
{
    font-size:1.9em;
    color:Black;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    
    }

h3
{
    font-size:1.6em;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    letter-spacing:-1px;
    color:#999999;
    
    }    
    

#containers
{
    width: 918px ;
    margin-left: auto ;
    margin-right: auto ;
	margin-top: 30px;
	
}

#maincontent

{
    overflow: hidden;
    clear:both;
    padding-left:0px;
    background-color:White;
    padding:20px 30px 50px 30px;
    border-bottom:solid 1px #cccccc;
  }
    
#sidebar
{
    float:right;
    width:300px;
    }    

#content
{
    float:left;
    width:540px;
    }   
    
   
      
#navbar
{
    background: #101010 url(images/bg02.jpg) no-repeat center top;
    height:86px
    }
    
    #navbar h2
    
   {
      
      color:white;
      margin: 0 0 0 0;
      padding:30px 0px 0px 30px;
      float:left;
       }

.fadey {
   font-weight:normal;
   opacity: 0.5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    
   }

   .fadey:hover {
      opacity: 0.99;
    
      }
.blueone 
{
    background-color:#00a6ec;
    height:62px;
    width:240px;
    padding:30px 30px 30px 30px;
   
    margin-bottom:10px ;
    background-repeat:no-repeat;
    background-position: 230px 40px;
    text-decoration:none;
    background-image:url('images/arrow.png');
}
.blueonea
    {
        text-decoration:none;
        font-weight:normal;
    } 

.greenone
{
    background-color:#8cba00;
    height:62px;
    width:240px;
    padding:30px 30px 30px 30px;
    margin-bottom:10px ; 
    background-repeat:no-repeat;
    background-position: 230px 40px;
    text-decoration:none;
    background-image:url('images/arrow.png');
}

.blackone
{
    background-color:#323232;
    height:62px;
    width:240px;
    padding:30px 30px 30px 30px;
    margin-bottom:10px;
    background-repeat:no-repeat;
    background-position: 230px 40px;
    text-decoration:none;
    background-image:url('images/arrow.png'); 
}

.redone
{
    background-color:#cc0000;
    height:62px;
    width:240px;
    padding:30px 30px 30px 30px;
    margin-bottom:10px;
    background-repeat:no-repeat;
    background-position: 230px 40px;
    text-decoration:none;
    background-image:url('images/arrow.png'); 
}

.blueonehead
{
    color:#ffffff;
    padding-bottom:0px;
    margin-bottom:0px;
    font-size:1.9em;
     
    }
.blueone p 
{
    color:#ffffff;
    padding-bottom:0px;
    font-weight:100;
    width:200px;
    }    	      

.greenone p 
{
    color:#ffffff;
    padding-bottom:0px;
    font-weight:100;
    width:200px;
    }  
      	
 .blackone p 
{
    color:#ffffff;
    padding-bottom:0px;
    font-weight:100;
    width:180px;
    }   

 .redone p 
{
    color:#ffffff;
    padding-bottom:0px;
    font-weight:100;
    width:180px;
    }   

#footer

{
    overflow: hidden;
    clear:both;
    padding-left:0px;
    padding:0px 30px 20px 30px;
    border-bottom:solid 1px #cccccc;
  
  }

      
          
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		overflow: hidden;
		float:right;
		padding-top:33px;
		padding-right:20px;
	}
	
		#nav ul
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			float: left;
			display: inline-block;
			padding: 0 1.5em 0 1.5em;
		}
		
		#nav a
		{
			display: inline-block;
			padding-bottom: 0.65em;
			text-decoration: none;
			font-size: 1.00em;
			font-weight: 300;
			font-style: italic;
			color: #ffffff;
			outline: 0;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;

		}

		#nav a:hover,
		#nav .current_page_item a,
		#nav .active a
		{
			color: #cccccc;
		}
		
		#nav .current_page_item a
		{
			border-bottom: 4px solid #cccccc;
		}

/*********************************************************************************/


input, textarea
	{
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		color: #000000;
		font-size: 10pt;
	}	
	
table
    {
        padding:0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
       
    }
    
p
    {
        padding:0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
       
    }    
    

.none 
{
  color: #000000;
  text-decoration: none;
}

	
a
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.shadow 
{
    background: #f5f5f5 url(images/bg03_918.png) repeat;
    }



/*********************************************************************************/
/*
   .button
	{
		display: inline-block;
		position: relative;
		background: url('images/bg3.jpg') 0 15% repeat-x;
		padding: 1em 2.5em 1em 1.5em;
		border-radius: 5px;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.9), inset 0px 2px 0px 0px rgba(255,255,255,0.8), inset 0px 0px 0px 2px rgba(255,255,255,0.6), 0px 2px 3px 0px rgba(0,0,0,0.35);
		text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
		color: #31424b;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.25em;
		letter-spacing: -1px;
		outline: 0;
	}
	
		.button:after
		{
			content: '';
			position: absolute;
			top: 1.35em;
			right: -32px;
			width: 64px;
			height: 64px;
			background: url('images/sprites.png') -192px 0px no-repeat;
		}
		
		.button:hover
		{
			background-position: 0 80%;
		} 

/*********************************************************************************/
		
ul.style1
	{
	    margin-left:0;
	    padding-left:0;
	    margin-right:20px;
	}

		ul.style1 li
		{
			border-bottom: solid 1px rgba(0,0,0,0.5);
			border-top: solid 1px rgba(255,255,255,0.1);
			padding: 0.5em 0 0.5em 0;
			list-style-type:none;
			
		}
		
		ul.style1 li:first-child
		{
			border-top: 0;
			padding-top: 0;
		}
		
		ul.style1 li:last-child
		{
			border-bottom: 0;
			padding-bottom: 0;
		}		
		
 		
		
#copyright
	{
		text-align: center;
		color: #999999;
		padding: 10px 0 10px 0;
	}		

.address
{
    font-size:11px
}	


