@charset "UTF-8";
* {margin:0; padding:0;}

table {
	border:0;
}	

img {
	border: 0;
}
html,body {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	margin:0;
	padding:0;
	height:100%;
	min-height: 100%;
	border:none;
	width: 100%;
	overflow-x: hidden;
}
body {
	background-image: url(../Images/Background.gif);
	background-repeat: no-repeat;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBar li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
	html {
	overflow-x: hidden;
}
}

/* Master Layout 
----------------*/
#master-wrap {
	background-image: url(../Images/Box.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 992px;
	height: 559px;
	overflow:auto;
	/*top: 50%;
	margin-top: -279px; /*set to a negative number 1/2 of your height*/
	left: 50%;
	margin-left: -496px; /*set to a negative number 1/2 of your width*/
	}	
#logo-wrap {
	position: relative;
	overflow-x:hidden;
	width: 131px;
	height: 529px;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}
#navigation-wrap {
	position: relative;
	height:402px;
	overflow-x:hidden;
	background-color: #F5F5F5;
	width: 99px;
	float: left;
	margin-top: 30px;
	padding-top: 97px;
}
/* Layout for index
----------------*/
#topimage-wrap {
	position: relative;
	width: 702px;
	height: 97px;
	float: left;
	margin-top: 30px;
	}
#midimage-wrap {
	position: relative;
	width: 702px;
	height: 84px;
	float: left;
	text-align: right;
	}
#hometext-wrap {
	position: relative;
	width: 360px;
	float: left;
	text-align: justify;
	line-height: 20px;
	padding-left: 100px;
	padding-top: 2px;
	padding-right: 242px;
	height: 219px;
	}
#botimage-wrap {
	position: relative;
	width: 702px;
	height: 97px;
	float: left;
	}
/* Layout for lower pages
----------------*/
#lowmidimage-wrap {
	position: relative;
	width: 702px;
	height: 84px;
	float: left;
	}
#midtext-wrap {
	position: relative;
	width: 420px;
	float: left;
	text-align: justify;
	line-height: 20px;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 242px;
	height: 201px;
	}
/* Layout for Contact Pages
----------------*/
#contact {
	position: relative;
	width: 250px;
	float: left;
	line-height: 20px;
	padding-left: 40px;
	padding-top: 20px;
	height: 200px;
	}
#table {
	position: relative;
	width: 250px;
	float: left;
	text-align: justify;
	line-height: 20px;
	padding-left: 40px;
	padding-top: 20px;
	height: 200px;
	}
/* Layout for Portfolio Pages
----------------*/
#portimage, #headline, #subhead, #buttons {
	position: relative;
	width: 702px;
	text-align: center;
	float: left;
	}
#portimage {
	height: 420px;
	position: relative;
	padding-top: 30px;
	}
#headline {
	height: 15px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	}
#subhead {
	height: 25px;
	font-size: 11px;
	color: #999999;
	}
#buttons {
	height: 30px;
	vertical-align: 50%;
	}
/* Styles for Text 
----------------*/
.Navigation {
	padding-bottom: 16px;
}
.LowNav {
	padding-bottom: 3px;
}
.Arrow {
	padding-right: 4px;
	padding-left: 4px;
}
.Copy {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}
.BodyCopy {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 242px;
}
.IndentCopy {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 20px;
	white-space: nowrap;
}
.Table {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #AAABAD;
	background-color: #E8E8E8;
}
.Field {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #AAABAD;
	margin: 0px;
	padding: 3px;
}
.Middle {
	text-align:center;
	align:center;
	valign:middle;
	vertical-align: middle;
}
a:visited {
	font-family: Verdana;
	color: #CC0066;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	color: #CC0066;
	text-decoration: underline;
}
a:link {
	font-family: Verdana;
	color: #CC3366;
	text-decoration: underline;
}
