* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #fff;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: url(images/body.jpg) repeat-x 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #fff;
}

h2 {
	width: 100%;
	height: 33px;
	overflow: hidden;
	font-size: small;
}

h6 {
	line-height: 1.667em;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}

	h6 strong {
		display: block;
		padding: 0 0 15px 0;
		font-weight: normal;
	}

.fleft {
	float: left;
}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 30px 0 0 !important;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-bg {
	background: url(images/main-bg.png) no-repeat 50% 100px;
}

#main {
	width: 950px;
	margin: 0 auto;
	font-size: x-small;
}

#header {
	position: relative;
	height: 351px;
}

#logo {
	position: absolute;
	top: 200px;
	left: 87px;
}

#slogan {
	position: absolute;
	top: 215px;
	left: 307px;
}

#twitter {
	background: url(images/twitter.gif) no-repeat 0% 0%;
	display: block;
	width: 67px;
	height: 62px;
	overflow: hidden;
	position: absolute;
	top: 203px;
	left: 799px;
}

#content {
	height: 454px;
	padding: 0 70px 130px 0;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #fff;
}

	#content p {
	padding: 0 0 15px 0;
	line-height: 1.667em;
	font-size: x-small;
	font-weight: bold;
	}
	
	#content p.extra {
		padding: 0 0 21px 0;
	}
	
	#content p.extra1 {
		padding: 0 0 12px 0;
	}
	
		#content p small {
			float: right;
			padding: 0 30% 0 0;
			font-size: 1em;
		}

#column-left {
	float: left;
	width: 307px;
}

#menu {
	width: 100%;
}

	#menu li {
		padding: 0 0 19px 0;
		width: 258px;
		height: 35px;
	}
	
		#menu li a {
			background-position: 0% 0%;
			display: block;
			width: 258px;
			height: 35px;
			overflow: hidden;
		}
		
			#menu li a:hover {
				background-position: 0% 100% !important;
			}
			
			#menu li.act a {
				background-position: 0% 100% !important;
			}
			
		#menu li#m1 a {
			background: url(images/m1.jpg) no-repeat;
		}
		
		#menu li#m2 a {
			background: url(images/m2.jpg) no-repeat;
		}
		
		#menu li#m3 a {
			background: url(images/m3.jpg) no-repeat;
		}
		
		#menu li#m4 a {
			background: url(images/m4.jpg) no-repeat;
		}
		
		#menu li#m5 a {
			background: url(images/m5.jpg) no-repeat;
		}

#column-right {
	background: url(images/column-bg.gif) no-repeat 0% 5px;
	float: left;
	width: 503px;
	padding: 5px 0 0 70px;
	font-size: large;
}

.link {
	background: url(images/link-left.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 20px;
	float: left;
	margin: 0 3px 0 0;
	overflow: hidden;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}

	.link span {
		background: url(images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
	}
	
		.link span span {
			background: url(images/link-tail.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 20px;
			overflow: hidden;
			margin: 0 9px;
			padding: 0 10px 0 9px;
		}
		
		.link:hover {
			cursor: pointer;
			color: #000;
		}

.link-indent {
	margin: 0 0 41px 0;
}

.list {
	padding: 0 0 17px 0;
	overflow: hidden;
}

	.list li {
		background: url(images/marker.gif) no-repeat 1px 6px;
		padding: 0 0 0 9px;
		line-height: 1.667em;
		font-size: 1em;
		color: #5a0b0a;
	}
	
		.list li a {
			text-decoration: none;
			color: #5a0b0a;
		}
		
		.list li a:hover {
			text-decoration: underline;
		}

.list-1 {
	width: 100%;
	overflow: hidden;
}

	.list-1 li {
	float: left;
	width: 227px;
	padding: 0 40px 0 0;
	line-height: 1.667em;
	font-size: x-small;
	color: #fff;
	text-decoration: underline;
	height: auto;
	}
	
		.list-1 li strong {
	display: block;
	font-weight: normal;
	color: #FFF;
		}
		
			.list-1 li strong a {
				text-decoration: none;
				color: #5a0b0a;
			}
			
			.list-1 li strong a:hover {
				text-decoration: underline;
			}
			
		.list-1 li p {
			padding: 0 0 14px 0 !important;
		}
		
		.list-1 li.extra {
			padding: 0;
		}

.list-indent {
	padding: 0 0 15px 0 !important;
}

.list-indent1 {
	padding: 0 0 42px 0 !important;
}

#contact-form {
	width: 255px;
	padding: 4px 0 0 0;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 26px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 247px;
		height: 12px;
		padding: 3px 3px 3px 3px;
		border: 1px solid #fff;
		float: left;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #fff;
	}
	
	#contact-form textarea {
		background: none;
		width: 247px;
		height: 30px;
		padding: 3px 3px 3px 3px;
		border: 1px solid #fff;
		float: left;
		overflow: auto;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #fff;
	}

	#contact-form a {
		background: url(images/link-left.gif) no-repeat 0% 0%;
		display: inline-block;
		height: 20px;
		float: right;
		margin: 10px 0 0 13px;
		overflow: hidden;
		line-height: 20px;
		text-decoration: none;
		color: #fff;
	}
	
		#contact-form a span {
			background: url(images/link-right.gif) no-repeat 100% 0%;
			display: inline-block;
		}
		
			#contact-form a span span {
				background: url(images/link-tail.gif) repeat-x 0% 0%;
				display: inline-block;
				height: 20px;
				overflow: hidden;
				margin: 0 9px;
				padding: 0 10px 0 9px;
			}
			
			#contact-form a:hover {
				cursor: pointer;
				color: #000;
			}

#footer {
	padding: 60px 0 0 0;
	text-align: center;
}

	#footer a {
		text-decoration: none;
		color: #5a0b0a;
	}
	
	#footer a:hover {
	text-decoration: underline;
	color: #FFF;
	}
#page3 #main-bg #main #content .wrapper #column-right .wrapper p a strong {
	font-size: medium;
}
#page4 #main-bg #main #content .wrapper #column-right .list-1.list-indent1 li h3 {
	font-size: xx-small;
}
#page4 #main-bg #main #content .wrapper #column-right .list-1.list-indent1 li h3 {
	font-size: x-small;
}

