/* General */

* {
	outline: none;
	}
	
a img {
	border: 0;
	}

p, li, h1, h2, form, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
/* Left Content */

.content-left p {
	font-size: 11px;
	line-height: 1.3em;
	color: #464646;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	}

.content-left ul {
	text-align: left;
	padding-top: 0px;
	margin-top: 5px;
	}

.content-left li {
	font-size: 11px;
	line-height: 1.3em;
	color: #464646;
	background-color: #FFFFFF;
	text-align: justify;
	list-style-type: disc;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
	}

.content-left h1 {
	text-transform: capitalize;
	position: relative; display: block;
	font-size: 13px; line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009000;
	padding-left: 10px;
	height: 26px;
	background: #009000 top left no-repeat url(../media/h1_bg.jpg);
	margin: 0 0 10px 0;
	}

.content-left h3 {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	margin-left: 10px;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
/* Right Column */

.content-right #sideShowWrapper {
	display: block; position: relative; height: 347px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	border-top: none;
	margin: 0 0 15px 0;
	}

.content-right #sideShow {
	position: relative; padding: 10px 0;
	}

.content-right #sideShowWrapper img {
	position: absolute; top: 10px; left: 10px;
	}

.content-right .sideImgWrapper {
	display: block; position: relative;
	background-color: #eeeeee;
	border: 1px solid #999999;
	border-top: none;
	margin: 0 0 15px 0;
	}

.content-right .sideImg {
	position: relative;
	padding: 10px;
	background-color: #FFFFFF;
	}

.content-right .sideImg img {
	zposition: absolute; top: 10px; left: 10px;
	}

.content-right a {
	text-decoration: none;
	color: #666666;
	}

.content-right .link {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 9px; line-height: 1.3em;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	border-top: none;
	margin: 0 0 15px 0;
	}
	
.content-right .link:hover {
	background-color: #CCCCCC;
	color: #333333;
	}
	
.content-right #button {
	display: block;
	line-height: 18px;
	color: #FFFFFF;
	border: 1px solid #999999;
	vertical-align: middle;
	padding: 3px;
	font-weight: bold;
	background: #009000 center no-repeat url(../media/h1_bg.jpg);
	text-align: center;
	margin: 0;
	}

.content-right .link:hover #button {
	background: #009000 center no-repeat url(../media/h1_bg2.jpg);
	cursor: pointer;
	}
	

.content-right h1 {
	position: relative; display: block;
	font-size: 13px; line-height: 24px;
	font-weight: bold; color: #F0F0F0; text-align: left;
	padding-left: 10px;
	background: #009000 top left no-repeat url(../media/h1_bg2.jpg);
	height: 26px;
	margin: 0 0 0 0;
	}

.content-right h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #666;
	padding-left: 5px;
	border: 1px solid #999999;
	text-align: right;
	padding-right: 10px;
	}

.content-right li {
	font-size: 11px;
	line-height: 18px;
	color: #222222;
	background-color: #FFFFFF;
	margin-top: 0px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-type: circle;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
/* Forms */

form {
	position: relative; display: block; float: left;
	font-size: 11px;
	line-height: 1.3em;
	color: #464646;
	border: 1px solid #ccc;
	padding: 10px;
	background: #dfdfdf;
	}

* html .content-left form {
	width: 458px;
	}
	
label {
	position: relative; display: block; float: left; clear: left;
	width: 125px; text-align: right; zpadding-right: 5px; margin-bottom: 5px;
	line-height: 1.4em;
	height: 16px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	}

*.required {
	color: #009000;
	}

* html label {
	width: 130px;
	}
	
input, textarea {	
	position: relative; display: block; float: left; margin-bottom: 5px; zmargin-left: 5px;
	border: 1px solid #CCCCCC; background: #fff;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 2px; color: #666666;
	width: 297px;
	}
	
input {
	
	}
	
textarea {
	height: 120px; margin-top: 0px;
	}

#btnSubmit {
	width: 75px;
	line-height: 16px;
	color: #FFFFFF;
	border: 1px solid #999999;
	vertical-align: middle;
	padding: 3px;
	background: #009000 center no-repeat url(../media/h1_bg.jpg);
	text-align: center;
	margin: 0;
	cursor: pointer;
		}
		
	#btnSubmit:hover {	
		background: #009000 center no-repeat url(../media/h1_bg2.jpg);
		}
