*{
  margin: 0;
  padding: 0;
}

body{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #333;
  background: url(../images/htmlBackground.bmp) 0 0 no-repeat;
  background-attachment: fixed;
  background-color: #B5CDF4;
}

h1#Title {
  display: none;
}

ul#MainMenu {
  display: none;
}

p {
  margin: 10px 0 10px 0;
}


#Bkg {
  background-attachment: fixed;
  min-height: 932px;
  width: 100%;
  position: fixed;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

h1 {
  font-size: 18px;
  margin: 15px 0 0 0;
  color: #1c3664;
}

h2 {
  font-size: 15px;
  margin: 10px 0 0 0;
  color: #1c3664;
}

li {
  margin-left: 25px;
}

#SideBar {
  position: fixed;
  width: 280px;
  top: 0px;
}

#Header {
  width: 300px;
  height: 100px;
  text-align: left;
}

#Header img {
  border: none;
}


#Side {
  margin: 25px 0 0 10px;
  z-index: 1;
}

#Main {
}

#MainContent {
  width: 67.5%;
  padding: 20px 0 150px 0;
  position: absolute;
  left: 310px;
  min-width: 670px;
  max-width: 1000px;
}

.Content {
  width: 100%;
  border-collapse: collapse;
}

.Content p
{
  line-height: 1.3;
  font-size: 13px;
}

.Content a {
  color: #2E99CE;
}

.Content a img {
  border: none;
}

.Content td
{
  padding: 0;
  margin: 0;
  font-size: 8px;
  line-height: 8px;
}

#ContentTL {
  width: 13px;
  height: 13px;
  background: url(../images/BorderMainTL.png) top left no-repeat;
}

#ContentT {
  height: 13px;
  background: url(../images/BorderMainT.png) top repeat-x;
}

#ContentTR {
  width: 13px;
  height: 13px;
  background: url(../images/BorderMainTR.png) top right no-repeat;
}

#ContentL {
  width: 13px;
  background: url(../images/BorderMainL.png) left repeat-y;
}

#ContentC {
  background: url(../images/BorderMainC.png);
}

.ContentDiv {
  font-size: 13px;
  line-height: 1.3;
  padding-left: 25px;
  padding-right: 25px;
}

#ContentR {
  width: 13px;
  background: url(../images/BorderMainR.png) right repeat-y;
}

#ContentBL {
  width: 13px;
  height: 13px;
  background: url(../images/BorderMainBL.png) bottom left no-repeat;
}

#ContentB {
  height: 13px;
  background: url(../images/BorderMainB.png) bottom repeat-x;
}

#ContentBR {
  width: 13px;
  height: 13px;
  background: url(../images/BorderMainBR.png) bottom right no-repeat;
}

#MenuContainer {
  border-top: 1px solid #A9A9BF;
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: #FFF;
  z-index: 100;
}

#MenuBar{
  margin: auto;
  text-align: center;
  width: 1000px;
}

.MenuItem{
  display: block;
  float: left;
  width: 179px;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  height: 20px;
  padding: 10px;
  color: #333;
  font-size: 13px;
}

.MenuItem:hover {
  background: #E9E9FF;
}

.MenuItem .Description {
  line-height: 1.3;
  margin: 5px 0 5px 0;
}

.MenuItem .ImageHolder{
  border: 1px solid #555;
  padding: 1px;
  height: 99px;
  display: block;
}

.MenuItem .ImageHolder img{
  width: 175px;
  height: 99px;
  border: none;
}

.MenuItemBorder{
  border-right: 1px dotted #19A3FF;
}

.MenuItem span.Title{
  font-family: Tahoma;
  font-size: 21px;
  line-height: 25px;
  font-weight: normal;
  display: block;
  margin: 0 0 15px 0;
  background-position: left 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
  color: #1c3664;
}

.MenuItem span.Portfolio {
  background-image: url(../images/ico_Portfolio.png);
}

.MenuItem span.Team {
  background-image: url(../images/ico_Team.png);
}

.MenuItem span.News {
  background-image: url(../images/ico_News.png);
}

.MenuItem span.Support {
  background-image: url(../images/ico_Support.png);
}

.MenuItem span.Contact {
  background-image: url(../images/ico_Contact.png);
}

.SideTable {
  width: 100%;
  border-collapse: collapse;
}

.SideTable td {
  padding: 0;
  margin: 0;
  font-size: 8px;
  line-height: 8px;
}

.SideTable .Archive {
  display: inline-block;
  font-size: 12px;
  margin: 20px 0 10px 10px;
  color: #FFF;
}

.SideTableTL {
  width: 13px;
  height: 13px;
  background: url(../images/BorderSideTL.png) top left no-repeat;
}

.SideTableT {
  height: 13px;
  background: url(../images/BorderSideT.png) top repeat-x;
}

.SideTableTR {
  width: 13px;
  height: 13px;
  background: url(../images/BorderSideTR.png) top right no-repeat;
}

