/* BASIC "COMMON" STYLES */
html {
	margin: 0px;
	padding: 0px;
} 

body {
	background-color: #c9df8e;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 17px;
	padding-left: 1.5em;
	margin-bottom: 6px;
	margin-top: 2px;
	padding-bottom: 6px;
	padding-top: 2px;
}

h1 {
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 15px;
	padding-left: 1.5em;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #454545;
	text-decoration: underline;
	line-height: 15px;
	padding-left: 1.5em;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

h4 {
		
}

h5 {
	
}

a:link, a:visited, a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1c5588;
	text-decoration: none;
	line-height: 17px;
}

a:hover {
	text-decoration: underline;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}


/* TEXT */
span.navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #c9df8e;
	text-decoration: none;
	line-height: 12px;
}

.boldtype {
	font-weight: bold;
}

span.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 17px;
}


/* BACKGROUND IMAGES */
#background {
	position:absolute; 
	z-index:1; 
	width: 100%;
	height: 100%;
}

/* FOOTER */
#footer {
	padding: 0;
	margin:0;
	z-index:101;
	left: 0px;
	width: 745px;

}

#footer_copy {
	float: left;
}

#footer_link {
	float: right;
}

.footer_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #65676d;
	text-decoration: none;
}


/* LINK STYLES */
a.footer:link, a.footer:visited, a.footer:active  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #65676d;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

a.linknav:link, a.linknav:visited, a.linknav:active  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #1c5588;
	text-decoration: none;
}

a.linknav:hover {
	text-decoration: underline;
}

a.linknavover:link, a.linknavover:visited, a.linknavover:active  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #8aa541;
	text-decoration: none;
}

a.linknavover:hover {
	text-decoration: underline;
}

a.sites:link, a.sites:visited, a.sites:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1c5588;
	text-decoration: none;
	line-height: 17px;
}

a.sites:hover {
	text-decoration: underline;
}

/* FORMS */
form div {
	clear: left;
}


/* COLORS */
.whitebackground {
	background-color: #fff;
}


/* LISTS */
ul 
{
	line-height: 0; 
	margin-bottom: .3em; 
	margin-top: 0; 
	padding-top: 0; 
	padding-bottom: .3em; 
} 

li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: #333; 
	line-height: 1.6em; 
	list-style-type: circle;
}

ul.linkedinul 
{
	line-height: 0; 
	margin-top: 0; 
	padding-top: 0; 
	margin-bottom: .3em; 
	padding-bottom: .3em;
	padding-left: .6em;
	margin-left: .6em;
}

li.linkedin {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #333; 
	line-height: 1.6em; 
	list-style-type: none;
}

/* IMG */
img.moveimgleft {
	margin-left: 1.1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
img.moveimgdown {
	margin-top: .5em;
	margin-bottom: .5em;
}

/* CONTENT */
#moveleft {
	padding-left: 1.2em;
}

#backtotop {
	float: right;
	width: 534px;
	clear: both;
	text-align:right;
}
