/* Base styles (reset browser vendor defaults) */
* { margin: 0; padding: 0; font-weight: normal; }

li, ul { list-style: none; }

a img { border: none; }

img { display: block; }

a:hover,a:focus,a:active { outline-width:0 }


/* --- General Styles --- */

body {
	background: #343434;
	font-size: 62.5%;
	font-family: Arial, Tahoma,'Trebuchet MS',Helvetica,Arial,Helvetica,sans-serif;
	position: relative;
}
br {
	clear: both;
}
a {
	color: #72BE44;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	color: #8E8E8E;
}
strong {
	font-weight: bold;
}
/* --- Structure --- */

div#container {
	font-size: 12px;
	margin: auto;
	width: 950px;
	background: #d9d9d9;
}

body.edit div#container {
	width: 1000px;
}

	div#home_logo a img.main_logo {
		float: left;
		margin: 22px 0px 0px 40px;
	}
	
	* html body div#home_logo a img.main_logo {
		float: left;
		margin: 22px 0px 0px 20px;
	}
	
	div#header h5 {
		float: right;
		font-size: 16px;
		text-align: right;
		width: 500px;
		color: #72BE44;
		margin: 32px 10px 0px 0px;
	}
	
	div#header h6 {
		float: right;
		font-size: 13px;
		text-align: right;
		color: #72BE44;
		margin: 35px 40px 0px 0px;
	}
	
	* html body div#header h6 {
		margin: 33px 20px 0px 0px;
	}
	
		div#header h6 a {
			color: #72BE44;
			text-decoration: underline;
		}
	
	div#navigation_wrap {
		position: relative;
		float: right;
		width: 950px;
		overflow: hidden;
		margin-bottom: 6px;
		height: 20px;
		overflow: hidden;
		background: url(/templates/blocks_global_core/images/framework/nav_bg_top.png) 0 25px repeat-x;
	}
	
	ul#navigation {
		float: right;
		margin: 0 10px 0 0;
		color: #606060;
	}
	
	* html body ul#navigation {
		margin: 0;
	}
		
		ul#navigation a {
			color: #606060;
		}
	
		ul#navigation li {
			float : left;
			list-style: none;
		}
		

		
		ul#navigation li a.top_level {
			font-size: 16px;
			padding: 0 30px;
			display: block;
			border-right: 1px dotted #606060;
		}
		
		ul#navigation li a.last {
			border-right: none;
		}
		
		ul#navigation li a {

		}

		ul#navigation li ul
		{
			width: 80px;
			overflow: visible;
			padding: 20px 0px 10px 24px;
			font-size: 11px;
		}

		ul#navigation li ul li
		{
			float: none;
			text-align: left;
			line-height: 16px;
			padding: 0 0 0 10px;
			width: 90px;
			background: url(/templates/blocks_global_core/images/framework/list_bullet.png) 0px 5px no-repeat;
		}
		

		
		ul#navigation li ul li a
		{
			float: none;
			margin: 0;
		}
		
		ul#navigation li ul li a.current {
			color: #72BE44;
		}

			ul#navigation
				li div
				{
					position: relative;
					z-index: 99;
				}
				ul#navigation
					li div ul
					{
						position: absolute;
						width: 400px;
					}

			ul#navigation a
			{
				text-decoration: none;
			}
			ul#navigation ul li a:hover
			{
				text-decoration: underline;
			}

		ul#navigation
			a
			{

				position : relative;
			}

		ul#navigation
			.toplevel
			{
				font-weight : bold;
				text-transform : uppercase;
				text-decoration: none;
			}
		
		div#navigation_btm {
			height: 5px;
			position: absolute;
			bottom: 0;
			background: url(/templates/blocks_global_core/images/framework/nav_bg_btm.png) no-repeat;
			display: none;
			width: 950px;
			height: 10px;
			clear: both;
		}
		
	
