@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 16px;
}
/***********************************************
Structure styles
***********************************************/
#container {
	height: 100%;
	width: 100%;
	min-width: 990px;
}
#leftContent {
	float: left;
	width: 235px;
	height: 1000px;
}
#leftNavigation {
	width: 180px;
	margin-top: 180px;
	padding-left: 52px;
	padding-bottom: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
	height: 505px;
}
#leftNavigation ul {
	list-style-type: none;
}
#leftNavigation ul li {
	line-height: 18px;
	margin-left: 0px;
}
#leftNavigation ul li a {
	color: #9D9D9D;
	font-size: 12px;
	font-weight: normal;
}
#mainContent {
	float: left;
	height: 1000px;
	width: 715px;
}
#mainNavigation {
	float: left;
	height: 71px;
	width: 675px;
	margin-top: 30px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 32px;
}
#mainNavigation a {
	color: #999999;
	padding-right: 42px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
}
#mainNavigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	float: left;
	width: 615px;
	margin-top: 42px;
	padding-right: 60px;
	padding-left: 40px;
	margin-bottom: 0px;
}

#content p {
	line-height: 25px;
	color: #999999;
}
#content #leftColumn {
	float: left;
	width: 50%;
}
#content #rightColumn  {
	width: 50%;
	float: right;
}

/***********************************************
Side menu styles
***********************************************/
.sidemenu {
	width: 170px; /*width of menu*/
	border-bottom-width: 0;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
}
.sidemenu a.menuitem {
	color: #7F7F7F;
	display: block;
	position: relative;
	width: auto;
	padding-left: 2px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}
.sidemenu .menuitemSelected {
	display:block;
	color: #333333;
	padding: 4px 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
}
.sidemenu a.menuitem .statusicon {
	position: absolute;
	top: 5px;
	right: 0px;
	border: none;
}
.sidemenu a.menuitem:hover {
	/*background-color: #D1E2EC;*/	
	text-decoration: none;/*color:#03499A;*/
	color: #000000;
}
.sidemenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
.sidemenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	line-height: 1;
}
.sidemenu div.submenu ul li {
	border-bottom: 1px solid white;
	list-style-type: none;
	list-style-position: outside;
}
.sidemenu div.submenu ul li a, .sidemenu .submenu ul .submenuActive {
	display: block;
	/*color: #333;*/
	color:#B3B3B3;
	text-decoration: none;
	padding-left: 17px;
	font-size: 10px;
	font-style: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}
.sidemenu div.submenu ul li a:hover {
	color: #333;
}
/*
.sidemenu .submenu ul .submenuActive {
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
*/
/***********************************************
Global text styles
***********************************************/
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:focus {
	/* removes the auto-generated dotted link outlines */
	outline: none;
}

p {
	margin-bottom: 8px;
	line-height: 18px;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 22px;
	font-weight: lighter;
	color: #000000;
	margin-bottom: 30px;
	text-transform: lowercase;
}
h2 {
	font-size: 28px;
	color: #000000;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #888888;
	font-weight: normal;
	line-height: 18px;
}
h3-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	font-style: normal;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
li {
	list-style-position: outside;
	margin-left: 15px;
	/*margin-bottom: 5px;*/
}
#content hr {
	border: 0;
	color: #E6E6E6;
	background-color: #E6E6E6;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
/***********************************************
Custom Class text styles
***********************************************/

.bigFont {
	font-size: 20px;
	color: #999999;
}
bigFont_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
.helvetica11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 19px;
	color: #999999;
}
contactformbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.helvetica12bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 19px;
	color: #999999;
}
.helvetica12regular {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #999999;
}
.bulletList1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	color: #999999;
}
.bulletList2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}
.projectInfoRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	color: #666666;
}
.projectInfoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	color: #999999;
}
.previousNext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	color: #999999;
}
.villainflashsitebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	color: #FA33D3;
}

