/* CSS Document */



/* ------------- Shell -------------------------------- */
body {
	text-align: center;
	min-width: 980px; /* Set min width for Gecko browsers */
	background-color: #999999;
	/*background-image: url(../Images/Layout/Background-Grid.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;*/
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Images/Layout/Background.png);
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
	color: #CCCCCC;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
	padding: 0 0 0 0px;
	/*background-image: url(../Images/Layout/Background.png);
	background-repeat: repeat-y;
	background-position: center;*/
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
} 
 
 
/* ------------- HEADER LAYOUT ------------------------ */
#header {
	padding: 0px;
	background-image: url(../Images/Layout/Menu-Border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header img {
	margin: 50px 0 8px 20px;
	padding: 0px;
}
#navcontainer {
	display: block;
	margin: 90px 0 -10px 0;
	padding: 0px;
	float: right;
	width: 160px;
}
#SearchBox {
	float: right;
	text-align: right;
	background-color: #EEEEEE;
	height: 38px;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
}

#menu {
	float: right;
	width: 974px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #121212;
	border-left-color: #333333;
	margin: 0px;
}

/* ------------- CONTENT ------------------------------ */

#content-container {
	clear: both;
	padding: 16px 12px 4px 12px;
	min-height: 500px;
	background-color: #FFFFFF;
	margin: 10px 0 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2A3443;
	border-right-color: #2A3443;
	border-bottom-color: #000000;
	border-left-color: #2A3443;
}
.ProjectContainer {
	background: url(../Images/Layout/Row-Background.png) repeat-x top;
	padding: 5px 5px 10px 10px;
	margin: 0 0 20px 0;
}
h2 .ProjectTitle {
	padding: 0 0 10px 0;
}
.ProjectImage {
	margin: 0 20px 0 0px;
	width: 275px;
	float: left;
}
.ProjectDescription {
	float: left;
	width: 400px;
	margin: 0 40px 0 0;
}
.ProjectLinks {
	background: url(../Images/Layout/Vertical-Divider.png) no-repeat left top;
	margin: 0 -10px 0 0;
	padding: 0 5px;
	float: left;
	width: 200px;
}


.ProjectLinks a, .ProjectLinks li a
{
	display: block;
	padding: 5px 5px 12px 5px;
	width: 190px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.ProjectLinks a:link, .SideLinkItems a:visited
{
	color: #FF6600;
	text-decoration: none;
}

.ProjectLinks a:hover
{
	background-color: #FF9900;
	color: #fff;
}









#content-2Col {
	float: left;
	width: 730px;
}


#Sidebar230 {
	margin: 0px;
	padding: 0 0 0 20px;
	width: 230px;
}

.column {
	position: relative;
	float: left;
}

#main-content {
	margin: 0;
	width: 475px;
	padding: 10px 25px 0 0;
}
#ColLeftWide {
	float: left;
	width: 480px;
}
#ColRightWide {
	float: right;
	width: 480px;
}

#Nav {
	width: 214px;
	/*background-color: #FFF9AB;*/
	float: right;
	height: 100%;
	margin-bottom: 10px;
}

#Nav h4, .DarkBox h4, .DarkBox230 h4{
	color: #FFFFFF;
	padding: 20px 0 26px 60px;
	margin: 0 -10px -20px -16px;
	background-image: url(../Images/Banners/DarkBox-Background.png);
	background-repeat: repeat-x;
	background-position: left top;
}



#Nav a {
	color: #FEE100;
	text-decoration: none;
	font-size: 1.3em;
}
#Nav h2 {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0 -8px 0;
	padding: 0px;
}


/* ----- COLUMNS ------------------------------------------------------------ */
/*
.column-left {
	clear: both;
	float: left;
	width: 380px;
	margin: 0 0 14px 0;
	padding: 0px;
}
.column-right {
	clear: right;
	float: right;
	width: 380px;
	margin: 0 0 14px 0;
	padding: 0px;
}*/
.column-full-width {
	clear: both;
}


/* ----- 3 COLUMNS FULL WIDTH ----------------------------------------------- */

#Full-Width-content {
	width: 750px;
}
#ColLeft {
	float:left;
	width:305px;
	clear: left;
}
#ColCenter {
	float:left;
	width:305px;
	margin-left:15px;
}
#ColRight {
	float:left;
	width:305px;
	margin-left:15px;
}

/* ------------- FOOTER ------------------------------ */

#Footer 
{
	clear: both;
	font-size: 0.7em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	/*background-image: url(../Images/Layout/Back-Bottom-Border.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	background-color: #333333;
	background-image: url(../Images/Layout/Footer-Background.gif);
	background-repeat: repeat-x;
	height: 36px;
	padding-top: 18px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
	background-position: center top;
	position: relative;
	margin: 0px;
}

#Footer a 
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px;
}
#Footer a:hover 
{
	color: #FFFFFF;
	background-color: #3399FF;
	background-image: url(../images/layout/footer-hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#wrapper #Footer a {
	width: 600px;
}
.ServiceBox {
	float: left;
	width: 230px;
	margin: 0 11px 15px 0px;
	background-color: #CCCCCC;
	background-image: url(../Images/Layout/EmployeeBox-Backgr.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #333333;
	color: #333333;
}
.sectionHead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding: 10px 0 6px 0;
}
.icontext {
	margin: 0 0 -12px 0;
	padding: 0;
}

.SideLinks {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.SideLinks ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.SideLinks a, .SideLinks li a
{
	display: block;
	padding: 5px 5px 12px 5px;
	width: 190px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.SideLinkItems a {
	color: #FF6600;
}

.SideLinks a:link, .SideLinkItems a:visited
{
	color: #FF6600;
	text-decoration: none;
}

.SideLinks a:hover
{
	background-color: #FF9900;
	color: #fff;
}
