/* reset */
html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	background-color: #fff;
	font-family: Helvetica, sans-serif;
	color: #636466;
}
#body-container {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -100px;
	position:relative;
	width: 100%;
}
#top-pusher { height:26px;background:#000; }

.sw-logo {
	top:42px;
	left:43px;
	z-index:2;
}

.swlogo-svg {
        height: 70px;
        /* top: 10px; */
        margin-top: 30px;
	margin-left: 30px;
}

.cleardiv {
	clear:both;
}

.mouseover {
	height: 100px;
}

#pusher { clear:both; height:100px; }
#contentBox {
	padding:20px 20px;
}

#footer {
	position:relative;
	height:100px;
	background:#000;
}
#copyright {
	padding:3px 40px 0;
	color:#fff;
	font-size:10px;
	line-height:normal;
}
a {
	color:#2B58A8;
	text-decoration: none;
}
a:hover, a.active {
	text-decoration:none;
	color:#CE8033;
}
#contentBox.main p.mainlink {
	color: #2B58A8;
	font-size:23px;
	font-weight:bold;
	margin:30px 0 5px;
}
#contentBox.main p.mainlink.first { margin-top:0; }
#contentBox.main p.seclink,.seclink a {
	color:#636466;
	margin:0;
	font-size:19px;
	font-weight:normal;
}
input.inline {
	vertical-align:middle;
	margin-right:25px;
}
input.greybox {
	height:29px;
	width:205px;
	background:transparent url(images/input-box.png) no-repeat;
	color:#9E9FA1;
	border:0;
	outline:0;
	padding:0;
	text-align:center;
	font-size:14px;
}
h1 {
	color:#CE8033;
	font-size:26px;
	font-weight:bold;
}
h2 {
	color: #2B58A8;
	font-size:19px;
	font-weight:bold;
	margin:5px 0 8px;
}
p {
	font-size: 12px;
	margin:0.5em 0;
}
ul.arrow, ul.arrow li {
	list-style:none;
	padding:0;
	margin:0;
}
ul.arrow li {
	padding:4px 0 4px 40px;
	background:url(images/secondary/bullet.png) 15px 7px no-repeat;
}

/*********************/
/* front page styles */
#header.front {
	position:relative;
	height: 155px;
	background-size: auto 100%;
	background-image: url(modeimages/header.svg);
	/*m0012231 
  background-position: 220px center; */
	background-repeat: repeat-x;
}
.front.header-map {
	position:absolute;
	height:125px;
	width:555px;
	top:5px;
	right:60px;
	background:url(images/map.png);
	z-index:1;
}
#header-pad.front { background:#000;height:22px; }
#contentBox.front {
	padding:20px 20px 0 125px;
}
#contentBox.main p {
	margin:20px 0;
}
#footer-push { height:6px; }
#footer-menu.front {
	height: 40px;
	background:url(modeimages/footer.svg) repeat-x;
	padding:32px 17px 0px;
}

/* end front page styles */
/*************************/

/*********************/
/* blue page styles */
body.secondary.blue {
	background:#fff url(images/secondary/side-grad-blue.png) left top repeat-y;
}
#header.secondary {
	position:relative;
	height: 131px;
	border-top:3px solid #f7941e;
	background:#000 url(images/secondary/header.png) left 5px repeat-x;
}
#blue-bar {
	position:relative;
	background: url(images/secondary/bar-blue.png) repeat-x;
	height:24px;
	padding:5px 0 0 127px;
	color:#fff;
	font-size:15px;
	line-height:normal;
}
#blue-bar p { margin:0; font-size:15px; }
#contentBox.secondary {
	padding:0;
}
#right {
	margin:0 0 0 127px;
	line-height:1.5em;
	font-size:13px;
}
.right-padding {
	padding: 30px 30px 20px;
}
#footer-menu.secondary {
	position:relative;
	height: 67px;
	background:url(images/secondary/footer.png) left 9px repeat-x;
	padding:14px 17px 0px;
}
#footer-logo {
	position:absolute;
	top:15px;
	left:43px;
}

/* end blue page styles */
/*************************/

/**********************/
/* orange page styles */
body.secondary.orange {
	background:#fff url(images/secondary/side-grad-orange.png) left top repeat-y;
}
#orange-bar {
	position:relative;
	background: url(images/secondary/bar-orange.png) repeat-x;
	height:24px;
	padding:5px 0 0 127px;
	color:#fff;
	font-size:15px;
	line-height:normal;
}
#orange-bar p { margin:0; font-size:15px; }
/* end orange page styles */
/**************************/

/* navigation styles */
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	background:none;
	text-align:right;
}
ul.menu li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}
ul.menu li.last {
	background:none;
}
ul.menu a {
	color:#fff;
	display:block;
	padding:5px 12px 0 8px;
	font-size:12px;
}
ul.menu.secondary a {
	color:#000;
}
ul.menu a:hover {
	text-decoration:underline;
}
