﻿body{
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

div.wrapper_container
{
    
}

div.wrapper
{
    
	
}

/******************************************************************************************************/
/* !HEADER */

div.header{
	width: 1118px;
	height: 142px;
	margin: auto;
	position: relative;
	z-index: 100;
	background: url(/images/header_bg.jpg) top center no-repeat;
}

div.headerinner{
	width: 900px;
	height: 142px;
	margin: auto;
	position: relative;
}

div.HeaderLogo
{
    padding-left: 0px;
    padding-top: 20px;
    float: left;
    padding-bottom: 20px;
}

div.HeaderHomeContactUs
{
	position: absolute;
	right: 50px;
	bottom: 100px;
	color: #8accf6;
}

div.HeaderHomeContactUs a
{
    text-decoration: none;
    color: #8accf6;
}

div.HeaderHomeContactUs a:hover
{
    text-decoration: none;
    color: #ffffff;
}
/* !END */

/******************************************************************************************************/
/* !NAV */

div#nav
{
    left: -60px;
    top: 105px;
	margin: 0 0 0px 0px;
	color: #fff;
	position: absolute;
}

div#nav ul{
	list-style: none;
	clear: both;
}

div#nav ul li{
	display: block;
	float: left;
	padding-left: 18px;
}

div#nav ul li a{	
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

div#nav ul li a:hover{	
	color: #8accf6;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}


/* !END */

/******************************************************************************************************/
/* !FOOTERS */

div.footer{
	width: 1118px;
	margin: auto;
	position: relative;
	z-index: 100;
	background: url(/images/bottom_bg.jpg) top center no-repeat;
}

div.footerinner{
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 100;
	color: #fff;
}

div.footerclient
{
    height: 130px;
}

div.footerclient a
{
    text-decoration: none;
    color: #8accf6;
}

div.footerclient a:hover
{
    text-decoration: none;
    color: #ffffff;
}

div.footersearch
{
    height: 46px;
    width: 200px;
    position: relative;
    background: url(/images/submit_bg.jpg) top center no-repeat;
    padding-left: 10px;
    padding-top: 1px;
}

div.footerbuzz
{
    background: url(/images/buzz_bg2.png) top center no-repeat;
    height: 231px;
    padding-top: 50px;
    padding-left: 40px;
}

div.footercopyrights
{
    height: 100px;
    color: #8accf6;
}

div.footercopyrights a
{
    text-decoration: none;
    color: #8accf6;
}

div.footercopyrights a:hover
{
    text-decoration: none;
    color: #ffffff;
}

/* !END */


/******************************************************************************************************/
/* !CONTENT */

div.content_wrapper{
	width: 1118px;
	margin: 0 auto;		
	background: url(/images/BlueBkg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}

div.content{
	/* min-height: 700px; */
	padding: 20px;
	font-size: 12px;
	line-height: 1.6em;
}

div.main{
	width: 900px;
	margin: auto;
	position: relative;
	background: url(/images/BlueBkg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}

div.main_inner
{
    padding-top: 5px;
    width: 900px;
	min-height: 300px;
	margin: auto;
	position: relative;
	z-index: 100;	
	background: url(/images/BlueBkg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}

div.main_inner h2
{
    font-size: 16pt;
}
/* !END */

/******************************************************************************************************/
/* !LINKS PAGE */

.links a
{
	color: #373737;
	font-size: 15px;
	line-height: 14px;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}

.links a:hover
{
    color: Red;
    font-weight: bold;
}

/* !END */

.error
{
    color: Red;
    font-weight: bold;
}

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 720px;
height: 20px;
padding-left: 55px;
/*background-color: #78506B;*/
position: absolute;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-color: #78506B;*/
padding-left: 55px;
}

.someclass
{ 
 color: White;   
}

.clear { clear:both; }

.nowrap
{
    white-space:nowrap;
    }
