@charset "utf-8";
/* ~~ Stephen Ellice www.whatsongroup.co.uk ~~ */
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px;
}
a img { 
	border: none;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1280px;
	margin: 0 auto; 
}

.header {
	background-image: url(images/header.jpg);
	height: 174px;
}
.iconback {
	float: right;
	clear: right;
	margin-right: 31px;
	_margin-right: -31px;
}
.header2 {
	background-image: url(images/header2.jpg);
	height: 74px;	
}
.magcoverbg {
	background-image: url(images/magcover-bg.jpg);
	height: 585px;	
}

div#left {
    float: left;
    width: 392px;
	margin-top: 20px;
	margin-left: 32px;
	_margin-left: 16px
}
div#right {
	float: right;
	width: 398px;
	margin-top: 20px;
	margin-right: 32px;
	_margin-right: 16px;
}
div#middle {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 441px;
	_padding-left: 438px;
}
.titlebar {
	background-image: url(images/titlebar.png);
	height: 189px;	
}
.titlewrap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	padding-top: 128px;
	margin-left: 45px;
}
.content {
	padding-top: 10px;
}
.copy {
	margin-right: 40px;
	margin-left: 40px;

}
.websites {
	float: right;
	width: 350px;
}
.googlemap {
	height: 250px;
	width: 400px;
	border: 2px solid #fff;
	float: right;
}
/* ~~ The footer ~~ */
.footer {
	background-image: url(images/footer-repeat.jpg);
	height: 256px;
	background-repeat: repeat-x;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* start horizonal nav */

.topnav {
	float: right;
	margin-right: 38px;
    _margin-right: -1px;
	margin-top: 44px;
}

#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 75px;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	line-height: 60px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
}
#topnavlist a:link,  #topnavlist a:visited, #topnavlist a:hover {
   padding-bottom: 0px;
   background: transparent;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 26px;
   font-style: italic;
}
#topnavlist  a:hover {
	text-decoration: none;
	color: #d60400;
}
#topnavlist li.current a:link,  #topnavlist li.current a:visited {
	 color: #fff;
	 
/* end horizonal nav */

/* contact form */

}form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
	background-image: url(images/submit.jpg);
	height: 64px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9000px; 
	text-transform: capitalize;
	display: block;
	background-color: transparent;	
}
.inputstyle {
	height: 25px;
	width: 300px;	
}
.required{
	height: 25px;
	width: 300px;	
}
.required email{
	height: 25px;
	width: 300px;	
	color:Black;
}

.textareastyle {
	width: 300px;
}
#commentForm .error
{
	 color:red;
	 }
