body {
	background-image: url(../images/body/bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #122A64; /* 101d5e original windgate blue */
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}








*{outline: none;}
img {border: 0;}
.container {
	width: 760px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	margin: -351px 0 0 0px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:351px;	width: 760px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 310px; right: -12px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #ff0000;
}
.paging a.active {
	font-weight: bold; 
	background: #fcfbf0; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
















#wrapper {
	margin: 0;
	vertical-align: top;
	width: 100%;
}
p {
	color: #111111; /* 111111 Very Dark Grey almost black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	color: #333030; /* 333030 Very Dark Grey */
	font-family: Georgia, Arial, Times, serif;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
}
h2 {
	color: #333030; /* 333030 Very Dark Grey */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 {
	color: #333030; /* 333030 Very Dark Grey */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}
.fs {
	color: #aa548a; /* aa548a lighter pink */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: bold;
}
a:link {
	color: #0E2E97; /* 6A1A41 darker royal bluedeeper PRE purple */
}
a:visited {
	color: #764475;  /* 0E2E97 light PRE purple */
}
a:hover {
	color: #504f47; /* 504f47 grey taupe */
}
a:active {
	color: #504f47; /* 504f47 grey taupe */
}
.footer_text {
    color: #894d57; /* 894d57 medium pink/grey */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_text {
    color: #894d57; /* 894d57 medium pink/grey */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caption_text {
    color: #504f47; /* 504f47 medium dark grey */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.footer:link {
	color: #894d57; /* 894d57 medium pink/grey */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.footer:visited {
	color: #894d57; /* 894d57 dull pink/brown */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a.footer:hover {
	color: #2929D9; /* 2929D9 Brighter blue */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a.footer:active {
	color: #090982; /* 090982 Deeper Blue */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a.footer2:link {
	color: #F2F2F2; /* F2F2F2 almost white */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.footer2:visited {
	color: #F5A9D0; /* F5A9D0 pink candyfloss */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a.footer2:hover {
	color: #FF0080; /* FF0080 Neon Pink */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a.footer2:active {
	color: #FF0080; /* FF0080 Neon Pink */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.menu_sub_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8a0755; /* 8a0755 PRE purple? */
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
a.menu_sub_h:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A1A41; /* 6A1A41 Darker PRE purple? */
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-weight: bold;
}
a.menu_sub_h:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A1A41; /* 6A1A41 Darker PRE purple? */
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-weight: bold;
}
a.menu_sub_h:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d5c50; /* 5d5c50 grey/taupe */
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
a.menu_sub_h:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d5c50; /* 5d5c50 grey/taupe */
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
a.menu_sub:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d5c50; /* 5d5c50 grey/taupe */
	text-decoration: underline;
	padding-left: 20px;
	float: left;
	height: auto;
	width: auto;
	clear: left;
	background-image: url(../images/body/bull_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menu_sub:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d5c50; /* 5d5c50 grey/taupe */
	text-decoration: underline;
	padding-left: 20px;
	float: left;
	height: auto;
	width: auto;
	clear: left;
	background: url(../images/body/bull_01.gif) no-repeat left top;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menu_sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333030; /* 333030 dark grey */
	text-decoration: underline;
	padding-left: 20px;
	float: left;
	height: auto;
	width: auto;
	clear: left;
	background: url(../images/body/bull_02.gif) no-repeat left top;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menu_sub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80045B; /* 80045B pre purple */
	text-decoration: underline;
	padding-left: 20px;
	float: left;
	height: auto;
	width: auto;
	clear: left;
	background: url(../images/body/bull_02.gif) no-repeat left top;
	padding-top: 2px;
	padding-bottom: 2px;
}

li2 {
	list-style: url(../images/body/bull_01.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}
.form_00 {
	color: #333333; /* 333333 very dark grey */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.red {font-size: 10px;
	color: #FF0000;
}
.bg_table1 {
	color: #534741; /* 534741 medium grey taupe */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #bbbbbb; /* f7f3e7 seems to be header beige */
}
.bg_table2 {
	color: #534741; /* 534741 sort of brownish grey */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #fcfcfc; /* fcfcfc almost pure white */
}
.bg_header {
	color: #534741; /* 534741 grey taupe */
	background-color: #ffffff;
	background-image: url(../images/body/bg_header.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_photo {
	color: #ffffff; /* ffffff pure white */
	background-image: url(../images/body/bg_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_menu {
	background-image: url(../images/body/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_left {
	background-image: url(../images/body/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(../images/body/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_corner {
	background-image: url(../images/body/h_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.team_intro {font-family: "Verdana", sans-serif; font-weight: normal; font-size: 13px; margin: 7px 0 30px; line-height: 140%; color: #000000;}
.team_needed {font-family: "Verdana", sans-serif; font-weight: normal; font-size: 13px; margin: 12px 0 30px 15px; border-left: 5px solid #D1CBC1; padding-left: 10px;}
.team {font-family: "Verdana", sans-serif; font-weight: normal; font-size: 14px; margin: 12px 0 30px 15px; border-left: 5px solid #1F1AA9; padding-left: 10px;} /* 080493 dark navy; 1F1AA9 lighter navy/blue */