@charset "utf-8";
/* CSS Document */

body {
	background-color: #92CD00;
	margin: 0px 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 750px;
	margin: 0px auto;
	background-color: #FFC;
	padding: 0 ;
	top: -25px;
}

#wrapper2 {
	position: relative;
	width: 750px;
	margin: 0px auto;
	background-color: #FFC;
	padding: 0 ;
	top: -25px;
	height:1425px;
}

#tmlogo{
	position: relative;
	width: 750px;
	margin:0px auto;
	top: 20px;
	left: 280px;
}
	

#logo {
	position: relative;
	width: 750px;
	margin: 0px auto;
	
}


#innerwrapper {
		position: relative;
		width: 700px;
		margin: 0 auto;
		height: 400px;
		top: 35px;
}

#innerwrapper2 {
		position: relative;
		width: 700px;
		margin: 0 auto;
		height: 600px;
		top: 35px;
}

#innerwrapper3 {
		position: relative;
		width: 700px;
		margin: 0 auto;
		height: 100%;
		height: auto;
		top: 35px;
}

a {text-decoration:none;}

/* Navigation */

#header ul {
	position: relative;
	width: 750px;
	top: 66px;
	left:14px;
	margin: 0px auto;
	padding: 0;	
	}

#header li { 
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(img/nav.png) no-repeat;
	width: 95px;
	height: 25px;
	float: left;
	text-align: center;
	}	
	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	text-decoration: none;
	}	
	
#header li a.on,
#header li a:hover { background-color: #333; color: #9c0; height: 20px; }


#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
	}

#content p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin-left: 10px;
	margin-right: 10px;
}

#content2 h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	}	
#content2 h2 em { 
	color: #09C; 
	font-style: normal;
	}

#content2 p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin-left: 10px;
	margin-right: 10px;
}

#content2 li {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
}

#contactcontent {
		position: relative;
		float: right;
		right: 45px;
		top: -350px;
		width: 200px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		border:thin #666 solid;
}

#contactcontent a{
		color:#C09;
}

#linkcontent a{
		color:#C09;
}

#footer {	
	top: -25px;
	width: 752px;
	margin: 0px auto;
	z-index: 500 ;
	position: relative;	
	padding: 10px 0;	
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }


#footer2 {	
	position: relative;
	width: 752px;
	margin: 0px auto;
	z-index: 500 ;
	position: relative;	
	padding: 10px 0;	
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	top: -25px;
	}	
#footer2 p { margin: 0 10px; text-align: center; }	
#footer2 a:hover { background-color: #222; }


/* Contact form  */
.clear{
	clear:both;
}

#main-container{
	width:250px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	width: 325px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

/* h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
} */

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
