@charset "utf-8";
/* CSS Document */

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

body,html{
	background:url(../img/bg-tile.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
}

h1{font-size:16px;font-weight:bold;color:#339999;}
h2{font-size:13px;font-weight:bold;color:#339999;}

a{color:#339999;}
a:hover{color:#2D8686;}

.bold{font-weight:bold;}
.clear{clear:both;}
.img{padding:5px; border:#CCC 1px solid;}
.img2{padding:5px; border:#CCC 1px solid;margin-right:104px;}
#container{
	width:710px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:112px;
	width:100%;
	background:url(../img/logo.jpg) center left no-repeat;
}

#content{
	padding:5px;
}

#footer{
	height:48px;
}


/** Lists **/
#navlist{width:350px; float:right; margin-right:10px;}

#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#navlist li a{
	font-size:16px;
	color:#339999;
	font-weight:bold;
	text-decoration:none;
}

#bullet-list1{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dashed #CCC;
}

#bullet-list1 li{
	list-style: none;
	background:url(../img/bullet.gif) center left no-repeat;
	margin: 0;
	padding: 0.25em;
	border-top: 1px dashed #CCC;
}

#bullet-list1 li p { color:#666; text-decoration: none; padding-left:12px; font-weight:bold;}



/** Forms **/

label{
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
	
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{clear: left;}
