@charset "UTF-8";



html,body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 1200px;
	color: #333;
	background-image: url(../images/GWLCbckground.jpg);
}

#logowrapper {
	width: 100%;
	background-color: #A0D3F0;
	height: 1000px;
	background-image: none;
	background-repeat: repeat;
	background-position: 50% 50%;
	position: fixed;
}

#wrapper {
	width: 100%;

}


#top {
	width: 100%;
	height: 150px;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#logowrapper #top .hasTip img {
	border: thick solid #000;
}

#left {
	width: 150px;
	float: left;
	margin-left: 30px;
	margin-top: 5%;
}

#right {
	width: 150px;
	float: right;
	margin-right: 60px;
	margin-top: 8%;
}
#bottom {
	width: 100%;
	height: 100px;
	clear: both;
	text-align: center;
	
}
#content {
	width: 650px;
	padding-bottom: 60px;
	color: #FFF;
	background-image: url(../images/content_bkground.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#content p {
	color: #FFF;
	line-height: 1.8em;
	font-size: 12pt;

}
#footer {
	width: auto;
	text-align: center;
	color: #000;
	padding-top: 20px;
}


/* breadcrumb */
#breadcrumb {
	color: #323232;
	margin-bottom: 12px;

}



/* linkage */

a:link {
	color: #00C;
	text-decoration: none;
	font-weight: bolder;

}
a:visited {
	color: #03F;
	text-decoration: inherit;

}
a:hover {
	text-decoration:underline;
}


	
/* lists */

#content ul {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 2.4em;
	color: #323232;
}
#content ul li {
	list-style: none;
	color: #323232;
	font-size: 12px;
	background: url(../images/list_arrow.png) no-repeat center left;
	padding-left: 20px;
}



/* headings*/


h1,h2,h3,h4 {
	color: #FFF;
	font-family: Helvetica, sans-serif;

}



/* other */

.seperator {
	width: 700px;
	height: 1px;
	margin: 12px 0 12px 0; 
	border-bottom: #666666 1px dotted;
}


/* tool tips */



.tool-tip {
	color: #666;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #333;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

