@charset "utf-8";

/*

Example.com - design, code, and programming by: Michael Angeletti

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

select, input, tr, td, th {
	margin: 0;
	padding: 0;
	position: relative;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	height: 100%;
	border: none;
	top: 0;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #000;
	background: #B582D2;
	text-align: center;
}


/*

Universal Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
	color: #09C;
}

	a:hover {
		text-decoration: underline;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.none {
	display: none;
}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 1127px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}


/*

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 1127px;
	height: 222px;
	float: left;
}

	.header .logo {
		width: 222px;
		height: 222px;
		left: -18px;
		top: 0px;
		position: absolute;
		text-indent: -9000px;
		background: transparent url(../images/logo.png) left top no-repeat;
	}
	
		.header .logo a {
			width: 222px;
			height: 222px;
			float: left;
			background: transparent;
		}
	
	.header .banner {
		width: 923px;
		height: 147px;
		margin: 37px 0 0 0;
		float: right;
		text-indent: -9000px;
		background: transparent url(../images/banner.png) left top no-repeat;
	}


/*

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 1127px;
	padding: 0 0 20px 0;
	float: left;
}

	.content .left {
		width: 164px;
		height: 611px;
		float: left;
		background: transparent url(../images/left_bg.png) left top no-repeat;
	}
	
		.content .left {
			width: 138px;
			height: 585px;
			padding: 13px;
			float: left;
			background: transparent url(../images/left_bg.png) left top no-repeat;
		}
		
			.content .left .menu {
				width: 112px;
				margin: 20px 0 0 0;
				padding: 0 10px;
				border: 3px #000 solid;
				float: left;
				font-size: 14px;
				text-align: center;
				background: #CC99FE;
			}
			
				.content .left .menu li {
					margin: 20px 0;
				}
				
				.content .left .menu a {
					color: #000;
				}
	
	.content .right {
		width: 913px;
		float: right;
	}
	
		.content .right .row {
			width: 913px;
			margin: 10px 0 20px 0;
			float: left;
		}
		
			.content .right .row .box_left {
				width: 680px;
				padding: 20px;
				border: 5px #C9A0DE solid;
				float: left;
				background: #FFF;
			}
			
			.content .right .row .box_right {
				width: 680px;
				padding: 20px;
				border: 5px #C9A0DE solid;
				float: right;
				background: #FFF;
			}
			
			.content .right .row .pic_left {
				border: 5px #C9A0DE solid;
				float: left;
			}
			
			.content .right .row .pic_right {
				border: 5px #C9A0DE solid;
				float: right;
			}
	
	.content .footer {
		width: 1127px;
		float: left;
	}


/*

Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.text h1 {
	font-size: 24px;
}

.text h2 {
	font-size: 20px;
}

.text h3 {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
}

.text h4 {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.text p {
	margin: 0 0 10px 0;
}

.text ul {
	margin: 0 0 10px 0;
}

	.text ul li {
		padding: 5px 0 0 10px;
	}

.text ol {
	margin: 0 0 10px 0;
}

	.text ol li {
		padding: 5px 0 0 10px;
	}