div#home_top {
	padding: 0;
}
	
	div#home_top_left {
		float: left;
		width: 282px;
	}
	
	body.edit div#home_top_left {
		width: 300px;
	}
		body.edit div#home_top_left_heading {
			margin-left: 40px;
		}
		
		div#home_top_left h1 {
			margin: 12px 20px 0 40px;
			line-height: 18px;
			font-size: 16px;
			font-weight: bold;
			color: #343434;
		}
		
		div#home_top_left_spacer {
			border-top: 1px dotted #999;
			margin: 25px 0px 6px 40px;
			width: 120px;
			height: 1px;
			font-size: 0px;
		}
		
		div#home_news_title {
			background: url(/templates/blocks_global_core/images/framework/news_bullet.png) no-repeat 3px 2px;
			padding: 0 0 0 20px;
			margin: 0px 0px 6px 20px;
			width: 120px;
		}
	
		div#home_news_title h4 {
			font-size: 12px;
			line-height: 14px;
			color: #8E8E8E;
		}
	
		div#home_news {
			padding: 0 0 0 0px;
			width: 200px;
			overflow: hidden;
			margin: 0px 0 20px 40px;	
			position: relative;
		}
		body.edit div#home_news {
			width: auto;
		}
			


			div#home_news_wrap {
				width: 10000px;
			}
			body.edit div#home_news_wrap {
				width: auto;
			}
			div.home_news_content {
				float: left;
				width: 200px;
			}

			div#home_news p {
				color: #3A3A3A;
				font-size: 10px;
				letter-spacing: .4px;
				line-height: 16px;
				margin-bottom: 4px;
			}
			
			div#home_news_nav {
				clear: both;
				width: 190px;
				margin-top: 2px;
				font-size: 10px;
			}
			body.edit div#home_news_nav_links{
				display: none;
			}
			
			div#home_news_nav a {
				color: #000;
				text-decoration: underline;
			}
			div#home_news_nav span#news_more_link {
				float: left;
			}
			div#home_news_nav_links {
				float: right;
			}
			
	
	
	
	div#home_top_right {
		float: right;
		width: 668px;
		position: relative;
	}
	
	body.edit div#home_top_right {
		width: 620px;
	}
	
		div#home_movie_link {
			float: right;
			position: relative;
			width: 150px;
			margin-top: 12px;
			height: 234px;
			overflow: hidden;
		}
	
			div#home_movie_link div.bg {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 156px;
				height: 230px;
				background: url(/templates/blocks_global_core/images/framework/home_content_top_right_bg.png) top left no-repeat;
			}
			div#home_movie_link a#movie_link {
				position: absolute;
				top: 26px;
				left: 28px;
			}
		
			div#home_movie_link a#trial_link {
				position: absolute;
				top: 176px;
				left: 16px;
				padding-top: 10px;
				border-top: 1px dotted #FFF;
			}
			
	
		div#home_gallery {
			position: relative;
			width: 500px;
			height: 244px;
			overflow: hidden;
			padding: 10px 0px 0px 0px;
			z-index: 0;
			margin-left: 7px;
		}
		
		body.edit div#home_gallery {
			width: auto;
			height: auto;
		}
	
			div#home_gallery_wrap {
				position: relative;
				z-index: 1;
			}
			
			body.edit div#home_gallery_wrap {
				width: auto;
			}
	
				div#home_gallery_wrap div {
					position: absolute;
					top: 0px;
					left: 0px;
				}
				body.edit div#home_gallery_wrap div {
					position: relative;
				}
				
				div#home_gallery_wrap div img {
					width: 500px;
					height: 220px;
				}
				body.edit div#home_gallery_wrap div img {
					width: auto;
					height: auto;
				}
				
				div#home_gallery_wrap div p {
					position: absolute;
					top: 96px;
					width: 500px;
					text-align: center;
					color: #FFF;
					font-size: 28px;
					font-weight: bold;
				}
				body.edit div#home_gallery_wrap div p {
					position: relative;
				}
					
			div#home_gallery_bg {
				background: url(/templates/blocks_global_core/images/framework/gallery_bg.png) 0 0 no-repeat;
				position: absolute;
				top: 3px;
				left: 0px;
				width: 515px;
				height: 240px;
				z-index: 999;
			}
			body.edit div#home_gallery_bg {
				display: none;
			}

			span#nextBtn a {
				position: absolute;
				top: 118px;
				right: 161px;
				z-index: 100;
				width: 10px;
				height: 9px;
				background: black url(/templates/blocks_global_core/images/framework/gallery_plus.gif) 0 0 no-repeat;
			}
			span#home_gallery_next a {
				display: block;
			}
			body.edit div#home_gallery_next {
				display: none;
			}
	
	body.edit div#home_content_top div#home_gallery_bg {
		display: none;
	}
	
	div.spacer {
		clear: both; 
		height: 0px; 
		overflow: hidden;
	}

