@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
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;
	background-image:url(images/box_textarea.jpg);
	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 {
	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 {
	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;
}
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;
}
.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;
	/*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 #showreelContainer {
	height: auto;
	/*overflow:hidden;*/
	padding: 10px 20px 20px 10px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 512px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #425568;
	margin: 40px 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/box_showreel.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
	/*overflow:hidden;*/
} 
.thrColAbs #showreelInnerContainer { 
	height: 288px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 512px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0px 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;
	/*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;*/
}
.copyright {
	color: #999999;
	font-size: 75%;
	position:relative;
	text-align: right;
	height: 20px;
	width: 778px;
	margin: 0px auto;
	padding: 10px 0px;
}
