/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff url('images/body_bg.jpg') repeat-x;
	color: #333;
	}

#page {
	text-align: left;
	/* border-left: 1px solid #fff;
	border-right: 1px solid #fff; */
	}

#header {
	background: none;
	}

#content {
	float: right;
	width: 700px;
	margin: 0 10px 10px 5px;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
	min-height: 600px;
	}
	
#content p {
	line-height: 1.5em;
	margin: 0 0 10px 10px;
}
	
#content_home {
	float: right;
	width: 700px;
	margin: 0 10px 10px 5px;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
	height: 430px;
}

#content_home p {
	line-height: 1.5em;
	margin: 0 0 10px 10px;
}

#content h2 {
	color: #fff;
	font-size: 1.5em;
	margin: 15px 0 10px 0;
	background-color: #60a8dd;
	padding: 3px;
}

#content_home h2 {
	color: #fff;
	font-size: 2em;
	margin: 0 0 10px 0;
	background-color: #60a8dd;
	padding: 3px;
}

#content h2 a {
	color: #fff;
}

#content h3 {
	color: #000;
	font-size: 1.4em;
	margin: 0 0 5px 5px;
	padding: 3px;
	text-decoration: underline;
}

#content .right {
	float: left;
	margin: 0 0 10px 20px;
}

.60a8dd {
	color: #60a8dd;
	font-weight: bold;
}

.post_date {
	float: right;
	font-size: 1em;
	margin: -35px 5px 0 0;
	color: #fff;
}

#content h2.h2_main {
	color: #000;
	font-size: 2em;
	margin: 10px 0 10px 0;
	background-color: #fff;
	padding: 3px;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#news_bottom_bg {
	width: 210px;
	height: 139px;
	padding: 85px 0 0 30px;
	margin: 0 5px 10px 10px;
	background-image: url('images/news_bottom_bg.png');	
}

/* Start hidden four27.com link */
/* hidden four27.com logo link  */
#news_bottom_bg .four27_board_href  {
	width: 180px;
	height: 120px;
	display: block;
}
/* hides the link text within the <span> tags */
#news_bottom_bg .four27_board_span {
	visibility: hidden;
	display: block;
}


/* End hidden banner link */
	
a img { border: none; } 
a:hover img { border: none; }

a, h2 a:hover, h3 a:hover {
	color: #60a8dd;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.breadcrumb_container a {
	margin: 10px 10px 10px 20px;
	font-size: 1.2em;
	color: #d8ff00;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	}
	
	.breadcrumb_container a:hover{
		padding: 0;
		text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	}

#header {
	background: url('images/urbansnow_logo.png') top left no-repeat;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 990px;
	}

.contact_form {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:550px;
	}

	.contact_form  fieldset {
		border: none;
		margin:0;
		padding:0;
		}
	
		.contact_form  label {
			float:left;
			padding:0 0 4px;
			position:relative;
			width:100px;
			}
	
.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	margin: 5px 0 0 5px;
	display: block;
}


/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin: 0;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 0;
	}
/* End Headers */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Post */
.post {
	margin: 10px 0 0 0;
}

.post ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.post ul li {
	margin: 5px 0 0 5px;
	display: block;
}

a:hover img { border: none; }

.post a {
	color: #60a8dd;
	text-decoration: none;
	}

.post a:hover {
	color: #147;
	text-decoration: underline;
	}

.post  h2 {
	color: #fff;
}
	
.post  h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
}

/* End Post */

/* Begin Sidebar */
#sidebar {
	padding: 40px 5px 10px 5px;
	margin: 20px 5px 0 10px;
	width: 230px;
	background: transparent url('images/news_four27_bg.png') no-repeat;
	}
	
#sidebar form {
	margin: 0;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Begin NEWS */

/* News H2 */
#sidebar ul li h2 {
	display: none;
}

/* Post Title */
#sidebar ul li ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
}

/* Post block li */
#sidebar ul li {
	margin: 5px 0 0 5px;
	display: block;
}

/* Read More.. */
#sidebar ul li ul li blockquote p small a {
	font-size: 1em;
	text-align: right;
	font-weight: normal;
	color: #60a8dd;
}

/* Paragraph */
#sidebar ul li ul li blockquote p {
	font-size: 1em;
	margin: 0 10px 0 10px;
	color: #555;
}
/* End NEWS */
			
/* End Sidebar */

