/*
      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: 13px;
	background-color: #D7D7D7;
	text-align: justify;
	background-image: url(../images/patt_486ea973bec80.gif);
	background-repeat: repeat;
}
a {	
	color: #61C525;
}

#wrapper { 
 margin: 0 auto;
 width: 993px;
}
#header {
 width: 993px;
 height: auto;
}
#navigation {
	width: 993px;
	color: #333;
	background-color: #BD9C8C;
	background-image: url(../images/cgt-layout_01.png);
	height: 131px;
}
#content { 
 width: 965px;
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 14px;
 height: auto;
 float:left;
}
#footer {
	width: 993px;
	color: #333;
	background-image: url(../images/cgt-layout_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:81px;
	clear:both;
}
#footer a{
	padding: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#footer a:hover{
	padding: 15px;
	color: #61C525;
	text-decoration: none;
	font-size: 16px;
}

#opt a{
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
#opt a:hover{
	padding: 10px;
	color: #2C81B8;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
.slideshow {
	height: 445px;
	z-index:-1;
}


/*MENU*/
ul.topnav {
	list-style: none;
	float: left;
	width: 920px;
	font-size: 1.2em;
	margin-top: 61px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 99;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background-image: url(../images/subnav_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}

h3{
	font-size: 16px;
	font-weight: bold;
	color: #66C72A;
	text-decoration: none;
	padding: 3px;
	width: 150px;
}
ul{
	padding-left: 35px;
	list-style-position: inside;
}

.left{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.right{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 3px solid #616362;
}
