/* Start of CMSMS style sheet 'vg-stylesheet' */
@charset "utf-8";
/* CSS Document */


/* ---------- common elements ---------- */

* {
  margin: 0;
  padding: 0;
 }

body {
	font-family: 'lucida sans', 'lucida sans unicode', helvetica, 'helvetica neue', 'lucida grande', 'trebuchet ms';
	font-size:  1em;
	color: #284F77;
	background: #FFF url(uploads/images/site/bgBody.jpg) repeat-x fixed top center;
	}

h1 {
	font-size: 1.4em;
	color: #FF7B24;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.1em;
	}

p {
	margin: 0 0 1.4em 0;
	line-height: 1.4em;
	}

strong {
  /* font-weight: normal; */
}

ul {
	margin: 20px;
	}
li {
	margin: 5px 0 5px 0;
	}

a {
	color: #0775BE;
	text-decoration: underline;
	}
	a:hover {
 		color: #FF7B24;
		}

/* ---------- main site structure ---------- */

#outer-wrapper {
	background: url(uploads/images/site/bgMasthead.png) no-repeat top center;
	}

#container {
	width: 960px;
	margin: 20px auto 20px auto;
	}

#header {
	height: 110px;
	padding: 10px;
	}
	#header a {
		display: block;
		height: 110px;
		width: 310px;
		text-indent: -10000px;
		margin: 5px 0 0 5px;
		}
		
#menu {
	margin: 15px 0 0 0;
	height: 50px;
	display: block;
	background: url(uploads/images/site/bgNav.png) no-repeat;
	}
   #menu ul {
		list-style-type: none;
		display: block;
		height: 50px;
		width: 900px;
		text-align: center;
		margin: 0 30px 0 30px;
		}
		#menu ul li {
			display: inline;
			}
			#menu ul li dfn {
				display: none;
				}
			#menu ul li a {
				color: #fff;
				text-decoration: none;
				font-weight: bold;/**/
				text-align: center;
				line-height: 39px;
				padding: 11px 20px 20px 20px;
				}
				#menu ul li a:hover {
					background: url(uploads/images/site/bgNavOver.png) repeat-x;
					color: #fff;
					}
        .currentpage, .currentpage h3 {
			font-size: 1em;
			font-weight: normal;
			height: 40px;
			line-height: 40px;
			text-align: center;
			} 

#content {
	padding: 20px 40px;
	background: url(uploads/images/site/bgContent.png) repeat-y;
	}

#news {
	margin: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	}

#footer {
	height: 100px;
	background: url(uploads/images/site/bgFooter.png) no-repeat;
	text-align: center;
	font-size: 0.9em;
	padding: 35px 0;
	}
	#footer span {
		font-size: 0.9em;
		}
		
/* ---------- other site elements and classes ---------- */	
	
#column-a {
	width: 420px;
	float: left;
	margin: 0;
	}
	
#column-b {
	width: 420px;
	float: right;
	margin: 0 0 20px 0;
	}
	
.floatright {
	float: right;
	margin: 0 0 0 20px;
	}

.clearboth {
 clear: both;
}

.pagesection {
 clear:both;

}

.inline-list {
list-style-type: none;
}
  .inline-list li {
    display: inline;
     }
.logo-list {
	list-style-type: none;
	display: block;
	height: 260px;
	width: 880px;
	background: url(uploads/images/manifestation-graphics/manifestation-graphics-logo-montage.png) no-repeat;
	margin: 0 0 20px 0;
	}
	.logo-list li {
		text-indent: -10000em;
		margin: 0;
		}
.bulleted-list {
  list-style-type: none;
}
 .bulleted-list li {
   background: url(uploads/images/site/bullet.png) no-repeat 0 5px;
   padding-left: 15px;
 }
.img-row {
  text-align: justify;
  clear: both;
  margin: 20px 0 20px 0;
  }
.img-row img {
	margin: 0 12px 0 0;
	border: none;
   }

.vg-contactform fieldset {
border: 1px solid #284F77;
padding: 20px;
margin: 0;
}
.vg-contactform fieldset legend {
padding: 0 5px 0 5px;
margin-left: -5px;
  color: #FF7B24;
font-weight: bold;
}
.vg-contactform fieldset div {
padding: 0 0 35px 0;
clear: both;
}
.vg-contactform fieldset div label{
display: block;
width: 110px;
padding: 5px 0;
float: left;
font-weight: bold;
}
.vg-contactform fieldset div input, .vg-contactform fieldset div textarea {
border: 1px solid #284F77;
background: #E4E7F7;
display: block;
width: 240px;
float: left;
padding: 5px;
margin-left: 10px;
  font-family: 'lucida sans', 'lucida sans unicode', tahoma, verdana, helvetica;
font-size: 1em;
color: #284F77;
}
.vg-contactform fieldset div input:focus, .vg-contactform fieldset div textarea:focus {
background: #fff;
}
div.submit {
 text-align: right;
}
div.submit input {
 padding: 5px;
}
/* End of 'vg-stylesheet' */

