/*  
Theme Name: Axis
Description: A WordPress theme designed by Cre8tive Group, exclusively for use by Axis.
Author: David Merrell, Cre8tive Group
Author URI: http://www.cre8tivegroup.com/

*/


/* ================ */
/* = global reset = */
/* ================ */
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1,h2,h3 {
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1.5em;
}
li, blockquote {
	margin-left: 1em;
}
.clear {
	clear: both;
}

.right {
	padding: 0px 0px 0px 10px;
	}

.left {
	padding: 0px 10px 0px 0px;
	}

	
/* ============== */
/* = typography = */
/* ============== */
p, .contact {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #676767;
}

h1 {
	font-size: 29px;
	color: #23adce;
	width: 450px;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 17px;
	color: #23adce;
	width: 450px;
}
h3 {
	font-size: 17px;
	
}

h4{
	font-size: 15px;	
}

h1,h2,h3,h4{
	font-family: Myriad,Helvetica,Arial,sans-serif;	
	font-weight: normal;
	line-height: 1.15em;

}

div.hr hr {
	display: none;
}

#content .video_trigger{
	display: block;
	font-family: Myriad,Helvetica,Arial,sans-serif;	
	background: url('images/mini_play_arrow.gif') no-repeat scroll 0px 1px;
	padding-left: 12px;
	margin-top: -1em;
	margin-bottom: 1.5em;
	font-size: 0.75em;
}



#content a {
	color: #23adce;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #23adce;
	}
	
#content a: hover {
	color: #23adce;
	font-weight: bold;
	text-decoration: none;
	border: none;
	}
	
span.bold{
	font-weight: bold;
}

.staff_name {
	font-size: 17px;
	margin-bottom: 0.3em;
	
}

.staff_title {
	font-size: 15px;	
	margin-bottom: 0.5em;
}

.staff_name, .staff_title{
	font-family: Myriad,Helvetica,Arial,sans-serif;	
	font-weight: normal;
	line-height: 1em;
	color: #23adce;
	
}	

ul.staff{
	list-style-type: none;	
}

ul.staff li{
	margin-left: 0px;
	margin-bottom: 1.6em;
}
	
.contact{
	margin-bottom: 2em;
	margin-top: 1em;	
}

.contact .name{
	color: #676767;
	font-weight: bold;
}

.contact .company{
	color: #676767;
	font-weight: bold;
}

.contact ul{
	list-style-type: none;	
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.contact li{
	margin-left: 0px;	
}

/* ========== */
/* = layout = */
/* ========== */
body {
	background: #a1adb3 url('images/page_bg_grad.png') repeat-x fixed top;
	font-size: 100%;
	background-color:#a1adb3;
}

#container_top {
	width: 743px;
	height: 29px;
	margin: 0 auto;
	margin-top: 14px;
	background: url('images/page_top_cap.png') no-repeat;
}
	* html #container_top {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page_top_cap.png', sizingMethod='image');
	}

#container_bottom {
	width: 743px;
	height: 29px;
	margin: 0 auto;
	margin-bottom: 14px;
	background: url('images/page_bottom_cap.png') no-repeat;
}
	* html #container_top {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page_bottom_cap.png', sizingMethod='image');
	}

#container {
	width: 741px;
	margin: 0 auto;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	background-color: white;
}

#header { 
	position: relative;
	margin-left: 43px;
	margin-right: 60px;
	height: 264px;
}
	#logo {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	#mobility {
		position: absolute;
		top: 160px;
		left: 0px;
		width: 296px;
		height: 49px;
		background: url('images/mobilizing_header.png') no-repeat;
	}
		#mobility img {
			position: absolute;
			left: 134px;
			top: 8px;
		}
	/*
	#photo {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	*/
	#header #media{
		position: absolute;
		width: 418px;
		height: 275px;
		margin-top: -11px;
		right: 0px;	
		z-index: 0;
	}
#header_bottom_border {
	width: 743px;
	height: 20px;
	margin-top: -20px;
	margin-bottom: 48px;
	background: transparent url('images/header_border_shade.png') repeat-x scroll;
	position: relative;
	z-index: 10;
}
	



#content {
	margin-left: 46px;
	margin-right: 60px;
	width: 418px;
	float: left;
}

/*   main nav   */
	
#sidebar {
	float: left;
	margin-left: 60px;
}

#main_nav {
	list-style-type: none;
	width: 157px;
}

#main_nav li{
	background-color: #daeaf2;	
	margin: 0px 0px 2px 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.844em;
}

li#first_main_nav_item{
	background-image: url(images/nav_top_cap.png);
	background-repeat: no-repeat;
	background-position: top;
}

li#first_main_nav_item a{
	padding-top: 11px;	
}

li#last_main_nav_item{
	background-image: url(images/nav_bottom_cap.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

li#last_main_nav_item a{
	padding-bottom: 11px;	
}

#main_nav li.selected{
	background-color: #98c63c;	
}

#main_nav li.selected a{
	color: #ffffff;	
}

#main_nav li.unselected:hover{
	background-color: #e6f4fa;	/* #c6ddeb*/
}

#main_nav a{
	display: block;
	width: 125px;
	padding: 8px 16px 8px 16px;
	text-decoration: none;
	color: #5a6673 ;/*737373*/
}

#main_nav a:hover{
	text-decoration: none;
}

/*   tabs   */
.ui-helper-reset { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

.ui-tabs .ui-tabs-nav { 
	list-style: none;
	position: relative;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	padding: 0px 0px 12px 0px;
	margin: 0px 24px 0px 0px;
}

#content .ui-tabs .ui-tabs-nav li a { 
	float: left;
	text-decoration: none;
	border-bottom: 1px solid #23adce;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
	border-bottom-color: #98c63c;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: url('images/tab_active_arrow.png') no-repeat center bottom;
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding-top: 32px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

#content .ui-state-default a{
	color: #23ADCE;
}

#content .ui-state-default a:hover{
	color: #61d2ed;
}

#content .ui-state-active a, #content .ui-state-active a:hover{
	color:#98c63c;
}

/*--- footer text ---*/

#footer_text{
	margin: 0px;
	text-align: center;
	font-size: 0.6em;	
	line-height: 1.4em;
}

#footer_text a{
	color:#23adce ;	
}


