/**
 * @author StechUSA.com <development@stechusa.com>
 * @copyright StechUSA.com
 * @package Website4Agents
 * @category StechUSA
**/

/**
 * Global Styles
**/
body {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #039;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin: 0.5em 0; }

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }

p {
	font-size: 1.0em;
	margin: 1.0em 0;
}

/**
 * Page Container Styles
**/
#layout {
	margin: 0 auto;
	min-width: 1003px;
	text-align: left;
	width: 100%;
}

/**
 * Header Styles
**/
#header {
	clear: both;
	background-color: #66badf;
	padding: 0.2em 0;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#page_heading {
	display: none;
	visibility: hidden;
}

/**
 * Body Styles
**/
#body {
	clear: both;
	margin: 0.2em auto;
}

#left_sidebar {
	border-bottom: #ccc 1px dotted;
	border-right: #ccc 1px dotted;
	float: left;
	width: 14.9%;
}

#left_sidebar div.padding { margin: 0 0.5em 0.5em 0.5em; }

#content {
	float: right;
	width: 85%;
}

#content div.padding { margin: 0 1.0em; }

#content h1:first-child, #content h1.first-item, #content h2.first-item { margin-top: 0; }

#content h1 { color: #000; }
#content h2 { color: #c30; }

/**
 * Footer Styles
**/
#footer {
	background-color: #66badf;
	clear: both;
	font-size: 0.9em;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
}
