@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container  {
	width: 862px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #58b2fc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E5E5E5;
}
#index_container  {
	width: 862px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #58b2fc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EFEFEE;
}  
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#navBar  {
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 365px;
	width: 500px;
	background-image: url(graphics/navBar_background.jpg);
}
#main_image  {
	width: 862px; /* padding keeps the content of the div away from the edges */
	height: 330px;
	clear: left;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 10px;
	line-height: 0px;
}
.index_Text_area {
	width: 560px;
	height: 300px;
	margin-top: 0px;
}
.Index_sideBar_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 0px;
	float: left;
	width: 220px;
	padding-left: 60px;
	height: 160px;
}
.index_sideBar_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 1px;
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 25px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 160px;
}
.Index_sideBar_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 1px;
	float: right;
	width: 200px;
	padding-left: 25px;
	padding-right: 60px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-top: 0px;
	height: 160px;
}
.Index_textArea_background {
	background-image: url(graphics/textArea-background4.jpg);
	background-repeat: no-repeat;
	height: 290px;
	padding-top: 25px;
}
.style8 {color: #E8E8E8}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left;
	text-align: left;
}
#footer_portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left;
	text-align: left;
	height: 4000px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #61b4fd;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.h_style {
	font-size: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #61b4fd;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #61b4fd;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #61b4fd;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #61b4fd;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.p_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 22px;
}
.web_link {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	clear: right;
}
.porfolio_bottom {
	color: #000000;
	height: 8000px;
	clear: both;
}
.portfolio_imgLink {
	border: thin solid #E6E6E6;
}
.hidden {
	visibility: hidden;
}
.input_field {
	float: left;
	height: 18px;
	width: 190px;
	border: thin solid #69B7FC;
}
.input_text {
	float: left;
	height: auto;
	width: 192px;
	border: thin solid #61B4FD;
}
.contact_enquiry {
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	float: left;
	height: 40px;
	width: 200px;
	margin-top: 5px;
}
.your_enquiry {
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	float: left;
	height: 117px;
	width: 200px;
	margin-top: 5px;
}
.home_sideBar_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 0px;
	float: left;
	width: 480px;
	padding-left: 87px;
}
.homeText_area {
	width: 590px;
	height: 430px;
}
.home_sideBar_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 0px;
	float: right;
	width: 195px;
	padding-left: 20px;
	padding-right: 30px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 430px;
}
.portfolio_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0px;
	padding-left: 87px;
	padding-right: 87px;
}
.form_div {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 150px;
	padding-left: 2px;
}