.SideTableL {
  width: 13px;
  background: url(../images/BorderSideL.png) left repeat-y;
}

.SideTableC {
  background: url(../images/BorderSideC.png);
  background-position: -1px 0;
}

.SideTableR {
  width: 13px;
  background: url(../images/BorderSideR.png) right repeat-y;
}

.SideTableBL {
  width: 13px;
  height: 13px;
  background: url(../images/BorderSideBL.png) bottom left no-repeat;
}

.SideTableB {
  height: 13px;
  background: url(../images/BorderSideB.png) bottom repeat-x;
}

.SideTableBR {
  width: 13px;
  height: 13px;
  background: url(../images/BorderSideBR.png) bottom right no-repeat;
}

.MenuItem a {
  color: #19A3FF;
}

.TopList {
  font-size: 12px;
  margin-bottom: 25px;
} 

.TopList .Container {
  display: block;
  height: 15px;
  float: left;
}

.TopList a {
  /*color: #333;*/
  text-decoration: none;
  color: #2E99CE;
  white-space: nowrap;
}

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

.TopList .Separator {
  margin-right: 5px;
  /*color: #2E99CE;*/
  color: #333;
}

.FlashHolder {
  display: none;
  position:fixed; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  z-index: 20;
}

.SubTitle {
  font-size: 10px;
  color: #1c3664;
}

.OpenText {
  color: #1c3664;
  font-weight: bold;
}

.PortfolioCategories {
  color: #FFF;
  list-style-type: none;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.PortfolioCategories li {
  padding: 0 0 0 10px;
  margin: 5px 0 0 0;
  background: url(../images/bullet.png) 0 6px no-repeat;
}

.PortfolioCategories a {
  display: block;
  text-decoration: none;
  color: #FFF;
}

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

.SidePhoto {
  position: relative;
  z-index: 50;
  left: -34px;
}

.TeamBook {
  padding-top: 30px;
}

.TeamBook table {
  border-collapse: collapse;
  width: 100%;
}

.TeamBook table td {
  width: 75px;
  height: 90px;
  vertical-align: top;
  text-align: center;
}

.TeamBook .Person {
  text-align: center;
  text-decoration: none;
}

.TeamBook .Person span.Photo {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-position: 0px 0px;
  border: 2px solid #EEE;
  background-color: #A9E531;
}

.TeamBook .Person span.Name {
  display: none;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
}

.TeamBook .Person:hover span.Photo {
  background-position: 0px -54px;
  background-color: #EEE;
  cursor: pointer;
  border: 2px solid #1c3664;
}

.TeamBook .Person:hover span.Name {
  display: block;
  margin-top: 5px;
}

.NewsList {
  color: #FFF;
  list-style-type: none;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.NewsList a {
  display: block;
  text-decoration: none;
  color: #FFF;
}

.NewsList li {
  padding: 0 0 0 10px;
  margin: 5px 0 0 0;
  background: url(../images/bullet.png) 0 6px no-repeat;
}

.NewsList a:hover > span.NewsTitle {
  text-decoration: underline;
}

.NewsList span.NewsTitle {
  padding-top: 5px;
}

.NewsList span.NewsDateText {
  font-size: 10px;
  color: #BBDDFF;
}

.SupportList {
  font-size: 14px;
  line-height: 1.2;
}

.SupportList a {
  display: block;
  padding: 2px 2px 2px 10px;
  margin: 2px;
  color: #FFF;
  text-decoration: none;
}

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

#FlashContact embed {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#PreloadStatus {
  text-align: center;
  width: 220px;
  margin: 250px auto auto auto;
  background: #FFF url(../images/Logo.png) no-repeat;
  padding: 100px 20px 20px 20px;
}

#PreloadStatus a {
  color: #ACD037;
  font-size: 12px;
}

.PreloadBox {
  display: inline-block;
  border: 1px solid #999;
  width: 20px;
  height: 20px;
}

#ContactForm {
  background-color: #B5CDF4; 
  width: 500px;
  padding: 10px;
  margin-bottom: 25px;
}

#ContactForm .Row {
  padding: 5px;
}

#ContactForm .Row .Left {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}

#ContactForm .Row .Right {
  display: inline-block;
}

#ContactForm .TextBox {
  border: 1px solid #999;
  background-color: #FDFDFD;
  padding: 3px;
  width: 350px;
  font-family: Georgia;
  font-size: 13px;
}

#ContactForm textarea {
  height: 120px;
}

.TextBoxValidationFailed {
  border: 1px solid #FF4C4C;
  background-color: #FFEDEE;
  padding: 3px;
  width: 350px;
  font-family: Georgia;
  font-size: 13px;
  color: #F00;
}

.CheckBoxGroupValidationFailed {
  color: #F00; 
}

#NewsArchive {
  padding: 0;
  margin: 20px 0 0 0;
}

#NewsArchive li {
  margin-left: 10px;
}

#NewsArchive li a {
  color: #333;
}

#MailSentMessage {
  background-color: #ACD037;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  margin: 15px;
  text-align: center;
}
