/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
html {
	}

body 
{
	margin: 0;
	padding: 0;
	color: #424343;
	background: #0092d2 url(images/bg.gif) center top repeat-x;
	font: normal 11px verdana, arial, geneva, helvetica, sans-serif;
	text-align: center;
}
	
#container 
{
	background-color: #ffffff;
	background: url(images/bg_container.gif) center top repeat-x;
	width: 701px;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
	
#home #content 
{ 
   background: #fff url(images/banner.jpg) center top no-repeat; 
   background-color: #ffffff;
   min-height: 266px;
}

#introtext
{ 
	padding: 2px 1px 12px 1px;
	text-indent: 20px;
	text-align: left;
        font-size: 10pt;
	line-height: 22px;
}


#navtext
{ 
	padding: 2px 2px 2px 2px;
	text-align: left;
        font-size: 10pt;
	line-height: 22px;
}

#mediahome
{
	background: url(images/bg_container.gif) center top repeat-x;
	background-color: #ffffff;
        width: 701px;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;


}

#mediacontainer
{ 
   background: #fff url(images/banner.jpg) center top no-repeat; 
   background-color: #fff;
   min-height: 266px;
}

#mediacontent
{
	padding-top: 266px;
}



	
#content 
{
	padding-right: 12px;
	background-color: #ffffff;
	text-align: left;
}

#nav 
{
	float: left;
	background: #ffffff url(images/bg_nav.gif) -10px 0 no-repeat;
	width: 218px;
	margin: 230px 0 0 0;
	padding: 0 0 230px 0;
	text-align: left;
	background-color: #ffffff;
}
	
#nav ul {
	margin: 24px 12px 16px 2px;
	border-top: solid 1px #ededed;
	text-align: left;
	list-style-type: none;
	}
#nav ul a {
	padding: 10px 10px 9px 43px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #ededed;
	background: #fff url(images/nav.gif) 20px 50% no-repeat;
	color: #424343;
	width: 151px;
	}

#nav li a:hover {
 	background: #009dea url(images/nav2.png) 20px 50% no-repeat;
	color: #fafbfb;
 	}

#newsletter
{
	text-align: center;
	width: 194px;
	padding: 1px 5px 1px 1px;
	margin-left: 5px;
	
	background-color: #ffffff;
}

#newsletter a:hover
{
	color: #aaaaaa;
}

.FirBut
{
 background-color: #ececec;
 font-family: verdana;
 font-size: 9pt;
 color: #000000;
 margin-top: 6px;
 margin-left: -2px;
 background-color: #ffffff;
 border-style: solid;
 border-width: 1px;
}

.SecBut
{
 background-color: #ececec;
 font-family: verdana;
 font-size: 9pt;
 margin-top: 4px;
 background-color: #ffffff;
 border-style: solid;
 border-width: 1px;
}

.ThiBut
{
 font-family: verdana;
 font-size: 9pt;
 color: #000000;
 margin-top: 6px;
 background-color: #ffffff;
 border-style: outset;
 border-width: 2px;
 width: 108px;
}

.ThiBut:hover
{
 background: #009dea url(images/nav2.png) 20px 50% no-repeat;
 color: #fafbfb;
}


#main {
	width: 440px;
	float: left;
	padding: 0px 0px 40px 15px;
	line-height: 170%;
	background-color:#FFFFFF;
	margin-top: 240px;
	}
	

h2 {
margin-top: 5px;
padding: 4px 4px 4px 4px;
color: #f9fafb;
background-color:#009dea;
font-family:"Trebuchet MS",Arial,verdana,sans-serif;
font-size: 16px;
}	

h3 {
padding: 1px 1px 1px 4px;
color: #f9fafb;
background-color:#009dea;
font-family:"Trebuchet MS",Arial,verdana,sans-serif;
font-size: 14px;
}
h4 {
padding: 1px 1px 1px 4px;
color: #727373;
font-family:"Trebuchet MS",Arial,verdana,sans-serif;
font-size: 12px;
}
h5 {
padding: 1px 1px 1px 4px;
color: #f9fafb;
background-color:#1b1b1b;
font-family:"Trebuchet MS",Arial,verdana,sans-serif;
font-size: 12px;
}

h6
{
	color: #555555;
	font-size: 11px;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #555555;
}

#Tagline
{
	margin-top: 4px;
	color: #AA0000;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: underline;
	font: normal 11px sans-serif;
	letter-spacing: 1.3px;
	line-height: 14px;
}


p {
	padding: 2px 1px 12px 1px;
	text-indent: 20px;
	}

#main ul {
	padding: 0 1px 2px 1px;
	margin-left: 0px;
	list-style-type: none;
	}
	
#main ul li {
	background: url(images/bullet.gif) 0px 7px no-repeat;
	padding-left: 14px;
	padding-bottom: 5px;
	}
	
#main a {
	color: #009dea;
	text-decoration: underline;
	}
	
#main a:hover {
	color: #00ccff;
	text-decoration: underline;
	}
	

#footer {
	background: #FFFFFF;
	margin: 0;
	padding: 13px 0 0px 0;
	font: normal 10px verdana, arial, geneva, helvetica, sans-serif;
	}
	
#footer a {
	text-decoration: underline;
	color: #424343;
	padding: 1px 1px 1px 1px;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #009dea;
	}
	
#footer span {
 	color: #009dea;
	}
	
#footer h1
{
color: #686969;
font-size: 11px;
font-family:"Trebuchet MS",Arial,verdana,sans-serif;
padding: 2px 5px 2px 20px;
text-align: center;
}	
#footer p
{
color: #1e1f1f;
font-size: 11px;
font-family:"Trebuchet MS",Arial,verdana,sans-serif;
padding: 2px 5px 2px 20px;
text-align: center;
}

#code
{
	border-style: solid;
	border-width: 1px;
}

.GenBut
{
 background-color: #ececec;
 font-family: verdana;
 font-size: 9pt;
 background-color: #ffffff;
 border-style: solid;
 border-width: 1px;
}
