/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-image:url(gfx/bg.jpg);
 background-repeat:repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 background-repeat: no-repeat;
}
#top { 
 width:832px;
 clear: both;
 color: #0099FF;
 font-size: 8.5px;
 padding: 20px 0px 0 0;
 text-align: right;
 font-family: Verdana, Helvetica, sans-serif;
}

#banner { 
 width:853px;
 clear: both;
 color: #0099FF;
 margin: 0px 0px 0px 0px;
}

#nav{ 
 color: #003366;
 font-size:11px;
 margin: 0px 0px 0px 0px;
 width: 853px;
 padding-left: 20px;
}
#content{
 width: 840px;
 height: 160px;
 background-image:url(gfx/h_gary_section.jpg);
 color: #003366;
 font-size:10px;
 padding: 10px 0px 0px 15px;
}
#content-left{
 width: 238px;
 color: #999999;
 font-size:11px;
 padding: 12px 18px 10px 18px;
 float: left;
}
#content-center{
 width: 240px;
 color: #999999;
 font-size:11px;
 padding: 12px 18px 10px 18px;
  float: left;
}
#content-right{
 width:235px;
 color: #999999;
 font-size:11px;
 padding: 12px 18px 10px 18px;
 float: left;
}

#leftcolumn { 
 color: #0087f3;
 margin: 15px 0px 18px 0px;
 height: 135px;
 width: 540px;
 float: left;
 padding: 0px 0px 0px 20px;
 background-repeat: no-repeat;
}
#left-text { 
 color: #29508b;
 font-size: 11px;
 float: left;
 padding: 10px 10px 10px 0px;
 background-repeat: no-repeat;
}
#rightcolumn { 
 color: #999999;
 height: 135px;
 width: 270px;
 margin: 15px 0px 18px 0px;
 border-left: 1px solid #cccccc;
 padding: 0px 0px 0px 20px;
 float: left;
 background-repeat: no-repeat;

}
#right-text { 
 color: #29508b;
 font-size: 11px;
 float: left;
 padding: 10px 0px 10px 0px;
 background-repeat: no-repeat;
}
#footer { 
 width: 853px;
 clear: both;
 color: #af865e;
 margin: 0px 0px 0px 0px;
 border-top: 1px solid #0066CC;
 }

#b-left-text { 
 width: 353px;
 color: #56c01c;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 10px 0 10px 0;
 }
 
 #b-right-text { 
 width: 300px;
 color: #56c01c;
 float: right;
 margin: 0px 0px 0px 0px;
 padding-top: 10px;
 text-align: right;
 }


.h1{
font-family: Verdana, Helvetica, sans-serif;
color:#0087f3;
font-size: 17px;
font-weight: bold;
}

h2.font{
color:#0087f3;
font-size: 14px;
font-weight: bold;
padding-bottom: 10px;
}

.color{
color:#0099FF;
font-weight: bold;
padding-right: 10px;
}
 

a:link{
	color: #29508b;
	text-decoration:none;
}
a:visited{
	color: #29508b;
	text-decoration:none;
 }
a:hover{
	color: #0087f3;
    text-decoration:none;
}

.menu:link{
	color: #56c01c;
	text-decoration:none;
}
.menu:visited{
	color: #56c01c;
	text-decoration:none;
 }
.menu:hover{
	color: #0087f3;
    text-decoration:none;
}

.topmenu:link{
	color: #0087f3;
	text-decoration:none;
}
.topmenu:visited{
	color: #0087f3;
	text-decoration:none;
 }
 .topmenu:hover{
	color: #666666;
    text-decoration:none;
}
