/* -- layout stuff -- */
html, body, p{
	margin-top: 0;
	margin-left: 0;
}
body{
	text-align: center;
    font-family:Arial, Helvetica, sans-serif; 
    color:#000000; 
    font-size: 12px;
}
html>body, html>body #container{
	height: auto;
}

a{
	color: #2D5CC8;
}
a:hover{
	color: #990000;
}
.error, .required
{
    font-weight: bold;
    color: Red;
}

#container{
	position: relative;
	width: 934px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

#header{
	position: relative;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 248px;
}

#logo
{
    padding: 0px 0 0px 0px;
}

#navigation
{
    position: absolute;
    right: 17px;
    top: 155px;
}
#navigation ul
{
    margin: 0;
    padding: 0;
}
#navigation ul li
{
    margin: 0 10px 0 10px;
    padding: 0;
    display: inline;
}


#content
{
	position: relative;
    padding: 0px 20px 20px 50px;
    margin-bottom: 0px;
    background-image: url(../images/background.jpg);
    background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 450px;
}
#content h1
{
    color: #272F47;
    font-size: 1.8em;
    margin-top: 0;
}
#content h2
{
    font-size: 100%;
    margin-bottom: 3px;
}
#content h2.admin
{
   color: #2D5CC8;
    margin-top: 3px;
}
#content .instructions
{
    border: 1px solid #ccc;
    font-size: .9em;
    padding: 10px;
    color: #333;
    background-color: #EFEFEF;
}
#content .tdheading
{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
#content input, #content select
{
    border: 1px solid #2D5CC8;
    font-size: .9em;
}
#content input[type="radio"], #content input[type="checkbox"]
{
    border: 0px solid #2D5CC8;
}
#content textarea
{
    border: 1px solid #2D5CC8;
    font-size: 1.2em;
}
#content label
{
    margin-right: 8px;
    margin-left: 2px;
}
#content .submitbutton
{
    border: 0;
}
#content div div
{
    padding: 2px 10px 2px 10px;
    margin-bottom: 5px;
    width: 450px;
}
#content hr
{
    border: 0;
	color:#2D5CC8;
	background-color: #2D5CC8;
	height: 1px;
	width: 450px;
	text-align: left;
	margin-left: 0;
	display: none;
}
#content div div div
{
    border: 0;
    width: 450px;
    margin-left: 20px;
    padding: 2px 0 2px 0;
}
#content div div hr
{
	margin-left: -10px;
	width: 450px;
}

#content div div div hr
{
	margin-left: -20px;
	width: 450px;
}

#content .hideborder
{
    border: 0;
}
#content .hideborder div
{
    margin-left: -10px;
}
#content .tdleft
{
    padding-top: 3px;
    padding-right: 5px;
}
#content .reviewquestion
{
    color: #666;
}
#content .textarea
{
    width: 380px;
    height: 100px;
}
#content .wordcount
{
	color: #666;
	font-style: italic;
}

/* specific postcode styles */
#ctl00_ContentPane_pnlUpdatePanel
{
	margin-left: -10px;
}


.hidden
{
	visibility: hidden;
}
.visible
{
	visibility: visible;
}


#footer
{
    padding: 35px 30px 0px 0; 
    color:#ffffff; 
    background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	height: 25px;
    text-align: right;
}
#footer a{
	color: #FFFFFF;
}

.avernis
{
    display: none;
}
