/*clear*/
.clear	{clear:both; }
/*Heading Font Family*/
h1, h2, h3, h4, h5, h6 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; margin:0px; padding:0px; }
/*default settings*/
body		{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/timber-tiles.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-attachment: fixed;
}
/*Logo*/
#logo 		{
	padding-top:3px;
	float:left;
	margin:0px 20px 0px 10px;
}
#logo img {
	border: none;
}

/*Website Wrapper*/
#wrapper	{
	width:100%;
	position:relative;
	margin-bottom:20px;
}
/*Marketing Lines*/
#tag_lines {
	margin:10px 5px;
	margin-bottom:10px;
	padding:0 80px;
	background: url(../images/text/marketing-text-background.png) no-repeat;
}
/*Content*/
#content	{
	margin: 10px 0px 50px 0px;
	overflow:auto;
	background:#FFF;
	width:930px;
	padding: 10px;
}
/*Twitter*/
#twitter	{
	font-size:1em;
	margin-left:4px;
}
#twitter img { border: none; }

#blog .date { margin:0px; padding:0px; }

.popup		{
	background:#FFF;
	width:550px;
	padding:5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	float: left;
}

.popup ul		{ margin:0px; padding:0px; }

.popup li		{ list-style:none; padding:5px; }
/*Twitter & Blog icon size for right aligned*/
.small_icons {
	width:53px;
	height:87px;
}
/*Left Right Column*/
div.left {
	float: left;
	width: 50%;
}
div.right {
	float: right;
	width: 50%;
}
/*Footer*/
#footer 	{
	bottom:0px;
	height:44px;
	background:#000;
	width:98%;
	color:#FFF;
	padding:1%;
	font-size:11px;
	float:left;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration:underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration:none;
}

/*Red Bold*/
.bold_red	{ font-weight: bold; color: #C1272D; }

.bold_red h2{ font-weight: bold; color: #333333; font-size:0.9em;	padding:0px; margin:0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
/*Dotted Line*/
.divider {
	height: 40px;
	background-image: url(../images/icons/divider.jpg);
	background-repeat: repeat-x;

}