@charset "utf-8";
body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}


#container {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #999;
	width: 875px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#container #header {
	float: left;
	width: 875px;
	margin-top: 20px;
}
#container #mainContent {
	float: left;
	width: 795px;
	padding: 40px;
}
#container #footer {
	padding: 0px;
	float: left;
	width: 875px;
}

#footerLinks {
	width: 875px;
	padding-top: 10px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	color: #999999;

}


.button {
	width: 218px;
	float: left;
	background-color: #ffffff;
}


.button a { 
display: block;
}

.button a:hover {
background-color: #663366;
/*background-color: #FF9900;*/
}
#container #header #logo {
	float: left;
}
#headerRight {
	float: right;
	width: 175px;
	padding: 10px;
}
a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FF9900;
}


a:hover {
	color: #663366;
}
#container #mainContent h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: lighter;
}
#container #mainContent h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: lighter;
}
p {
	margin: 0px;
	padding: 0px;
}
.leftSide {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
.rightSide {
	float: right;
	width: 250px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #CCCCCC;
}
.portfilioItemContainer {
	float: left;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	width: 364px;
	margin-right: 10px;
	margin-top: 10px;
}
.portfilioItemImage {
	float: left;
	margin-right: 10px;
}
.portfilioItemText {
	float: left;
	padding-left: 10px;
	width: 220px;
	height: 140px;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
li {
}
.portfolioContainer {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 800px;
}
.subSectionPanel {
	width: 762px;
}
#footerLinks #footerInternalLinks {
	float: left;
	width: 400px;
	text-align: left;
	padding: 10px;
	margin: 0px;
}
#footerLinks #externalLinks {
	float: right;
	width: 400px;
	text-align: right;
	padding: 10px;
}
.contactLine {
	float: left;
	width: 250px;
	height: 30px;
	margin-bottom: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
.contactTextField {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
	font-family: "Trebuchet MS", Tahoma, Arial, serif;
	font-size: 11px;
}

.contactTextFieldEnquiryBox {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
	width: 480px;
	height: 150px;
	font-family: "Trebuchet MS", Tahoma, Arial, serif;
	font-size: 11px;
}
#button {
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, serif;
	background-color: #FF9900;
	padding: 5px;
	width: 150px;
	border: 3px solid #FFCC66;
	color: #FFFFFF;
}
