
html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  
  margin-top:0px;
  background-image:url(../images/bodybg.png); background-repeat:repeat-x;
  
   
}

p {
font-family:Myriad Pro;
  color: #090909;
  line-height: 1.7em;
  
}

#logo_text
{
margin-left:28px;


}
#sidebar1 p
{
font-family:Myriad Pro;
  color: #090909;
  line-height: 1.7em;
  
   padding: 5px 0 0 11px;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #090909;
  font-family:Myriad Pro;
  
  
}


h1  { 
 color: #333333;
   font-family:Myriad Pro;
	margin-top:5px;
	font-size:20px;
	margin-left:25px;
	background-image:url(../images/h1.png); background-repeat:no-repeat; background-position: left 6px; 
	
}
h1 span
{

color:#8dc73f;

}
h2 { 
   color: #333333;
   font-family:Myriad Pro;
	margin-top:5px;
	font-size:20px;
	margin-left:25px;
	background-image:url(../images/h2.png); background-repeat:no-repeat; background-position: left 21px; 
	

}
h2 span
{

color:#8dc73f;

}
h3 { 
  font-family:Myriad Pro;
	margin-top:5px;
	font-size:16px;
	margin-left:25px;
   color: #000000;
  
}
.cb
{

 color: #000000;
    font-family: Myriad Pro;
    font-size: 20px;
    margin-left: 25px;
    margin-top: 5px;
	
	}
	.cg
{

 color: #8dc73f;
    font-family: Myriad Pro;
    font-size: 20px;
    margin-left: 25px;
    margin-top: 5px;
	
	}
	.cbl
{

 color: #848484;
    font-family: Tahoma;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 5px;
	font-weight:bold;
	
	}
	
	

h4{ 
  color: #5f5b5b;
  padding: 0 0 5px 0;
  font-family: Myriad Pro ;
}

 
 
 
 h6{ 
  color: #897f67;
  font-family:Myriad Pro;
  letter-spacing: normal;
  padding: 5px 0 15px 0;
  font-size:18px;
  
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style:none;
  margin: 0 0 6px 0; 
  
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 5px auto;
  width: 775px;
  background: transparent;
  padding-bottom: 10px;
}


header { 
  background: transparent;
  height: 30px;
 
}

#logo { 
  width: 775px;
  
  background: transparent;
  color: #888;
  padding: 0;
  float: left;
}








#logo h1, #logo h2 { 
  font: normal 320% 'KozGoPr6N-ExtraLight' ;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #444;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { 
  color: #09D4FF;
}

#logo_text a:hover .logo_colour { 
  color: #444;
}

#logo_text h2 { 
  font-size: 140%;
  padding: 0 0 0 0;
  color: #222;
}

nav { 
 
  width: 775px;
  float: right;
 
  color: #ffb828;
 
} 

#site_content { 
  width: 775px;
   
   padding-top: 0px;
  padding-bottom:20px;
} 

#sidebar_container { 
  float: right;
  
  margin: 35px 0 0 0;
}


.sidebar1 { 
  float: right;
  
  margin: 0 0 17px 0;
  
}
  
 .heading{
 
 width:450px; float:right;

 
 
 
 } 
 
 .heading span
 {
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
  
 
 }
 



.sidebar { 
  float: right;
  width: 450px;
  
  margin: 0 0 0px 0;
  background: #e2e2e2; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#e2e2e2, #e2e2e2);
  background: -o-linear-gradient(#e2e2e2, #e2e2e2);
  background: -webkit-linear-gradient(#e2e2e2, #e2e2e2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #eee;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}



.sidebar2 { 
  float: right;
  width: 450px;
  
  margin: 0 0 0px 0;


}

.sidebar2 h1{


color: #1083B8;
    font: 170% 'KozGoPr6N-ExtraLight' ;
    margin: 0 1px;
    }
	
	
.sidebar2 P	{
	 color: #A7A6A6;
    font-size: 14px;
    margin: 0 1px;
    
}


  #mainselection { overflow:hidden; width:370px;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
background: url("../images/arrow.gif") no-repeat scroll 354px 2px #ffffff;

}
 


  #mainselection1 { overflow:hidden; width:220px;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
box-shadow: 1px 1px 3px #817e7e;
background: url("../images/drop.gif") no-repeat scroll 	205px 1px #ffffff;

}
  
 #mainselection1 select { border:0; color:#000;
font-size:9px;   padding:2px 5px; width:248px;
background: transparent;
*width:220px; *background:#000; 
-webkit-appearance: none; 
-moz-appearance:none;
color:#000;
}



  .sidebar span { 
  
  font:   'KozGoPr6N-ExtraLight' ;
  font-weight:bold;
  font-size:11px;
  margin-left:12px;
  color: #737775;
}
.sidebar h3, .content h1  .content3 h1{ 
  padding: 0 15px 20px 0;
  font: 170% 'KozGoPr6N-ExtraLight' ;
  text-shadow:  #FFF 1px 1px;
  margin: 0 1px;
  color: #164c78;
}

