/* Reset margin/padding for all elements */
* {
	margin:0; 
	padding:0;
}

html {
	color: #231f20;
	background: white url(../images/bg.jpg) top left repeat-x;
}
body {
	padding-top: 0;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", Times, serif;	
}

h1, h2 {
	font-weight: normal;
	padding-bottom: 10px;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 15px;
}

p {
	margin-bottom:9px;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color: #0094c3;
}

a img {
	border:0;
}

#container {
	margin: 0 auto;
	width:888px;
	z-index:1;
}

.clear {
	clear:both;
}

#header {
	position:relative;
	height:91px;
}

#header img {
	float: left;
}

/* Homepage */

#intro {
	background:url(../images/header.jpg) top left no-repeat;
	height: 180px;
	padding: 20px 440px 20px 20px;
}

#intro h1,#intro h2 {
	color: white;
}

#intro a {
	color: #231F20;
	text-decoration: none;
}

.items {
	padding: 10px 0 20px 0;
	line-height: 18px;
 	position:relative;
	font-size: 12px;
}
.items .item {
	padding: 32px 20px 0 0;
	width: 282px;
	float:left;
}
.items .last {
	border-right:none;
	padding-right:0;
	border:0;
}
.items h4 {
	font-size: 18px;
	font-weight: normal;
	color:#0094c3;
	padding-bottom: 20px;
}
.item h3 a {
	text-indent:-9999px;
	display:block;
}
.item a {
	text-decoration:none;
	color: #0094c3;
}

.item p {
	display:inline;
}

#content {
	border-top: 1px solid #0094C3;
	padding-top: 20px;
}

#content h1 {
	color: #0094C3;
	font-size: 18px; 
	padding-bottom: 9px;
}

#content h2 {
	color: #231F20;
	font-size: 14px; 
	font-weight: bold;
}

#content p {
	line-height: 19px;
}

#rightColumn {
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  float: right;
  padding: 0px 0px 0px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 280px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#leftColumn {
  margin: 0 300px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


#footer {
	margin:0 auto;
	width:888px;
	overflow:auto;
	height: 200px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
}
	
#footer p {
	font-size:11px;
	font-weight:normal;
}

#footer em {
	color: #0094C3;
	font-style: normal;
}

#footer a {
	text-decoration:none;
	color: #0094c3;
}

ul li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	margin-left: 14px;
}

ul {
	padding-bottom: 9px;
}






