/* Remove IE margins & padding */
* {
margin: 0;
padding: 0;
}

body {
margin: 0 auto;
padding: 0;
background-color: #0c3950;
font-family: arial, times;
font-size: 100%;
}

#top_strip {
margin: 0 auto;
background-color: #2a8faf;
width: 100%;
height: 10px;
}

/* Header Items */

#header {
position: relative;
width: 700px;
height: 100px;
margin: 0 auto;
}

#logo {
position: absolute;
top: 20px;
}

#tel {
position: absolute;
top: 50px;
right: 0px;
color: #fff;
font-weight: bold;
}

/* End Header Items */

/* Start Navigation Menu */

#navigation_menu {
width: 820px;
height: 52px;
background-image: url(../images/nav_bar.jpg);
background-repeat: repeat-x;
margin: 0 auto;
}

#left_nav_bar {
background-image: url(../images/left_nav_bar.jpg);
float: left;
width: 76px;
height: 52px;
}

#right_nav_bar {
background-image: url(../images/right_nav_bar.jpg);
float: right;
width: 76px;
height: 52px;
}

#nav_items {
width: 668px;
height: 52px;
margin: 0 auto;
text-align: center;
float: left;
}

#nav_items a {
position: relative;
text-decoration: none;
color: #fff;
margin-left: 20px;
margin-right: 20px;
top: 15px;
font-weight: bold;
}

/* End Navigation Menu */

/* Start Main Content */

#grey_border_top {
margin: 0 auto;
background-image: url(../images/grey_border_top.gif);
background-repeat: no-repeat;
height: 12px;
width: 925px;
}

#main_container {
margin: 0 auto;
background-image: url(../images/white_gradient.jpg);
background-repeat: repeat-x;
background-color: #fff;
width: 925px;
height: auto;
text-align: center;
}

#white_border_bottom {
margin: 0 auto;
background-image: url(../images/white_border_bottom.gif);
background-repeat: no-repeat;
height: 13px;
width: 925px;
}

/* Left Content Column */

#left_column {
float: left;
width: 641px;
height: auto;
text-align: left;
}

#left_content_border_top {
float: left;
position: relative;
left: 11px;
margin-top: 8px;
background-image: url(../images/left_content_border_top.gif);
background-repeat: no-repeat;
height: 14px;
width: 641px;
}

#left_content_main {
float: left;
position: relative;
left: 11px;
width: 641px;
height: auto;
background-image: url(../images/left_content_border_main.gif);
padding-bottom: 30px;
}

#left_content_border_bottom {
float: left;
position: relative;
left: 11px;
background-image: url(../images/left_content_border_bottom.gif);
background-repeat: no-repeat;
height: 14px;
width: 641px;
}

#left_content {
margin: 0 auto;
width: 580px;
height: auto;
text-align: left;
}

h1 {
color: #1c728d;
margin-top: 20px;
margin-bottom: 20px;
}

p {
color: #747476;
line-height: 16pt;
margin-top: 15px;
margin-bottom: 15px;
}

li {
color: #747476;
line-height: 16pt;
margin-left: 20px;
}

#photos {
margin-top: 10px;
margin-left: 3px;
width: 641px;
height: 119px;
float: left;
}

.photorow {
margin-left: 10px;
}

/* End Left Content Column */

/* Start Right Column */

#right_column {
float: right;
width: 240px;
height: auto;
text-align: left;
}

.bullets {
font-weight: bold;
}

.point {
position: relative;
top: 10px;
font-size: 200%;
color: #1c728d;
}

/* End Right Column */

/* Start Footer */

#footer {
margin: 0 auto;
width: 800px;
text-align: center;
margin-top: 20px;
}

.footertext {
color: #fff;
font-size: 70%;
}

/* End Footer */

label {
	margin: 3px;
	width: 150px;
	float: left;
}
input, textarea, select {
	margin: 4px;
}

