@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;						
	width: 720px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

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


a:hover {
	color: #333;
	text-decoration: underline;
}



.container {	
	width: 100%;
	border: 1px solid #888;		
	margin: 30px 0px;
}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {	
	padding: 45px 30px 10px 30px;		
}

/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/
.menu {
	background-color: #92bc10;	
	padding: 5px 35px;;
	margin: 0px;
	font-size: 13px;
}

.menu ul {
	margin: 0;
	padding: 0;		
}
	
.menu li {	
	list-style-type: none;
	display: inline;
	padding: 0px 25px 0px 0px;
}

.menu li a { 		
	text-decoration: none; 	
	color: #333;	
	font-weight: bold; 
}
.menu li a:hover {	
	text-decoration: underline;
	
}
.menu li a.on { 
	color: #fff;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
.content {
	min-height: 330px;
	line-height: 1.4em;
	margin: 10px 35px; 	
	color: #444;
	margin-bottom: 50px;	
}

.content div {
	margin-bottom: 1em;
}

.content h1, h2, h3  {
	color: #790;	
	padding: 0px;	
	
}

.content h1 a, h2 a, h3 a {
	color: #790;
	text-decoration: none;
}

.content h1 {
	font-size: 14px;	
	margin: 20px 0px 10px 0px;
}

.content h2 {	
	font-size: 12px;		
	margin: 20px 0px 5px 0px;
}

.content h3 {	
	font-size: 12px;		
	margin: 10px 0px 2px 0px;
	color: #333;
}

/*------------------------------------------------------------*
**  References
**------------------------------------------------------------*/
.reference_page div {
	margin-bottom: 3px;		
}

.reference_page img {
	border: 1px solid #92bc10;
}

.reference_page table {
	width: 100%;
}

.reference_table {
	width: 100%;
}

.reference_table td {
	padding: 2px 0px;
}

.reference_name {
	width: 230px;
	border-bottom: 1px dotted #ddd;
}

.reference_info {
	width: 150px;
	color: #92bc10;
	border-bottom: 1px dotted #ddd;
}

.reference_info a {
	
	color: #92bc10;
}

.reference_design {	
	font-style: italic;
	color: #aaa;
	border-bottom: 1px dotted #ccc;
}

.ref_info_content div {	
	padding: 5px 0px;
		
}

.ref_info_content_image1 {
	text-align: center;		
	
}       

.ref_info_content_image2 {
	text-align: center;
			
}                  


.ref_info_content_image1 img {
	border: 0px solid #92bc10;
	margin-top: 20px;
	float: left;
}       

.ref_info_content_image2 img {
	border: 1px solid #92bc10;
	margin-top: 20px;
}                  


/*------------------------------------------------------------*
**  Contact
**------------------------------------------------------------*/
.contact {
	padding: 20px 0px;
}

.contact td {
	height: 1.5em;
	padding-right: 10px;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
.footer {
	border-top: 1px solid #888;		
	font-size: 11px;	
	padding: 10px;	
	color: #888;	
	height: 20px;
		
}

#footer_back {
	float: left;
}

#footer_back a {
	color: #92bc10;
}

#footer_title {
	float: right;
}