﻿/* Main Elements
------------------------------------------------------------*/
body
{
	font-family:Arial;
	font-size:small;
}

.MainDiv
{
	background-color:White;
	width:950px;
	padding:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.HeaderWrap
{
	width:100%;
	height:78px;
	display:block;
	border-bottom:solid 1px #8CC53E;
}

.Logosmall
{  
	float:left;
	width:200px;
	height:78px;
	background-image:url('/Content/Images/tuLogo_200.gif');
}

.Logosmall h1
{
	display:none;
}

.Nav
{
	height:78px;
	padding:0px;
}

.HeaderWrap div
{    
    display:block;
	float:left;
}

.HeaderWrap ul
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.HeaderWrap ul li
{
    margin: 0px 2px;
	border: none 0px white;
	display:block;
	float:left;
	list-style: none;
	list-style-position: inside;
	list-style-image:none;
}

.HeaderWrap ul li a
{
    background-color:#8CC53E;
    border: none;
    color:Black;
    display:block;
    font-size:18pt;
    font-weight:bold;
    padding:3px 5px;
    text-decoration:none;
    text-align:center;
	vertical-align:middle;
	width:110px;
}

.HeaderWrap ul li a:hover
{
    color:#8CC53E;
	background-color:#000000;
}

/* Content Area
--------------------------------------------------*/

.ContentAreaDiv
{
    padding:5px;
}

/* Form Elements
--------------------------------------------------*/
.UserForm
{
	border-style:none;
}

.UserForm ul li
{
	list-style: none;
	padding:5px;
}

.UserForm ul li span
{
	display:block;
	float:left;
	width:180px;
	text-align:right;
}

.UserForm input[type="text"],
.UserForm textarea,
.UserForm input[type="password"],
.UserForm input[type="select"]
{
	border:solid 1px #8CC53E;	
}

.UserForm #enquiry
{
    width:400px;
    height:320px;
}

/* Misc
------------------------------------------------------*/
.BackgroundGreen
{
	background-color:#8CC53E;
}

.Clearer
{
    clear:left;
}