* html body div#blocks_space_fix {
	clear: both;
	background: teal;
}

div#home_btm {
	margin: 10px 14px 0 14px;
}
	body.edit div#home_btm {
		display: block !important;
	}
	div#home_btm h3 {
		float: left;
		font-size: 16px;
		font-weight: normal;
		padding: 3px 0 0 40px;
		color: #606060;
	}
	
	div#home_btm h2 {
		float: right;
		width:638px;
		color: #606060;
		font-size: 12px;
		font-weight: normal;
		padding: 6px 2px 6px 12px;
		background: url(/templates/blocks_global_core/images/framework/home_content_btm_bg.png) top left no-repeat;
	}

	div#feature_menu {
		background: #f3f3f3;
		padding: 26px 0 0 0;
		height: 64px;
		overflow: hidden;
	}
	
		div.feature_icon {
			width: 130px;
			cursor: pointer;
		}
		
		div#feature_menu div.feature_icon { 
			float: left; 
			overflow: hidden;
			border-right: 1px dotted #b0b3b5;
			background: #f3f3f3;
		}
		div#feature_menu div.feature_icon img {
			margin-left: -130px;
		}
		body div#feature_menu div.hover img, body div#feature_menu div.active img{
			margin-left: 0px;
		}
		
		div.feature_icon a {
			width: 130px;
			padding: 5px 0 0 0;
			display: block;
			text-align: center;
		}
		
		div.feature_icon h4 a {
			text-align: center;
			font-size: 11px;
			color: #8c8c8c;
		}
		
		div.feature_icon a:hover {
			text-decoration: none;
			color: #72BE44;
		}

		body div#feature_menu div.hover h4 a, body div#feature_menu div.active h4 a {
			color: #72BE44;
		}
	
	div#feature_item {
		position: relative;
		background: #f3f3f3;
		height: 230px;
	}
	
	div#feature_item div.feature_body {
		position: absolute;
		top: 0px;
		left: 0px;
		background: #f3f3f3;
		width: 	920px;
		height: 230px;
		z-index: 1;
	}
	
	div.feature_body div.left {
		float: left;
		margin: 30px 70px 30px 30px;
		width: 365px;
	}
	* html body div.feature_body div.left {
		margin-left: 16px;
	}
	div.feature_body div.left p {
		font-size: 18px;
	}	

	div.feature_body div.right {
		float: left;
		margin: 30px 0 30px 0;
		width: 410px;
	}
	
		div.feature_body ul li {
			line-height: 20px;
			float: normal;
			list-style: none;
			padding-left: 12px;
			color: #6f6f6f;
			background: url(/templates/blocks_global_core/images/framework/list_bullet.png) 0 8px no-repeat;	
		}
	
	
	div#global_content_btm {
		margin: 10px 14px 0 14px;
		padding: 12px 24px 0 24px;
		background: #4d4d4d;
		color: #fff;
	}

		div#global_content_btm ul, div#footer_last_child {
			float: left;
			width: 289px;
		}

			div#global_content_btm ul.first_child li {
				padding: 0 0 0 4px;
			}


		div#global_content_btm h5 {
			font-weight: bold;
			font-size: 13px;
			border-bottom: 1px dotted #ccc;
			padding: 0 0 4px 0;
			margin: 0 10px 4px 0;
		}

		body.edit div#global_content_btm h5.last {
			padding: 0;
		}
		
		div#global_content_btm h5.last {
			padding: 0 0 4px 0;
			margin-left: 24px;
			line-height: 20px;
			font-size: 13px;
		}

		div#global_content_btm li {
			padding: 0 0 0 24px;
			line-height: 20px;
			font-size: 10px;
		}

		div#global_content_btm p {
			padding: 0 0 0 24px;
			line-height: 20px;
			font-size: 10px;
		}

		div#global_content_btm li a {
			color: #fff;
		}

		div#global_content_btm a.more_link {
			color: #72BE44;
			text-decoration: underline;
		}

		div#global_content_btm div.global_content_btm_bg {
			background: url(/templates/blocks_global_core/images/framework/global_content_btm_bg.png) repeat-y;
			width: 1px;
			height: 100px;
			float: left;
		}

	div#footer {
		position: relative;
		margin-top: 12px;
		padding-bottom: 60px;
		font-size: 10px;
		color: #8A8A8A;
	}
	body.edit div#footer {
		margin-left: 25px;
	}
		div#footer img {
			display: inline;
			margin-right: 6px;
		}

		div#footer a {
			color: #8A8A8A;
		}

		div#footer span.footer_contact {
			margin-left:40px;
			margin-right:20px;
		}
		div#footer span.footer_phone {
			margin-right: 20px;
		}	
		div#footer span.footer_rss {
			position: absolute;
			left: 270px;
		}
			div#footer img.rss {
				vertical-align: top;
			}

		div#footer span.footer_terms {
			
		}
		div#footer span.footer_stats {
			position: absolute;
			left: 644px;
		}

		body.edit div#footer span.footer_contact, body.edit div#footer span.footer_phone, body.edit div#footer span.footer_rss, body.edit div#footer span.footer_terms, body.edit div#footer span.footer_stats {
			position: relative;
			display: block;
			margin: 6px 0px;
			left: 0px;
		}


	div#page_left {
		float: left;
		width: 130px;
		padding-top: 50px;
		text-align: center;
	}
		div.page_left_link {
			margin-bottom: 25px;
		}

		div#page_left a {
			text-align: center;
		}
			div#page_left a img {
				display: inline;
			}
		
	div#page_left_ajax {
		
	}
	body.edit div#page_left_ajax {
		display: block;
		margin-left: 40px;
	}
	
	div#page_right {
		float: left;
		width: 810px;
	}
	

	
	body.edit div#page_right {
		width: 860px;
	}
	
		div#page_right_nav {
			margin: 6px 0px 0px 20px;
			padding-top: 14px;
			border-top: 1px dotted #ccc;
			position: relative;
		}
		
			div#page_right_nav span {
				float: left;
				display:block;
				font-size: 10px;
				margin-top: 6px;
			}
	

			
			div#page_right_nav h2 {
				background:transparent url(/templates/blocks_global_core/images/framework/home_content_btm_bg.png) no-repeat scroll left top;
				color:#606060;
				float:right;
				font-size:12px;
				font-weight:normal;
				padding:2px 0 6px 12px;
				width:644px;
			}
			
			* html body div#page_right_nav h2 {
				padding-top: 6px;
			}
			
			div#page_right_nav ul {
				list-style: none;
				float: right;
			}
		
			div#page_right_nav ul li {
				float: left;
				font-weight: bold;
				padding: 3px 0 6px 12px;
				width:149px;
				background:#F0F0F0 url(/templates/blocks_core/images/framework/page_content_tab_bg.png) 60px 0px repeat-y;
				margin-left:10px;
				margin-right: 4px;
				
			}

			div#page_right_nav ul li.last {
				width: 96px;
			}
		
			div#page_right_nav ul li a {
				color: #4d4d4d;
			}
		
			div#page_right_nav ul li a.current {
				color: #72BE44;
			}
		
		div#page_right_content {
			background: #f0f0f0;
			clear: both;
			padding: 20px 0px 60px 20px;
			width: 786px;
			overflow: hidden;
		}
		
		body.edit div#page_right_content {
			width: 836px;
		}
		
			div#page_right_content h1 {
				margin: 20px 0 10px 0;
				font-size: 13px;
				color: #72BE44;
				font-weight: bold;
			}
				
				body.edit div#page_right_content h1 {
					margin-bottom: 10px;
				}
			
				div#page_right_content p {
					margin: 0px 0 16px 0;
					color: #606060;
					line-height: 16px;
				}
				div#page_right_content h2 { font-size: 20px; color: #606060; font-weight: bold; margin: 0px 0 16px 0; }
				div#page_right_content h3 { font-size: 18px; color: #606060; font-weight: bold; margin: 0px 0 16px 0; }
				div#page_right_content h4 { font-size: 16px; color: #606060; font-weight: bold; margin: 0px 0 16px 0; }
				div#page_right_content h5 { font-size: 14px; color: #606060; font-weight: bold; margin: 0px 0 16px 0; }
				div#page_right_content h6 { font-size: 12px; color: #606060; font-weight: bold; margin: 0px 0 16px 0; }
				
				div#page_right_content ul {
					margin: 16px 0;
					line-height: 16px;
					color: #606060;
				}
				
				div#page_right_content li {
					padding-left: 14px;
					list-style: none;
					background: url(/templates/blocks_global_core/images/framework/content_bullet.png) 0 5px no-repeat;
				}
				
				/* --- Text Only Template --- */
			
			
				div.page_text_only div.col1 {
					float: left;
					width: 258px;
					color: #606060;
				}
			
				div.page_text_only div.col2 {
					float: left;
					margin-left: 22px;
					width: 258px;
				}
				
				body.edit div.page_text_only div.col2 {
					margin-left: 0;
					width: auto;
				}
				
				div.page_text_only div.col3 {
					float: left;
					margin-left: 22px;
					width: 170px;
					font-size: 10px;
				}
				
				body.edit div.div.page_text_only div.col3 {
					margin-left: 0;
					width: auto;
				}
				
				div.page_text_only div.col3 p {
					color: #a7a7a7;
				}
		
			
				/* --- Text One Image Template --- */
			
			
				div.page_one_image div.col1 {
					float: left;
					width: 258px;
					color: #606060;
				}
			
				div.page_one_image div.col2 {
					float: left;
					margin-left: 22px;
					width: 258px;
				}
				
				div.page_one_image div.col3 {
					float: left;
					margin: 8px 0 0 15px;
					padding: 8px 0 0 7px;
					font-size: 10px;
					width: 220px;
					background: transparent url(/templates/blocks_global_core/images/framework/page_one_img_bg.png) 0 0 no-repeat;
				}
				
				div.page_one_image div.col3 p {
					width: 170px;
					color: #a7a7a7;
				}

				
				/* --- Text Two Image Template --- */
			
			
				div.page_two_image div.col1 {
					float: left;
					width: 210px;
					margin-right: 20px;
					color: #606060;
				}
			
				div.page_two_image div.col2 {
					float: left;
					width: 274px;
					margin-top: 8px;
					padding: 5px 0 0 2px;
					height: 220px;
					background: transparent url(/templates/blocks_global_core/images/framework/page_two_img_bg.png) 0 0 no-repeat;
				}
				
				div.page_two_image div.col3 {
					float: left;
					margin-top: 8px;
					padding: 5px 0 0 2px;
					width: 274px;
					height: 220px;
					background: transparent url(/templates/blocks_global_core/images/framework/page_two_img_bg.png) 0 0 no-repeat;
				}
				

				/* --- Text Large Image Template --- */
			
			
				div.page_large_image div.col1 {
					float: left;
					width: 210px;
					margin-right: 15px;
					color: #606060;
				}
			
				div.page_large_image div.col2 {
					float: left;
					width: 550px;
					padding: 11px 0 0 10px;
					height: 386px;
					background: transparent url(/templates/blocks_global_core/images/framework/page_large_bg.png) 0 0 no-repeat;
				}
				
				body.edit div.page_large_image div.col2 {
					margin-left: 15px;
					width: 536px;
					padding: none;
					background: none;
				}
				
				/* --- Table Template --- */
			
				div#page_right_content div.page_table h1 {
					float: left;
					width: 152px;
					margin-left: 2px;
					margin-top: 25px;
					margin-bottom: 10px;
				}
				
				div.page_table input {
					float: left;
					margin-top: 18px;
				}
				
				div.page_table input.text_field {
					border:1px solid #FFFFFF;
					font-size:14px;
					height:20px;
					margin-left:20px;
					padding-top:2px;
					width:204px;
				}
				
				div.page_table input.submit {
					background:#E0E0E0 none repeat scroll 0 0;
					border:1px solid #E0E0E0;
					font-weight:bold;
					height:24px;
					margin-left:4px;
					padding-bottom:2px;
					width:80px;
				}
											
				div.page_table div.col1 {
					float: left;
					width: 766px;
					margin-right: 15px;
					color: #606060;
				}
			
				div.page_table table {
					width: 720px;
					font-size: 11px;
				}

					div.page_table table th {
						color: #343434;
						background: #a0a4a6;
						font-weight: bold;
						text-align: left;
						padding: 8px 0 8px 10px;
						border-right: 2px solid #F0F0F0;
					}
					
					div.page_table th.date, div.page_table td.date {
						width: 140px;
					}
					div.page_table th.state, div.page_table td.state {
						width: 60px;
					}
					div.page_table th.location, div.page_table td.location {
						width: 140px;
					}
					div.page_table th.last, div.page_table td.last {
						border-right: 2px solid #F0F0F0;
					}
					
					div.page_table table td {
						color: #000;
						background: #FFF;
						border-right: 2px solid #F0F0F0;
						padding: 8px 0 8px 10px;
					}
					
					div.page_table tr.even td {
						background: #e5e5e5;
						border-right: 2px solid #F0F0F0;
					}
					
					
