/* CSS Document */

body {
background-image:url(images/wave_pattern1.jpg);

}

h1 {
	color: #333333;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2 {
color: #333333;
}

h3 {
color: #333333;
}

a {
	color:#005dab;
	text-decoration:none;
}

a:link {
	color:#005dab;
	text-decoration:none;
}

a:visited {
	color:#005dab;
}

a:hover {
	color:#005dab;
	text-decoration:underline;
}
a:link:hover{
	color:#005dab;
	text-decoration:underline;
}

#bullet-points li {
	color:black;
	padding:0px;
	list-style-type: none;
	background-image: url(images/bullet-points.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 2px;
	background-position: 0px 4px;
} 

div#header {
	background-image: url(images/header_wave_pattern.jpg);
	background-repeat:no-repeat;
	background-position: center right;
}

div#header-splitter{
	height:36px;
	border-bottom: 3px solid #B1B1B1;
	background-image: url(images/header_splitter_blue.jpg);
	background-repeat:repeat;
	background-position: center top;
}

div#header-splitter-left{
	float:left;
	width:15px;
	height:36px;
	background-image: url(images/header_splitter_left.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}


div#header-splitter-right{
	float:right;
	height:36px;
	width:215px;
	background-image: url(images/header_splitter_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#header-splitter-right div.text {
	font-weight:bold;
	color:#ffffff;
	font-size:16px;
	line-height:16px;
	top:10px;
	left:25px;
	position:relative;
}

div#footer {
	font-size:11px;
	line-height: 16px;
}

