@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #CCCCCC;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 600px; /* For Mozilla/Opera/Safari */
}

p {
	padding:0;
	margin:0;
	padding-bottom:5px;
}

a {
	text-decoration:none;
	color: #CCCCCC;
}

input, textarea {
	background-color:#CCCCCC;
}

#standoutlinks a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	color: #000000;
}

#standoutlinks2 a {
	font-size:0.7em;
	font-weight:bold;
	text-decoration:underline;
	color: #000000;
}

#submitbutton {
	height:20px;
	background-color:#CCCCCC;
	border:1px solid #A1A1D0;
	color:white;
}
.container {
	position:relative;
    height: 100%;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.splash {
	position: absolute;
	width:960px;
	height:750px;
	/*top: 50%;
	margin-top: -375px;*/ /* Half of splash height */
	/*border: thin solid #000000;*/
}

.nav_container {
	padding-left: 5px;
}

.navigation {
	padding-top: 8px;
	padding-bottom: 10px;
	float:left;
	padding-left: 30px;
}

.navigation a:hover {
	color:#666666;
	text-decoration:none;
}

.navselected {
	position:relative;
	color:#666666;
}

.home {
	padding-top: 5px;
}

.home a
, .home a:visited
, .home a:link
, .home a:active {
	height:34px;
	width: 32px;
	float:left;
	background-image:url(images/homebutton_move.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.home a:hover {
	background-image:url(images/homebutton_move.gif);
	background-position:0 -34px;
	background-repeat:no-repeat;
}



.email {
	position:relative;
	width: 32px;
	height:34px;
	margin-left: 0px;
	float:right;
}

.email a
, .email a:visited
, .email a:link
, .email a:active {
	position:relative;
	width: 32px;
	height:34px;
	float:right;
	display:block;
	background-image:url(images/emailbutton_move.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.email a:hover {
	position:relative;
	background-image:url(images/emailbutton_move.gif);
	background-position:0 -34px;
	background-repeat:no-repeat;
}

.brochure {
	position:relative;
	width: 32px;
	height:34px;
	margin-left: 0px;
	float:right;
}

.brochure a
, .brochure a:visited
, .brochure a:link
, .brochure a:active {
	position:relative;
	width: 32px;
	height:34px;
	float:right;
	display:block;
	background-image:url(images/brochurebutton_move.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.brochure a:hover {
	position:relative;
	background-image:url(images/brochurebutton_move.gif);
	background-position:0 -34px;
	background-repeat:no-repeat;
}

.members {
	position:relative;
	width: 32px;
	height:34px;
	margin-left: 5px;
	float:left;
}

.members a
, .members a:visited
, .members a:link
, .members a:active {
	position:relative;
	width: 32px;
	height:34px;
	float:left;
	background-image:url(images/membersbutton_move.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.members a:hover {
	position:relative;
	background-image:url(images/membersbutton_move.gif);
	background-position:0 -34px;
	background-repeat:no-repeat;
}

.content {
	clear:both;
	color: #000;
	padding-left: 62px;
	padding-right: 40px;
	padding-top: 10px;
	top: 10px;

}
.content_left {
	width: 650px;
	float:left;
}

.table_heading {
	background-color:#9999CC;
	color:white;
}

.table_alternate {
	background-color:#E9E3EF;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	color: #9999CC;
	font-style: italic;
	font-size: 1.3em;
	padding-right:20px;
}
.quote_name {
	font-size: 0.9em;
}

.quote_people {
	font-family: "Times New Roman", Times, serif;
	color: #66CCCC;
	font-style: italic;
	font-size: 1.3em;
	padding-right:20px;
}
.quote_people_name {
	font-size: 0.9em;
}

.quote_leadership {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC99;
	font-style: italic;
	font-size: 1.3em;
	padding-right:20px;
}
.quote_leadership_name {
	font-size: 0.9em;
}

.content_right {
	width: 200px;
	float:right;
}

.arena4management {
	position:relative;
	height:93px;
	width:192px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A1A1D0;
	border-right-color: #A1A1D0;
	border-bottom-color: #A1A1D0;
	border-left-color: #A1A1D0;
	background: url(images/solutions_move.jpg) no-repeat;
	background-position:0 0;
	display:block;
} 

.arena4management a
, .arena4management a:visited
, .arena4management a:link
, .arena4management a:active{
	position:relative;
	height:93px;
	width:192px;
	background: url(images/solutions_move.jpg) no-repeat;
	background-position:0 0;
	display:block;
}
.arena4management a:hover {
	position:relative;
	display:block;
	background: url(images/solutions_move.jpg) no-repeat;
	background-position:0 -93px;
}

.arena4management span {
	display:none;
}

.arena4leadership {
	position:relative;
	height:93px;
	width:192px;
	margin-top:5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A1A1D0;
	border-right-color: #A1A1D0;
	border-bottom-color: #A1A1D0;
	border-left-color: #A1A1D0;
	background: url(images/leadership_move.jpg) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4leadership a
, .arena4leadership a:visited
, .arena4leadership a:link
, .arena4leadership a:active{
	position:relative;
	height:93px;
	width:192px;
	background: url(images/leadership_move.jpg) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4leadership a:hover {
	position:relative;
	display:block;
	background: url(images/leadership_move.jpg) no-repeat;
	background-position:0 -93px;
}

.arena4leadership span {
	display:none;
}

.arena4people {
	position:relative;
	height:93px;
	width:192px;
	margin-top:5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A1A1D0;
	border-right-color: #A1A1D0;
	border-bottom-color: #A1A1D0;
	border-left-color: #A1A1D0;
	background: url(images/teamwork_move.jpg) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4people a
, .arena4people a:visited
, .arena4people a:link
, .arena4people a:active{
	position:relative;
	height:93px;
	width:192px;
	background: url(images/teamwork_move.jpg) no-repeat;
	background-position:0 0;
	display:block;
}
.arena4people a:hover {
	position:relative;
	display:block;
	background: url(images/teamwork_move.jpg) no-repeat;
	background-position:0 -93px;
}

.arena4people span {
	display:none;
}

.arena4management2 {
	position:relative;
	width:192px;
	height:36px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A1A1D0;
	border-right-color: #A1A1D0;
	border-bottom-color: #A1A1D0;
	border-left-color: #A1A1D0;
	background: url(images/arena4management_move.gif) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4management2 a
, .arena4management2 a:visited
, .arena4management2 a:link
, .arena4management2 a:active{
	position:relative;
	width:192px;
	height:36px;
	background: url(images/arena4management_move.gif) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4management2 a:hover {
	position:relative;
	display:block;
	background: url(images/arena4management_move.gif) no-repeat;
	background-position:0 -36px;
	display:block;
}

.arena4management2 span {
	display:none;
}

.arena4leadership2 {
	position:relative;
	width:192px;
	height:36px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A1A1D0;
	border-right-color: #A1A1D0;
	border-bottom-color: #A1A1D0;
	border-left-color: #A1A1D0;
	background: url(images/arena4leadership_move.gif) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4leadership2 a
, .arena4leadership2 a:visited
, .arena4leadership2 a:link
, .arena4leadership2 a:active{
	position:relative;
	width:192px;
	height:36px;
	background: url(images/arena4leadership_move.gif) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4leadership2 a:hover {
	position:relative;
	display:block;
	background: url(images/arena4leadership_move.gif) no-repeat;
	background-position:0 -36px;
}

.arena4leadership2 span {
	display:none;
}

.arena4people2 {
	position:relative;
	width:192px;
	height:36px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A1A1D0;
	border-right-color: #A1A1D0;
	border-bottom-color: #A1A1D0;
	border-left-color: #A1A1D0;
	background: url(images/arena4people_move.gif) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4people2 a
, .arena4people2 a:visited
, .arena4people2 a:link
, .arena4people2 a:active{
	position:relative;
	width:192px;
	height:36px;
	background: url(images/arena4people_move.gif) no-repeat;
	background-position:0 0;
	display:block;
}

.arena4people2 a:hover {
	position:relative;
	display:block;
	background: url(images/arena4people_move.gif) no-repeat;
	background-position:0 -36px;
}
.arena4people2:hover {
	position:relative;
	display:block;
	background: url(images/arena4people_move.gif) no-repeat;
	background-position:0 -36px;
}

.arena4people2 span {
	display:none;
}

.buttons {
	padding-top: 15px;
	padding-bottom: 5px;
}

.buttons img {
	border:1px solid #A1A1D0;
}
.columns_container {
	position:relative;
	float:left;
	width: 650px;
	font-size:0.7em;
}

.column_left {
	position:relative;
	width:280px;
	float:left;
	padding:10px;
}
.column_right {
	position:relative;
	width:280px;
	float:left;
	padding:10px;
}

.title {
	color: #3300CC;
	font-size: 1.7em;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.content_title {
	padding-bottom:5px;
	color: #3300CC;
	font-size:1.4em;
}

.content_title2 {
	padding-bottom:5px;
	color: #3300CC;
	font-size:1.2em;
}

.title_leadership {
	color: #FF9933;
	font-size: 1.7em;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.content_title_leadership {
	padding-bottom:5px;
	color: #FF9933;
	font-size:1.4em;
}

.content_title_leadership2 {
	padding-bottom:5px;
	color: #FF9933;
	font-size:1.2em;
}

.content_title_people {
	padding-bottom:5px;
	color: #009999;
	font-size:1.4em;
}

.title_people {
	color: #66CCCC;
	font-size: 1.7em;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.content_title_people2 {
	padding-bottom:5px;
	color: #009999;
	font-size:1.2em;
}

.content_purple {
	color: #3300CC;
}

.black_text {
	font-size:1.1em;
}
.grey_text {
	position:relative;
	color: #666666;
}
ul {
	color: #666666;
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	list-style-type: disc;
	list-style-image: url("/images/bullet.gif");
	list-style-position: inside;
	}
#logos p{
	font-size:0.8em;
}

#righttext {
	font-size:0.75em;
	font-weight:bold;
}