@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: #ffc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#screenResInstructions {
	font-size: 11px;
}
#container {
	background-image: url(images/siteBackgroundLg.jpg);
	background-repeat: no-repeat;
	height: 650px;
	margin: auto;
	position: relative;
	width: 1200px;
}
h1 {
	color: #000;
}
h2 {
	font-size: 16px;
	font-weight: none;
}
h3 {
	margin-top: 0;
}
hr {
	margin: 30px auto;
	width: 50%;
}
input, textarea {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
legend {
	color: #ffc;
	font-size: 15px;
	font-weight: 700;
	line-height: 2.5em;
}
ul {
	/*font-weight: 700;*/
	list-style-type: square;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td {
	padding: 5px;
	vertical-align: top;
}
table.enquiry {
	margin: auto;
	padding-top: 0;
	text-align: left;
	width: 600px;
}
td.enquiryAlignLeft {
	text-align: left;
}
td.enquiryAlignRight {
	text-align: right;
}
td.enquiryAlignCenter {
	text-align: center;
}
td.enquiryFirstColumn {
	width: 200px;
}
a:link, a:visited, a:hover, a:active {
	font-size: 14px;
}
a:link, a:visited, a:active {
	color: #fff;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
}
a:hover {
	color: red;
}
a:active {
	text-decoration: none;
}
#navigation {
	height: 23px;
	left: 292px;
	position: absolute;
	top: 10px;
	width: 800px;
	z-index: 50;
}
#header {
	background-color: #8B0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	left: 292px;
	position: absolute;
	top: 125px;
}
#logo {
	float: right;
}
.new {
	color: #FC0;
	font-weight: 700;
	text-transform: uppercase;
}
#overflow {
	background-color: #4D0A0B;
	color: #ffc;
	height: 415px;
	left: 282px;
	overflow: auto;
	padding: 0 10px 10px;
	position: absolute;
	top: 200px;
	width: 650px;
}
#overflowForm {
	background-color: #4D0A0B;
	color: #ffc;
	height: 415px;
	left: 282px;
	overflow: auto;
	padding: 0 10px 10px;
	position: absolute;
	top: 200px;
	width: 750px;
}
#overflowHome {
	color: #ffc;
	height: 300px;
	left: 283px;
	overflow: auto;
	padding: 0 10px 10px;
	position: absolute;
	top: 200px;
	width: 615px;
}
#sideBarOverflow {
	color: #ffc;
	font-size: 12px;
	height: 300px;
	left: 801px;
	overflow: auto;
	padding: 2px;
	position: absolute;
	text-align: left;
	top: 197px;
	width: 350px;
}
#footer {
	color: #fff;
	font-size: 12px;
	height: 30px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: 650px;
	width: 1200px;
}
#portfolio {
	color: #ffc;
	height: 375px;
	left: 184px;
	position: absolute;
	top: 167px;
	width: 600px;
}
input[type=text], input[type=date], input[type=email], input[type=tel], input[type=number], input[type=url], textarea {
	width: 250px;
	background-color: #fff;
}
@media all {
#content {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
#main {
	max-width: 70%;
	float: left;
	margin: 55px 0 0;
	padding: 0 0 10px;
}
#main2 {
	float: left;
	width: 100%;
	padding: 0px 50px 0 0;
	border-right: 1px solid #ccc;
}
#main3 {
	padding: 0;
}
#sidebar {
	max-width: 25%;
	float: right;
	margin: 50px 0 10px 0;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #eee;
	padding: 30px;
}
a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
#sidebar {
 min-width: 100%;
}
.post img {
 height: auto !important;
 width: auto !important;
 max-width: 100% !important;
}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
#main {
 max-width: 100%;
}
}
