/* =General */
* {
	margin:0;
	padding:0;
}

html{
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/* background:#3B3B3B; */
	line-height: 18px;
}

h1{
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.01em;
}

P{
	padding-top: 10px;
	letter-spacing: 0.01em;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color:#0000FF;
	text-decoration: underline;
}

/*Structure*/

#wrap {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border-style:solid;
	border: 0;
}

#contentwrap {
	float: left;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	width: 100%;
}

#topmargin{
	width:100%;
	height: 30px;
	float: left;
}

#toparea {
	text-align:left;
	float:left;
	width:100%;
	/* border:#FF0000 solid 1px; */
}

/*Columns*/
#contentarea {
	background:#FFFFFF;
	margin-bottom:-32767px;
	margin-top: 0;
	padding:0 0 32767px;
	float: left;
	width: 100%;
}

#leftcol {
	width:220px; 
	float:left;
	/* background:#000000; */
}

#middlecol {
	/* margin-top: 40px; */
	float:left;
	width:500px;
	padding-left:20px;
	/* height: auto !important; */
	/* min-height: 467px; */
	/* height: 467px; */
}

#rightcol{
	float:right;
	width:220px;
	text-align:center;
	/* background:#000000; */
}

/*Content Boxes*/

#middle{
	width: 100%;
}

#middleimagebox{
	width: 100%; 
	display: table; 
	text-align:center;
}

#middlecontentbox{
	width: 100%; 
	/* padding: 30px; */
}

#middlebl07linkbox{
}

#middleformbox{
	/* background:#999999; */
}

/*Search*/

#searchfield form{
}

#txtfirstname, #txtlastname, #txtemail, #txtmobile, #txtorganization {
	width: 200px;
	/* height: 24px; */
	/* border: 0px; */
	/* padding: 3px 0 0 3px; */
}

#searchfield .search {
	float: right;
	padding: 11px 50px 0 0;
}

#searchfield .input {
	float: left;
	padding: 11px 0 0 32px;
}

#searchfield{
	background:transparent url(../img/g_shadow_top_right.gif) no-repeat;
	float: left;
	height: 51px;
	width: 313px;
}

/*clearfloats*/

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Fix for WinIE, hides from IE-Mac \*/
* html .clear {
	height:1%;
}

.clear {
	display:block;
}

/*End hide from IE-mac*/

.hide {
	position:absolute;
	left:-9000px;
}
