/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #C4DC82;	

}


p{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-indent: 10px;
}

a{
	text-decoration: none;
	color: #900;
	font-weight: bold;
}

A:visited{
	color: #000;

}

h1{
	text-transform: capitalize;
	text-decoration: underline;
	text-align: right;
	font: italic bolder 2.2em Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	text-transform: capitalize;

}


h3{
	font: bold 16px Arial, Helvetica, sans-serif;	
}


ul{
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	width: 200px;
	border: 1px solid #000;
	background-color: #C4DC82;
	color: #006;
}

form{
	width: 699px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -1em; /*this is to make the form flush with the header div */
}



legend {
	color: #000;
	font-weight: bold;
	padding:0;
}

legend span {
	position: absolute;
	font-size: 135%;
}


label {
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight:bold;
/*	text-align:right;*/
}

label em {
	display: block;
/*	color: #060;*/
	color: #C00;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}


label strong {
	position: absolute;
	left: 32em;
	width: 19em;
	color: #C00;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
}


fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #000;
	background-color: #FFF;
}


fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}


fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}






/*****************************************************************************************************
Defining my classes
*****************************************************************************************************/

.inputButton {
    width: auto;
    border: solid 1px #CCC;
    background: #FFF;
    color: #000;
}

.inputButton:hover{
	border: 1px solid #000;
	background: #F6C8D7;
	color: #000
}

.smallInput{
	width: 35px;
}


.medInput{
	width: 65px;
}


.hints{
	width: 150px;
	text-align: left;
	background-color: #F6C8D7;
	float:right;
	display:inline;	
	

}



.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
	padding-top: 1.5em;
	background-color: transparent;
	margin-bottom: 1em;
}


.error_message{
	width: 400px;
	text-align:center;
	border: 1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	line-height: 200px;
}


/*****************************************************************************************************
Defining my id's
*****************************************************************************************************/


#wrapper{
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-color: #FFF;
	border: 1px solid #000;
}

#header{
	margin: 0;
	padding: 0;
	width: 700px;
	text-indent: -99999px;
	height: 100px;
	background: url(images/finished/logo_db2.png) no-repeat;
	line-height:100px;
}

#header h1{
	text-align:left;
}


#menu{
	float: left;
	width: 98px;
	border: 1px solid #CDCDCD;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#menu ol{
	list-style: url(none) none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#menu a{
	color:#000;
	display:block;
	line-height:25px;
	font-weight: bold;
}


#menu a:hover{
	background: #F6C8D7;
	color: #000;
	font-weight: bolder;
}

#body{
	width: 550px;
	float: right;
	margin-right: 25px;
	text-align:justify;
}


#conactform{
	width: 549px;
}


#footer{
	clear:both;
	text-align:center;
	margin-top:25px;
	width: 700px;
	line-height: 50px;
	border-top: 1px solid #000;
}
