/*		****** Base structure ******		*/

body {
	background:#A5A5A5;
	color:black;
}

#main_wrap {
	width:799px;
	margin:10px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	background:#fff;
	border-bottom:solid 1px #C27713;
	height:151px;
}

#global_nav {
	background:#fff;
}

#content_wrap {
	width:799px;
	background:#fff url(/img/turndox_inside_background.jpg) repeat-y;
	float:left;
}

#main_content {
	background:#fff;
	float:left;
	width:479px;
	margin:20px 4px;
	padding:0 20px;
}

#left_col {
	float:left;
	width:136px;
	background:#D3D4D6;
	min-height:1px;
	margin-top:30px;
}

#right_col {
	float:left;
	width:136px;
	background:#D3D4D6;
}


#footer {
	width:100%;
	height:23px;
	background:#fff;
	clear:both;
	border-top:1px solid #C27713;
	text-align:center;
	padding-top:10px;
	font-size:10px;
}

/*		****** Base typography ******		*/
body {
	font-size:14px;
	font-family:arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family:arial, sans-serif;
	margin:.2em 0;
	font-weight:normal;
}

h1 {
	font-size:18px;
	color:#C27713;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#3B4B5B;
}

h3 {
	font-size:105%;
	line-height:120%;
	font-weight:bold;
}

p {
	font-size:12px;
	margin-bottom:1.2em;
	line-height:130%;
}

/*			****** Base Link Behavior ******			*/
a, #footer a:visited {
	color:#C27713;
	text-decoration:underline;
}

a:hover {
	color:#3B4B5B;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:underline;
}

#left_col a:link, #left_col a:visited {
	color:#3b4b5b;
	text-decoration:underline;
}

#left_col a:hover {
	color:#c27713;
	text-decoration:underline;
}

/*			****** Base List Behavior ******			*/
ul, ol {
	margin-left:3em;
	margin-bottom:1em;
	font-size:85%;
	line-height:135%;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;	
}

em {
	font-style:italic;	
}

#left_col ul,#left_col ol {
	margin-left:25px;
	font-size:85%;
}

/*				****** Images ******			*/
.biz_logo {
	float:left;
	margin:20px 200px 0 0;
}