* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #173E70 url(../images/body-bg.jpg);
	background-position:center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	color: #333;
}
a {
	color: #1D518B;
}
img {
	border-style: none;
}
ul {
	margin-left: 20px;
}
h1,h2,h3,h4,h5 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {font-size: 24px}
h2 {font-size: 20px}
h3 {font-size: 14px}
.List tr:nth-child(even) {
	background-color: #EFEFEF;
}
.List tr:hover {
	background-color: #FFC;
}
#MainOutter {
	background: url(../images/MainOutter-bg.png) repeat-y;
	width: 940px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#page-cap-bottom {
	background: url(../images/page-cap-bottom.png) no-repeat;
	height: 32px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#PageHeader {
	background: url(../images/header/page-header-bg.png) no-repeat;
	height: 144px;
}
#PageHeader .logo {
	float: left;
	margin-top: 50px;
	margin-left: 55px;
}
.contact-info {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	line-height: 14px;
	padding-top: 55px;
	padding-right: 30px;
	height: 65px;
}
.contact-info a {
	color: #FFF;
	text-decoration: none;
}
.contact-info a:hover {
	text-decoration: underline;
}
.contact-info .sales-number {
	font-size: 1.2em;
}
.main-nav li {
	display: inline;
}
#header-nav {
	font-size: 12px;
	/*margin-top: 15px;*/
	margin-top: -5px;
	height: 28px;
	line-height: 2.2em;
	clear: both;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#header-nav ul {
	display: inline;
	/*margin: 0 auto;*/
}
#header-nav li {
	margin: 0px 1px;
	padding: 8px 16px;
}
#header-nav li.home,
body.projects #header-nav li.projects,
body.news #header-nav li.news,
body.about #header-nav li.about,
body.contact #header-nav li.contact {
	background: url(../images/header/nav-tab-bg.png) repeat-x;
	padding: 8px 16px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#header-nav li.home a,
body.projects #header-nav li.projects a,
body.news #header-nav li.news a,
body.about #header-nav li.about a,
body.contact #header-nav li.contact a {
	color: #000;
}
body.projects #header-nav li.home,
body.news #header-nav li.home,
body.about #header-nav li.home,
body.contact #header-nav li.home {
	background: transparent;
}
body.projects #header-nav li.home a,
body.news #header-nav li.home a,
body.about #header-nav li.home a,
body.contact #header-nav li.home a {
	color: #FFF;
}
#header-nav a {
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#header-nav a:hover {
	text-decoration: underline;
}
#MainBodyOutter {
	clear: both;
	/*margin: 0px 15px;*/
	padding: 0 20px;
	background: url(../images/page-body-bg.png) repeat-y;
}
#MainBody {
	min-height: 300px;
	border-top: 2px solid #FFCCCC;
	padding: 20px 30px;
}
#MainBody p {
	margin-bottom: 1.5em;
}
#MainBody h1,
#MainBody h2,
#MainBody h3,
#MainBody h4,
#MainBody h5,
#MainBody h6 {
	color: #1D518B;
}
#MainBody h1 {
	margin-top: 10px;
	margin-bottom: 25px;
}
#MainBody h2 {
	margin-top: 10px;
}
.SecondaryNav {
	/*width: 171px;*/
	margin-left: 3px;
	margin-bottom: 10px;
}
.SecondaryNav h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.SecondaryNav ul {
	list-style-type: none;
	margin-left: 0px;
}
.SecondaryNav li {
	font-size: 1.05em;
	line-height: 2em;
}
.ForceClearBoth {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.BreadCrumbs {
	margin: 10px;
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 0px 8px;
}
.BreadCrumbs a {
	text-decoration: none;
	color: #666;
}
.BreadCrumbs a:hover {
	text-decoration: underline;
	color: #000;
}
.BreadCrumbs ul,
.BreadCrumbs li {
	display: inline;
	font-size: 12px;
}
.BreadCrumbs li {
	display: inline;
	padding-left: 8px;
}
a.SeeMore {
	/*background: url(../images/arrow-right-15x8.gif) 0px 3px no-repeat;*/
	padding-left: 20px;
}
#page-footer {
	clear: both;
	text-align: right;
	padding: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	font-size: .8em;
	background-color: #000;
	color: #EEE;
}
#page-footer p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
#page-footer a {
	color: #FFCCCC;
}
#SecondaryNav {
	float: left;
	width: 168px;
}
#SecondaryNav ul {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	list-style-type: none;
}
#RightMargin .MoreInfo {
	float: right;
	width: 188px;
}
#SecondaryNav li.Selected {
	border-bottom: 1px solid #CCC;
}
#SecondaryNav a {
	color: #666;
	text-decoration: none;
}
#SecondaryNav a:hover {
	color: #000;
}
#SecondaryNav li.Selected a {
	color: #2B4480;
}
#RightMargin .MoreInfo {
	/*background-image: url(../images/more_info_bg.png);*/
	height: 51px;
	width: 180px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 14px 4px 4px;
	text-align: center;
}
.RightColumn {
	float: right;
	width: 49%;
}
.LeftColumn {
	float: left;
	width: 49%;
}
.RightColumn .Box {
	margin: 10px;
	padding:8px 10px;
	border: 1px solid #CCC;
	background-color:#FFF;
}

.Button {
	color: #FFF;
	background-color: #1D518B;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Button:hover {
	background-color: #044379;
	text-decoration: underline;
}
.widget.powered-by-silverleaf,
.widget.login-logout-button {
	display: inline;
}
