@charset "UTF-8";
html, body {
	height: 99%;
	min-width: 1130px;
	background-color: #97989A;
}

	* {
	margin:0;
	padding:0;
}

#container {
	min-height: 99%;
	margin-bottom: -25px;
	position: relative;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/web_04.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 10px;
	z-index: 0;
}

#banner {
	background-image: url(../images/global/web_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 136px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* page link behaviour */	
#pagetext a:link { text-decoration: none; color: #FFFFFF}
#pagetext a:visited { text-decoration: none; color: #FFFFFF}
#pagetext a:hover {
	color: #FFF;
	background-color: #00CC00;
}
#pagetext a:active {
	color: #56595C;
	background-color: #00CC00;}

/*page content styles */

#pagetext {
	
	margin-top: 40px;
	float: right;
	width: 564px;
	margin-right: 80px;	
}

#pagetext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	text-transform: lowercase;
	color: #0F0;
	padding-bottom: 20px;
}


#pagetext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #56595C;
	padding-bottom: 10px;	
	}

#pagetext a {
	color: #FFF;}

#pagetext a:hover {
	color: #0F0;
}
#pagetext ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#pagetext li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

#table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #56595C;
	padding-bottom: 10px;	
	}

.run-in {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: lowercase;
	color: #0F0;
	font-weight: bold;
}
#pagetext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	line-height: 20px;
	font-weight: bold;
	text-transform: lowercase;
	color: #0F0;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*portfolio styles */
#portfolio {
	text-align: left;
	width: 900px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#portfolio h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	text-transform: lowercase;
	color: #0F0;
	padding-bottom: 20px;
}

/* footer styles */
#clearfooter {
	clear: both;
	height: 40px;
}
#footer {
	height: 16px;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B9B9BB;
	z-index: 100;
	position: relative;
	background-color: #56595C;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F0;
	margin-bottom: 10px;
}
#sidebar {
	float: left;
	margin-left: 120px;
	margin-top: 80px;
}
#sidebar_web {
	float: left;
	margin-left: 80px;
	margin-top: 40px;
}

.webnote {
	position:absolute;
	width:320px;
	z-index:1;
	visibility: hidden;
	overflow: auto;
	top: 530px;
	left: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-align: left;
	color: #56595C;
	
}

blockquote {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0F0;
	margin-bottom: 20px;
	background-image: url(../images/global/quote_01.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}


