/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	
}
body {
	position:relative;
	height:100%;
	background-color:#efe5da; 
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}

#main {
	position:relative;
	background-color:#ffffff;
	background-image:url(/templates/images/background/bg.jpg);
	background-repeat:repeat-x;
	}
	
#container {
	position:relative;
	width:910px;
	margin:auto;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	margin:0px;
	padding:0px;
	height:120px;
	}

/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	z-index:10;
	}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	padding-bottom:30px;
	}
		
#left_column {
	position:relative;
	width:660px;
	padding-right:20px;
	padding-top:20px;
	margin:auto;
	float:left;
	border-right:1px dotted #999999;
	}

#right_column {
	position:relative;
	width:208px;
	padding:10px;
	float:right;
	text-align:center;
	}

#clear_column {
	clear:both;
	}

#title {
	position:relative;
	height:22px;
	background-image:url(/templates/images/background/titlebg.jpg); 
	background-repeat:no-repeat;
    margin-bottom:10px;
	padding-top:4px;
	font-size:12px;
	}
	
#scott {
	position:relative;
	text-align:left;
	font-size:10px;
	}
	
#scott a:link,
#scott a:visited,
#scott a:hover {
	color:#d46f21;
	}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-image:url(/templates/images/background/footerbg.jpg);
	background-repeat:repeat-x;
	padding:10px;
	height:120px;
	}

/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}
/* MISC */
:focus {outline:none;}
h1 {
	font-weight:normal;
	color:#d46f21;
	font-size:20px;
	}
a {color:#ff7400;}

.insights_title {
	color:#d46f21;
	font-size:16px;
	border-bottom:1px dotted #d46f21;
	width:auto;
	padding-top:10px;
}
