html, body{

}

body {
  	font-family: trebuchet ms, arial;
  	font-size: 11px;
  	background: #e6f3f6;
  	margin: 0px;
  	padding: 0px;
	color: #000;
}

#container {
    position: relative;
	width: 940px;
    left: 50%;
    margin-left: -470px;
	background: #e6f3f6 url("../img/background.gif") repeat-y top left;
}

#content {
	width: 900px;
	margin-left: 20px;
}

h1#first {
    padding-top: 75px; /* height of the replacement image */
    margin: 0px;
	height: 0px;
    overflow: hidden;
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
}

#splash {
	height: 175px;
}	

#selector {
	background-color: #fff;
	width: 900px;
}

#left {
	float: left;
	height: 148px;
	width: 318px;
	background: #bac6c9 url("../img/background-splash.gif") no-repeat top left;
	margin: 25px 0px 25px 50px;
	padding: 10px 20px 10px 20px;
}

#left img, #right img {
	float: right;
	border: 2px solid #fff;
}

#right {
	float: right;
	height: 148px;
	width: 318px;
	background: #bac6c9 url("../img/background-splash.gif") no-repeat top left;
	background-color: #bac6c9;
	margin: 25px 50px 25px 0px;
	padding: 10px 20px 10px 20px;
}

#bottom {
	height: 39px;
	background-color: #e6f3f6;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 7px;
	text-align: right;
	color: #203353;
}

/*---------------------------------------*/
/*-------------<<FORMS>>-----------------*/
/*---------------------------------------*/
fieldset {
	border: 0px;
	border-top: 2px solid #235d9d;
	width: 700px;
	margin-top: 25px;
	padding: 5px;
	display: block;
}

fieldset h3 {
	color: #888;
	font-size: 12px;
	margin: 10px 0 0 0;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 15px;
}

.desc {
	font-size: 0.9em;
	color: #777;
	font-style: italic;
}

label {
	margin:3px;
	width: 150px;
	float:left;
	text-align: left;
	clear:left;
	cursor: pointer; 	
	display:inline; 
	font-weight: bold;
}

input, textarea, select {
	width: 175px;
	font-size: 11px;
	margin: 3px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
}

input.dt {
	width: 70px; 
	text-align: center;
}

input.yr {
	width: 30px;
	text-align: center;
}

input.start {
	margin-left: 3px;
}

input.borderless {
	border: 0;
}

input.checkbox {
	border: 0;
	width: 15px;
}

textarea.mailfield {
	width: 524px;
	height: 30px;
}

textarea.mailfieldcontent {
	width: 680px;
	height: 450px;
}

input.mailfield {
	width: 530px;
}

  textarea, inplaceeditor-form.textarea {
	width: 500px;
	height: 200px;
	font-family: arial, sans;
	padding: 3px;
}

textarea.small {
	width: 169px;
	height: 50px;
}

textarea.low {
	height: 50px;
}

input:focus, select:focus {
	background-color:#FFFFE6;
	border: 1px solid #ccc;
}

