@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
.expandee {
	display:none;
	margin-bottom: 5px;
}
body  {
	font: 75% Palatino, Georgia, "Times New Roman", Serif;
	background: #425568;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	background-image:url(images/bg_noise.jpg);
	background-repeat:repeat;
	background-attachment:scroll;
}
input {
	background-color:#425568;
	padding:2px;
	background-image:url(images/box_inputbox.jpg);
	border:solid 1px #000;
}
input.sendbutton {
	background-color:#425568;
	padding:2px;
	background-image:url(images/box_sendbutton.jpg);
	border:solid 1px #000;
	width:60px;
	height:25px;
}
textarea {
	background-color:#425568;
	border:solid 1px #000;
	padding:2px;
}
a:link {
	color: #8199B1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8199B1;
}
a:hover {
	text-decoration: none;
	color: #B0BFCE;
}
a:active {
	text-decoration: none;
}
h1 { /*Main titles*/
	font-style: normal;
	font-size:150%;
	font-family:Palatino, Georgia, "Times New Roman", Serif;
	color:#00556A;
	line-height:150%;
	margin: 20px 20px;
	padding-top: 10px;
}
h2 { /*Smaller Version of h1*/
	font-style: normal;
	font-size:115%;
	font-family:Palatino, Georgia, "Times New Roman", Serif;
	color:#00556A;
	line-height:150%;
	margin: 10px 50px;
	padding-top: 10px;
}
h3 { /*Portfolio titles*/
	font-style: normal;
	font-size:115%;
	font-family:Palatino, Georgia, "Times New Roman", Serif;
	color:#00556A;
	line-height:150%;
	margin: 8px 40px;
	padding-top: 8px;
}
h4 { /* Portfolio Main Headers */
	display: block;
	text-align:center;
	font-size: 2.5em;
	font-variant: small-caps;
	color: #103B63;
	line-height: 1.5;
	margin: 20px 40px;
	border-bottom: 2px solid #000;
}
.tooltip-title { /*Tooltip titles*/
	font-style: normal;
	font-size:135%;
	font-family:Palatino, Georgia, "Times New Roman", Serif;
	color:#8199B1;
	line-height:135%;
	margin-bottom: 10px;
	display:block;
	font-weight:600;
}
p {
	margin: 15px 30px;
	line-height:170%;
	text-align:justify;
	color: #000000;
}
p.description {
	color:#FFF;
	text-align:center;
	margin: 10px 20px 0px 20px;
	line-height:100%;
}

p.small {
	color:#FFF;
	font-size:75%;
}
img.texttop {
	vertical-align:top;
}
hr {
	height:1px;
    width:60%;
    background:#425568;
    margin: 50px 150px 30px 150px;
	border:0
}
ul {
	list-style-image:url(images/bullet.png);
	padding: 10px 10px 15px 5em;
}
li {
	line-height:170%;
	padding: 5px;
}
li.portfolio {
	padding: 1px 0px 0px 0px;
}
#nav {
	position:absolute;
	right:0px;
	top:115px;
	
}
.outlineLowMargin {
	border: 1px solid #000; 
	margin:5px 2px 20px 2px;
}
.thrColAbs #containerOuterBorder { 
	height: auto !important;
	padding: 0px 22px 2px 2px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	/*overflow:hidden;*/
} 
.thrColAbs #containerBorder { 
	min-height: 100%;
	height: auto !important;
	height:100%;
	padding: 0px 10px 8px 8px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #617C98;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	/*overflow:hidden;*/
} 
.thrColAbs #container { 
	min-height: 100%;
	height: auto !important;
	height:100%;
	padding: 0px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:solid 1px #000000;
	background-image:url(images/mainback.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:scroll;
}
.thrColAbs #mainContent {
	 /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px -150px 0px;
	position:relative;
	top:-150px;
	/*background-image:url(wisp_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:fixed;*/
}
.thrColAbs #imgContainer {
	height: auto;
	overflow:hidden;
	padding: 10px 10px 10px 10px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #425568;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:solid 1px #000000;
	background-image:url(images/box_2img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
	/*overflow:hidden;*/
} 
.imgInnerContainer { 
	height: auto;
	padding: 10px 14px 14px 10px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 2px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:solid 1px #000000;
	/*overflow:hidden;*/
} 
.thrColAbs #affiliates {
	height: auto;
	overflow:hidden;
	padding: 10px 0px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 10px auto 0px auto;
	background-color:#FFF;
	border: solid 1px #000;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	/*overflow:hidden;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	/*overflow:hidden;*/
}
a.tooltip .tooltip-content {
        display: none;
        position: absolute;
        top: -265px;
        left: 55px;
        z-index: 1;
        width: 20em;
        padding: 0.5em;
        color: #fff;
        background-color: #425568;
        border: 1px solid #000;
        font-weight: normal;
}
a.tooltip:hover {
        position: relative;  /* fix IE6 hover by triggering redraw */
        text-decoration: none;
}
a.tooltip:hover .tooltip-content {
        display: block;
		text-align:left;
		padding: 15px;
		line-height:1.5em;
}
.copyright {
	color: #999999;
	font-size: 75%;
	position:relative;
	text-align: right;
	height: 20px;
	right: 0;
	width: 778px;
	margin: 0px auto;
	padding: 10px 0px;
}

