/* Generic classes */
/* -------------------------------------------------------------------------------------------*/
body	{	margin:5,0,0,0;
			background-color:#FFFAE6;
			text-align:center;	}
			
.adminBody	{	margin:5,0,0,0;
			background-color:#FFFAE6;
			text-align:center;	}

td,p,li,select,input,textarea	{	font-family: Arial;
			font-size: 12px;
			font-color: #333333;	}	

h1	{	font-size: 24px;
		color: #555555;
		font-weight: normal;	
		margin: 0px;}

h2	{	font-size: 16px;
		color: #555555;
		font-weight: normal;	
		margin: 0px;}

.requiredField	{	color:#FF0000;
					font-size: 10px;
					padding-left:3px;	}		
.errorMessage	{	color:#FF0000;	}
			
/* Page layout classes */
/* -------------------------------------------------------------------------------------------*/
.pageLayoutContainerTable	{	width:802px;
								border:none;
								padding:0px;}
/* -------------------------------------------------------------------------------------------*/
.pageLayoutHeader	{	width:760px;	
						height:100px;	
						background-color:#000000;}
/* -------------------------------------------------------------------------------------------*/						
.pageLayoutTopGlow	{	width:802px;
						height: 21px;
						background-image:url(../images/content_container_top.gif);	}
/* -------------------------------------------------------------------------------------------*/						
.pageLayoutLeftGlow	{	width:21px;
						background-image:url(../images/content_container_left.gif);
						background-repeat:repeat-y;	}
/* -------------------------------------------------------------------------------------------*/						
.pageLayoutRightGlow	{	width:21px;
							background-image:url(../images/content_container_right.gif);	
							background-repeat:repeat-y;}
/* -------------------------------------------------------------------------------------------*/						
.pageLayoutBaseGlow	{	width:802px;
						height: 21px;
						background-image:url(../images/content_container_base.gif);	}
/* -------------------------------------------------------------------------------------------*/
.pageLayoutContentContainer	{	width:760px;	
								background-color:#FFFFFF;	}
/* -------------------------------------------------------------------------------------------*/
.pageLayoutNavigation	{		padding-left:19px;
								width:740px;
								height:30px;
								background-image:url(../images/nav_bar_background.jpg);
								background-repeat:repeat-x;	}
/* -------------------------------------------------------------------------------------------*/
.NavLink	{	padding-left:10px;
				padding-right:10px;
				padding-top:5px;
				padding-bottom:5px;
				height:30px;
				background:none;	}
/* -------------------------------------------------------------------------------------------*/
.NavDivider	{	width:1px;
				height:30px;	
				background-color:#FFFFFF;	}
/* -------------------------------------------------------------------------------------------*/
.pageLayoutFooter	{	padding-left:30px;
						width:700px;	
						height:10px;
						padding-top:5px;
						padding-bottom:5px;
						background-color: #000000;	
						color: #FFFFFF;	}




/* Content layout classes */
/* Single column page layout */
/* -------------------------------------------------------------------------------------------*/
.contentContainerSingleColumn	{	width:760px;
									padding-left:29px;
									padding-right: 29px;
									padding-top: 15px;
									vertical-align: top;	}
/* -------------------------------------------------------------------------------------------*/
.contentContainerTDSingleColumn	{	width:750px;}
/* -------------------------------------------------------------------------------------------*/
/* Double column page layout */
/* -------------------------------------------------------------------------------------------*/
.contentContainerTwoColumn	{	width:760px;}
/* -------------------------------------------------------------------------------------------*/
.contentContainerTDTwoColumnLeft	{	width:452px;
										padding-left: 29px;
										padding-right: 29px;
										padding-top: 15px;
										vertical-align: top;
										}
/* -------------------------------------------------------------------------------------------*/
.contentContainerTDTwoColumnRight	{	width:192px;
										background-color:#EEEEEE;
										padding-left: 29px;
										padding-right: 29px;
										padding-top: 15px;
										vertical-align: top;
										}
/* -------------------------------------------------------------------------------------------*/
.homePageStepGuide	{	font-size:12px;
						color: #555555;	}
/* -------------------------------------------------------------------------------------------*/
.homePageStepGuideHeader	{	font-size:16px;
						color: #555555;
						line-height:20px;	}
/* -------------------------------------------------------------------------------------------*/
.productTable	{	width: 450px;
					border:1px solid #999;
					margin-bottom:10px;
					padding	}
/* -------------------------------------------------------------------------------------------*/
.productImage	{	width:100px;
					border: none;	}
/* -------------------------------------------------------------------------------------------*/
.productImageTD	{	width:100px;
					vertical-align:top;	}
/* -------------------------------------------------------------------------------------------*/
.productInfoTD	{	width:300px;
					padding: 10px;
					line-height:20px;
					vertical-align: top;
					font-size:12px;	}
/* -------------------------------------------------------------------------------------------*/
.productTitle	{	font-weight:bold;
					font-size:12px;	}
/* -------------------------------------------------------------------------------------------*/
.productQtyPriceSelector	{ font-size: 12px;}
/* -------------------------------------------------------------------------------------------*/

.ordersTable	{	width: 700px;	}
/* -------------------------------------------------------------------------------------------*/
.adminViewOrderTable	{	width: 500px;}
/* -------------------------------------------------------------------------------------------*/
.ordersTableHeader	{	color: #000000;	
					font-size: 12px;
					font-weight: bold;
					padding:5px;
					background-color:#f2f2f2;
					border:1px solid #CCCCCC;}
/* -------------------------------------------------------------------------------------------*/
.ordersTableContent	{	color: #999999;	
					font-size: 12px;
					border-left:1px solid #CCCCCC;
					border-right:1px solid #CCCCCC;	
					border-bottom:1px solid #CCCCCC;
					padding: 5px;}
/* -------------------------------------------------------------------------------------------*/
.ordersTableContentNewOrder	{	color: #555555;	
						background-color: #FFFDDD;
					font-size: 12px;
					border-left:1px solid #CCCCCC;
					border-right:1px solid #CCCCCC;	
					border-bottom:1px solid #CCCCCC;
					padding: 5px;}
/* -------------------------------------------------------------------------------------------*/
.adminViewOrderTableLabelTD	{	width: 150px;
								color: #999999;	
								font-size: 12px;
								border-left:1px solid #CCCCCC;
								border-right:1px solid #CCCCCC;	
								border-bottom:1px solid #CCCCCC;
								padding: 5px;
								vertical-align: top;}
/* -------------------------------------------------------------------------------------------*/
.adminViewOrderTableFieldTD	{	width: 350px;
								color: #999999;	
								font-size: 12px;
								border-left:1px solid #CCCCCC;
								border-right:1px solid #CCCCCC;	
								border-bottom:1px solid #CCCCCC;
								padding: 5px;
								vertical-align: top;}
/* -------------------------------------------------------------------------------------------*/

.generalFormTable	{	border:none;	}
.generalFormHeaderTD	{	color: #000000;	
					font-size: 12px;
					font-weight: bold;
					padding:5px;
					filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
					border:1px solid #CCCCCC;}
.generalFormLabelTD	{	padding:3px;
						width:150px;	
						vertical-align:top;}
.generalFormFieldTD	{	padding:3px;
						width: 200px;	}
.generalFormField	{	border:1px solid #CCCCCC;
						width:180px;	}
.generalFormButton	{	font-size:12px;	}
.generalFormSpanTD	{	padding-left:3px;
						padding-top:10px;
						padding-bottom:10px;	
						width: 400px;}
.generalFormTextArea	{	width:180px;
							height:50px;}
.generalFormTextAreaLarge	{	width:250px;
							height:200px;}

/* Order process classes */
.processContent	{	width:100%;	}
/* -------------------------------------------------------------------------------------------*/
.genericHeader	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/Generic_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:29px;
				padding-top:15px;
				border:none;
					}		
/* -------------------------------------------------------------------------------------------*/
.noRightBoxHeader	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/straight_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:29px;
				padding-top:15px;
				border:none;
					}				
/* -------------------------------------------------------------------------------------------*/
.stepHeader1	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/step1_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:95px;
				padding-top:15px;
				border:none;
					}
/* -------------------------------------------------------------------------------------------*/
.stepHeader2	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/step2_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:95px;
				padding-top:15px;
				border:none;
					}	
/* -------------------------------------------------------------------------------------------*/
.stepHeader3	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/step3_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:95px;
				padding-top:15px;
				border:none;
					}	
/* -------------------------------------------------------------------------------------------*/
.stepHeader4	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/step4_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:95px;
				padding-top:15px;
				border:none;
					}	
/* -------------------------------------------------------------------------------------------*/
.stepHeader5	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/step5_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:95px;
				padding-top:15px;
				border:none;
					}	
/* -------------------------------------------------------------------------------------------*/
.stepHeader6	{	margin-top:10px;
				margin-bottom:0px;
				background-image:url(../images/step6_Header_Background.jpg);
				background-repeat:none;	
				color: #555555;	
				font-size: 20px;
				font-weight: normal;
				width:760px;
				height:60px;
				padding-left:95px;
				padding-top:15px;
				border:none;
					}					
/* -------------------------------------------------------------------------------------------*/
.stepContent	{	border:none;	
					padding-left:29px;
					padding-right:20px;}
/* -------------------------------------------------------------------------------------------*/
.stepImage		{	margin: 5px;	}


/* You Are Here classes */
.youAreHereContainer	{	width:760px;
							margin-left:0px;
							height:70px;
							background-image:url(../images/urhere_background.jpg);
							background-repeat:repeat-x;	}
							
.youAreHereLeftCell		{ 	color:#999999;
							font-size:12px;
							width:29px;		}	
							
.youAreHereIconCell		{ 	width:30px;
							height:30px;	}
							
.youAreHereTextCell		{ 	color:#999999;
							font-size:12px;
							width:100px;
							height:30px;
							padding-left: 5px;		}	
											
.youAreHereTextCellOn		{ 	color:#333333;
								font-size:12px;
								width:100px;
								height:30px;
								padding-left: 5px;		}
									
.youAreHerePointerCell		{	height:25px;
								padding-bottom: 5px;	
								margin: 0px;
								text-align: center;
								vertical-align: bottom;		}

.youAreHereBottomCell		{	height:10px;
								padding: 0px;	
								margin: 0px;
								text-align: center;
								vertical-align: bottom;		}
								
															
/* Order Summary classes */
.contentContainerForOrderSummary	{	width: 700px;
										margin-left:15px;	}
.orderSummaryContainer	{	width: 250px;
							margin-left: 0px;}
.orderSummaryHeader		{	background-color: #003040 /*#34b257*/;
							color: #FFFFFF;
							font-size:12px;
							line-height:30px;
							font-weight:bold;
							padding: 5px;
							/*border-left:1px solid #CCCCCC;
							border-right:1px solid #CCCCCC;
							border-bottom:1px solid #CCCCCC;*/
							}
.orderSummaryContentRow	{	border-left:1px solid #CCCCCC;
							border-right:1px solid #CCCCCC;
							border-bottom:1px solid #CCCCCC;
							color: #777777;
							font-size:12px;
							padding: 5px;	
							line-height:16px;}
.orderSummaryContentRowCost	{	/*border-left:1px solid #CCCCCC;
								border-right:1px solid #CCCCCC;*/
								border-bottom:1px solid #CCCCCC;
								background-color:#f2f2f2;
								color: #333333;
								font-weight:normal;
								text-align:right;
								font-size:12px;
								padding-left:5px;
								padding-top: 3px;	
								padding-bottom: 3px;
								padding-right:3px;
								line-height:16px;}
.orderSummaryContentRowCostTotal	{	/*border-left:1px solid #CCCCCC;
								border-right:1px solid #CCCCCC;*/
								border-bottom:1px solid #CCCCCC;
								background-color:#f2f2f2;
								color: #000000;
								font-weight:bold;
								text-align:right;
								font-size:12px;
								padding-left:5px;
								padding-top: 3px;	
								padding-bottom: 3px;
								padding-right: 3px;
								line-height:16px;}
A.orderSummaryLink:link {font-size:12px;font-weight:normal;color:#777777;text-decoration:none;}
A.orderSummaryLink:visited {font-size:12px;font-weight:normal;color:#777777;text-decoration:none;}
A.orderSummaryLink:hover {font-size:12px;font-weight:normal;color:#777777;text-decoration:none;}
A.orderSummaryLink:active {font-size:12px;font-weight:normal;color:#777777;text-decoration:none;}							
/* -------------------------------------------------------------------------------------------*/						
							
							
/* Link classses */
/* -------------------------------------------------------------------------------------------*/
A:link {color:#a92f80 /*#ec008c*/;font-weight:normal;text-decoration:none;}
A:visited {color:#a92f80 /*#ec008c*/;font-weight:normal;text-decoration:none;}
A:hover {color:#003040 /*#33b056*/;font-weight:normal;text-decoration:none;}
A:active {color:#a92f80 /*#ec008c*/;font-weight:normal;text-decoration:none;}
/* -------------------------------------------------------------------------------------------*/
A.linkFooter:link {font-size:12px;font-weight:normal;color:#F1F1F5;text-decoration:none;}
A.linkFooter:visited {font-size:12px;font-weight:normal;color:#F1F1F5;text-decoration:none;}
A.linkFooter:hover {font-size:12px;font-weight:normal;color:#FFFFFF;text-decoration:none;}
A.linkFooter:active {font-size:12px;font-weight:normal;color:#F1F1F5;text-decoration:none;}
/* -------------------------------------------------------------------------------------------*/
A.linkNavigation:link {font-size:12px;font-weight:bold;color:#FFFFFF;text-decoration:none;}
A.linkNavigation:visited {font-size:12px;font-weight:bold;color:#FFFFFF;text-decoration:none;}
A.linkNavigation:hover {font-size:12px;font-weight:bold;color:#FFFFFF;text-decoration:none;}
A.linkNavigation:active {font-size:12px;font-weight:bold;color:#FFFFFF;text-decoration:none;}
/* -------------------------------------------------------------------------------------------*/
A.urhereLink:link {font-size:12px;font-weight:normal;color:#999999;text-decoration:none;}
A.urhereLink:visited {font-size:12px;font-weight:normal;color:#999999;text-decoration:none;}
A.urhereLink:hover {font-size:12px;font-weight:normal;color:#ed1c24;text-decoration:none;}
A.urhereLink:active {font-size:12px;font-weight:normal;color:#999999;text-decoration:none;}
/* -------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------*/
/*	PRINT5 website styles  */
/*--------------------------------------------------------------------------------------------*/

@charset "ISO-8859-1";

body, html {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;

}

	
#main_wrapper {
	width: 1024px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	}
	
#header_wrapper {
	width: 1024px;
	height: 187px;
	float: left;
	padding: 0;
	margin: 0;	
	}
	
#logo_container {
	width: 275px;
	height:114px;
	padding: 38px 0px 35px 23px;
	margin: 0;
	background-image:url(/furniture/themes/theme1/images/logo-bkgd.jpg);
	background-repeat:no-repeat;
	float: left;	
	}

#header{
	width: 1024px;
	height: 187px;
	padding: 0;
	margin: 0;
	float:left;
	background-image:url(/furniture/themes/theme1/images/header-bkgd.jpg);
	background-repeat: no-repeat;	
	}

#content_wrapper_blue {
	width: 927px;
	float:left;
	border-top: 8px solid #003040 /*#33b056*/;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_blue-home {
	width: 927px;
	float:left;
	border-top: 8px solid #003040 /*#33b056*/;
	padding: 33px 61px 0 36px;
	margin: 0;
	}
	
#content_wrapper_purple {
	width: 927px;
	float:left;
	border-top: 8px solid #a83180;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_green {
	width: 1024px;
	float:left;
	border-top: 8px solid #003040 /*#33b056*/;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
	
	
#content_wrapper_red {
	width: 927px;
	float:left;
	border-top: 8px solid #ed1c24;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_dark-blue {
	width: 927px;
	float:left;
	border-top: 8px solid #1e398d;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_rich-green {
	width: 927px;
	float:left;
	border-top: 8px solid #003040;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_magenta {
	width: 1024px;
	float:left;
	border-top: 8px solid #a92f80 /*#a92f80 /*#ec008c*/;*/
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_yellow {
	width: 927px;
	float:left;
	border-top: 8px solid #fcaf17;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_orange {
	width: 927px;
	float:left;
	border-top: 8px solid #f47730;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#content_wrapper_bright-blue {
	width: 927px;
	float:left;
	border-top: 8px solid #009bdb;
	padding: 33px 61px 15px 36px;
	margin: 0;
	}
	
#nav {
	width: 158px;
	float:left;
	padding: 0;
	margin: 0;	
	}
	
#nav ul {
	width: 158px;
	margin: 0;
	padding: 0;	
	}
	
#nav li {
	list-style: none;
	width: 158px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	color: #2d5e2e;
	display:block;
	}
	
#nav li a:link, #nav li a:visited {
	list-style: none;
	width: 144px;
	margin-bottom: 12px;
	margin-right:50px;
	padding: 0px 0px 0px 14px;;
	line-height: 32px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	text-align: left;
	font-size: 16px;
	color: #2d5e2e;
	display:block;
	}
	
#nav li a:hover.blue {
	background-color:#003a4f;
	color: #FFF;
	}
	
#nav li.active-blue a {
	background-color:#003a4f;
	color: #FFF;
	}
	
#nav li a:hover.purple {
	background-color:#a83180;
	color: #FFF;
	}
	
#nav li.active-purple a {
	background-color:#a83180;
	color: #FFF;
	}
	
#nav li a:hover.green {
	background-color:#003040 /*#33b056*/;
	color: #FFFFFF;
	}
	
#nav li.active-green a {
	background-color:#003040 /*#33b056*/;
	color: #FFFFFF;
	}
	
#nav li a:hover.red {
	background-color:#ed1c24;
	color: #FFF;
	}

#nav li.active-red a {
	background-color:#ed1c24;
	color: #FFF;
	}

#nav li a:hover.dark-blue {
	background-color:#1e398d;
	color: #FFF;
	}
	
#nav li.active-dark-blue a {
	background-color:#1e398d;
	color: #FFF;
	}

#nav li a:hover.rich-green {
	background-color:#003040;
	color: #FFF;
	}
	
#nav li.active-rich-green a{
	background-color:#003040;
	color: #FFF;
	}

#nav li a:hover.yellow {
	background-color:#fcaf17;
	color: #FFF;
	}
	
