/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	font: 12px "Trebuchet MS", Arial, Helvetica;
	}
	
#container {
	width: 1012px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg-sidebar-repeat.jpg) repeat-y 1px 0;
	}
	
#home-container {
	width: 1012px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg-sidebar-repeat.jpg) repeat-y 1px 0;
	}	
#header {
	background: url(../images/bg-top.jpg) no-repeat top right;
	height: 211px;
	}

#sidebar {
	width: 264px;
	}

#main-content {
	width: 654px;
	float: right;
	min-height: 300px;
	padding-right: 80px;
	background: url(../images/bg-right-border.jpg) no-repeat top right;
	}
#left-column {
	float: left;
	background: url(../images/bg-sidebar-left-bottom.jpg) no-repeat bottom left;
	height: 720px;
}
#home-main-content {
	width: 748px;
	height: 720px;
	float: right;
	background: url(../images/bg-homepage.jpg) no-repeat 0 -8px;
	}
#actual-home-content {
	margin: 260px 310px 0px 10px;
	height: 380px;
	overflow: auto;
	}
#footer {
	background: url(../images/bg-footer.jpg) no-repeat 9px 0;
	width: 992px;
	padding: 220px 10px 10px 10px;
	background-color: #fff;
	text-align: center;
	}

#home-footer {
	width: 992px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	text-align: center;
}
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#logo {
	margin-top: -1px;
	float: left;
	}
	
#header h1 {
	float: left;
	padding: 100px 0 0 60px;
	font-size: 36px;
	font-style: italic;
	color: #3e553b;
	}	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#actual-home-content a:link {
	color: #d6de21;
	font-weight: bold;
	text-decoration: none;
}
#main-content a:link {
	color: #63ab3d;
	text-decoration: none;
	}

#actual-home-content a:visited {
	color: #d6de21;
	font-weight: bold;
}
#main-content a:visited {
	color: #63ab3d;
	}

#actual-home-content a:hover {
	color: #d6de21;
	font-weight: bold;
	text-decoration: underline;
}
#main-content a:hover {
	color: #63ab3d;
	text-decoration: underline;
	}


#main-content h1,#main-content h2,#main-content h3,#main-content h4,#main-content h5,#main-content h6 {
	
	}

#actual-home-content h1 {
	color:#fff;
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	}
#main-content h1 {
	color:#63ab3d;
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	}
	
#actual-home-content h2 {
	color:#fff;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	}
#main-content h2 {
	color:#63ab3d;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	}
	
#actual-home-content h3,
#actual-home-content h4,
#actual-home-content h5,
#actual-home-content h6 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom: 10px;
}
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color:#63ab3d;
	margin-bottom: 10px;
	}
	
#actual-home-content p,
#main-content p {
	margin-bottom: 10px;
	}
	
#main-content blockquote {
	
	}
	
#main-content blockquote h1 {
	
	}
		
#actual-home-content ul,
#actual-home-content ol,
#main-content ul,
#main-content ol {
	margin: 20px 30px;
	}
	
#actual-home-content ul li,
#main-content ul li {
	padding: 0;
	margin-bottom: 6px;
	list-style-type: disc;
	}
#actual-home-content ol li,
#main-content ol li {
	padding: 0;
	margin-bottom: 6px;
	list-style-type: decimal;
	}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer {
	text-align: center;
	}
	
	#footer a,
	#home-footer a {
			color:#63ab3d;
		}
		
	#footer a:hover,
	#home-footer a:hover {
			color:#63ab3d;
			text-decoration: underline;
		}
	


/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */