/* CSS Document */

.bannerabout{
	background-image: url(../images/banners_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannercontact{
	background-image: url(../images/banners_contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannerdvinfo{
	background-image: url(../images/banners_dvinfo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannergetinvolved{
	background-image: url(../images/banners_getinvolved.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannergrill{
	background-image: url(../images/grill.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannerprojects{
	background-image: url(../images/banners_kdvaprojects.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannerresources{
	background-image: url(../images/banners_resources.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannertraining{
	background-image: url(../images/banners_training.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}
	
.bannervictimservices{
	background-image: url(../images/banners_victimservices.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}

.bannerfpo{
	background-image: url(../images/banners_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 739px;
	height: 245px;
	padding-bottom: 0.3em;
	margin-left: 45px;
	}


/*---------------------Colwrapper--------------------*/
/*--wraps left and right column, give gray bg color--*/
.colwrapper {
	padding: 0px;
	width: 739px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	}


/*-left column--*/	
	
#col1 {
	float: left;
	background-color: #FFF;
	width: 238px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#col1 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #660066;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
	
#col1 h4{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
	
#col1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	padding-bottom: 10px;
	}
	
#col1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:underline;
	font-weight: bold;	
	}
	
#col1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	text-decoration:underline;	
	font-weight: bold;
	}
	
#col1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #663366;
	text-decoration:underline;
	font-weight: bold;	
	}
	
img.sponsor {  
    margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px; 
 	}
	
.divider{
	border-bottom-width: .05em;
	border-bottom-style: solid;
	border-bottom-color: #DBC3DB;
	margin-right: 0.5em;
	margin-left: 0em;
	margin-bottom: .3em;
	}
	

/*-right column--*/	
#col2 {
	float: left;
	background-color: #FFF;
	width: 478px;
	display: inline; /*----fixes IE 6 float problem----*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	}
	

#col2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660066;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	}
	
#col2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660066;
	line-height: 1.5em;
	padding-bottom: 10px;
	}

#col2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660066;
	line-height: normal;
	padding-bottom: 10px;
	}

#col2 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
	
#col2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	line-height: 1.3em;
	padding-bottom: 10px;
	}
	
#col2 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	line-height: inherit;
	padding-bottom: 13px;
	padding-left: 13px;
	}
	
#col2 ol{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
#col2 p.intro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	padding-bottom: 20px;
	}
	
#col2 p.blurb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	}

#col2 table{
	border-collapse: collapse;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	}

#col2 td{
	padding: .5px;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	}
	
.featurecontainer {
	margin-left: 0px;
	width: 458px;
	background-color: #FFF;
	border-top-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DBC3DB;
	border-left-color: #DBC3DB;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
 	}
	
.container {
	float: left;
	margin-left: 0px;
	width: 204px;
	background-color: #FFF;
	border-top-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DBC3DB;
	border-left-color: #DBC3DB;
	height: 219px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
 	}
	
img.floatright { 
    float: right; 
    margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px; 
 	}
	
#col2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:underline;
	font-weight: bold;	
	}
	
#col2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	text-decoration:underline;	
	font-weight: bold;
	}
	
#col2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #663366;
	text-decoration:underline;
	font-weight: bold;
	}

#col2 hr{
	width: 75%;
	margin-left: 12.5%;
	}


	
/*---------------------Footer--------------------*	
	
/*--footer--*/	
	
#homefooter {
	clear: both;
	width: 848px; /*--longer width than other areas looks better optically--*/
	background-color: #FFF;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660066;
	height: 30px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #DBC3DB;
	}
	
#homefooter p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 0em;
	}

#homefooter a {
	color: #660066;
	text-decoration: underline;
	}

.centeredheadline {
	text-align: center;
}