#nav li.active-yellow a {
	background-color:#fcaf17;
	color: #FFF;
	}
	
#nav li a:hover.orange {
	background-color:#f47730;
	color: #FFF;
	}

#nav li.active-orange a {
	background-color:#f47730;
	color: #FFF;
	}

#nav li a:hover.magenta {
	background-color:#a92f80 /*#ec008c*/;
	color: #FFF;
	}
	
#nav li.active-magenta a {
	background-color:#a92f80 /*#ec008c*/;
	color: #FFF;
	}

#nav li a:hover.bright-blue {
	background-color:#009bdb;
	color: #FFF;
	}

#nav li.active-bright-blue a {
	background-color:#009bdb;
	color: #FFF;
	}

#main_image {
	width: 386px;
	margin-left: 31px;
	float:left;
	}
	
#image {
	width: 384px;
	height: 483px;
	float:left;
	border: 1px solid #999;
	}
	
#image-sml {
	width: 384px;
	height: 282px;
	float:left;
	border: 1px solid #999;
	}
	
	
#home-icon1 {
	width: 118px;
	height: 149px;
	border: 1px solid #999;
	margin: 0px 13px 16px 0px;
	padding: 0;
	float: left;
	}
	
#home-icon2 {
	width: 118px;
	height: 149px;
	border: 1px solid #999;
	margin: 0px 0px 16px 0px;
	padding: 0;
	float: left;
	}
	
		
