/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body
{
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
	color:#0094e1;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#0094e1;
}
 
h1 {
padding:22px 22px 22px 0;
letter-spacing:-1px;
font-size:3em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;

}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.header		   { width:inherit;}

#navigation 
{
	float:left;
	width:175px;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
}


#navigation ul 
{
	list-style: none;
	margin-left:25px;
	padding:0;
}

#navigation li a:hover { text-decoration: underline; font-size:small; background-color:Aqua; }
#navigation li a {text-decoration: none; font-weight:bold; font-size:x-small; color:#0094e1; padding-bottom:5px; }

#footer { width:934px; font-size:xx-small; font-weight:bold; color:#000000; border-top: solid 2px #0094e1; clear:both }
#footer ul { list-style: none; margin: 0; padding:0; }
#footer li a:hover { text-decoration: underline; font-size:x-small; }
#footer li a {text-decoration: none; color:#000000; }
#footer li { padding-right:10px; padding-left:10px; display: inline; }
#copy { width:934px; margin:0 auto; font-size:xx-small; font-weight:bold; color:#0094e1; clear:both }

#wrapper { width:934px; margin:0 auto; margin-top: 20px; margin-bottom:20px; }

#header { text-align: right; width:934px; height:74px; float:left; }
#header h1 { padding: 10px 20px 0 0; color:#FFFFFF;}
#tel { border-bottom: solid 2px #0094e1; padding-left:25px; text-align: right; width:475px; height:100px; float:right; }

#content { width:700px; float:right; padding:25px; border-right: solid 2px #0094e1; }

#logos { padding:25px; }
#logos img { vertical-align:bottom;
	width: 84px;
	height: 162px;
}

.arrowgreen{
	width: 175px; /*width of menu*/
	padding-top:20px;
	float:left;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(media/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #0094e1;
}

.arrowgreen li a:hover{
	color: #0094e1;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #000000;
	background-position: 100% -64px;
}
