@charset "UTF-8";
/* CSS Document */

html {
	font-size:62%;
	background-image:url(/image/bg_pattern.gif);
	background-repeat:repeat;
	
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#666666;
}

p {
	line-height:20px;
	padding-bottom:15px;
	padding-left:1.05em;
}

#outerwrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:908px;
	float:left;
	background-color:#fff;
	padding:16px 26px;
}

#logo {
	background-repeat:no-repeat;
	float:left;
	width:263px;
	height:48px;
}

#navwrapper {
	width:550px;
	float:right;
	margin-top:30px;
}

#nav {
	float:right;
	font-size:1em;
}

#nav li {
	float:left;
	list-style-type:none;
}

#nav li a {
	color:#999;
	text-decoration:none;
	display:inline;
	padding:1em;
}

#nav li.on a {
	color:#cc3333;
}

#nav li a:hover {
	text-decoration:underline;
}

#nav li.on a:hover {
	text-decoration:none;
}

#main {
	float:left;
	width:908px;
	padding:66px 26px;
	background-color:#fff;
	margin-top:33px;
}

#mainleft {
	float:left;
	width:518px;
}

#mainleft_bottom {
	width:100%;
	float:left;
	border-top:1px dotted #999;
	margin-top:117px;
	padding-top:24px;
}

#contact {
	float:left;
	width:220px;
}

#contact p {
	margin-left:0;
	padding:0;
}	

#mainright {
	float:right;
	width:338px;
}

.talent {
	color:#cc3333;
	font-weight:normal;
}

.phone {
	color:#999;
	line-height:1.4em;
	font-size:1.4em;
}

.download {
	float:right;
	border:1px solid #cc3333;
	text-transform:uppercase;
	padding:8px 14px;	
}

.leadership {
	margin-left:50px;
	margin-top:100px;
}

h1 {
	font-size:1.9em;
	font-weight:normal;
	line-height:1.5em;
}

h2 {
	font-size:1.2em;
	line-height:2.2em;
	color:#cc3333;
	text-transform:uppercase;
	font-weight:normal;
}

a {
	color:#cc3333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin-left:40px;
}

li {
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.1em;
	list-style-type:square;
}
