html, body {
	height: 100%; /* Required */
	margin: 0px;
	padding: 0px;
	background: #FFF url(../images/layoutImages/ochreBkgd.gif) repeat-y;
	background-position: top right;
}

#containerPage {
	position:relative; /* needed for footer positioning*/
	width: 100%;
	min-height:100%; /* real browsers */
}


#contentHomepage {
	padding-bottom: 160px; /* height of the footer on the homepage */
}

#contentSecpage {
	padding-bottom: 30px; /* height of the footer on all secondary pages */
}

#header {
	padding: 0;
	height: 150px;
	text-align: right;
	width: 100%;
}

#mainContent {
	margin-top: 40px;
	margin-right: 40px;
}

#nav {
	width: 250px;
	margin-top: 40px;
	margin-left: 8px;
}

#imgBorder {
	text-align: center;
	width: 150px;
	margin-top: 40px;
}

#homepageFlash {
	padding: 0;
	height: 130px;
	background: #276571;
	width: 100%;
}

#footerHomepage {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 160px;
}

#footerSecpage {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 30px;
}

#footer {
	clear: both;
}
}

#socmedbtns {
	position:absolute;
	text-align: right;
	right:0;
	width:105px;
	bottom:0; /* stick to bottom */
	height: 30px;
	z-index: 9999;
}


/*** Just for Looks ***/

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

#mainContent ul {
	list-style: url(../images/layoutImages/navRollOver_blue.gif);
}

.mouse { font-size: 9px; font-weight: bold; }

.blue { color: #005b91; font-weight: bold; }

a { color: #005b91; }
a:link { color: #005b91; }
a:hover, a:active { text-decoration: none; }
a:visited { color: #014167; }

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 2px;
}

.h1Purple { border-bottom: 1px solid #773F6F; }
.h1Teal { border-bottom: 1px solid #276571; }
.h1Ochre { border-bottom: 1px solid #E1A358; }
.h1Mauve { border-bottom: 1px solid #AC675E; }
.h1Green { border-bottom: 1px solid #6A8A7F; }

h2 {
	color: #005b91;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.hdrBlue {
	background-color: #265783;
	background-image: url("../images/layoutImages/NeshkinHdr_blue.jpg");
	background-repeat: no-repeat;
}

.hdrTeal {
	background-color: #276571;
	background-image: url("../images/layoutImages/NeshkinHdr_teal.jpg");
	background-repeat: no-repeat;
}

.hdrPurple {
	background-color: #6A3F66;
	background-image: url("../images/layoutImages/NeshkinHdr_purple.jpg");
	background-repeat: no-repeat;
}

.hdrOchre {
	background-color: #D09448;
	background-image: url("../images/layoutImages/NeshkinHdr_ochre.jpg");
	background-repeat: no-repeat;
}

.hdrMauve {
	background-color: #985E58;
	background-image: url("../images/layoutImages/NeshkinHdr_mauve.jpg");
	background-repeat: no-repeat;
}

.hdrGreen {
	background-color: #607D74;
	background-image: url("../images/layoutImages/NeshkinHdr_green.jpg");
	background-repeat: no-repeat;
}

.ochreSide {
	background: #e1b258; /* ochre yellow*/
}

#imgBorder img {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#imgBorder .botRule { border-bottom: 1px solid #FFF; }
#imgBorder .allRule {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#footer {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	height: 30px;
	padding-top: 5px;
	padding-left: 26px;
}

#footer a { color: #FFF; }

#footer a:hover { color: #005b91; text-decoration: none; }

#footer a:visited { color: #999; }

#nav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	
}

.subNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

#nav li {
	margin-bottom: 16px;
	padding-left: 1px;
	
}

#nav .projectSub li {
	margin-bottom: 0px;
	padding-left: 1px;
}


#nav .subNav li {
	margin-bottom: 0px;
}

#nav a {
	display: block;
	width: 230px;
	text-decoration: none;
} 
#nav a:link, #nav a:active, #nav a:visited {
	color: #005b91; /*basic blue*/
}

#nav .subNav a:link, #nav .subNav a:active, #nav .subNav a:visited  {
	margin-left: 15px;
	color: #333;
	text-transform: none;
	letter-spacing: 0px;
}

#nav .purpleLink a:hover {
	background: url(../images/layoutImages/navRollOver_purple.gif) no-repeat 0px 3px;
	color: #773F6F; /*purple*/
} 

#nav .tealLink a:hover {
	background: url(../images/layoutImages/navRollOver_teal.gif) no-repeat 0px 3px;
	color: #276571; /*teal*/
}

#nav .ochreLink a:hover {
	background: url(../images/layoutImages/navRollOver_ochre.gif) no-repeat 0px 3px;
	color: #e1a358; /*darker ochre*/
}

#nav .mauveLink a:hover {
	background: url(../images/layoutImages/navRollOver_mauve.gif) no-repeat 0px 3px;
	color: #ac675e; /*mauve*/
}

#nav .greenLink a:hover {
	background: url(../images/layoutImages/navRollOver_green.gif) no-repeat 0px 3px;
	color: #6a8a7f; /*deep green*/
} 

.button {
	color:#FFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#005b91;
   border:1px solid;
   border-top-color:#005b91;
   border-left-color:#005b91;
   border-right-color:#005b91;
   border-bottom-color:#005b91;
 }
 
 .textBox {
	color:#000;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #F5F5F5;
   border:1px solid;
   border-top-color:#005b91;
   border-left-color:#005b91;
   border-right-color:#005b91;
   border-bottom-color:#005b91;
 }
 
 .leadProjectThumb {
	margin-top: 10px;
	margin-right: 10px; 
 }
 
 .TD_projectDetail {
	border-bottom: 1px solid #e28718;
}

#noFlash {
	background: url(../images/layoutImages/noFlashBkgd.jpg) no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 130px;
	padding-left: 26px;
	padding-top: 45px;
	font-weight: bold;
}

#mauveRule {
	border-bottom: 1px solid #ac675e;
	padding-top: 10px;
	padding-bottom: 10px;
}

#greenRule {
	border-bottom: 1px solid #6a8a7f;
	padding-top: 10px;
	padding-bottom: 10px;
}

