/* HTML Class Base */
body
{
	margin:0px;
	text-align:center;
	border:0px;
	font-family:Helvetica,Verdana,Arial;
	font-size:11px;
	background-color:#c6c1bd;
	}
div{
	font-size:12px;
}
html{}

h1{}
h2{
	font-size:14px;
	margin:0px;
	padding:0px;
}
h3{ 
	font-size:12px;
	font-weight:bold;
}
h4{
	font-size:10px;
	font-weight:bold;
}
h5{}
h6{}

li{
	font-size:12px;
}
input{}
input:focus
{
	background-color:#FFFFBB;
}
textarea:focus
{
	background-color:#FFFFBB;
}
select:focus
{
	background-color:#FFFFBB;
}
img{border:0px;}
table
{
	border-spacing:0px;
	border-collapse:collapse;
	border:solid 0px #FFFFFF;
	padding:0px;
	margin:0px;
	
	}
tr{}
td{}
th{}

/* Shared */
.error_text
{
	color:#FF0000;
}
.breadcrumbs
{
	margin-left:0px;
	padding-left:0px;
}
.breadcrumbs li
{
	display:inline;
}

.breadcrumbs li:after
{
	content:" > ";
}
.breadcrumbs li:last-child:after
{
	content:"";
}

/* Tab Classes */	    
.tab_over{
	font-family : Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#22557E; 
	}
.tab_def {
	font-family : Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#22557E;
	background-color:#CCCCCC;
	}                                                                  
.tab_curr{
	font-family : Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#22557E;
}
.tab_hint{
	font-family : Verdana,Arial;
	font-size:0px;
	color:#000000;
	height:0px;
	}
.tab_split
{
	background-color:#22557E;
	color:#22557E;
	height:3px;
	font-size:0px;
	width:100%;
}

/* Form Elements */
.edit_text
{
	width:145px;	
}
.edit_checkbox{}
.edit_radio{}
.edit_button
{
	width:145px;
}
.edit_password
{
	width:145px;
}
.edit_option
{
	width:145px;
}
.edit_form_other{}
.edit_textarea
{
	width:145px;
}
.edit_file
{
	width:145px;
}
.edit_date
{
	width:80px;
}

/* Front Only */
.copyright_area
{
	color:#6d6e71;
	font-size:10px;
}

#mainContainer{
	width:900px;
	margin:0 auto;
	text-align:left;
	margin-top:50px;
}

#leftColumn{
	background-color:#fcf0cf;
	width:345px;
	float:left;	
	text-align:left;	
	vertical-align:top;
}

#menu_popup
{
	float:left;
	width:150px;
	padding:0px;
	list-style: none;
}

#side_menu_area{
width:160px;
float:left;
text-transform:uppercase;
}

#leftColumn_inner
{
	background:url('/images/left_bg.jpg');
	width:315px;
	height:519px;
	margin:15px;
	vertical-align:top;
	background-color:#FFFFFF;
	overflow:hidden;
	border:solid 1px #CCCCCC;
}

#contentColumn{
	background-color:#7190E0;
	width:555px;
	float:left;
	text-align:center;	
}
#contentColumn_outer
{
	background:url('/images/right_bg.jpg');
	width:515px;
	height:519px;
	margin:15px;
	margin-left:10px;
	padding:0px;
}
#contentColumn_outer_home
{
	background:url('/images/home_right_bg.jpg');
	width:516px;
	height:520px;
	margin:15px;
	margin-left:10px;
	padding:0px;
}


#contentColumn_inner
{
	
	width:505px;
	height:519px;
	overflow:auto;
	vertical-align:top;
	text-align:left;
	border:solid 1px #CCCCCC;
	margin:0px;
	margin-left:0px;
	padding-left:10px;
	padding-right:0px;
}
.clear
{
	clear:both;
	border:solid 1px black;
}

.top_menu
{
	margin:0px;
	margin-left:20px;
	margin-top:182px;
	padding:0px;
	list-style: none;
	text-transform:uppercase;
}
.top_menu a, .top_menu a:link, .top_menu a:visited, .top_menu a:active, .top_menu:active, .top_menu:link
{
	font-size:12px;
	color:#d42a2a;
	font-weight:bold;
	text-decoration:none;
}
.top_menu li
{
	margin-bottom:5px;
}
.top_menu a:hover
{
	color:#000000;
}

.top_menu_sub
{
	margin:0px;
	margin-left:20px;
	margin-top:192px;
	padding:0px;
	list-style: none;
}

