img, div { behavior: url(iepngfix/iepngfix.htc) }

/**************************************************************************************************
***************************************************************************************************
BASIC ELEMENTS
***************************************************************************************************
***************************************************************************************************/
html 									{  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
									 	   background: url('../graphics/site_background.jpg') no-repeat;
										}
body									{background: url('../graphics/site_background.jpg') no-repeat #333333;  background-position: top; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; margin: 0 0 0 0; padding: 0 0 0 0; text-align:left; }
h1 												{color: #132A5E; font-size: 18px; font-weight: bold; line-height: 20px;}
h2 												{color: #132A5E; font-size: 16px; font-weight: bold; line-height: 18px;}
h3 												{color: #132A5E; font-size: 14px; font-weight: bold; line-height: 18px;}
h4 												{color: #132A5E; font-size: 12px; font-weight: bold; line-height: 18px;}
a, a:link 										{color: #666666; text-decoration: none;}
a:visited										{color: #666666; text-decoration: none;}
a:hover 										{color: #666666; text-decoration: underline;}
a:focus 											{color: #666666;}
a:active 										{color: #666666;}
a img											{border: none}
hr													{color: #ffffff;}

.enableJS 										{border: 2px solid #000000; color:#ff0000; font-weight:bold; text-align:center;}
div.row 											{clear: both; padding: 5px 0px;}
div.row span.left 							{float: left; text-align: left;}
div.row span.right 							{float: right; text-align: right;}
.left 												{float:left;}
.right 											{float:right;}
.spacer 											{clear: both;}
.textcenter 									{text-align:center;}
.textleft 										{text-align:left;}
.textright 										{text-align:right;}
.pad5 											{padding:5px;}

/**************************************************************************************************
***************************************************************************************************
TABLES
***************************************************************************************************
***************************************************************************************************/
th													{color: #c61015; width: 200px;}
td a:link											{color: #c61015;}
td a:visited									{color: #c61015;}
td a:hover										{color: #333333;}

/**************************************************************************************************
***************************************************************************************************
FORMS
***************************************************************************************************
***************************************************************************************************/
.auto_form 									{width: 530px; padding: 20px; float: left;}
.auto_form .form_input 					{float: left; border-bottom: 1px solid #838383; border-left: none; border-right: none; border-top: none;}
.auto_form .form_input-highlighted 	{background: #f8f8f8; border-bottom: 1px solid #838383; border-left: none; border-right: none; border-top: none; float: left;}
.auto_form div.row span.label_col 	{color: #000; border: none; font-size: 12px; float: left; width: 200px;	height: 14px; text-align: right; margin: 0px;}
.auto_form div.row span.input_col 	{float: left; width: 190px; text-align: left; font-size: 12px;min-height: 25px; margin: 0px 0px 0px 10px; padding: 0px 10px 0px 0px;}
.auto_form input[type='text'] 			{width: 200px;}
.auto_form input[type='button'] 		{width: 200px; color: #999999; margin-left: 220px;}
.auto_form input[type='password'] 	{width: 200px;}
.auto_form select 							{width: 208px; float: right;}
.auto_form textarea 						{font-family: Arial, Helvetica, sans-serif; font-size: 14px; width: 200px;}
.auto_form .submit_div 					{text-align: center; padding-top: 10px; height: auto; float: left;}
.auto_form fieldset legend				{margin-left: 50px; font-weight: bold; font-size: 16px;}

.user_form 									{width: 264px; height: 80px; padding: 0px; float: left; background: #8f8f8f}
.user_form .form_input 					{float: left; border: 1px solid #ffffff; }
.user_form .form_input-highlighted 	{border: 1px solid #ffffff; float: left;}
.user_form div.row span.label_col 	{color: #ffffff; font-weight: bold; border: none; font-size: 12px; float: left; width: 100px;height: 14px; text-align: right; margin-right: 5px;}
.user_form div.row span.input_col 	{float: left; width: 120px; text-align: left; font-size: 12px;min-height: 25px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.user_form input[type='text'] 			{width: 120px;}
.user_form input[type='button'] 		{width: 120px; color: #ffffff; background: #002042; border: none; margin-left: 5px;}
.user_form input[type='password'] 	{width: 120px;}
.user_form select 							{width: 120px; float: left;}
.user_form textarea 						{font-family: Arial, Helvetica, sans-serif; font-size: 14px; width: 120px;}
.user_form .submit_div 					{text-align: left; height: auto; float: left; width: 260px;}
.user_form .forgotbutton					{width: 170px; font-size: 14px; color: #ffffff; background: #002042; border: none; margin-left: 5px; height: 16px; float: left; text-align: center; padding-top: 2px;}
 
.user_form2 									{width: 520px; padding: 0px 0px 10px 0px; float: left; background: #8f8f8f}
.user_form2 .form_input 				{float: left; border: 1px solid #ffffff; }
.user_form2 .form_input-highlighted	{border: 1px solid #ffffff; float: left;}
.user_form2 div.row span.label_col 	{color: #ffffff; font-weight: bold; border: none; font-size: 12px; float: left; width: 100px;height: 14px; text-align: right; margin-right: 5px;}
.user_form2 div.row span.input_col 	{float: left; width: 230px; text-align: left; font-size: 12px;min-height: 25px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.user_form2 input[type='text'] 		{width: 220px;}
.user_form2 input[type='button'] 	{width: 120px; color: #ffffff; background: #002042; border: none; margin-left: 105px;}
.user_form2 input[type='password']{width: 220px;}

.user_form2 select 							{width: 220px; float: left;}
.user_form2 textarea 						{font-family: Arial, Helvetica, sans-serif; font-size: 14px; width: 320px;}
.user_form2 .submit_div 				{text-align: left; height: auto; float: left; width: 260px;}
.user_form2 .forgotbutton				{width: 170px; font-size: 14px; color: #ffffff; background: #002042; border: none; margin-left: 5px; height: 16px; float: left; text-align: center; padding-top: 2px;}

.lightbutton									{width: 170px; font-size: 14px; color: #ffffff; background: #546a8f; border: none; margin-left: 5px; height: 16px; float: left; text-align: center; padding-top: 2px;}

/**************************************************************************************************
***************************************************************************************************
LAYOUT
***************************************************************************************************
***************************************************************************************************/
/**define your sites layout style here**/


/**************************************************************************************************
***************************************************************************************************
CUSTOM
***************************************************************************************************
***************************************************************************************************/
/**define your custom styles here**/

*{margin:0;padding:0;}

.clear
{
	clear: both;
}

.black_text
{
	color: #000000;	
}

.bold_text
{
	font-weight: bold;	
}

.main_wrapper
{
	border: 0px solid red;	
}

.main_wrapper .site_wrapper
{
	border: 0px solid green;
	margin-left: auto;
	margin-right: auto;
	width: 906px;
}

.site_wrapper .header
{
	height: 222px;
	background: url('../graphics/header.jpg') no-repeat;
}

.site_wrapper .main_content
{
	border: 0px solid red;
}

.main_content .left_content_wrapper
{
	border: 0px solid blue;
	width: 560px;
	float: left;
}

.left_content_wrapper .top_pad_rings
{
	background: url('../graphics/top_pad_rings.jpg') no-repeat;
	height: 44px;
}

.left_content_wrapper
{
	background: url('../graphics/left_side_background.jpg') repeat;
}

.left_content_wrapper .left_text_wrapper
{
	border: 0px solid green;		
	text-align: left;
	color: #132A5E;
	font-size: 13px;
	line-height: 18px;
	word-spacing: 2px;		
	background: url('../graphics/folded_corner.jpg') no-repeat 100% 100%;
}

.left_text_wrapper .text_content
{
	border: 0px solid red;		
}

.text_content .top_paragraph
{
	border: 0px solid red;
	padding-left: 35px;
	padding-right: 20px;
	padding-top: 30px;	
}

.text_content .main_text
{
	border: 0px solid red;
	width: 312px;
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}

.main_text .scattered_line
{
	border-bottom: 2px dashed #999999;
	width: 300px;
	margin-top: 20px;
}

.main_text .bottom_pictures
{
	border: 1px solid red;
	padding-top: 50px;
}

.text_content .main_images
{
	border: 0px solid red;
	width: 195px;
	float: left;	
	margin-left: 9px;
}

.text_content .main_images img
{
	margin-bottom: 20px;
}

.text_content .bottom_content
{
	border: 0px solid red;
	padding-top: 20px;	
}

.bottom_content .bottom_images
{
	border: 0px solid red;
	width: 155px;
	float: left;
	margin-left: 31px;
}

.bottom_content .bottom_images img
{
	margin-bottom: 10px;
}

.bottom_content .bottom_text
{
	border: 0px solid blue;	
	float: left;
	width: 298px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 50px;
	word-spacing: 1px;
}


.main_content .right_content_wrapper
{
	border: 0px solid orange;
	float: left;
	margin-left: 14px;
	margin-top: 10px;
	width: 329px;
	color: #FFFFFF;
}

.right_content_wrapper .right_content_heading
{
	color: #FFFFFF;
	border: 0px solid orange;
	padding-left: 30px; 
}



.right_content_wrapper .scattered_line
{
	border-bottom: 2px dashed #999999;
	width: 320px;	
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.right_content_wrapper .content_header
{
	border: 0px solid red;
	height: 19px;
	background: url('../graphics/top_blue.png') no-repeat;
}

.right_content_wrapper .content_footer
{
	border: 0px solid red;
	height: 19px;
	background: url('../graphics/blue_footer.png') no-repeat;
}

.right_content_wrapper .right_text_wrapper
{
	border: 0px solid red;
	min-height: 700px;
	background: url('../graphics/right_handside_blue_background.png') repeat-y;
}

.right_text_wrapper p#additional_text
{
	border: 0px solid red;
	padding-left: 40px;
}

.right_text_wrapper .right_content_list
{
	border: 0px solid red;
	margin-top: 20px;
}

.right_content_list ul
{	
	list-style-type: disc;
	padding-left: 90px;
}

.right_content_list ul li
{
	text-align: left;
	line-height: 20px;
}

.right_text_wrapper .right_images
{
	width: 276px;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-top: 133px;
}

.right_images img
{
	margin-left: 10px;
}

.site_wrapper .footer
{
	border: 0px solid red;
	padding-top: 20px;
}

.footer .copyright
{
	border: 0px solid white;
	width: 400px;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 20px;
}

.copyright p
{
	color: #FFFFFF;
	float: left;
	display: block;
	margin-top: 15px;
	
}

.copyright a
{
	color: #FFFFFF;
}

.copyright a:hover
{
	color: #FFFFFF;
}

.copyright img
{
	border: 0px solid white;
	float: left;
	display: block;
	margin-left: 5px;
}





















/**************************************************************************************************
***************************************************************************************************
DIALOGS
***************************************************************************************************
***************************************************************************************************/
.greyout 									{position: fixed; left: 0px; 	top: 0px; width: 0px; height: 0px; background-color: #ffffff; z-index: 100; filter: alpha(opacity = 80); -moz-opacity: .80; opacity: .80; visibility: hidden;}
.greyout_show 							{position: fixed; left: 0px; 	top: 0px; width: 100%; height: 100%; background-color: #ffffff; 	z-index: 100; filter: alpha(opacity = 80); -moz-opacity: .80; opacity: .80; visibility: visible;}
.dialog 										{position: fixed; width: 0px; height: 0px; z-index: 101; visibility: hidden;}
.dialog_show 								{position: fixed; width: 100%; height: 100%; z-index: 101; visibility: visible; text-align: left;}
.dialog_show .container 				{background-color: #ffffff; border: 4px double #555555; width: 400px; position: fixed; font-size: 12px;}
.dialog_show .top 						{color: #ffffff; 	font-size: 14px; font-weight: bold; 	padding: 5px 5px 3px 5px; background-color: #002042; border-bottom: 1px solid #555555;}
.dialog_show .middle 					{color: #002042; padding: 5px 5px 5px 5px; font-weight: bold; padding-left: 20px;}
.dialog_show .bottom 					{background-color: #002042; color: #ffffff; padding: 6px 10px 6px 10px; border-top: 1px solid #555555;}
.dialog_show .pad5 					{padding: 5px;}
.dialog_show .button_outer 			{border: 1px outset #888888; background-color: #f0f0f0; padding: 2px 4px; width: 80px; text-align: center; margin-bottom: 8px; color: #ffffff;}
.dialog_show .button_inner 			{cursor: default; color: #555555;}
.dialog_show .nolink 					{color: #000000; 	text-decoration: none;}
.dialog_show .imageDialogTable 	{background-color: #ffffff; border: 10px solid #cccccc; margin: 0 auto; margin-top: 5%; padding: 0;}
.textcontent 								{font-family: Arial, Helvetica, sans-serif; font-size:12px; width:520px; padding:15px;}
.textcontent img							{border:0px;}
.rightcontent 								{border-bottom: 1px dotted #ffffff; font-size:12px; height:60px; margin-top:-20px;}

/**************************************************************************************************
***************************************************************************************************
PAGINATION
***************************************************************************************************
***************************************************************************************************/
.pagenav 									{}
.pagenav .previous 					{float:left;}
.pagenav .pages 						{float:right; margin:0 1em;}
.pagenav .next 							{float:right;}

/**************************************************************************************************
***************************************************************************************************
SHOPCART
***************************************************************************************************
***************************************************************************************************/
.shopcart_form 										{}
.shopcart_form .form_input 					{}
.shopcart_form .form_input-highlighted 	{}
.shopcart_form div.row span.label_col 		{float: left;	width: 0;}
.shopcart_form div.row span.input_col 		{float: left;}
.shopcart_form .spacer 							{}
.listDisplay .totcell 									{border:1px solid #9999ff; background-color:#eeeeee; text-align:right; font-weight:bold;}
.clearCart 												{text-align:center;}
.checkout 												{margin:10px; padding:10px; border:5px solid #3B425F;}
.declined 												{margin:10px; 	padding:10px; 	border:2px solid #FF0000;}
.approved 												{margin:10px;	padding:10px;	border:2px solid #00FF00;}

/**************************************************************************************************
***************************************************************************************************
CALENDER
***************************************************************************************************
***************************************************************************************************/
/** do not change this **/
img.tcalIcon 											{cursor: pointer; margin-left: 1px; vertical-align: middle;}
div#tcal 												{position: absolute; visibility: hidden; z-index: 100; width: 158px; padding: 2px 0 0 0;}
div#tcal table 										{width: 100%; border: 1px solid silver; border-collapse: collapse; background-color: white;}
div#tcal table.ctrl 									{border-bottom: 0;}
div#tcal table.ctrl td 								{width: 15px; height: 20px;}
div#tcal table.ctrl th 								{background-color: white; color: black; border: 0;}
div#tcal th 											{border: 1px solid silver; border-collapse: collapse; text-align: center; padding: 3px 0; font-family: tahoma, verdana, arial; font-size: 10px; background-color: gray; color: white;}
div#tcal td 											{border: 0; border-collapse: collapse; text-align: center; padding: 2px 0; font-family: tahoma, verdana, arial; font-size: 11px; width: 22px; cursor: pointer;}
div#tcal td.othermonth 							{color: silver;}
div#tcal td.weekend 								{background-color: #ACD6F5;}
div#tcal td.today 									{border: 1px solid red;}
div#tcal td.selected 								{background-color: #FFB3BE;}
iframe#tcalIF 										{position: absolute; visibility: hidden; z-index: 98; border: 0;}
div#tcalShade 										{position: absolute; visibility: hidden; z-index: 99;}
div#tcalShade table 								{border: 0; border-collapse: collapse; width: 100%;}
div#tcalShade table td 							{border: 0; border-collapse: collapse; padding: 0;}