@charset "UTF-8";

/* CSS reset based on http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of CSS reset */

/* start of my stylee */
body {

background:#fff url(backing001.gif) no-repeat  50% 0;
	font: 93.7% Helvetica, Arial, sans-serif; 
	color: #000;
	text-align: center;
	position: relative;
}
html>body {
	font-size: 15px;
}
a {
	color: #618829;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

h1 {
	font-size: 2.2em;
	padding: 8px 0;
}

h2 {

	font-size: 2em;
	padding: 16px 0 0 ;
	color: #fff;
}

.btext {
	font-weight:normal;
	color:#dcffaa;
	font-size:18px;
	padding:4px 4px 3px 60px;
	letter-spacing:-0.02em;
	background-color: transparent;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:100px;
}
.rltext a{
	text-decoration:none;
	font-weight:normal;
	color:#dcffaa;
	font-size:18px;
	padding:4px 20px 1px 20px;
	letter-spacing:-0.02em;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right -24px;
}
.rltext a:hover{
	color:#fff;
}
.lltext a{
text-decoration:none;
	font-weight:normal;
	color:#dcffaa;
	font-size:18px;
	padding:4px 4px 1px 26px;
	letter-spacing:-0.02em;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 5px -51px;
}
.lltext a:hover{
	color:#fff;
}
h3 {
	font-size: 1.42em;
	padding: 7px 0 6px;
	color: #fff;
}

h4 {
	font-size: 1.25em;
	padding: 12px 0 10px;
	color: #fff;
}

h5 {
	font-size: 1.17em;
	padding: 12px 0 0;
	color: #aaa;
}
p {
	padding: 7px 0;
	line-height: 1.4em;
}
sup {
	font-size: 0.8em;
	position:relative;
	bottom:0.6em;
}


small {
	font-size: 0.95em;
}

.nobr {
	white-space: nowrap;
}
#branding {
float:left;
}


#content {
	text-align:left;
	background: transparent;
	width: 650px;
	margin: 0 auto;
	padding:86px 0 50px 0;
	position: relative;
}

#content_main {
float:left;
width:490px;
padding-bottom:100px;
}

.imggallery {
width:400px;
text-align:right;
float:right;
padding-right:40px;
}
.textbox {
width:400px;
text-align:right;
float:right;
padding-right:40px;
}
.references {
font-size:0.86em;
width:400px;
text-align:right;
float:right;
padding-right:40px;
}
#nav_main {
float:right;
width:390px;
height:120px;
}
#nav_main ul {
	list-style: none;
	margin: 0;
	padding:0;
}


#nav_main li a {

text-align:center;
font-size:1.13em;
font-weight:bold;
text-decoration:none;
float:left;
display:block;
width:90px;
padding:90px 0 0 0;
margin:0;
}

#nav_main li a.section1 {
background: transparent url(navigation.png) no-repeat;
color:#3199c3;
}
#nav_main li a.section2 {
background: transparent url(navigation.png) -90px 0px no-repeat;
color:#5e9821;
}
#nav_main li a.section3 {
background: transparent url(navigation.png) -180px 0px no-repeat;
color:#293fa6;
}
#nav_main li a.section4 {
background: transparent url(navigation.png) -270px 0px no-repeat;
color:#b72352;
}

#nav_main li a.section1:hover {
background: transparent url(navigation.png) 0px -169px no-repeat;
color:#3199c3;
}
#nav_main li a.section2:hover {
background: transparent url(navigation.png) -90px -169px no-repeat;
color:#5e9821;
}
#nav_main li a.section3:hover {
background: transparent url(navigation.png) -180px -169px no-repeat;
color:#293fa6;
}
#nav_main li a.section4:hover {
background: transparent url(navigation.png) -270px -169px no-repeat;
color:#b72352;
}

.illustration {
float:right;
position:relative;
top:-60px;
right:-20px;
}

.clickable {
cursor: pointer;
}

