@charset "UTF-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background: #dddddd;
	height: 100%;
	position: relative;
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

p
{

}

a
{
	color: #FFFF00;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0 10px 0;
}

hr
{
	border: 1px solid #cccccc;
	height: 1px;
}

div#top_brow
{
	background: url(images/top_brow_bkg.gif) repeat-x;
	padding: 0;
	margin: 0;
	height: 120px;
	width: 100%;
}

div#top_brow img#top_brow_logo
{
	margin-left: 40px;
}

div#top_brow div#nav
{
	position: absolute;
	top: 40px;
	left: 450px;
	font-size: 14px;
	font-weight: normal;
}

div#top_brow div#nav ul
{
	list-style: none;
}

div#top_brow div#nav ul li
{
	float: left;
}

div#top_brow div#nav a
{
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 5px;
	margin: 5px;
	height: 20px;
}

div#main_content
{
	background: url(images/main_bkg.jpg) no-repeat #8da4d1;
	background-position: 40px 0;
	padding: 0;
	margin: 0;
	color: #ffffff;
	padding: 5px 0 20px 0;
	position: relative;
}

div#main_content div#copy_area
{
	padding: 0;
	margin: 20px 0 0 210px;
}

div#main_content div#copy_area div#content_col
{
	width: 690px;
}

div#main_content div#copy_area div#side_col
{
	width: 220px;
	max-width: 220px;
	background: #c6d2e8 url(images/right_col_bkg.jpg) no-repeat;
	color: #000000;
	position: absolute;
	top: 30px;
	left: 760px;
}

div#main_content div#copy_area div#side_col div#side_col_content
{
	width: 190px;
	margin: 15px 0 0 15px;
}

div#main_content div#copy_area div#side_col div#side_col_footer
{

}

div#main_content div#copy_area div#content
{
	
}

div#main_content div#sidebar
{
	width: 20px;
	background: #ffffff;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

div#main_content div#sidebar2
{
	width: 20px;
	background: url(images/sidebar_bkg.jpg) no-repeat;
	height: 100%;
	position: absolute;
	left: 20px;
	top: 0;
}

div#main_content div#sidebar2 img
{
	position: absolute;
	bottom: 0;
	
}

div#footer
{
	background: url(images/footer_bkg.gif) repeat-x;
	padding: 0;
	margin: 0;
	height: 120px;
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	clear: both;
	position: relative;
}

div#footer div#footer_copy
{
	position: absolute;
	left: 210px;
	top: 20px;
}

div#footer div#wc_logo
{
	position: absolute;
	left: 700px;
	top: 15px;
}

div.static_holder
{
	width: 668px;
	max-width: 688px;
	height: 100px;
	background: #273f6d;
	padding: 10px;
	border:1px solid #b1caff;
	border-top: 4px solid #b1caff;
	margin-bottom: 5px;
}

div.flash_holder
{
	width: 668px;
	max-width: 688px;
	height: 100px;
	background: #273f6d;
	padding: 10px;
	border:1px solid #b1caff;
	border-top: 4px solid #b1caff;
	margin-bottom: 5px;
}

div.gallery_holder
{
	width: 668px;
	max-width: 688px;
	height: 100px;
	background: #273f6d;
	padding: 10px;
	border:1px solid #b1caff;
	border-top: 4px solid #b1caff;
	margin-bottom: 5px;
}

div.gallery_holder_hidden
{
	width: 668px;
	max-width: 688px;
	height: 100px;
	background: #273f6d;
	padding: 10px;
	border:1px solid #b1caff;
	border-top: 4px solid #b1caff;
	margin-bottom: 5px;
	visibility: hidden;
	position: absolute;
	left: -5000px;
}

div.text_area
{
	float: left;
	width: 550px;
}

div.thumb_area
{
	float: right;
}

