.paddingmenu{
padding-left: 10px;
padding-right: 5px;
}

.top-left{
	background-image : url(images/4a_06.jpg);
	background-repeat : no-repeat;
	height: 74px;
	width: 469px;
}
.top-middle{
	background-image : url(images/4a_03.jpg);
	background-repeat : repeat-x;
	width: 190px;
}

.top-right{
	background-image : url(images/4a_05.jpg);
	background-repeat : no-repeat;
	width: 246px;
	
}

.middle-left{
	background-image : url(images/4a_14.jpg);
	background-repeat : no-repeat;
	width: 400px;
	
}
.middle-middle{
	background-image : url(images/small.jpg);
	background-repeat : repeat;
}

.middle-right{
	background-image : url(images/4a_15.jpg);
	background-repeat : no-repeat;
}

.box{
	border : thin solid #506BA2;
}
.side {
font-size: 12px;
font-weight: bold;
font-family:   Tahoma, Arial,Verdana;
color: #F7b71b;
letter-spacing: 0.5px;

}

.sidetext {
font-size: 12px;
font-weight: bold;
font-family:   Tahoma, Arial,Verdana;
letter-spacing: 0.5px;
}

.text {
font-size: 12px;
font-family:   Tahoma, Arial,Verdana;
letter-spacing: 0.5px;
}


hr{
	color: #D4D0C8;
	border-bottom-style: dotted;
	width: 175px;
}

.box{
	border : 1px solid Black;
}

.paddingtd{
padding-left: 10px;
padding-right: 5px;
}
.star{
	font-weight: bold;
	color: Red;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px; 
	letter-spacing : 1px;
}

.maintext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px; 
	font-variant : normal;
		
} 

.h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px; 
	font-variant : bold;
		
}
/*=================================================
Style for contact form added 27th Nov 2008 - djr
=================================================*/
form h3 {
font-size: 16px;
padding: 0;
}
/* fieldset styling */
fieldset {
	padding: 10px;
	width: 450px;
	border: 1px solid #ccc;
	overflow: hidden; 
	background: #EEEEEE;
	margin: 0 0 0 10px;
}
/* legend styling */
#contactForm legend {
font-size: 1.6666666666666667em;
display: none;
}
/* style for labels */
#contactForm textarea {
	height: 84px;
}
#contactForm label {
	display: block;
	margin: 0;
}
#contactForm input {
  width: 306px;
}
#contactForm textarea {
	width: 410px;
}
#contactForm input {
border:1px solid #BFBFBF;
padding:2px 5px;
}
#contactForm textarea {
	height: 100px;
}
.required {
	font-size: 0.8em;
	color:red;
	line-height: 1.5em;
}
#contactForm input.submit {
background-color: #ff6600;
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
width: 200px; /* alter this to fit width of text */
cursor: pointer;
}
/* put error message in <p> in errror-wrap <div> */
p.mail-sent,
p.mail-failed,
p.error-message,
p.close-window {
	padding-left: 1.8em; 
}
p.mail-sent {
line-height:20px;
background: url(../images/email_go.png) no-repeat 0 0;
}
p.error-message {
line-height:20px;
background:  url(../images/error.png) no-repeat 0 0;
} /* errors could also be reported as a list */
p.mail-failed {
line-height:20px;
background:  url(../images/email_error.png) no-repeat 0 3px;
}
p.privacy {
	clear:both;
	text-align: center;
}
form p.small{
	margin-bottom: 0;
}
body.privacy {
	margin: 1em;
}
p.close-window {
	float: right;
}
p.close-window {
	background: url(../images/cross.png) no-repeat 0 50%;
}
.rightnav a,
.sidebar a {
	line-height: 18px;
}