/*MAIN*/
body,html {
	font:10px/1.7em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#333;
	margin:0 auto;
	padding:0;
}
a {
	font-size:1em;
}
h1 {
	letter-spacing:-0.07em;
	margin:0;
}
h2 {
	letter-spacing:-0.07em;
}
h3 {
	letter-spacing:-0.07em;
}
p {
	margin:0;
}
#site_outer {
	position:relative;
	width:830px;
	margin:0 auto;
}
#site_inner {
	width:800px;
	margin:15px;
}


/*SITE ELEMENTS*/
#elementLanguage {
	font:10px/1.7em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	height:22px;
	padding-left:1px;
	background-color:#103505;
}
#elementSmil {
	background-color:#103505;
	height:21px;
	margin-bottom:0px;
	padding-top:1px;
	width:100px;
	display:inline-block;
	text-align:right;
}
#elementSmil a {
	float:right;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
#elementSmil a:hover {
	font-weight:normal;
	background-color:#FFF;
	color:#103505;
	border-top:2px solid #FFF;
	border-bottom:5px solid #FFF;
	border-right:5px solid #FFF;
	border-left:5px solid #FFF;
}
#elementFrontpage {
	width:100%;
}
#elementTop {
	width:100%;
}
#elementMenu {
	width:100%;
}
#elementMenuLeft {
	width:150px;
}
#elementMenuRight {
	width:150px;
}
#elementBottom {
	width:100%;
	line-height:1em;
	font-size:9px;
}
#elementBottom a {
	color:#FFF;
	text-decoration:none;
}
#elementBottom a:hover {
	color:#679b58;
}


/*SITE CONTENT*/
#site_content {
	width:100%;
	display:block;
}
#site_content div.paragraph {
	float:none;
	clear:both;
	width:100%;
}
#site_content a {
	color:#333;
	text-decoration:none;
}
#site_content a:hover {
	color:#679b58;
}




/*FORM TEMPLATES*/
#userform {
	
}
#userform .line {
	width:100%;
	clear:both;
}
#userform .vspacer {
	width:100%;
	clear:both;
	height:5px;
}
#userform .label {
	width:30%;
	margin-right:10px;
	text-align:right;
	float:left;
	line-height:2.4em;
	font-size:1em;
	font-weight:bold;
}
#userform .input {
	width:65%;
	float:left;
}
#userform input[type="text"] {
	width:94%;
}
#userform select {
	width:95%;
}
#userform textarea {
	width:95%;
	height:60px;
}






/*NEWSLETTER SUBSCRIPTION*/
#subscribenewsletter {

}
#subscribenewsletter .newsletterSubscribed {
	color:#00FF00;
}
#subscribenewsletter .newsletterAlreadySubscribed {
	color:#FFFF00;
}
#subscribenewsletter .newsletterEmailerror {
	color:#FF0000;
}


/*FIX'es*/
#fix_floatbottom {
	width:100%;
	display:block;	
	float:none;
	clear:both;
}
#fix_floatparagraph {
	width:100%;
	display:block;	
	float:none;
	clear:both;
}