html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    color: #000000;
    background: #ffffff;
}

body * {
    z-index: auto;
}

ul {
    list-style: none;
}

#page {
    width: 780px;
    margin: auto;
    text-align: center;
}

#page * {
    margin: 0;
    padding: 0;
    text-align: left;
}

.hidden {
    display: none;
}

#header {
    width: 780px;
    height: 111px;
    background: url('./images/logo.gif') no-repeat top left;
}

#header p.banner {
    margin: 0;
    padding: 0;
    text-align: right;
}

#menu {
    width: 650px !important; width: 780px;
    height: 22px !important; height: 28px;
    padding-top: 6px;
    padding-left: 130px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    background: url('./images/menu.png') no-repeat top left;
}

#menu a, #menu a:visited {
    text-decoration: none;
    color: #ffffff;
}

#menu a:hover {
}

#menu ul, #menu ul li {
    float: left;
}

#menu ul li ul, #menu ul li ul li {
    float: none;
}

#menu ul li ul {
    display: none;
    position: absolute;
    width: 150px;
    padding: 3px;
    background: #5f899f;
    border: 2px outset #5f899f;
}

#menu ul li ul li {
    /* width: 140px; */
    padding: 3px;
}

ul.submenu {
    z-index: 1;
    top: 133px;
}

#sub_about {
    height: 178px;
}

#sub_services {
    height: 200px;
}

#sub_portfolio {
    height: 200px;
}

#sub_press {
    height: 200px;
}

#main {
    float: left;
    display: inline;
    width: 780px;
    height: auto !important; height: 410px;
    min-height: 380px;
    background: #ffffff url('./images/mainbg.png') no-repeat top left;
}

#main2 {
    float: left;
    display: inline;
    width: 780px;
    height: auto !important; height: 440px;
    min-height: 320px;
    padding: 60px 0 60px 0;
    background: transparent url('./images/mainbg2.png') no-repeat bottom left;
}

#content {
    margin: 0 40px 0 40px;
}

#content h2 {
    padding: 0 0 5px 10px;
    font-weight: normal;
    font-size: 14pt;
    color: #66aeba;
    border-bottom: 2px solid #bbbbbb;
}

#content p {
    padding: 10px 0 0 12px;
    font-size: 9pt;
}

#sidebar {
    float: left;
    width: 163px;
    margin-right: 20px;
}

#sidebar p.archyear {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #66aeba;
}

#sidebar ul li {
    margin: 1px;
    padding: 3px;
    text-align: center;
    background: #a7977d;
    border: 2px outset #a7977d;
}

#sidebar ul li:hover {
    background: #c9b99d;
}

#sidebar a, #sidebar a:visited {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff;
}

#totd {
    height: 219px !important;
	height: 239px;
    padding: 40px 10px 0 5px;
    background: url('./images/trendboxbg.png') no-repeat top left;
}

#totd p {
    padding: 3px 0 3px;
    text-align: center;
    font-family: 'Times New Roman', serif;
    font-size: 10pt;
    color: #ffffff;
}

#totd p.stat {
    font-size: 18pt;
    font-weight: bold;
}

#copy {
    float: left;
    width: 510px;
}

#copy p.left {
    float: left;
}

#copy p.vision {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

#copy p.vision-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
	text-align: center;
}

#copy p.vision-title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
}
#copy p.strat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

#copy p.strat-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #006495;
}

#copy p.strat-title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #006495;
}
#copy ul {
	list-style-type: disc;
	padding-left: 20px;
	display: block;
	list-style-position: inside;
	text-indent: -15px; !important; text-indent: -17
}
#copy ul.portfolio {
	list-style-type: disc;
	display: block;
	list-style-position: inside;
	text-indent: -13px; !important; text-indent: -16
}
#copy ol {
	list-style-type: decimal;
	padding-left: 10px;
	display: block;
	list-style-position: inside;
}
#copy ol.vision {
	list-style-type: decimal;
	padding-left: 20px;
	display: block;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -20px;	
}

#copy ul.vision {
	list-style-type: disc;
	padding-left: 20px;
	display: block;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: -20px;	
}

#copy li {
	list-style-position: inside;
	padding-left: 10px;
}

#copy span.date {
    padding-left: 10px;
    font-size: 10pt;
    color: #000000;
}

#footer {
    clear: both;
    width: 780px;
    height: 26px;
    background: url('./images/footer.png') no-repeat top left;
}

#vdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-left: 12px;
}

#vaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
}

#screen {
    padding-top: 10px;
    padding-left: 50px;
}

img.vidlink {
    border: 0;
    vertical-align: middle;
}#wom {
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
