@charset "UTF-8";
/* CSS Document */

html {
	
	height:100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	
	height:100%;
	width: 100%;
	background: url(resources/Background.png) no-repeat fixed top right #f1f1e6;
}

p, span, .text{
	color: #6d6e71;
	
	margin-left:5%;
}

hr{

width:500px;
height:0px;
border:1px solid #CCC;
float:left;
margin-bottom:15px;

	
}

/* Dynamic Page Styles */

#content_left{
	
	margin:0 0 0 65px;
	padding:65px 0 0 0;
	
}


#chName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#3399cc;
	font-weight:900;
	margin-bottom:10px;
	
	
}

#chNumber{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#00ccff;
	font-weight:900;
	margin-bottom:15px;
	
}

#linkTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#6d6e71;
	font-weight:900;
	margin-bottom:20px;
	clear:left;
	
}

#description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d6e71;
	font-weight:100;
	margin-bottom:25px;	
	width:409px;
	
}

a:link {color:#00ccff; text-decoration:none;}      /* unvisited link */
a:visited {color:#00ccff; text-decoration:none;}  /* visited link */
a:hover {color:#3399cc;}  /* mouse over link */
a:active {color:#3399cc;}  /* selected link */


#LinkStyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#00ccff;
	font-weight:100;
	
}


/*  End Dynamic Page Styles */

h3{
	margin-left:5%;
	color: #44daff;
}

h4 {
	margin-top:40px;
	margin-left:5%;
	color: #6d6e71;	
	margin-bottom:4px;
	padding-bottom:0;
}

input {
	margin-top:0;
	padding-top:0;
	margin-left:5%;
}

.heading {
	font-weight:bold;
	font-size: 1em;
	margin-left: 0;
}

.container {
	position:absolute;
	margin-left:10%;
	height:100%;
	width:80%;
}

.header {
	width:100%;
	margin-bottom:0;
	padding-bottom:0;
}

.header img {
	height:auto;
	width:100%;	
}


.content {
	min-height:60%;
	background-color:white;
	width:100%;
	position:relative;
}

.radioDefault {
	background: url(resrouces/radio_default.png) no-repeat;
}

.radio_checked { 
	background: url(resources/radio_checked.png) no-repeat; 
}

input {
	border: none;
	
	-moz-box-shadow: 0 0 4px 1px #d8d8d9;
	-webkit-box-shadow: 0 0 4px 1px #d8d8d9;
	box-shadow: 0 0 4px 1px #d8d8d9;
}

.textInput {
	height: 20px;
	width: 	70%;
}

.headingContainer {
	width:100%;
	padding-top:10px;	
}

textarea {
	height:100%;
	width:90%;
	display:block;
	resize:none;
	border: none;
	
	-moz-box-shadow: 0 0 4px 1px #d8d8d9;
	-webkit-box-shadow: 0 0 4px 1px #d8d8d9;
	box-shadow: 0 0 4px 1px #d8d8d9;
}

button, .button {
	margin-left:5%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #00ccff;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-weight:bold;
	border:none;
	padding-top:5px;
	font-size: 1em;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.column-left {
	width:50%;
	float:left;
	min-height:100%;
	height:100%;
}

.column-right {
	width:50%;
	float:left;
	min-height:100%;
	height:100%;
}

.textArea {
	width: 90%;
	height:100%;
	margin-left:5%;
}

.clrflt {
	clear:both;	
}

.footer {
	width:100%;
	margin-top:0;
	padding-top:0;	
}

.footer img{
	width:100%;
	height:auto;	
}