body {
    margin:0;
    padding:40px 0;
    font-size: 75%; /* Resets 1em to 12px */
    font-family: Verdana, Arial, Sans-Serif;
    line-height:1.3em;
    background:url(images/body-bg.gif) repeat-x #C3E0EB;
    color:#000;
}
a img, img {
    border:none;
    vertical-align:middle;
}
a, a:hover {
    text-decoration:underline;
    color:#529DBD;
}
a:hover {
    color:#226D8D;
}
h1 {
    margin:0 0 8px;
    padding:0;
    line-height:1em;
    font-size:1.8em;
    font-family:arial;
}
h2 {
    margin:16px 0 0;
    padding:0;
    font-size:1.3em;
    font-family:arial;
    line-height:1em;
}
p {
    margin:10px 0;
}
ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
li {
    margin:0;
    padding:0;
}
.alignRight {
    text-align:right;
}

/**** main container ****/
#main_container {
    margin:0 auto;
    width:920px;
}

/**** header ****/
#header {
    background:url(images/header-bg.gif) no-repeat;
    width:920px;
    height:145px;
}
#logo {
    margin:38px 0 0 40px;
}

/**** navigation ****/
#header ul {
    display:inline;
    float:right;
    margin:0 1px 0 0;
    padding:0 0 0 6px;
    background:url(images/nav-left-bg.gif) no-repeat 0 0;
}
#header ul li {
    display:inline;
    float:left;
    margin:0;
    width:98px;
    height:145px;
}
#header ul li a, #header ul li span {
    display:block;
    background:url(images/nav-bg.gif) no-repeat 100% 0;
    text-align:center;
    line-height:140px;
    font-weight:bold;
    text-decoration:none;
    color:#000;
    width:98px;
    height:145px;
}
#header ul li a:hover, #header ul li span {
    background-position:100% 100%;
    color:#FFF;
}
#header ul li.end a, #header ul li.end span {
    background-image:url(images/nav-bg-end.gif);
}

/**** content ****/
#content {
    margin:0;
    padding:30px;
    border:solid 1px #DADBDC;
    border-bottom-color:#F0F0F0;
    border-top:none;
    background:#FFF;
}
#home #content {
    margin:0;
    padding:30px 400px 0 30px;
    background:url(images/home-content-bg.jpg) no-repeat;
    border:none;
    color:#FFF;
    height:221px;
    overflow:hidden;
}
#home #content h1 {
    font-weight:normal;
    width:300px;
}
#home #content em {
    display:block;
    padding:8px 0;
    font-size:1.3em;
}
#home #content p {
    margin:8px 0;
    padding:0;
}

/**** main content ****/
#main_content {
    margin:0 240px 0 0;
}

/**** side bar ****/
#sidebar {
    float:right;
    width:200px;
}
#sidebar h2 {
    margin:0 0 12px;
}
#sidebar ul li {
    padding:4px 0;
}
#sidebar ul li a {
    display:block;
    padding:0 0 0 12px;
    background:url(images/footer-arrow.gif) no-repeat 0 50%;
}
/**** footer 1 ****/
#footer1 {
    background:url(images/footer-1-bg.gif) no-repeat 0 0;
    color:#529DBD;
    font-size:0.9em;
    width:920px;
    height:104px;
}
#footer1 p, #footer1 ul {
    margin:10px 0;
}
#footer1 ul li {
    float:left;
    width:120px;
}
#footer1 ul li a {
    display:block;
    padding:0 0 0 12px;
    background:url(images/footer-arrow.gif) no-repeat 0 50%;
}
#our_services {
    float:left;
    padding:0 0 0 150px;
    width:380px;
    height:104px;
}
#our_gallery {
    display:inline;
    float:right;
    margin:0 16px 0 0;
    width:230px;
    height:104px;
}

/**** footer 2 ****/
#footer2 {
    padding:12px;
    color:#529DBD;
    font-size:0.9em;
}
#copyright {
    float:right;
    text-align:right;
}

/**** gallery ****/
#gallery_thumbnails p {
    height:118px;
}
#gallery_thumbnails a {
    display:block;
    float:left;
    margin:0 20px 0 0;
}
