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;
	font-weight: bold;
	color: #30B9E9;
}

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{
	clear: both;
}

div.clear{
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

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

ul.categoryList{
	list-style-position: inside;
	padding: 0;
}

ul.categoryList li{
	padding: 3px;
	color: #30B9E9;
	border-bottom: 1px dashed #eee;
}

ul.categoryList li a{
	color: #999;	
}

ul.categoryList li a:hover{
	color: #30B9E9;
	text-decoration: none;	
}

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

a{
	color: royalblue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	padding-top: 90px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 89px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

#logo{
	position: absolute;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 80px;
	color: #fff;
	font-size: 20px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	background: #30B9E9;
}

#logo:hover{
	text-decoration: none;
}

ul#menu{
	padding: 0;
	margin: 0;
	position: absolute;
	list-style-type: none;
	top: 60px;
	right: 0;
}

ul#menu li{
	float: left;
	border: solid #eee;
	border-width: 0 1px;
	margin-right: -1px;
	padding: 0 10px;
}

ul#menu li a{
	display: block;
	float: left;
	color: #30B9E9;
	font-style: italic;
	padding: 3px 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#menu li a:hover, ul#menu li a.selected{
	text-decoration: none;
	border-bottom: 3px solid #30B9E9;
}

#centerColumn{
	position: relative;
	float: right;
	width: 740px;
	padding: 10px 0 10px 10px;
}

#topImage{
	position: relative;
	width: 720px;
	height: 160px;
	margin-bottom: 10px;
	background: url(images/orange.jpg) no-repeat;
}

#topImageText{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 1em;
}

#leftColumn{
	float: left;
	position: relative;
	width: 200px;
	padding: 10px 10px 10px 0;
}

#leftColumn h2, #leftColumn h3{
	border-bottom: 3px solid  #eee;
	padding: 0 0 5px 0;
	margin-bottom: 3px;
}

#rightColumn{
	float: right;
	position: relative;
	width: 160px;
	padding: 10px 0 10px 10px;
}

/* Footer */
#footer{
	position: relative;
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #eee;
	height: auto !important;
	height: 1%;
	font-size: 80%;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	width: 45%;
	text-align: right;
	float: right;
}

/* 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;
}
