﻿/* ---- general styles ---- */
body {
	background-color:#838c90;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	padding:0;
	margin:0;
	color:#1c5b87;
}

hr {
    width: 100%;
    text-align: left;/*this will align it for IE*/
    margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

/* ---- page layout ---- */
#LeftColumn {
	background-image:url(images/structure/leftcontent_gradient.gif);
}
#RightColumn {
	background-image:url(images/structure/rightcontent_gradient.gif);
}

#LeftColumn, #RightColumn {
	background-repeat:repeat-y;
	width:15px;
}

#TopRow {
	background-image:url(images/structure/top_corners.gif);
	height:11px;
}

#Logo {
	background-image:url(images/structure/logo_filler.png);
	background-repeat:repeat-x;
	height:84px;
}


/* ---- navigation ---- */
#Navigation a
{
	display: block;
	float: right;
	height: 19px;
	width: 84px;
}

.HomeLink
{
	background-image:url(images/nav/home_normal.png);
}

.HomeLinkActive
{
	background-image:url(images/nav/home_active.png);
}

.HomeLink:hover
{
	background-image:url(images/nav/home_hover.png);
}

.AboutUsLink
{
	background-image:url(images/nav/about_us_normal.png);
}

.AboutUsLinkActive
{
	background-image:url(images/nav/about_us_active.png);
}

.AboutUsLink:hover
{
	background-image:url(images/nav/about_us_hover.png);
}

.ExpertiseLink
{
	background-image:url(images/nav/expertise_normal.png);
}

.ExpertiseLinkActive
{
	background-image:url(images/nav/expertise_active.png);
}

.ExpertiseLink:hover
{
	background-image:url(images/nav/expertise_hover.png);
}

.ProcessLink
{
	background-image:url(images/nav/process_normal.png);
}

.ProcessLinkActive
{
	background-image:url(images/nav/process_active.png);
}


.ProcessLink:hover
{
	background-image:url(images/nav/process_hover.png);
}

.ResultsLink
{
	background-image:url(images/nav/results_normal.png);
}

.ResultsLinkActive
{
	background-image:url(images/nav/results_active.png);
}

.ResultsLink:hover
{
	background-image:url(images/nav/results_hover.png);
}

.ContactLink
{
	background-image:url(images/nav/contact_normal.png);
}

.ContactLinkActive
{
	background-image:url(images/nav/contact_active.png);
}

.ContactLink:hover
{
	background-image:url(images/nav/contact_hover.png);
}


/* ---- section headers ---- */
.Home, .AboutUs, .Expertise, .Process, .Results, .Contact 
{
	background-repeat:no-repeat;
	height:151px;    
}

.Home
{
	height:380px;
}

.AboutUs
{
    background-image:url(images/headers/aboutus.jpg);
}

.Expertise
{
    background-image:url(images/headers/expertise.jpg);
}

.Process
{
    background-image:url(images/headers/process.jpg);
}

.Results
{
    background-image:url(images/headers/results.jpg);
}

.Contact
{
    background-image:url(images/headers/contact.jpg);
}


/* ---- page content ---- */
#mailform {
	background-color:#dadada;
	padding-left: 20px;
}
#Content {
	padding:5px 0px;
	background-color:#ffffff;
}

#Footer {
	background-image:url(images/structure/footer.gif);
	background-repeat:no-repeat;
	height:33px;
	vertical-align:top;
}

#Copyright {
	color:#FFFFFF;
	font-size:9px;
	margin-left:25px;
	padding-top:4px;
	text-align: center;
	/*float:left;*/
}

#FooterButtons {
	float:right;
	padding-right:17px;
}

#Navigation {
	background-image:url(images/nav/background.png);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-align:right;
	height:19px;
}

#ContentTable
{
	height:100%;
	width:100%;
}


/* ---- sidebar ---- */
#SidebarCurl
{
	background-image:url(images/content/main/sidebar_curl.png);
	background-repeat:repeat-y;
	width:15px;
}

#SidebarCurlViewer
{
	background-image:url(images/viewer/sidebar_curl.png);
	background-image:url(images/content/main/sidebar_curl.png);
	background-repeat:no-repeat;
	background-position: right top;
	width:160px;
	border:1px solid green;
}

.SidebarCell, #SidebarCurlViewer, #ContentTable
{
	background-color:#dadada;
}

#SidebarCell
{
	background-color:#999999;
	_background-color:#8f8f8f;
}

#SidebarViewerTop, #SidebarViewerBottom
{
	background-image:url(images/viewer/top.png);
	background-repeat:no-repeat;
	width:308px;
	height: 18px;
}

#SidebarViewerBottom
{
    background-image:url(images/viewer/bottom.png);
	height: 35px;
}

#SidebarViewerLeft, #SidebarViewerRight
{
    background-image:url(images/viewer/left.png);
    background-repeat:no-repeat;
    width:43px;
    height:216px;
}

#SidebarViewerRight
{
    background-image:url(images/viewer/right.png);
    width:36px;
}

#SidebarViewerContent, #SidebarCell
{
    vertical-align:top;
}

#SidebarViewerContent
{
    background-image:url(images/viewer/u_of_o_foundation.png);
    background-repeat:no-repeat;
    width:229px;
}

#SidebarCell
{
	background-image:url(images/content/main/sidebar_gradient.png);
	background-repeat:repeat-x;
	width:233px;
	border-left: 5px solid white;
}

#SidebarContent
{
	/*height:433px;
	width:233px;*/
	width: auto;
	vertical-align:top;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

#SidebarContent h4
{
	color:#FFFFFF;
	font-weight:500;
	font-size:15px;
	margin-top:30px;
}

#SidebarContent h5
{
	color: #89F8F2;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#SidebarContent a
{
	color: #C7E4E2;
	text-decoration:none;
}

#SidebarContent a:hover
{
    text-decoration:underline
}

#SidebarContent a.Active
{
	font-weight: bold;
}

#SidebarContent ul
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#ListHeading
{
	color:#FFFFFF;
	font-weight:600;
	font-size:15px;
	margin-top:30px; 
	margin-bottom: 10px;   
}

#SideBarSpacer
{
	height:200px;
}

#BlueValue, .BlueValue
{
	color:#03afff;
	padding:15px 30px 25px 30px;
	vertical-align:top;
	background-color:#1e5e8a;
	border:5px solid white;
	border-left-width:0px;
	border-right-width:0px;
}

.BlueValue
{
    width:173px;
    border-left-width: 5px !important;
}

#BlueValue h4
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

#MainContentCell
{
	width:535px;
	vertical-align:top;
}


/* ---- main content ---- */
#MainContent
{
	width:90%;
	height:100%;
	padding-top:10px;
	padding-bottom: 5px;
}

#MainContent td
{
	vertical-align:top;
}

#MainContent th
{
	color:#336699;
	font-size:17px;
	font-weight:500;
	text-align:left;
	padding-bottom:1px;
	_padding-bottom:16px;
}

.ContentTable
{
	margin-left:70px;
	margin-top:10px;
	_padding-top:10px;
	_margin-bottom:10px;
	background-color: #dadada;
	padding: 20px;
}
.mailform
{
	margin-left:10px;
	background-color: #dadada;
}
.ContentTable td.Left
{
	padding-right: 10px;
	width:50%;
}

.ContentTable td.Right
{
	padding-left: 10px;
	width:50%;
}

.Intro
{
	font-weight:bold;
}

.ContentTable h5
{
	color:#1c5b87;
	font-size:12px;
}


.SidebarContentCell
{
    border:dashed 1px red;
    width:203px;
}
