/*
Coder: Sam Gordon - Pixale
Website: Pixale.net
*/

/* Global Attributes */

	* {
		margin:0;
		padding:0
	}

	html,
	body {
		background:#ffffff;
		margin:0;
		padding:0;
		height:100%;
		font-family:Tahoma;
		font-size:12px
	}

		a:link img, a:active img, a:visited img, a:hover img {
			border: 0px 
		}

		a:link, a:visited, a:active {
			color:#187fc8;
			text-decoration:none
		}

		a:hover {
			color:#187fc8;
			text-decoration:underline
		}

	.left {
		float:left
	}

	.right {
		float:right
	}

	h1, h2, h3, h4, h5, h6, span, p, ul, li {
		margin:0;
		padding:0;
		font-weight:normal
	}

	#container {
  		min-height:100%;
		position:relative;
	}

	.wrapper {
  		width:890px;
		height:100%;
		margin:0 auto
	}

		.bold {
			font-weight:bolder;
			font-style:normal
		}

		.blue-bold {
			font-weight:bolder;
			color:#3389c7
		}

#header {
	background: url(../images/header-repeat.png) repeat-x;
	width:100%;
	height:78px
}

	h1,
	h1 a,
	h1 a:hover {
		text-indent: -10000px;
		background: url(../images/logo.png) no-repeat;
		width:286px;
		height:62px;
		float:left;
		margin:0
	}
	#header .right {
		float:right;
		text-align:right;
		margin:14px 17px 0 0;
		color:#fff;
		font-size:10px
	}

#banner {
	background: url(../images/banner-repeat.png) repeat-x;
	width:100%;
	height:165px
}

	#navigation {
		background: url(../images/navigation.png) no-repeat;
		height:17px
	}

		#navigation ul {
			list-style: none;
			color:#fff;
			margin:0;
			font-size:10px;
			text-align:center;
			padding:1px 0 0 0 
		}

		#navigation ul li {
			display: inline;
			margin: 0;
			padding:0 11px 0 11px
		}

		#navigation ul li a {
			color:#fff;
			font-weight:bold;
			font-size:10px;
			text-decoration: none;
		}

		#navigation ul li a:hover {
			color:#fff;
			text-decoration: underline;
		}


	#banner-main {
	background: url(../images/banner.png) no-repeat;
	height:147px;
	color: #106DBB;
	}

#content {
	background: #ffffff url(../images/content-repeat.png) repeat-x;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 0 76px 0;
}

	#main-content {
		background: url(../images/main-content-repeat.png) repeat-y;
		width:848px;
		height:auto;
		margin:10px 0 0 22px;
		overflow:hidden;
		padding:0 0 18px 0;
	}

		#main-content-inner {
			background: url(../images/main-content.png) no-repeat;
			width:848px;
			height:auto;
			overflow:hidden
		}

		#main-content .left {
			width:230px;
			height:auto;
			text-align:center
		}

			#main-content .left h4 {
				font-size:14px;
				color:#3c3c3c;
				font-weight:bolder;
				padding:5px 30px 5px 30px
			}


			.panel-header-1,
			.panel-header-2 {
				background: url(../images/panel-header.png) no-repeat;
				width:189px;
				height:37px;
				margin:0 auto
			}

				.panel-header-1 h2,
				.panel-header-2 h2 {
					color:#2a2d2d;
					font-weight:bolder;
				}

				.panel-header-1 h2 {
					text-align:left;
					font-size:11px;
					padding:12px 0 0 21px
				}	

				.panel-header-2 h2 {
					text-align:center;
					font-size:10px;
					padding:12px 0 0 0
				}	

			.panel-header-2 {
				margin:10px auto 0 auto
			}
			
			TEST
			
			
			.panel-header-3,
			.panel-header-4 {
				background: url(../grad.gif) repeat;
				width:189px;
				height:37px;
				margin:0 auto
			}

				.panel-header-1 h2,
				.panel-header-2 h2 {
					color:#2a2d2d;
					font-weight:bolder;
				}

				.panel-header-1 h2 {
					text-align:left;
					font-size:11px;
					padding:12px 0 0 21px
				}	

				.panel-header-2 h2 {
					text-align:center;
					font-size:10px;
					padding:12px 0 0 0
				}	

			.panel-header-2 {
				margin:10px auto 0 auto
			}
			

			.row1,
			.row2 {
				width:187px;
				height:auto;
				border-bottom:1px solid #cfcfcf;
				margin:0 auto;
				padding: 5px 0;
				text-align:left
			}

				#main-content .left .row1 p,
				#main-content .left .row2 p {
					color:#2a2d2d;
					font-size:11px;
					padding:0 9px 0 9px
				}

					#main-content .left .row1 a,
					#main-content .left .row2 a {
						color:#187fc8;
						font-weight:bolder
					}

					#main-content .left .row1 a:hover,
					#main-content .left .row2 a:hover {
						color:#187fc8;
						text-decoration:underline
					}	

			.row2 {
				border-bottom:0px solid #cfcfcf;
			}

		#main-content .right {
			width:597px;
			height:auto;
		}

			#main-content .right h2 {
				font-family: Century Gothic;
				font-size:30px;
				color:#464646;
				font-style:italic;
				padding:10px 0 0 25px
			}


				#main-content .right h2 span {
					color:#1780c9;
					font-style:normal
				}

			#main-content p {
	font-size:12px;
	padding:25px 30px 0 23px;
	font-weight: normal;
			}

				#main-content .right p img {
					float:left;
					padding:0 11px 0 0
				}

				#main-content .right p span {
					font-weight:bolder
				}

	#bottom-nav {
		background: url(../images/bottom-nav.png) no-repeat;
		width:850px;
		height:36px;
		margin:0 0 9px 21px
	}

		#bottom-nav ul {
			list-style: none;
			color:#fff;
			margin:0;
			font-size:10px;
			text-align:center;
			padding:13px 0 0 0 
		}

		#bottom-nav ul li {
			display: inline;
			margin: 0;
			padding:0 11px 0 11px
		}

		#bottom-nav ul li a {
			color:#2c2c2c;
			font-weight:normal;
			font-size:10px;
			text-decoration: none;
		}

		#bottom-nav ul li a:hover {
			color:#2c2c2c;
			text-decoration: underline;
		}


#footer {
	position:absolute;
	bottom:0;
	background: url(../images/footer-repeat.png) repeat-x;
	width:100%;
	height:76px
}

	#footer .left {
		color:#aaaaaa;
		font-weight:bolder;
		font-size:10px;
		margin:35px 0  0 30px
	}

	h3 {
		text-indent: -10000px;
		background: url(../images/footer-logo.png) no-repeat;
		width:204px;
		height:56px;
		float:right;
		margin:3px 33px 0 0
	}
#container #content .wrapper #main-content #main-content-inner .right blockquote blockquote #AutoNumber4 tr td p font {
	color: #F0F0F0;
}
#container #content .wrapper #main-content #main-content-inner .right blockquote blockquote {
	text-align: left;
}
