@charset "utf-8";
/* CSS Document */

body {
  margin:0px;
  padding:0px;
  background:black;
  background-image:url(/media/pageBg.png);
  background-repeat:repeat;
  font-size:13px;
  font-family:Verdana, Arial;
  color:white;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

p {
	margin-bottom:10px;
	margin-top:5px;
	line-height:120%;
	font-size:13px;
}

a {
	color:#CCC;
}

img {
	border:0px;
}

.wrapper {
	background-image:url(/media/contentBgAlt.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:750px;
}

.logo {
	background-image:url(/media/contentLogo.png);
	background-repeat:no-repeat;
	background-position:center 80px;
	height:350px;
	width:800px;
	display:table-cell;
	vertical-align:bottom;
	margin-bottom:140px;
}

.footer {
	font-size:9px;
	margin-bottom:20px;
}

.footer_left {
	float:left;
	width:50%;
	text-align:left;
}

.footer_right {
	float:right;
	width:50%;
	text-align:right;
}

.headings {
	margin-bottom:10px;
}

.headings h1, h2, h3, h4, h5, h6 {
	margin:0px;
}
.external {
	background-image:url(/media/external.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:13px;
}

.standardTable {
	width:100%;
}

.standardTable tr td ul {
	padding-left:15px;
}

.tableHeading {
	font-weight:bold;
	color:white;
	background-color:#41527a;
}

.tableLightLight, .tableLightLight a {
	background-color:#8191bd;
	color:white;
}
.tableLightDark, .tableLightDark a {
	background-color:#7282ae;
	color:white;
}
.tableDarkLight, .tableDarkLight a {
	background-color:#6778a2;
	color:white;
}
.tableDarkDark, .tableDarkDark a {
	background-color:#5a6a93;
	color:white;
}

.tableLightRed, .tableLightRed a {
	background-color:#d90000;
	color:white;
}
.tableDarkRed, .tableDarkRed a {
	background-color:#b90000;
	color:white;
}
.tableLightGreen, .tableLightGreen a {
	background-color:#70d900;
	color:white;
}
.tableDarkGreen, .tableDarkGreen a {
	background-color:#5fb900;
	color:white;
}
.tableLightBlue, .tableLightBlue a {
	background-color:#006cc1;
	color:white;
}
.tableDarkBlue, .tableDarkBlue a {
	background-color:#005eb2;
	color:white;
}

.menu {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:140px;
}

.menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.menu ul li {
	display:inline;
}

.menu ul li a {
	float:left;
	width:100px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	background-image:url(/media/menuSprite.png);
	background-repeat:no-repeat;
}

.menuHome { background-position:-1px -1px !important; }
a.menuHome:hover { background-position:-1px -181px !important; }

.menuServices { background-position:-1px -37px !important; }
a.menuServices:hover { background-position:-1px -217px !important; }

.menuPortfolio { background-position:-1px -73px !important; }
a.menuPortfolio:hover { background-position:-1px -253px !important; }

.menuAbout { background-position:-1px -109px !important; }
a.menuAbout:hover { background-position:-1px -289px !important }

.menuContact { background-position:-1px -145px !important; }
a.menuContact:hover { background-position:-1px -325px !important }

.contentDivider {
	margin-top:40px;
	margin-bottom:20px;
}

.body {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.fadeBody {
	background-image:url(/media/fadeBody.png);
	background-repeat:repeat;
}

.fadeTop {
	background-image:url(/media/fadeTop.png);
	background-repeat:repeat-x;
	width:100%;
	height:10px;
}

.fadeBottom {
	background-image:url(/media/fadeBottom.png);
	background-repeat:repeat-x;
	width:100%;
	height:10px;
}
