@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: url(../images/BGcolour.png) repeat-x scroll top left #e8e8e8;
	margin: 0;
	padding:5px 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	color: #000000;
	text-align:center;
	margin-bottom:5px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #262261;
	text-align:center;
	margin-bottom:5px;
}
p{
	font-size:14px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border:1px solid #666;
}

.header {
	background: #ffffff;
	border-bottom: 2px #262261 solid;
	padding:5px 0;
	height:140px;

}
.header p {
	text-align:right;
	padding:25px;
	font-size:14px;
}

#logo {
	float:left;
	height:138px;
	
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #ffffff;
	padding-bottom: 10px;
}
.content {

	padding: 10px 0;
	width: 780px;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	/*border-top: 1px solid #666;*/
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	width: 180px;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;
	text-decoration: none;
	background: #ffffff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #666;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #ffffff;
	position: relative;
	clear: both;
	border-top:1px solid #666;
	text-align:center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.testgallery {
	padding: 10px 0;
    border: 1px solid #666;
    width: 650px;
    text-align: center;
    margin: 0 auto;
}
/**** contactform css start ****/
.contactform {
width: 460px;
/*font-family: arial;
border: 1px solid #AAA;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;*/
}
.contactformheader {
font-size:22px;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
text-align:center;
color: #262261;
font-family: Arial, Helvetica, sans-serif;
}
.contactformmessage {
text-align:center;
padding-bottom:10px;
}
.contactform td {
padding:4px;
font-size:12px;
}
.contactform p {
padding:4px;
}
.contactform label {
padding:4px;
}
.contactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}
/**** contactform css finish ****/
/*****Holding Page****/
.holdingPage {
	margin: 15px 20px;
	font-size:13px;
}