/**
 * Structure and main layout
 *
 * @media     screen
 * @author    Candace Lannan
 * @version   1.0
 */

/** --------------------------
 * @section STRUCTURE
 *  -------------------------- */
html, body {
    margin: 0;
    padding: 0;
	font: normal 13px/1.2  Arial, san-serif;
	line-height: 16.5px;
	color: #444444;	
	background: #ffffff;
}
#wrapper {
	position: relative;
    margin: 0 auto;
    width: 780px;
}
strong, b {
    font-weight: bold;
}
i, em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #000000; /*313131*/
	text-decoration: underline;
}
body ul {
	padding: 0;
	margin: 0px 0px 20px 15px;
}
ul li {
	list-style-type: disc; 
}
h2 {
	font: normal 12px/1.2 Myriad Pro, Helvetica, sans-serif;
	margin: 20px auto 20px auto;
	text-align: center;
	font-size: 32px;
}
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #ffffff;	
}
h4 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
p{
	display: block;
	margin: 0px 0px 20px 0px;
}
p.last{
	display: block;
	margin-bottom: 0px;
}

/*
 * header
 */
#header {
	position: relative;
	height: 120px;
	background: #a4c355 url("/_ui/skin/img/logo.jpg") top center no-repeat;
}
/*
#header h1 {
    float: left;
    margin: 30px 0 0 0px;
    padding: 0;
    width: 272px;
    height: 94px;
	background-color: #CC6633;
    background: url("/_ui/skin/img/logo.png") top left no-repeat;
}*/
#header h1  {
    display: block;
	width: 272px;
    height: 94px;
    text-indent: -5000em;
}

/*
 * @section main content
 */
#body #wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#body #wrapper #main {
	display: block;
	float: right;
	padding-left: 15px;
	min-height: 300px;
	width: 520px;
	background-color: #ffffff;	
}

/*
 * @section sidebar
 */
#body #wrapper #sidebar {
	float: left;
	padding: 185px 0px 0px 15px;
	width: 228px;
	background: url("/_ui/skin/img/tammy.jpg") no-repeat;
	background-position: 15px 0px;
}
#sidebar .contact-us{
	width: 228px;
	border: 1px solid #a4c355;
}
#sidebar .contact-us p {
	display: block;
	padding: 0px 10px 0px 15px;	
}
#body #sidebar .title{
	/*width: 196px;*/
	display: block;
}
#body #sidebar .title h3{
	width: 100px;
}

/*
 * @section features
 */
#features {
	float: left;
	padding-left: 15px;
	margin-top: 25px;
	width: 100%;
}
#features .module, #features .module-last {
	float: left;
	width: 230px;
	margin-right: 30px;
}
#features .module-last {
	margin-right: 0px;
}
.title {
	float: left;
	padding: 5px 0px 0px 30px;
	margin-bottom: 15px;
	height: 20px;
	width: 200px;
	background: #a4c355 url("/_ui/skin/img/bullet.png") no-repeat;
	background-position: 5px 5px;
}
#features .module .title,
#features .module-last .title {
	margin-bottom: 5px;
}


/*
 * @section footer
 */
#footer {
	float:left;
	padding-top: 20px;
	background: #969696;
	color: #ffffff;
	height: 80px; 
	width: 100%;
	text-align: center;
}
#footer p {
	font-size: 11px;
	margin-bottom: 3px;
}
#footer p.footer {
	color: #c7c7c7;
}
#footer p.footer a{
	color: #c7c7c7;
	padding: 0px 2px 0px 2px;
}