.sidebar1 span { 
  
  font:   'KozGoPr6N-ExtraLight' ;
  font-weight:100;
  font-size:16px;
  
  color: #5dace6;
}

.span { 
  
  font: 'KozGoPr6N-ExtraLight'  ;
  
  font-size:18px;
  
  color: #8fc5de;
}
.sidebar1 input
{
 border:1px solid #d8d8d8;
	width: 190px;
	height:12px;
	 
	padding:3px;
	margin-right:4px;
	 
	font-family:tahoma, arial, sans-serif;
	background-color:#fbfbfb;



}




.sidebar h3 { 
  color: #444;
  font: 170% 'KozGoPr6N-ExtraLight'   ;
  padding: 0 15px 5px 0;
}

.sidebar ul { 
  margin: 0 0 0px 0;
  float:left;
} 

.sidebar li{
list-style:none;
float:left;

 
}
.sidebar li a, .sidebar li a:hover { 
  color: #3998de;
  font-size:14px;
  text-decoration: none;
   
} 

.side { 
  color: #3998de;
  font-size:11px;
  text-decoration: none;
   
} 



.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}

.content { 
  text-align: left;
 
  margin: 0px 49px 40px 49px;
  float: left;
  font-size: 100%;
  padding-bottom:34px;
}
  
  .content p {
font-family:Tahoma;
margin-left:25px;
   line-height: 1.7em;
   font-size:12px;
  margin-right: 12px;
  
  color: #000000;
}
  
  .content2 { 
  text-align: left;
 
  margin: 0px 49px 40px 49px;
  float: left;
  font-size: 100%;
  padding-bottom:34px;
}


.content2 p { 
  
 font-family:Tahoma;
margin-left:25px;
   line-height: 1.7em;
   font-size:14px;
  margin-right: 12px;
  
  color: #848484;
}


 #sidebar_container3 { 
  float: right;
  width: 224px;
  
}


 .leftbar { 
  
  width: 211px;
  height:422px;
  
  margin: 0 0 0px 0;
  background: #e2e2e2; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#e2e2e2, #e2e2e2);
  background: -o-linear-gradient(#e2e2e2, #e2e2e2);
  background: -webkit-linear-gradient(#e2e2e2, #e2e2e2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #eee;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

 .leftbar1 { 
  
   width: 216px;
  height:628px;
  
  margin: 0 0 0px 0;
  background-image:url(../images/airmid.jpg); background-repeat:repeat-x;
 
  
}


.content3 { 
  text-align: left;
  width: 905px;
  margin-top:10px;
   
  font-size: 100%;
}
  
.content3 p {
font-family:Myriad Pro;
  color: #090909;
  
  font-size:14px;
  
  margin: 0 1px;

}


.content ul { 
  margin: 2px 0 22px 0px;
}

.content ul li,   { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}

footer { 
  width: 850px;
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif;
  height: 30px;
  padding: 5px 0 20px 0;
  text-align: center;
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #eee;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #222;
  text-decoration: none;
}

footer a:hover { 
  color: #222;
  text-shadow: none;
  text-decoration: underline;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 140% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  color: #222;
  text-shadow: 1px 1px #FFF;
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
 
 

ul.images {
  width:850px;
  height:212px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}




/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/
/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}



navfoot { 
 
  width: 905px;
  float: right;
 
  color: #e2e2e2;
 
} 
.pagination {
 
 
list-style: none;
}
.pagination li a {
display: block;
width: 13px;
height: 0;
padding-top: 13px;
background-image: url(../images/pagination.png);
background-position: 0 0;
float: left;
overflow: hidden;
}
.pagination a:visited {
color: 
#D22929;
text-decoration: none;
font-weight: 600;
}

.pagination li {
float: left;
margin: 0 1px;
}








ul#navfoot { 
  float: left;
  background-image:url(../images/footerbg.jpg);
  height:47px;
  margin-top:10PX;
   width: 850px;
}

ul#navfoot li  {
margin-top:8px;
  
}


ul#navfoot li a { 
  padding: 7px 10px 6px 10px;
  font: 100% 'KozGoPr6N-ExtraLight',  sans-serif !important;
  text-shadow: 1px 1px #000;
  text-decoration: none;
  color: #f2ffff;
  margin-right: 2px;
}




ul#nav { 
 
   
   
}

ul#nav ul { 
  background: #ddd;
  margin-top: 5px;
  padding-bottom: 15px;
}


