@charset "UTF-8";
/* CSS Document */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
font-size:1em;
font-style:normal;
font-weight:normal;
}
ul, ol {
list-style:none outside none;
}
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color:#333333;
	font:12px/18px Verdana,Arial,sans-serif;
	margin:0px auto;
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-image: url(../images_main/sm_bg_1024x610.png);		
	background-color: #7d9eb6;
	background-repeat: no-repeat;
	background-position: center top;
	border: 0;
}

.layout #container {
	width: 900px;
	height: 590px;
	margin: 0px auto;
	text-align: centre;
} 
.layout #header {
	height: 115px;
	width: 900px;
	padding: 0px 0px 0px 0px;  /* 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. */
}
.layout #logo {
	float:left;
	padding: 00px 0px 0px 0px;
	height: 130px;
	width: 300px;
}
.layout #blurb {
	float: left;
	align: left;
	margin: 50px 0px 0px 17px;
	height: 57px;
	width: 556px;
}

.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout #Nav{
	background-image: url(../images_main/sm_footbar_filler_25x25.png);
	background-position: center top;
	width: 900px;
	align: left;
	height: 25px;
	padding: 5px 0px 0px 0px;  /* 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. */
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: 310px;
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.layout #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	height: 310px;
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.layout #mainContent {
	width:	900px;
	height: 385px;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.layout #mainSingle {
	float: left;
	width:	880px;
	height:	385px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.layout #mainColumn1 {
	float: left;
	width:	280px;
	height:	385px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.layout #mainColumn2 {
	float: left;
	width:	280px;
	height:	385px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.layout #mainColumn3 {
	float: left;
	width:	280px;
	height:	385px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #contactdetails {
	float: left;
	width:	290px;
	height: 366px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.layout #contactform {
	text-align="left";
	float: left;
	width:	450px;
	height: 366px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #portfolioColumn1 {
	float: left;
	width:	230px;
	height:	385px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.layout #portfolioColumn2 {
	float: left;
	width:	280px;
	height:	385px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.layout #portfolioColumn3 {
	float: left;
	width:	280px;
	height:	385px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #portfolio_image {
	float: left;
	width:	555px;
	height: 385px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #portfolio_text {
	text-align="left";
	float: left;
	width:	310px;
	height: 385px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #twocolumnleft {
	float: left;
	width:	360px;
	height: 366px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #twocolumnright {
	float: left;
	width:	360px;
	height: 366px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.layout #footer {
	background-image: url(../images_main/sm_footbar_filler_25x25.png);
	align: left;
	height: 25px;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding:3px 0px 0px 0px;
	text-align:center;
	width:900px;
	 
}.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	color:#333333;
	font:12px/15px Arial,Helvetica,sans-serif;font-weight:normal;
}
.linkhead{
	font:12px/20px Arial,Helvetica,sans-serif;font-weight:normal;
}.small {
	font:12px/15px Arial,Helvetica,sans-serif;font-weight:normal;
}
.medium {
	font:13px/16px Arial,Helvetica,sans-serif;font-weight:normal;
}
.large {
	font:14px/18px Arial,Helvetica,sans-serif;font-weight:normal;
}
.indent {
	text-indent:20px;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center{
	text-align:center;
}
.blue{
	color:#003663;
}
.black{
	color:#000000;
}
.grey{
	color:#333333;
}
.red{
	color:#c60000;
}
.white{
	color:#FFFFFF;
}
.bluebg {
	background-color: #98C4D2;
}
.blackbg {
	background-color: #000000;
}
.greybg {
	background-color: #CCC;
}
.whitebg {
	background-color: #FFFFFF;
}
h1 {
	color:#333333;
	font:18px/22px Arial,Helvetica,sans-serif;font-weight:bold;
}
h2 {
	color:#333333;
	font:15px/19px Arial,Helvetica,sans-serif;font-weight:bold;
}
h3 {
	color:#333333;
	font:13px/18px Arial,Helvetica,sans-serif;font-weight:bold;
	font-weight:bold;
}
h4 {
	color:#333333;
	font:12px/16px Arial,Helvetica,sans-serif;font-weight:bold;
}

a {
color:#FFFFFF;
}
a:link, a:visited, a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
} 
/* Nav Styles*/
#Nav {
	text-align: centre;
	color:#fff;
	font:13px/15px Arial,Helvetica,sans-serif;font-weight:normal;
}
#Nav li {
	display:inline;
	border-right:1px solid #fff;
	padding:0 14xspx;
	text-transform:uppercase;
	background:none;
}
#Nav li.last {
	border:none;
}
#Nav a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#Nav a:hover {
	color:#fff;
	text-decoration:underline;
}
/* Panel Styles*/
span.new {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#305083;
background-image:url(../../img/amo2009/bg/heading-dark-blue.jpg);
background-position:left bottom;
background-repeat:repeat-x;
border:1px solid #021437;
color:white;
font-size:0.611em;
padding:0.2em 0.5em;
text-transform:uppercase;
}
/* Footer Styles*/
.layout #container #footer h2 {
	color: #FFF;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.layout #sidebar1 { width: 180px; }
.layout #sidebar2 {
	width: 10px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.layout #sidebar2, .layout #sidebar1 { padding-top: 30px; }
.layout #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
