﻿*{		/* Removes padding and margins from elements like lists */
margin:0;
padding:0;
}

body{
background-color: #CDE0C2;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}

p a{
color:#666;
}

p a:hover{
	color:#c2b070;
}

#topBanner{
height: 150px;
width:100%;
float: left;
background-color: #f5f8f3;
}

#logoHolder{
height:120px;
width:835px;
margin-left:auto;
margin-right:auto;
}

#topNav{
height:30px;
width:835px;
margin-left:auto;
margin-right:auto;
}

/* Global Nav Styles */

ul#globalNav{
margin:0;
padding:0;
list-style-type:none;
float:right;
text-align: center;
background: #CDE0C2;
}

ul#globalNav a{
display:block;
float:left;
text-decoration:none;
color:green;
font-weight:bold;
padding:6px 15px;
}

ul#globalNav a:hover{
color:#e6a223;
background:#f6e8cb;
}

ul#globalNav li{
display:inline;
}

/* End global nav */

#colourSpacer{
height: 10px;
width:100%;
float: left;
background-color:#8CAD74;
overflow:hidden;
}

#wrapper{
width:835px;
height:760px;
margin-left: auto;
margin-right: auto;
}


#textHolder{
width:640px;
height:740px;
float:left;
background-color:#ffffff;
padding-left:10px;
padding-top:20px;
padding-right:10px;
}

#textHolder h5{
bottom: 0;
position:absolute;
}

/* Logo image list */
#centerLogo{
margin:0;
padding-left:190px;
}

ul#logoList{
margin:0;
padding-top:40px;
list-style-type:none;
}

ul#logoList a{
display:block;
text-decoration:none;
}

ul#logoList li{
display:inline;
}

ul#logoList img{
padding-left:100px;
}

ul#logoList2{
margin:0;
padding-top:40px;
list-style-type:none;
}

ul#logoList2 a{
display:block;
text-decoration:none;
}

ul#logoList2 li{
display:inline;
}

ul#logoList2 img{
padding-left:110px;
}

/* End logo list */

ul#servicesMenu{
padding-left:30px;
list-style-type:disc;
}

ul#servicesMenu a{
color:#666;

}

ul#servicesMenu a:hover {
color: #c2b070; 
}

#rightMenu{
width:165px;		
height:740px;
float:left;
padding-top:10px;
}

/* Left nav styles */

ul#navigation{
list-style-type: none;
}

ul#navigation a{
display:block;
text-decoration:none;
color:green;
background:#ebf2ea;
padding: 5px 0px 5px 5px;
height:80px;
width:165px;
margin-bottom:10px;
font-size:16px;
font-weight:bold;
}

ul#navigation a:hover{
color:#e6a223;
background:#f6e8cb;
}

ul#navigation img{
border:0px;
padding-right:10px;
padding-top:5px;
}

ul#navigation p{
padding-top:5px;
font-size:12px;
color:#666;
font-weight:normal;
}

/* End left nav styles */

#addressCol{
float: left;
padding-left:5px;
color:#666;
font-size:x-small;
}

#addressCol a{
color:#666;
}

#copyright{
height:20px;
width:650px;
padding-top:1px;
padding-left:10px;
float:left;
background:white;
font-size:10px;
text-align:center;
}