.top_menu_sub a, .top_menu_sub a:link
{
	font-size:11px;
	color:#d42a2a;
	font-weight:plain;
	text-decoration:none;
	text-transform:none;
	margin:0px;
	padding:0px;
}

.top_menu_sub li, .top_menu_sub ul
{
	margin:0px;
	padding:0px;
	margin-top:0px;
	display:block;
}
.top_menu_sub a:hover
{
	color:#000000;
}

.home_bullets{
	font-size:14px;
	font-weight:normal;
	
}


#bottom_nav
{
	clear:both;
	float:left;
	margin-top:5px;
	
	display:table;
	width:500px;
	border-collapse:collapse;
	
}
.bottom_menu, .bottom_menu ul
{
	display:table-row;
	margin:0px;	
	padding:0px;
}

.bottom_menu li
{
	display:inline;
	margin:0;
	padding:0 4px;
	white-space:nowrap;
	text-align:left;
}

* .bottom_menu, * .bottom_menu li
{
	display:inline;
	float:left;
}

.bottom_menu a, .bottom_menu a:link
{
	color:#333333;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	
}
#copyright
{
	text-align:right;
	width:280px;
	float:right;
	margin-top:5px;
}
/* Dialogs */
.dialog
{
	font:message-box;
	border-top:solid 1px ThreeDHighlight;
	border-left:solid 1px ThreeDHighlight;
	border-bottom:solid 1px ThreeDShadow;
	border-right:solid 1px ThreeDShadow;
	
}
.dialog th
{
	padding:3px;
	font:status-bar;
	border:solid 1px ActiveBorder;
	background-color:ActiveCaption;
	color:CaptionText;
	text-align:left;
}
.dialog td
{
	color:WindowText;
	background-color:ThreeDFace;
	}
.dialog input
{
	font:caption;
}
.dialog input[type="text"], .dialog input[type="password"]
{
width:300px;
}

/* Dragable Areas */
ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 10em;
	height: 20px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
ul.boxy li{
	padding: 2px 2px;
	border: 1px solid #ccc;
	height: 20px;
	background-color: #eee;
}

.boxyText {
	font-size:11px;
	font-family:Arial,Helvetica,san-serif;
}

.handle, .handle div{
	cursor: move;
	background-image: url(/javascripts/listorder/handle.png);
	float: right;
	background-color: #ccc;
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}
#home_body
{
	height:315px;
	width:100%;
	padding-top:10px;
}
#home_list_1
{
	width:235px;
	margin-right:10px;
	float:left;	
}
#home_list_2
{
	width:235px;
	float:left;	
}
#news_side
{
	width:212px;
	padding-top:100px;	
	padding-left:5px;
	margin-right:40px;
	float:left;
}
#news_list
{
	float:left;
}

.page_title
{
	color:#474747;	
	font-family:Arial Narrow,Arial, Verdana,Helvetica;
	font-size:30px;
	font-weight:bold;
	
}
.page_subtitle
{
	font-family:Arial,Verdana,Helvetica;	
	font-size:15px;
	color:#d42a2a;
	font-weight:bold;
	margin-bottom:15px;
}
.item_head
{
	background:url("/images/item_head_bg.jpg");
	background-repeat:no-repeat;
	height:45px;
	width:236px;
	padding-top:12px;
	color:#d42a2a;
	font-size:16px;
	font-weight:plain;
	margin-top:15px;
	text-transform: uppercase;
	
}
.item_title
{
	color:#474747;
	font-weight:bold;
	font-size:12px;
	width:236px;
}
.item_description
{
	font-size:12px;
	
}

#top_title{
	text-align:left;
	padding:0px;
	padding-top:20px;
	padding-left:150px;
}
#image_area
{
	float:left;
	width:140;
	margin:0px;
	padding:0px;
	padding-top:20px;	
	margin-right:10px;
}
#page_side
{
	
	width:270px;
	padding-top:30px;	
	padding-left:5px;
	margin-right:10px;
	float:left;
}
#page_side_full
{
	width:430px;
	padding-top:30px;	
	padding-left:5px;
	margin-right:30px;
	float:left;
}
/* Custom Classes */

.bullet_area, .bullet_area a, .bullet_area a:link{
	color:#555555;
	text-decoration:none;
}
.bullet_area a:hover{
	color:#d42a2a;
}
.form_field_name{
	font-size:12px;
}