ul#nav li a {
font-family:Tahoma;
  font-size:14px;
 
  text-decoration: none;
  color: #848484;
  margin-right: 12px;
  margin-left:12px;
}

ul#nav li a:hover { 
 

 font-family:Tahoma;
  font-size:14px;
 
  text-decoration:underline;
  color: #A66868;
  margin-right: 12px;
  margin-left:12px;
}

 

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
 
   
}


 ul#nav li.mid  {
 background-image:url(../images/mid.png);
 background-repeat:no-repeat;
 height:30px;
}

ul#nav li.first  {
 background-image:url(../images/left.png);
 background-repeat:no-repeat;
 height:30px;

}

ul#nav li.last  {
 background-image:url(../images/right.png);
 background-repeat:no-repeat;
 height:30px;

}


ul#nav ul li a { 
  color: #222;
}

ul#nav ul li a:hover { 
  color: #09D4FF;
  margin-right: 2px;
}



/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 155px;
  height: 300px;
}


.glossymenu{
margin: 28px 20px;
padding: 0;
width: 178px; /*width of menu*/
 
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background:  url(../side.png); background-repeat:no-repeat;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Myriad Pro, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 7px 10px;
 
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
right: 0px;
padding-right:4px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../side.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #d2d2d2;
}

.glossymenu div.submenu ul li a{
display: block;
font-size:14px;
font-family:Myriad Pro;
color: #7c7b7b;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #e2e2e2;
colorz: #e2e2e2;
text-decoration:underline;
}
.tblimg
{
 float: left;
    height: 80px;
    margin-left: 15px;
    margin-top: 8px;
}

#centimg
{
float:left;
margin-right:4px;
 }
 
 #centimg1
{
float:left;
 
 }
 #hr1
 {
 
 background-image:url(../images/line.png); background-repeat:repeat-x; width:910px; height:1px; margin-bottom:5px; margin-top:190px;
 }
 
 #blkline
 {
 background-color:#090909;
  width:282px; height:6px; margin-bottom:5px;  
 
 
 }
 
 #txtdiv
 {
   width:282px;
   float:left;
   margin-top:20px;
   margin-right:31px;
 
 }
  h5
 {
 
 background-image:url(../images/arrow.png); background-repeat:no-repeat; background-position:left top;
 font-size:11px; 
  margin-left:20px;
  font-family:Tahoma;
 
 color:#000000;
  letter-spacing: normal;
  padding: 0 0 15px 0;
 padding-left: 15px;
 }
 
  #h2 a
 {
 color:#fe9b00;
 font-weight:bold;
 text-decoration:none;
 margin-left:19px;
 
 }
 
  #copy
 {
 color: #848484;
    font-size: 12px;
	font-family:Tahoma;
     
    text-decoration: none;
	margin-top: 0x;
 
 }
 #footer1
 {
 background-color:#e2e2e2;
 width:100%;
  overflow: hidden;
    padding-bottom: 100px;
    margin-top: -110px;
    
 }
 
  #h2 a:hover
 {
 color:#fe9b00;
 font-weight:bold;
 text-decoration:underline;
 margin-left:19px;
 
 }
 
 
 
 #space
{
float:left; margin-left:1px;
 }
 

.txt
{
color:#897f67 !important;
font-size:16px;
font-family:Myriad Pro;
height:30px;
width:240px;



}



 
a:hover { 
  text-decoration: none;
}
 

ul#lnk { 
  float: left;
 width:500px;
 margin-left: -20px;
 margin-top: -52px;
  
  list-style:none;
}
ul#lnk li a { padding: 0px 18px 0px 18px;
 font-family:Myriad Pro;
  font-size:14px;
  font-weight:400; 
  text-decoration: none;
  color: #ffffff;
 
 
    list-style:none;
}
 
 ul#lnk li  a:hover { 
 padding: 0px 18px 0px 18px;
 font-family:Myriad Pro;
  font-size:14px;
  font-weight:400; 
   
  color: #ffffff;
 
 
    list-style:none;
   
 text-decoration:underline;
}
 * Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
  margin-left:175px;
   
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

 .slect
 {
 
  text-decoration:underline !important;
  color: #f6f1f1 !important;
  
   
  
 }
 
.chk
 {
 
 background-image:url(../images/chk.gif); background-repeat:no-repeat;     margin-right:5px;
 }
 
  #hd
  {
  font-family:Myriad Pro;
  font-size:14px;
  font-weight:400;
  
 
  width:418px;
   margin-top: -48px;
   padding-bottom:32px;
  }
  
   #hd a
  {
  font-family:Myriad Pro;
  font-size:14px;
  font-weight:400;
  color:#aba6a6;  
  margin-left:5px;
  margin-bottom:18px;
  text-decoration:none;
  
  
  }
  
   #hd a:hover
  {
 
  text-decoration:underline;
  
  
  }
 