/****************/
/* Main Objects */

body {
    background-color: #fff;
    color: #09B;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

* html body { font-size: medium; }

h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #3be;
    margin-bottom: -10px;
    font-size: 2.4em;
    position: relative;
    text-transform: lowercase;
}

h2 {
    color: #BDE;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}


/****************/
/* Main Layout  */

#container {
    width: 960px;
    margin: 0px auto; 
    text-align: left;
    position: relative;
}

#content {
    height: 568px;
    width: 898px;
    border: 2px solid #bde;
    background-color: #fff;
    font-size: 1.2em;
	line-height: 1.15em;
    padding: 30px 30px 0px 30px;
}

#contentdefault {
    height: 598px;
    width: 956px;  
    border: 2px solid #bde;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 0 2px;
}

#footer {
    height: 50px;
    margin: 20px 0px 0px 0px;
    text-align: right;
}


/****************/
/* Menu Styles  */

#menu {
	font-size: 1.5em;
	text-align: center;
	text-transform: lowercase;
   	width: 960px;
}

#menu ul {
    color: #08b;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#menu li {
    display: inline;
    margin: 10px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}

#menu li a {
    display: inline;
    text-decoration: none;
    color: #08b;
    margin: 0px 15px;
}

#menu li a:hover, #menu li a.sel {
    color: #3be;
}

#menu div {
    position: absolute;
	display: none;
	margin-top: 10px;
	padding:5px;
	border: 2px solid #bde;
    background-color: #fff;
    width: 6em;
    text-align: left;
    z-index: 99;

}

#menu div a {
    text-decoration: none;
    color: #08b;
    font-size: 0.6em;
    position: relative;
	display: block;
	line-height: 1.6em;
}

#menu div a:hover {
    color: #3be;
}


/****************/
/* Where we are */

#content #gmap {
    float: right;
    width: 480px;
    height: 480px;
}

#content #locationAddr {
    font-size: 1.6em;
}


#content #locationH1 {
    position: absolute;
    bottom: 160px;
    cursor: pointer;
    font-size: 1.8em;
}

#content #locationH1 a {
    text-decoration: none;
    color: #BDE;
}

/****************/
/* Contact Us   */

#contactTable td {
    padding-right: 40px;
}

#contactTable td a {
    text-decoration: none;
    color: #09B;
}

#contactTable td a:hover {
    text-decoration: none;
    color: #3be;
}

/****************/
/* Work Index   */

#ourWorkIndex {
    text-align: right;
    margin-right: -2px;
}

#ourWorkImg {
    height: 33px;
    margin: -30px;
    padding-top: 565px;
    padding-left: 15px;
    overflow: hidden;
}

#ourWorkImg a {
    color: #09B;
    text-decoration: none;
}

#ourWorkImg a:hover {
    color: #3be;
    text-decoration: none;
}

#ourVideo {
    margin: 0px 0px 37px 79px;
    width: 768px; 
    height: 456px;
}

#ourWorkImg.flash {
    padding-top: 0px;
    padding-left: 2px;
    height: 598px;
}

#ourWorkTitle {
    font-size: 1.2em;
}

#ourWorkIndex a {
    text-decoration: none;
    background-color: #FFF;
    color: #BDE;
    border: 2px solid #BDE;
    padding-right: 5px;
    padding-left: 5px;
}

#ourWorkIndex a:hover, #ourWorkIndex a.sel {
    background-color: #BDE;
    color: #19C;
}