#home-icon3 {
	width: 118px;
	height: 149px;
	border: 1px solid #999;
	margin: 0px 13px 0px 0px;
	padding: 0;
	float: left;
	}
	
	
#home-icon4 {
	width: 118px;
	height: 149px;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#text {
	width: 322px;
	min-height: 484px;
	margin-left: 30px;
	float:left;
}

#text p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-align: left;
	line-height: 19px;
	color:#003a4f;
	}

.green-text {
	color:#003040 /*#34b257*/;
	}

.rich-green-text {
	color:#003040;
	}

#text a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color:#003040 /*#34b257*/;
	}
	
#text a:hover {
	text-decoration: none;
	}
	
#text a.bright-blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color:#009bdb;
	}
	
#text a:hover.bright-blue {
	text-decoration: none;
	}
	
#text a.dark-blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color:#1e398d;
	}
	
#text a:hover.dark-blue {
	text-decoration: none;
	}
	
#text h1.green {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#003040 /*#34b257*/;
	line-height: 30px;
	}
	
#text h1.purple {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#a83180;
	line-height: 30px;
	}
	
#text h1.red {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#ed1c24;
	line-height: 30px;
	}
	
#text h1.dark-blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#1e398d;
	line-height: 30px;
	}
	
#text h1.rich-green {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#003040;
	line-height: 30px;
	}
	
