/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
}
.group:after {
					visibility: hidden;
					display: block;
					font-size: 0;
					content: " ";
					clear: both;
					height: 0;
				}
				* html .group             { zoom: 1; } /* IE6 */
				*:first-child+html .group676 { zoom: 1; } /* IE7 */
body {
	line-height: 1;
	margin: 0px;
	background: url(/images/blog/bgtilie.png) repeat-x top left #ececec;
	font-size: 16px;
	font-family: Century;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset styles */


div.wrapper{
	width: 940px;
	margin: 0px auto;
	position: relative;
}
	div.header{
		width: 100%;
		height: 102px;
	}
		div.header li{
			list-style: none;
			display: none;
		}
		div.header span.rss{
			float: right;
			background: url(/images/blog/ico-rss-trans.png) no-repeat top left;
			height: 38px;
			width: 37px;
			position: relative;
			top: 45px;
			
		}
	
	div.bodyLeft{
		width:560px;
		float: left;
		clear:both;
	}
		div.post{
			padding: 10px;
			margin-top: 15px;
			position: relative;
			width: 100%;
			background: url(/images/blog/boxrepeat.jpg) top left repeat-x #fff;
			border: thin solid #999;
		}
			div.leftvideo{
				width: 245px;
				height: 200px;
				float: left;
				border-right: thin solid #ececec;
			}
			div.formRight{
				width: 50%;
				padding: 8px;
				float: right;
			}
				fieldset{
					border: none;
					display: block;
					position: relative;
					margin-top: 8px;
				}
				fieldset label{
					display: block;
					font-size: 12px;
					font-family: arial;
					color: #666;
					margin-bottom: 5px;
					
					
				}
				div.returnVisitor{
					background: #FFFAE6;
					border: 1px dashed #FC0;
					color: black;
					float: right;
					line-height: 1.5em;
					margin: 0px 0px 10px 10px;
					padding: 13px;
					width: 200px;
					font-family: Arial;
					font-size: 12px;
					line-height: 16px;
				}
				fieldset input.inputRight{
					height: 20px;
					font-size: 14px;
					color: #666666;
					padding: 5px;
					background: #ececec;
					
					border: none;
					width: 280px;
				}
				
				fieldset input.inputRight2{
					height: 20px;
					font-size: 14px;
					color: #666666;
					padding: 5px;
					background: #ececec;
					position: relative;
					border: none;
					width: 200px;
					left: 25px;
				}
				h2{
					margin: 0px;
					font-family: Arial;
					color: #990000;
					font-size: 18px;
					font-weight: bold;
					text-align: center;
				}
				.softgray{
					position: relative;
					margin: 0px;
					font-family: Arial;
					color: #666;
					font-size: 12px;
					text-align: center;
					
				}
			
			div.post h1{
				font-size: 26px;
				font-family: Century;
				color: #000;
				font-weight: bold;
				margin-bottom: 10px;
				margin-top: 5px;
				line-height: 30px;
			}
			div.post p{
				font-family: Arial;
				font-size: 12px;
				color: #666;
				line-height: 16px;
				font-weight: lighter;
				letter-spacing: 0.89px;
			}
			
			
			div.post span.twitter{
				margin-top: 10px;
				background: url(/images/blog/twitterbubble.png) no-repeat 0% 50%;
					background-image: url(/images/blog/twitterbubble.png);
					background-repeat-x: no-repeat;
					background-repeat-y: no-repeat;
					background-attachment: initial;
					background-position-x: 0%;
					background-position-y: 50%;
					background-origin: initial;
					background-clip: initial;
					background-color: initial;
				line-height: 20px;
				padding: 0px 0px 1px 20px;
					padding-top: 0px;
					padding-right: 0px;
					padding-bottom: 1px;
					padding-left: 20px;
			}
				
				div.post span a{
					color: #23678A;
					font-family: Arial;
					font-size: 12px;
					text-decoration: none;
				}
				div.post span a:visited{
					color: #23678A;
					font-family: Arial;
					font-size: 12px;
					text-decoration: none;
				}
				div.post span a:hover{
					color: #C7E6EB;
					font-family: Arial;
					font-size: 12px;
					text-decoration: underline;
				}
			div.dates{
				position: relative;
				top: 3px;
				width: 100%;
				float: left;
				border-bottom: thin solid #ececec;
				padding-bottom: 4px;
				margin-bottom: 12px;
			}
				div.dates li{
					font-family: Arial;
					color: #999;
					font-size: 12px;
					list-style: none;
				}
			
			
	div.bodyRight{
		width: 300px;
		float: right;
	}
		div.bodyRight li.title{
			background: #4a6bb3;
			width: 95%;
			position: relative;
			margin: 0px auto;
			color: #000000;
			font-weight: bold;
			font-family: Arial;
			font-size: 14px;
			padding: 6px;
			text-align: center;
			list-style: none;
		}
		div.bodyRight li.title2{
			background: #C7E6EB;
			width: 95%;
			position: relative;
			margin: 0px auto;
			color: #000000;
			font-weight: bold;
			font-family: Arial;
			font-size: 14px;
			padding: 6px;
			text-align: center;
			list-style: none;
			padding-bottom: 6px;
		}
		div.bodyRight ul{
			margin-top: 15px;
			margin-left: 30px;
		}
			div.bodyRight ul a{
				font-family: Arial;
				color: #666;
				text-decoration: none;
				font-size: 12px;
				font-weight: lighter;
			}
			
			div.bodyRight ul a:visited{
				font-family: Arial;
				color: #666;
				text-decoration: none;
				font-size: 12px;
				font-weight: lighter;
			}
			
			div.bodyRight ul a:hover{
				font-family: Arial;
				color: #666;
				text-decoration: underline;
				font-size: 12px;
				font-weight: lighter;
			}
		div.bodyRight li.popular{
			line-height: 30px;
			list-style-image: url(/images/blog/star.png);
		}
		div.twitterFeed{
			margin-top: 15px;
		}
	div.footer{
		width:100%;
		clear: both;
		position: relative;
		top: 20px;
		background: #4a6bb3;
		bottom: 20px;
		text-align: center;
		
	}
		div.footer1{
			width: 300px;
			padding: 10px;
			float: left;
		}
		div.footer  li{
			list-style-image: url(/images/blog/article.png);
			line-height: 20px;
			font-size: 12px;
			
			
			
		}
		div.footer a{
			font-family: Arial;
			color: #FFF;
			text-decoration: none;
			padding-bottom: 3px;
		}
		
		div.footer a:visited{
			font-family: Arial;
			color: #FFF;
			text-decoration: none;
		}
		
		div.footer a:hover{
			font-family: Arial;
			color: #FFF;
			text-decoration: underline;
		}
		
		div.footer2{
			position: relative;
			
			width: 300px%;
			padding: 10px;
			float: left;
			
		}
		
		
		
		div.footer3{
			float: left;
			width:300px;
			padding: 10px;
			left: 25px;
			position: relative;
			
		}
		
		
		div.line{
			position: relative;
			top: 10px;
			width: 100%;
			height: 1px;
			border-top: solid thin #999;
			clear: both;
		}