@charset "utf-8";
/* --------------------------------------------------------------------------------------------- */
*
{
	font-size: 1em;;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body
{
	overflow: -moz-scrollbars-vertical;
}
a
{
	text-decoration: underline;
	color: white;
}
a:focus
{
	outline: none;
}
/*
a:hover
{
	text-decoration: underline !important;
}
*/
a img
{
	border: none;
}
div.clear
{
	height: 0px;
	overflow: hidden;
	clear: both;
}
/* --------------------------------------------------------------------------------------------- */
body
{
	background-color: #321248;
	background-image: url(/images/Body_Background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
ul
{
	list-style: none;
}
/* --------------------------------------------------------------------------------------------- */
div#Container
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
div#Address
{
	background-image: url(/images/Address_Background.jpg);
	text-align: right;
	padding-right: 18px;
	height: 30px; /* 45 */
	padding-top: 15px;
}
div#Menu
{
	height: 40px;
	overflow: hidden;
	background-color: white;
}
div#Header
{
	height: 203px;
	background-color: white;
	background-image: url(/images/Seperator.jpg);
	background-position: left 200px;
	background-repeat: no-repeat;
	padding-bottom: 18px;
}
div#Content
{
	background-color: white;
	padding: 0px 18px;
	width: 954px;
	line-height: 1.4em;
	font-size: 0.75em;
	cursor: default;
}

div#Bottom
{
	background-image: url(/images/Bottom_Background.gif);
}

div#Footer
{
	font-size: 0.8em;
	padding-top: 6px;
	width: 100%;
	filter:alpha(opacity=50);
	opacity: 0.5;
	padding-bottom: 12px;
}
/* --------------------------------------------------------------------------------------------- */
div#Menu ul li
{
	float: left;
	width: 160px;
}
/* --------------------------------------------------------------------------------------------- */
div#Footer ul
{
	padding-left: 18px;
}
div#Footer ul li
{
	float: left;
	padding-right: 10px;
}
div#Footer ul li a
{
	color: #a355da;
	background-image: url(/images/Footer_Seperator.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	display: block;
	padding-right: 10px;
	text-decoration: none;
}
	div#Footer ul li a:hover
	{
		color: white;
	}
/* --------------------------------------------------------------------------------------------- */
div#Content.col3
{
	background-image: url(/images/Content_Background_3.gif);
}
div#Content.col2, div#Container div.col2
{
	background-image: url(/images/Content_Background_2.gif);
}

div#Content.col3 div#Col1
{
	width: 250px;
	float: left;
}
div#Content.col3 div#Col2
{
	width: 350px;
	padding-left: 30px;
	float: left;
}
div#Content.col3 div#Col3, div#Content.col2 div#Col2
{
	width: 295px;
	float: right;
}

div#Content.col2 div#Col1
{
	width: 625px;
	float: left;
}

/* --------------------------------------------------------------------------------------------- */
h1.title
{
	min-height: 20px;
	padding-bottom: 12px;
	color: #959490;
}
* html h1.title
{
	height: 20px;
}
/* --------------------------------------------------------------------------------------------- */
div#Trailers a
{
	display: block;
	padding-bottom: 10px;
}
/* --------------------------------------------------------------------------------------------- */
div.block
{
	width: 295px;
	font-size: 0.9em;
	line-height: 1.35em;
}
div.block div.blockTop
{
	height: 10px;
	overflow: hidden;
	background-image: url(/images/Block_Top.jpg);
}
div.block div.blockContent
{
	background-color: #642b8c;
	padding: 10px 20px 5px;
	color: white;
}
	div.block div.blockContent h1
	{
		color: white;
	}
	div.block div.blockContent a.more
	{
		color: #a355da;
		text-decoration: none;
		background-image: url(/images/Link_Icon.gif);
		background-repeat: no-repeat;
		background-position: right 3px;
		padding-right: 15px;
		text-align: right;
	}
div.block div.blockBottom
{
	height: 10px;
	overflow: hidden;
	background-image: url(/images/Block_Bottom.jpg);
}
/* --------------------------------------------------------------------------------------------- */
div#Content p
{
	padding-bottom: 20px;
}
div#Content h2
{
	font-size: 1.25em;
	padding-bottom: 5px;
	color: #3dc5ed;
}
div#Content ul
{
	padding-bottom: 20px;
}
div#Content ul li
{
	background-image: url(/images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 20px;
	padding-bottom: 5px;
}
/* --------------------------------------------------------------------------------------------- */
body.popup
{
	background-image: none;
	background-color: white;
	overflow: auto;
}
/* --------------------------------------------------------------------------------------------- */
table#Portfolio h2
{
	font-size: 1em;
}
table#Portfolio td.header
{
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	color: #959490;
}