﻿
html, body, td
{
	padding: 0;
	margin: 0;
}
body
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	background: #ecf1f4 url(../images/page_bg.jpg) repeat-x;
	padding: 10px;
}

sup
{
	vertical-align: 0;
	position: relative;
	bottom: 1ex;
	line-height: 0;
}

/* Navigation */
.MenuItemTable
{
	height: 85px;
}
.MenuItemRoot
{
	float: left;
	margin-right: 20px;
}
.MenuItemText
{
	cursor: pointer;
	padding-right: 10px;
}
.MenuItemText a, .MenuItemText a:link, .MenuItemText:active, .MenuItemText:visited
{
	color: #0079C3;
	text-decoration: none;
}
.MenuItemText a:hover
{
	text-decoration: none;
}

.SubMenu a, .SubMenu a:link, .SubMenu:active, .SubMenu:visited
{
	color: #618FAC;
	text-decoration: none;
}
.SubMenu a:hover
{
	color: #0079C3; 
	text-decoration: none;
}

.SubMenu, .SubMenu td
{
    padding-left: 10px;
    white-space: nowrap;
}
.MenuDivider
{
	width: 2px; 
	background-color: #FA981D; 
	height: 100%;
}
.MinWidth
{
	width: 100px;
	height: 1px;
}

a, a:active, a:link
{
	color: #0079C3;
	text-decoration: none;
}
a:hover
{
	color: #0079C3;
	text-decoration: underline;
}

.PageContent
{
	text-align: left;
	margin: 0 auto;
	width: 935px;
	padding: 10px;
}

.PageContent_Body
{
	background-color: #fff;
}
.PageContent_Footer
{
	padding-top: 5px;
}

.PageContent_Footer, 
.PageContent_Footer a,
.PageContent_Footer a:link,
.PageContent_Footer a:visited,
.PageContent_Footer a:active
{
	color: #618FAC;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
}

.PageContent_Footer a:hover
{
	color: #0079C2;
	text-decoration: none;
	font-size: 10px;
}

.LogoContainer
{
	float: left;
	padding: 20px 0 0 20px;
	margin-right: 100px;
}

.MenuContainer
{
	float: left;
}





.AgencyBody, .ClientsBody, .WorkBody, .HomeBody
{
	padding-bottom: 2px;
}

.NormalFooter
{
	clear: both;
	border-top: solid 3px #FA981D;
	height: 30px;
}
            
.BodyTitle
{
	color: #FA981D;
	font-weight: normal;
	font-size: 46px;
	font-family: 'Arial Narrow', Helvetica, Arial, Sans-Serif;
	padding-left: 250px;
	margin-bottom: 10px;
}
.TreeMenu, .TreeMenu ul
{
	color: #618FAC;
	list-style: none;
	margin: 0;            	
	padding: 0px;
	line-height: 1.5;
}

.TreeMenu ul
{
	padding-left: 15px;
}
.TreeMenu li
{
	text-indent: -10px;
	padding-left: 10px;
}

.BaseTreeMenu > li > a
{
	font-weight: bold;
}

.TreeMenu a, .TreeMenu a:link, .TreeMenu a:active, .TreeMenu a:visited
{
	text-decoration: none;
	color: #618FAC;
}
.TreeMenu a:hover
{
	color: #0079C2;
}

.TreeMenu_Active>a,.TreeMenu_Active>a:link, .TreeMenu_Active>a:active, .TreeMenu_Active>a:visited
{
	color: #FA981D;
}

.WorkMenuTitle
{
	text-transform: capitalize;
}
.WorkText
{
	line-height: 18px;
}

.heading
{
	line-height: 24px;
}

a.MoreLink, a.MoreLink:active, a.MoreLink:visited, a.MoreLink:link
{
	color: #FA981D;
	text-decoration: none;
}

            .NewsDate
            {
            	font-size: 14px;
            	font-weight: bold;
            	vertical-align: top;
            }
            
            .NewsBody
            {
            	font-size: 12px;
            	font-weight: normal;
            	vertical-align: top;
            	padding-left: 20px;
            	padding-bottom: 20px;
            }
            
            .NewsBody h2            
            {
            	font-weight: bold;
            	font-size: 14px;
            	margin: 0;
            	padding: 0;
            	display: block;
            }
            .NewsBody a
            {
            	color: #0079C2;
            	text-decoration: none;
            }
            .NewsBody a:hover
            {
            	text-decoration: underline;
            }  



/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:500px; width:800px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../images/close.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

.glidecontent li
{
    display: none;
}