/* STANDARD STYLES */
html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #EEEDDE;
	text-align: center;
}

table
{
	font-size: 12px;
}

h1
{
	font-size: 16px;
	font-weight: bolder;
	color: #742A4B;
	margin-top: 0;
}

h2
{
	font-size: 14px;
	font-weight: bolder;
	color: #742A4B;
	margin-top: 0;
	margin-bottom: 0px;
}

h3
{
	font-size: 12px;
	font-weight: bolder;
	color: #742A4B;
	margin-bottom: 0px;
	margin-top: 0;
}

h4
{
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0;
}

/* LINKS */

a:link, a:active, a:visited
{
	color: #742A4B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* NAV */

.btnHome
{
	position:relative;
	background-image: url(../images/btn_home_on.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}

.btnCompany
{
	position:relative;
	background-image: url(../images/btn_company_on.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}

.btnProjects
{
	position:relative;
	background-image: url(../images/btn_projects_on.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}

.btnPortfolio
{
	position:relative;
	background-image: url(../images/btn_portfolio_on.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}

.btnNews
{
	position:relative;
	background-image: url(../images/btn_news_on.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}

.btnContact
{
	position:relative;
	background-image: url(../images/btn_contact_on.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}

.btnHome a, .btnCompany a, .btnProjects a, .btnPortfolio a, .btnNews a, .btnContact a
{
	display: block;
	width: 90px;
	height: 40px;
	padding: 0;
}

.btnHome a:hover img { visibility:hidden; }
.btnProjects a:hover img { visibility:hidden; }
.btnPortfolio a:hover img { visibility:hidden; }
.btnCompany a:hover img { visibility:hidden; }
.btnNews a:hover img { visibility:hidden; }
.btnContact a:hover img { visibility:hidden; }

/* CLASSES */

.city
{
	color: #777659;
	font-style: italic;
	font-size: 11px;
	display: block;
	margin-bottom: 6px;
}

.columnHome
{
	font-size: 12px;
	float: left;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 12px;
	font-style: italic;
	line-height: 16px;
}

.column_home_name
{
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

.container
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.content
{
	margin-bottom: 20px;
}

.contentHome
{
	padding: 14px;
}

.contentHomeDivider
{
	border-bottom: 1px dotted #333333;
	display: block;
	margin-bottom: 14px;
}

.feature
{
	background-image: url(../images/bknd_feature.gif);
	background-repeat: no-repeat;
	display: block;
	width: 360px;
	height: 154px;
	margin-top: 14px;
}

.feature img
{
	margin-left: 14px;
	margin-top: 24px;
	border: 1px solid #777659;
	padding: 1px;
	float: left;
	margin-right: 10px;
}

.featureContent
{
	margin-top: 24px;
	width: 210px;
	font-size: 11px;
	float: left;
}

.hide
{
	display: none;
}

.modalBackground
{
    filter: Alpha(Opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 1px #333333;
    position: relative;
    top: -160px;
    left: -200px;
    z-index: 1000;
    width: 400px;
    height: 320px;
    padding: 0px;
}

.modalBody
{
    padding: 10px;
	 text-align: left;
}

.portfolio
{
	padding-top: 6px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 6px;
}

.portfolio_text
{
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	display: block;
	margin-bottom: 8px;
}

.project
{
	background-color: #E3E2D2;
	display: block;
	height: 160px;
	margin-top: 14px;
}

.project img
{
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #777659;
	padding: 1px;
	float: left;
	margin-right: 10px;
}

.projectContent
{
	margin-top: 18px;
	width: 160px;
	font-size: 11px;
	float: left;
}

.footer
{
	background: #CECDB3;
	color: #777659;
	font-size: 10px;
	padding: 8px;
	display: block;
	height: 40px;
}

.footer a
{
	color: #742A4B;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer img
{
	float: right;
	margin-right: 1px;
	margin-top: -10px;
}

.formColumn
{
	display: block;
	width: 420px;
	margin-right: 10px;
	float: left;
}

.frame
{
	border: 1px solid #777659;
}

.home_right
{
	display: block;
	width: 370px;
	height: 281px;
	background-image: url(../images/bknd_home_right.jpg);
	background-repeat: no-repeat;
}

.nav
{
	display: block;
	width: 560px;
	height: 80px;
	background-image: url(../images/bknd_nav.jpg);
	background-repeat: no-repeat;
}

.navPages
{
	display: block;
	width: 560px;
	height: 80px;
	background-image: url(../images/bknd_nav_pages.jpg);
	background-repeat: no-repeat;
}

.personnel
{
	padding-bottom: 12px;
	height: 182px;
}

.personnel img
{
	margin-right: 14px;
	border: 3px solid white;
	float: left;
}

.portfolioRow tr
{
	background: #E3E2D2;
}

.show
{
	display: block;
}

/* POSITIONAL */
div#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