#text h1.magenta {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#a92f80 /*#ec008c*/;
	line-height: 30px;
	}
	
#text h1.yellow {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#fcaf17;
	line-height: 30px;
	}
	
#text h1.orange {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#f47730;
	line-height: 30px;
	}
	
#main_image h1.bright-blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#009bdb;
	line-height: 30px;
	}

#main_image h1.green {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#003040 /*#34b257*/;
	line-height: 30px;
	}
	
#main_image h1.purple {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#a83180;
	line-height: 30px;
	}
	
#main_image h1.red {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#ed1c24;
	line-height: 30px;
	}
	
#main_image h1.dark-blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#1e398d;
	line-height: 30px;
	}
	
#main_image h1.rich-green {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#003040;
	line-height: 30px;
	}
	
#main_image h1.magenta {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#a92f80 /*#ec008c*/;
	line-height: 30px;
	}
	
#main_image h1.yellow {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#fcaf17;
	line-height: 30px;
	}
	
#main_image h1.orange {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#f47730;
	line-height: 30px;
	}
	
#main_image h1.bright-blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color:#009bdb;
	line-height: 30px;
	}	
	
#footer {
	width: 1024px;
	height: 34px;
	float:left;
	background-color:#003040;
	padding: 0px 0px 0px 50px;
	margin: 0;	
	}

#footer p {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	color:#FFF;
	text-align: left;
	font-size:12px;	
	}

#footer a {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color:#FFF;
	text-align: left;
	font-size:12px;	
	}
	
#footer a:hover {
	text-decoration:none;
	}

#table {
	float:left;
	clear:both;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
	
table.tel p {
	border-collapse: collapse;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#003a4f;
	}
	
#numbers-wrapper {
	width: 300px;
	height: 51px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0;
	}
	
	
#city {
	width: 105px;
	height: 17px;
	float:left;
	margin: 0;	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-align: left;
	color:#003a4f;

	}
	
	
#numbers {
	width: 195px;
	height: 17px;
	float: left;
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-align: left;
	color:#003a4f;
	}
	
	
#points {
	margin: 0;
	padding:0;
	}
	
#points ul {
	width: auto;
	margin-left: 16px;
	padding: 0;
	
	
	}
	
#points li.bullets {
	list-style: disc;
	list-style-position: outside;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFF;
	text-align: left;
	font-size:13px;	
	line-height: 19px;
	color:#003040;
	margin: 0;
	padding: 0;
	}
	
	
	

