@charset "utf-8";
/* CSS Document */
html { 
	height: 100%; 
	margin-bottom: 0.01em; 
}

body {
	background: #e6e5e5;
	margin: 0px;
	}

body, div, p, span, a, strong, ol, ul, li {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a img {
	border: none;
	}
	
a, a:active, a:visited {
	color: #e70022;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
	
pre {
	font-family: Arial, sans-serif;
	font-size: 13px;
	}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
h1 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: black;
	margin: 4px 0px;
	padding: 0px;
	}
h4 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #e70022;
	font-weight: bold;
	}

h5 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #e70022;
	font-weight: normal;
	text-transform: uppercase;
	margin: 3px 0px;
	margin-top: 15px;
	}
	
ul li {
	padding-left: 20px;
	margin: 2px 0px 2px 0px;
	}

.bold {
	font-weight: bold;
	}
	
a.bulleted, a.bulleted:visited, a.bulleted:active {
	background: url(../images/red_bullet.gif) left no-repeat;
	padding-left: 20px;
	margin: 2px 0px 2px 0px;
	color: #e70022;
	font-weight: bold;
}

.indent {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
}

div.bulleted {
	margin: 0px 0px 0px 20px !important;
	}

a:bulleted:hover {
	text-decoration: underline;
	}
	
a.biglink, a.biglink:active, a.biglink:visited {
	font-size: 13px;
	font-weight: bold;
	}

#wrapper {
	width: 836px;
	position: absolute;
	left: 50%;
	margin-left: -418px;
	}

@media screen and (max-width: 700px) {
	#wrapper {
		width: 100%;
		position: absolute;
		left: 0%;
		margin-left: 0px;
	}
}

.img-shadow {
  float: left;
  }

.img-shadow #body {
  display: block;
  position: relative;
  background-color: #fff;
  } 

#body {
	width: 816px;
}
@media screen and (max-width: 700px) {
	#body {
		width: auto;
	}
}

header {
	width: 100%;
	height: 130px;
	background: #fff;
	top: 0;
	left: 0;
	border-bottom: 1px solid #f0f0f0;
	z-index: 100;
	position: fixed;
}

nav {
	width: 480px;
	float: right;
	padding: 20px;	
}

header ul {
	list-style: none;
}

header li {
	display: inline-block;
	padding: 10px
}

#logo{
	margin: 20px;
	float: left;
	width: 200px;
	height: 0px;
	display: block;
}

#menu-icon {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 50px;
	background: #e70022 url(../images/menu-icon.png) center;
}
@media screen and (max-width: 700px) {
	#menu-icon {
		display:inline-block;
	}
	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 40%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
}

@media screen and (max-width: 700px) {
	#logo {
		margin-left: 0px;
	}
}
	
#main {
	margin-top: 140px;
	margin-bottom: 0px;
	margin-right: 65px;
	margin-left: 0px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 700px) {
	#main {
		margin: 140px auto;
	}
	#main .widesect img {
		width: 100%;
	}
}

#main .widesect {
	margin: 0px 30px;
	} 

#main .left {
	width: 390px;
	float: left;
	margin-top: 30px;
}

@media screen and (max-width: 700px) {
	#main .left {
		width: 100%;
		margin-top: 0px;
	}
}

#main .right {
	width: 385px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	margin-top: 35px;
	}

#main .right p {
	width: 340px;
	color: #333;
	margin: 10px 0px;
	}

@media screen and (max-width: 700px) {
	#main .right {
		width: 100%;
		margin-left: 0px;
		border-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
	}
	#main .right p {
		width: 100%;
	}
}

#main .paper {
			width: 380px;
			height: 504px;
			padding: 20px;
			margin-left: 20px;
			}
#main .paper p {
			margin: 10px 20px;
			width: 280px !important;
			}
#main .paper p, .paper span {
			color: #333;
		}
@media screen and (max-width: 700px) {
	#main .paper {
		width: 100%;
		height: auto;
		padding: 0px;
		margin-left: 0px;
	}
	#main .paper p {
		width: 100%;
	}
}

#whyoutsource .left {
	width: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 65px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	}
	
#whyoutsource .right {
	width: 210px;
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 35px;
	padding: 0px;
	border: none;
	}
@media screen and (max-width: 700px) {
	#whyoutsource .left {
		margin-left: 0px;
		width: 100%;
	}
	#whyoutsource .right {
		margin-left: 0px;
		width: 100%;
	}
}

#whyoutsource p {
	margin: 7px 0px;
	}

#midsection {
	width: 816px;
	margin-bottom: 15px;
	}
#midsection .left {
	width: 390px;
}
@media screen and (max-width: 700px) {
	#midsection {
		width: 100%;
		margin-bottom: 0px;
	}
	#midsection .left {
		width: auto;
		display: none;
	}
}

#midsection div {
	width: 385px;
	float: left;
	padding: 10px 0px;
	margin-left: 20px;
	}
@media screen and (max-width: 700px) {
	#midsection div {
		width: 100%;
		padding: 0px;
		margin-left: 0px;
	}
}
#midsection div p, #midsection div img {
	margin: 8px 10px 0px 25px;
	font-size: 13px;
	}


.red {
	color: #e70022 !important;
}

#footer {
	background: #e70022;
	color: #fff;
	padding: 20px 20px 30px 20px;
	height: 36px;
}
	
#footer p {
	color: #fff;
	margin: 0px 0px 7px 0px;
	float: left;
	width: 400px;
	font-size: 11px;
	}

#footer div.right{
	float: right !important;
	width: 200px;
	text-align: right;
	color: #fff;
	}
	
#footer a, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 2px;
	font-size: 11px;
	}
	
#footer strong {
	color: #fff;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
@media screen and (max-width: 700px) {
	#footer {
		padding: 0px;
		padding-bottom: 20px;
	}
	#footer div.right{
		display: none;
	}
	#footer p {
		width: 100%;
	}
}

.clear {
	clear: both;
	}

#slideshow {
	margin-left: 30px;
	position: relative;
	bottom: -25px;
	background: url(../images/homepage/slideshow_bg.png) no-repeat top;
	width: 323px;
	height: 376px;
	}
	
@media screen and (max-width: 700px) {
	#slideshow {
		margin-left: 0px;
	}
}

p.outsource {
	margin: 0px 0px 20px 20px !important;
	}
	
h5.outsource {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	background: url(../images/red_bullet.gif) no-repeat left;
	}
	
span.red {
	color: red;
	}
}
