/*  GCN Website Main Style Sheet */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	cursor: auto;
	}

input, select, th, td {
	font-size: 1em;
	}

#top, #bottom, #left, #right {
	background: #9BC4E2;
	/*background-image:url(graphics/wall_background1.gif);*/
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 5%; /*15px*/
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 0px; /*15px*/
		}
		#top { top: 0; }
		#bottom { bottom: 0; }


#banner {
	margin-left: 170px !important;
	color:#009;
	margin-right: 6%;
	}

#banner h1 {
	padding: 0;
	margin-top: 1px;
	margin-bottom: 10px;
	font-size: 2.8em;
	}

#banner h2 {
	font-style:italic;
	margin-top: 1px;
	padding: 0;
	font-size: 2.1em;
	}

.logo ul  {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	text-align: center;
	}

.logo li  {list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	left: 6%;
	top: 0%;
	}

.logo a	{text-decoration: none;
	width: 100px;
	height: 125px;
	border: 0px;
	display: block;/*box model normally defines an a tag as an inline element; this command treats it as a block element*/
	padding: 4px;
	margin-right: 6px;
	background-repeat:no-repeat;
}

.logo a:link {background-image:url(graphics/GCNlogo1.gif);
		}
.logo a:visited {background-image:url(graphics/GCNlogo1.gif);
		}
.logo a:hover {background-image:url(graphics/gcnlogo_neg.gif);
		}
.logo a:focus {background-image:url(graphics/gcnlogo_neg.gif);
		}
.logo a:active {background-image:url(graphics/GCNlogo1.gif);	
		}

#contactus {
		position: absolute;
		z-index: 1;
		top: 1%;
		right: 6%; 
		font-size:10px;
		}

.stopfloat {clear:both; height:0px;}

#copyright {		
			color: #FFFFFF;
			text-align: center;
			font-size:  0.7em;
			}

.main_content {
			left: 6%;
			top: 165px;
			border:solid 0px;
			position:absolute;
			z-index: -1;
			padding-top: 0px;
			margin-top: 6px;
			margin-right: 6%;
			width: 85%;
			font-family: Verdana, Calibri, Tahoma, sans-serif;
			font-size: 1.6em;
			}

.main_content img{
			border: 0;
			}

.left_sidebar{width: 25%;  
			left: 5%;
			top: 165px;
			border:solid 0px;
			position:absolute;
			padding-top: 7px;
			padding-left: 3px;
			font-size: 1.2em;
			z-index: -1;
			}

.main_content_home{width: 40%;
			left: 31%;
			top: 165px;
			border:solid 0px;
			position:absolute;
			padding-top: 0px;
			margin-top: 6px;
			color:#009;
			background-image:url(graphics/background2.gif);
			background-repeat:repeat-y;
			z-index: -1;
			font-family: Calibri, Verdana, Tahoma, sans-serif;
			font-size: 1.5em;
			}

.main_content_home h2{
			font-size: 1.8em;
			font-style:italic;
			padding-top: 0;
			margin-top: 0;
			}


.right_sidebar{width: 22%;
			left: 71%;
			top: 165px;
			position:absolute;
			margin-top: 10px;
			padding-top: 0px;
			padding-left: 1px;
			padding-right: 1px;
			border: 7px;
			border-style:groove;
			border-color:#804000;
			background-image:url(graphics/cork.gif);
			font-size: 1.2em;
			}

.right_sidebar h3{
			color: #FF0;
			text-shadow: #000 2px 1px;
			text-align: center;
			margin-top: 1px;
			font-size: 1.5em;
			}

.right_sidebar p{
			font-weight: bold;
			color: #000;
			background-color:#FF6;
			background-image: url(graphics/tack.gif);
			background-repeat:no-repeat;
			border:solid 1px #000;
			margin-left: 4px;
			margin-right: 6px;
			padding-left: 4px;
			padding-right: 4px;
			padding-top: 5px;
			padding-bottom: 5px;
			}

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:focus{text-decoration: underline; color: red;}
a:hover{text-decoration: underline; color: red;}
a:active{text-decoration: underline; color: red;}
