﻿/*
--------------------------------------------------------------
Developed by Sean Wilkin on 01.19.2007
-------------------------------------------------------------- 
Imports browser defaults, shared layout, color and typography styles.
*/
@import url(../layout/defaults.css);
@import url(../layout/shared_layout.css);
@import url(../style/color.css);
@import url(../style/typography.css);

/* 
Secondary area 3 column layout

.top_banner
{
	border-bottom:solid 2px #ffffff;
}
*/
#separator
{
	margin-top:2px;
}

#content 
{
	border:dashed 0px blue;
}

#left_col 
{
	width: 178px;
	padding: 0px;
}

#content_main 
{
	width: 396px;
	padding: 3px 0px 3px 0px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;
}

#right_col 
{
	width: 170px;
	padding: 3px 0px 3px 0px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;
}
	
#content_main_div
{
	min-height:345px;
	height:345px;
	height:auto !important;
	padding:10px 15px 10px 10px;
}

#right_col_div
{
	min-height:345px;
	height:345px;
	height:auto !important;
}

#left_col_div
{
	min-height:345px;
	height:345px;
	height:auto !important;
}
	
.left_col
{
	background-image:url('../../images/style/left_tab_blank_sm.gif');
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

.content_main	
{
	background-image:none;
}