/* Style sheet  */


body {
	background:  #AACBEC url(images/grad.jpg) repeat-x;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#E0EEFB;
}

/* TOP BANNER */

#topbanner {
	background-color: #6193F6;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */


#content h2 {
	border-bottom: 1px solid #5D8FF0;
}

#content h3 {
	color: #2952A4;
}
#content h4 {
	color: #333;
}

#content a:hover {
	color:#5D8FF0;
}

#content a:visited {
	color: #4F5B6C;
}

#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: .5em;
}

#content ul ul li  {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: .8em;
}

#content #column1 {
	float: left;
	width: 48%;
	margin-right: 1.5em;
}
#content #column2 {
	float: left;
	width: 48%;
	clear: right;
}
#content div.photo_right {
	padding: 0% 2% 3% 3%;
	width:32%;
	font-size:100%;
	float:right;
	color:#444;
	text-align: center;
}


/* FORM */
#contact label, #contact input, #contact textarea {
	display: block;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#contact #from, #contact #subject, #contact #body {
	width: 70%;
	margin-bottom: .7em;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#contact #body  {
	height: 7em;
}
