body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

h1{
	font-size: 18px;
	line-height: 1em;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 15px;
	line-height: 1em;
}

h3{
	font-size: 12px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #fff;
	color: #666; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	height: 0;
	position: relative;
	overflow: hidden;
	clear: both;
}

.niceBorder{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
}

.dottedList{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dottedList li{
	padding: 2px 10px 3px 20px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom: 1px dotted;
}

.dottedList li.last{
	border: 0;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

a{
	color: #2daabc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 980px;
	padding-top: 352px;
	background: #fff;
}

#header{
	position: absolute;
	top: 50px;
	background: #fff;
	height: 99px;
	border-top: 12px solid #b1b1b1;
	left: 0;
	width: 100%;
}

#logo{
	position: absolute;
	overflow: hidden;
	top: 19px;
	left: 5px;
	background: url(images/logo.jpg);
	width: 323px;
	height: 56px;
	z-index: 100;
}

#headerFlash{
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 10;
	width: 742px;

}

#topMenu{
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 100;
	text-align: right;
	color: #777;
	font-size: 11px;
}

#topMenu a{
	color: #777;
}

#topRight{
	position: absolute;
	top: 99px;
	left: 0;
	width: 233px;
	height: 169px;
	border-top: 12px solid #7f7f7f;
	padding: 5px 0 0 0;
}

#topRightList{
	height: 158px;
	overflow: hidden;
	background: #2daabc;
	padding: 6px 18px 5px 18px;
}

#topRightList li{
	border-color: #fff;
	padding: 5px 0 4px 15px;
	background-position: 0 10px;
	background-image: url(images/white-arrow.png);
}

#topRightList li a{
	color: #fff;
	font-weight: bold;
}

/* Content */
#content{
	background: #fff;
	padding-bottom: 5px;
}

#centerColumn, #leftColumn{float: left;}
#rightPart, #rightColumn{float: right;}

#inner #rightPart{
	margin-top: -191px;
}

#rightPart{
	position: relative;
	padding-top: 5px;
	border-top: 12px solid #aaa;
	width: 722px;
	padding-left: 20px;
	z-index: 1000;
	
}

#inner #leftColumn{
	margin-top: -191px;
}

#leftColumn{
	position: relative;
	font-size: 11px;
	padding-top: 5px;
	border-top: 12px solid #aaa;	
	width: 233px;
	z-index: 1000;
}

#leftColumn .sideItem{
	background: #ededed;
	padding: 5px 20px 8px 20px;
	
}

#leftColumn .sideItem a{
	color: #666;
}

#leftColumn .sideItem a:hover{
	color: #000;
}

#leftColumn .sideItem li{
	padding: 6px 10px 5px 15px;
	background-image: url(images/grey-arrow.png);
	background-position: 0 10px;
	border-color: #999;
}

#centerColumn{
	width: 505px;
	font-size: 11px;
}

#centerColumn h1, #centerColumn h2, #centerColumn h3, #centerColumn h4{
	color: #2daabc;
	padding: 5px 0 3px 0;
	font-weight: bold;	
}

#centerColumn ul{
	padding: 0 0 1em 30px;
}

#rightColumn{
	width: 196px;
	font-size: 11px;	
}

#homeTips{
	display: block;
	text-transform: uppercase;
	margin: 1px 0;
	padding: 154px 20px 0 20px;
	height: 32px;
	background: url(images/right-image.jpg) no-repeat;
}

#homeTips:hover{
	text-decoration: none;
	color: #000;
}

#latestNews{
	margin: 1px 0;
	background: #e5e5e5;
	padding: 3px 20px 8px 20px;
}

#latestNews li{
	padding: 6px 5px 5px 15px;
	border-color: #fff;
	background-position: 0 9px;
	background-image: url(images/triangle.png);
}

#latestNews li a{
	color: #666;
}

#latestNews li a:hover{
	color: #000;
}

#leftColumn h2, #rightColumn h2{
	padding: 6px 20px 5px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	background: #2daabc;
}

/* Footer */
#footer{
	background: #fff;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.1em;
	overflow: hidden;
	border-bottom: 12px solid #bebebe;
	margin-bottom: 1em;
}

#footerLeft{
	width: 233px;
	padding-top: 5px;
	border-top: 12px solid #bebebe;
	float: left;
}

#footerLeftBackground{
	padding: 26px 15px 0 15px;
	height: 50px;
	overflow: hidden;
	background :#747474;
	color: #fff;
}

#footerRight{
	width: 742px;
	padding-top: 36px;
	border-top: 12px solid #bebebe;
	height: 45px;
	text-align: center;
	float: right;
	color: #ccc;
	overflow: hidden;
}

#footerRight a{
	color: #888;	
}

/* Contact Form */
#contactForm .element{
	padding: 0 0 5px 0;
}

#contactForm .element label{
	display: block;
	float:left;
	width: 55px;
	text-align: right;
	line-height: 20px;
}

#contactForm .element .field{
	float:right;
	width: 120px;
	padding-left: 5px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 120px;
}

#contactForm .element .field textarea{
	height: 60px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .button{
	width: 37px;
	border: 0;
	float: right;
	color: #17627b;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: none;
	font-weight: bold;
}
