/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#00507e;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;


}
li {
    display: list-item;
    list-style: disc;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;

}
a:link {
	color: #00507e;
	text-decoration: none;
	font-weight: bold!important;
}
a:visited {
	color: #00507e;
	text-decoration: none;
}
a:active {

	color: #00507e;
	text-decoration: none;
}
a:hover {


	color: #0367a0;
	text-decoration: underline;
}

ul{ -moz-padding-start: 15px;
    display: block;
    list-style-type: disc;
    margin: 1em 0;
	}
ol {   
margin: 1em 0 1em 1em;
-moz-padding-start: 15px;
display: block;
}	
	
	
	
img.contentphoto {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 5px;
}

li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
	padding:2px 0px;
}

#container {
    height: 100%;
  
    width: 100%;
}
#wrapper { width:750px; padding: 40px;}
#header{ 
height: 148px;
    position: relative;
    width: 100%;
    background-image: url(header_bg.jpg);
    background-repeat: no-repeat;
}
.logo{    width: 525px;
    height: 43px;
    margin-left: 44px;
    padding-top: 24px;
    COLOR: WHITE;
    font-family: arial;
    font-size: 28px; }

.contactimg {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
#content-wrapper {
   
    border-bottom: 1px solid #CCCCCC;
}


#content-wrapper p {text-align:justify;}

#contact { background: url("../images/velos.png") no-repeat scroll right bottom transparent;
    border-bottom: 1px solid #CCCCCC;}

ul#navlist {


      padding-left: 40px;
    display: block;
    list-style-type: disc;
    margin: 34px 0 0;
    border-top: solid 1px #525358;
    padding-top: 10px;
    margin-top: 10px;
    background: #525358;
    padding-bottom: 10px;
	}
	
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist li a {color:#fff;     font-size: 15px;
    font-weight: bold;}
#navlist li a:hover{color:#96b744;}
#navlist li a#current {font-weight:bold; color:#fff;}
