html,body {
 margin: 0;
 padding: 0;
 background-image: url(imgs/body_bg.jpg);
 text-align: center;
 font-family: Arial, Verdana;
 color: #444;
 font-size: 13px;
}

#header {
 height: 145px;
 background-image: url(imgs/menu_stripe.png);
 background-repeat: repeat-x;
 background-position: 0 100%;
 color: #000;
}

#header_container { 
 width: 950px;
 height: 145px;
 margin: 0 auto;
 text-align: left;
}

#header_left {
 width: 500px;
 float: left;
}

#logo {
 height: 85px;
 margin: 20px 0 18px 0;
}

#menu {
 font-size: 15px;
 font-family: Lucida Grande, Lucida Sans Unicode, Helvetica; 
 color: #ff6d00;
 letter-spacing: 1px;
 padding-left: 10px;
}


#header_right {
 width: 440px;
 float: left;
 margin-top: 30px;
 font-weight: bold;
 line-height: 22px;
 font-size: 12px;
}

#header_right_left {
 width: 230px;
 margin-left: 50px;
 padding-left: 30px;
 float: left;
 background-image: url(imgs/contact_blocks.png);
 background-repeat: no-repeat;
}

#header_right_right {
 width: 125px;
 float: left;
}

#container {
 width: 970px;
 margin: 0 auto;
 text-align:left;
}

#container_header {
 background-image: url(imgs/container_header.png);
 background-repeat: no-repeat;
 height: 22px;
}

#container_midd {
 background-image: url(imgs/container_midd.png);
 background-repeat: repeat-y;
 padding: 0 20px;
}

#container_bot {
 clear: both;
 background-image: url(imgs/container_bot.png);
 background-repeat: no-repeat;
 height: 22px;
}

#body_left {
 width: 450px;
 float: left;
 margin-right: 30px;
}

#body_right {
 width: 450px;
 float: left;
}

#gallery {
 margin-top: 20px;
 margin-left: 20px;
}

#footer {
 text-align: left;
 color: #fff;
 margin-left: 10px;
}



/*-------accreditations------*/


.logos_fl {
 float: left;
 padding: 5px;
 margin: 5px 25px 20px 5px;
 padding: 5px;
 border:1px solid #e2e2e2;
}

p.right {
 float:right;
}

#hiddenspace {
 height: 23px;
}



/*-------various------*/

#form1 {
 padding-left: 10px;
}

.button {
 margin: 10px 0 10px 0;
 border: 1px solid #ccc;
 padding: 5px;
 
}

#clear {
 clear: both;
}

.clear_all {
 clear: both;
}

ul {
 margin: 0;
 padding: 0 0 0 10px;;
 list-style: none;
 line-height: 20px;
}

li {
 padding: 0 0 0 15px;
 background-image: url(imgs/learnmore_arrow.png);
 background-repeat: no-repeat;
  background-position: 0 3px;
}


/*-------text------*/

p {
 margin: 10px 10px 10px 10px;
 line-height: 20px;
 font-size: 12px;
}

h1 {
 margin: 0 0 20px 0;
 font-size: 15px;
 padding: 4px 10px 2px 10px;
 background-color: #e2e2e2;
 font-weight: normal;
 color: #1288ba;
 letter-spacing: 1px;
 font-family: Lucida Grande, Lucida Sans Unicode, Helvetica; 
}

.midd {
 margin: 20px 0 20px 0;
}

h2 {
 font-size: 13px;
 letter-spacing: 1px;
 color: #111;
 font-weight: normal;
 line-height: 20px;
 margin: 10px 10px 15px 10px;
 font-family: Lucida Grande, Lucida Sans Unicode, Helvetica; 
}

strong {
 color: #ff6d00;
}

.accred {
 margin: 30px 10px 0 10px;
 padding: 0;
 line-height: 0;
}

/*-------images------*/


img {
 border: 0;
}

.img_fr {
 float: right;
 padding: 5px;
 margin: 0 15px;
 background-color: #e2e2e2;
}

.img_fl {
 float: left;
 padding: 5px;
 margin: 0 15px 0 5px;
 background-color: #e2e2e2;
}



/*-------link------*/

a:link, a:visited {
 color: #ff6d00;
 text-decoration: none;
}

a:hover {
 color: #ff6d00;
 text-decoration: underline;
}


#footer a:link, #footer a:visited {
 color: #fff;
 text-decoration: underline;
}

#footer a:hover {

 text-decoration: none;
}


#menu a:link, #menu a:visited {
 color: #fff;
 text-decoration: none;
}

#menu a:hover {
 color: #ff6d00;
 text-decoration: underline;
}


#header_right a:link, #header_right a:visited {
 color: #000;
 text-decoration: underline;
}

#header_right a:hover {
 color: #fff;
 text-decoration: none;
}


.learn_more {
 background-image: url(imgs/learnmore_arrow.png);
 background-repeat: no-repeat;
 background-position: 70px 1px;
 padding-right: 20px;
}