/* begin Sidebar for IE6 & 7 */
#sidebar_ie6_ie7 {
	padding: 40px 5px 10px 5px;
	margin: -300px 5px 0 10px;
	width: 230px;
	background: transparent url('images/news_four27_bg.png') no-repeat;
	}

#sidebar_ie6_ie7 form {
	margin: 0;
	}
	
#sidebar_ie6_ie7 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Begin NEWS */

/* News H2 */
#sidebar_ie6_ie7 ul li h2 {
	display: none;
}

/* Post Title */
#sidebar_ie6_ie7 ul li ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
}

/* Post block li */
#sidebar_ie6_ie7 ul li {
	margin: 5px 0 0 5px;
	display: block;
}

/* Read More.. */
#sidebar_ie6_ie7 ul li ul li blockquote p small a {
	font-size: 1em;
	text-align: right;
	font-weight: normal;
	color: #60a8dd;
}

/* Paragraph */
#sidebar_ie6_ie7 ul li ul li blockquote p {
	font-size: 1em;
	margin: 0 10px 0 10px;
	color: #555;
}
/* End NEWS */
/* End sidebar for IE6 & 7 */	
	
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

#footer {
	height: 160px;
	background: #4c3827 url('images/footer_bg.jpg') repeat-x;
} 

#footer_logos_wrap {
	width: 990px;
	height: 160px;
	background: url('images/logos.png') bottom left no-repeat;
	margin: 0 auto;
}

#footer_info_wrap {
	position: relative;
	top: 20px;
	left: 0;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

/**********************/  
/** Main Navigation ***/
/**********************/

#main_nav {
	margin: -35px 0 0 0;
	height: 35px;
	width: 990px;
	}
	
	#main_nav ul	{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		}

		#main_nav li	{
			display: inline;
			margin: 0;
			padding: 0;
			}

			#main_nav a {
				float: left;
				padding: 0;
				margin: 0;
				}

				#main_nav a:link, #main_nav a:visited	{
					text-decoration: none;
					}

					#main_nav a:hover {
						text-decoration: none;
					}
					
a.home_active {
	background-image: url('images/home.png');
	height: 35px;
	width: 92px;
}

a.home {
	background-image: url('images/home.png');
	background-position: 0 -35px;
	height: 35px;
	width: 92px;
}

	a.home:hover {
			background-position: 0 70px;
		}

a.news_active {
	background-image: url('images/news.png');
	height: 35px;
	width: 92px;
}

a.news {
	background-image: url('images/news.png');
	background-position: 0 -35px;
	height: 35px;
	width: 92px;
}

	a.news:hover {
			background-position: 0 70px;
		}
		
a.pricing_active {
	background-image: url('images/pricing.png');
	height: 35px;
	width: 118px;
}

a.pricing {
	background-image: url('images/pricing.png');
	background-position: 0 -35px;
	height: 35px;
	width: 118px;
}

	a.pricing:hover {
			background-position: 0 70px;
		}
		
a.contact_active {
	background-image: url('images/contact.png');
	height: 35px;
	width: 129px;
}

a.contact{
	background-image: url('images/contact.png');
	background-position: 0 -35px;
	height: 35px;
	width: 129px;
}

	a.contact:hover {
			background-position: 0 70px;
		}
		
a.find_us_active {
	background-image: url('images/find_us.png');
	height: 35px;
	width: 116px;
}

a.find_us{
	background-image: url('images/find_us.png');
	background-position: 0 -35px;
	height: 35px;
	width: 116px;
}

	a.find_us:hover {
			background-position: 0 70px;
		}
		
/****** BEGIN SLIDESHOW ******/

#slideshow_wrap {
	background: transparent url('images/slideshow_bg.png') no-repeat;
	margin: 20px 0 0 0;
	float: right;
	width: 720px;
	height: 300px;
	padding: 0;
}

#slide_show {
	position: relative;
	width: 691px;
	height: 246px;
	margin: 26px 0 0 15px;
	}

#slide_show a {
	float:right;
	position:absolute;
}

#slide_show a img {
	border:none;
	display: block;
	padding: 0;
}

#slide_show a.show {
	z-index:1
}

#slide_show .caption {
	z-index:2; 
	background-color:#000; 
	color:#ffffff; 
	height:85px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#slide_show .caption .content {
	margin:10px
}

/****** END SLIDESHOW *******/

.alignleft {
	float: left;
	}
	
.text_align_right {
	text-align: right;  
	}
	
.footer_contact_info {
	color: #000;
	}
	
	.footer_contact_info a {
		color: #fff; 
	}