/*			Form Styles*/
			
			div#page_form fieldset {
				border: none;
			}
			div#page_form fieldset p {
				width: 500px;
				height: 20px;
			}
			div#page_form label {
				width: 100px;
				float: left;
				margin-right: 20px;
				text-align: right;
				padding: 3px;
			}
			div#page_form input {
				float: left;
				border: 1px solid #ccc;
				padding: 3px;
			}
			div#page_form label.error {
				color: red;
				margin-left: 10px;
				width: auto;
			}
			div#page_form textarea {
				width: 250px;
				height: 100px;
				border: 1px solid #ccc;
				float: left;
			}
			div#page_form p#form_textarea {
				height: auto;
			}
			div#page_form p#form_submit {
				width: 380px;
				text-align: right;
			}
			div#page_form p#form_submit input {
				float: right;
			}
			
			
			
			
/*			MOVIE STYLES*/
			
			div#page_right_movie {
				margin-left: 6px;
				margin-right: 2px;
				width:auto;
			}
			div#page_right_content_movie {
				background: #f0f0f0;
				clear: both;
				padding: 20px 0px 60px 14px;
				margin-right: 4px;
				overflow: hidden;
			}
			* html body div#page_right_content_movie {
				padding: 10px 0px 60px 7px;
				margin-right: 4px;
				overflow: hidden;
			}
			
			div#page_right_content_movie div.left {
				float: left;
				width: 120px;
				position: relative;
				width: 140px;
				margin-right: 4px;
			}
			div#page_right_content_movie div.right {
				float: left;
				width: 775px;
			
			}	
			div#page_right_content_movie div.left h1 {
				font-size: 14px;
				margin: 4px 0 0 -2px;
			}
			div#page_right_content_movie div.left p {
				color:#606060;
				font-size: 11px;
				line-height:16px;
				margin: 6px 20px 0 0;	
			}
			div#page_right_content_movie div.left ul {
				margin-top: 12px;
			}
			div#page_right_content_movie div.left li {
				background:transparent url(/templates/blocks_global_core/images/framework/list_bullet.png) no-repeat scroll 0 10px;
				float:none;
				font-size: 11px;
				line-height:24px;
				padding:0 0 0 10px;
				text-align:left;
			}
			div#page_right_content_movie div.left li a {
				color:#606060;
			}
			div#page_right_content_movie div.left li a.current {
				color:#72BE44;
				text-decoration: underline;
			}
			div#page_right_content_movie div.left_absolute {
				position: absolute;
				top: 200px;
				left: 0px;
			}

.cufon-canvas
{
  margin-bottom : 3px;
}

/*
	NEWSLETTER BOX
*/

#newsletter_box {
	position: absolute;
	top: 100px;
	left: 100px;
	display: none;
	width: 300px;
	padding: 10px;
	margin: 0px;
	border: 2px solid #333;
	background-color: #4d4d4d;
	color: #fff;
	z-index: 9998;
}

#newsletter_box form {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

#newsletter_box form h2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 10px 0;
}

#newsletter_box form div#nl_form_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-image: url(/templates/blocks_global_core/images/.gif);
	background-repeat: no-repeat;
/*	background-color: red;*/
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

#newsletter_box form p {
	padding: 0px;
	margin: 0 0 10px 0;
}

#newsletter_box form input[type=text] {
	margin: 0 0 10px 0;
	padding: 2px;
	color: #ccc;
	background-color: #444;
	border: 1px solid #555;
	font-family: Arial;
	font-size: 12px;
	width: 140px;
}

#newsletter_box form input[type=text]:focus {
	color: #fff;
}

#newsletter_box form input[type=submit] {
	margin: 0px;
	padding: 3px;
	color: #fff;
	background-color: #555;
	border: 1px solid #444;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}