/* Default Stylesheet */

															/** BODY ELEMENTS **/
	body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	}






															/** MAIN CONTAINERS **/
	div#container {
	width: 900px;
	text-align: left;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	div#header {
		
		}
	
	div#header-in {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/gkit-banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
			}
	div#content-wrap {
	background-color: #FFFFFF;
		}
	div#content {
	margin: 0 200px 0 0;
	background-color: #FFFFFF;
			}
			
	div#content-in {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
				}
			
	div#navigation {
	margin: 0px;
	}
	
	div#navigation-in {
	height: 30px;
	margin: 0px;
	background-color: #D39E0F;
	padding: 0px;
				}
				
	div#column {
	width: 200px;
	}
	
	div#column-in {
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
				}
	
	div#footer {
		
		}
	
	div#footer-in {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	background-color: #D39E0F;
			}



												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rfloat	{
	float: right;
	padding-left: 15px;
}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}
.subnews {
	float: left;
	height: 50px;
	width: 250px;
	background-image: url(../images/divback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	margin-bottom: 25px;
	}
	
.backtotop	{
	float: right;
}



															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }

.navigation ul{
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
	.navigation li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
	.navigation table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:30px;
}

/* style all the links */
	.navigation a, .menu :visited {
	display:block;
	font-size:1em;
	width:111px;
	color:#FFFFFF;
	background:#D39E0F;
	text-decoration:none;
	text-align:center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

/* style the links hover */
	.navigation :hover{
	color:#FFFFFF;
	background-color: #939BA1;
}

/* hide the sub level links */
	.navigation ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;

}
/* make the sub level visible on hover list or link */
	.navigation ul li:hover ul,
	.navigation ul a:hover ul{
	visibility:visible
}






															/** TYPOGRAPHY **/
* { }

h1, h2, h3, 
h4, h5, h6 {
	text-align: left;
	clear: left;
}
h1 {	
	font-size: 2em;
	color: #D39E0F;
	font-weight: bold;
}

h2 {	
	font-size: 1.8em;
	padding-top: 20px;
	color: #D39E41;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
	padding-top: 20px;
	color: #D39E41;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	padding-top: 20px;
	color: #D39E41;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	color: #D39E41;
}
h6 {
	font-size: 1.1em;
	font-weight: lighter;
	color: #818C8C;
}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

p {
	line-height: 1.60em;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 15px;
	}
a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	a:visited 	{ color: #FFFFFF; }
	a:hover 	{ color: #939BA1; }
	a:active 	{ color: #FFFFFF; }
	
	blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
	}
	blockquote p, q p {
		margin: 0;
		padding: 0.80em;
		color: #666;
		background: inherit;
		}
		
	div#content-in a{
	color: #D39E0F;
}

	div#content-in a:visited {
	color: #D39E0F;
}

	div#content-in a:hover{
	color: #999999;
}

	div#content-in a:active {
	color: #D39E0F;
}
				
	p.subnews {
	line-height: 1.60em;
	margin: 0.5em;
	padding: 10px;
	}
	
	div#footer p {
	line-height: 1.6em;
	margin: 0.2em;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
div#footer a:visited 	{ color: #FFFFFF; }
div#footer a:hover 	{
	color: #939BA1;
	text-decoration: underline;
}
div#footer a:active 	{ color: #FFFFFF; }

div#column p {
	line-height: 1.6em;
	margin: 0.2em;
	color: #666666;
	font-size: 0.8em;
	padding: 5px;
	}
	
div#column a {
	text-decoration: none;
	}
div#column a:visited 	{ }
div#column a:hover 	{
	color: #FFFFFF;
}
div#column a:active 	{ }
	




															/** FORMS **/
* { }






															/** END **/
