/* Spear One Website - global CSS styles */

/* =Global
---------------------------------------------------------------------
*/

* {
	border:0;
	margin:0;
	outline:none;
	padding:0;	
}

body {
	background:#000000 url(/images/bg_top.jpg) no-repeat scroll center top;
	color:#373737;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

a { text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:0 none; }

p {
	line-height:18px;
	margin:0 0 15px;
}

h1 {}

h2 {}

h3 {

}

h4 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
}

h5 {
	color:#006699;
	font-size:14px;
	font-weight:normal;
	margin:0 0 5px;
	text-transform:uppercase;
}

h6 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
}


/* =Layout
---------------------------------------------------------------------
*/

#flashContent {
	height: 670px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}

#page_wrap_r{ background:url(/images/page_bg_repeat.jpg) repeat-y center; width:906px; margin: 0 auto; position:relative;}
#page_wrap_b{ background:url(/images/page_bg_bottom.jpg) no-repeat bottom center;; }
#page_wrap_t{ background:url(/images/page_bg_top.jpg) no-repeat top center; zoom:1;}
.contact #page_wrap_r{ background-image:url(/images/contact_page_repeat.jpg); }
.contact #page_wrap_b{ background-image:url(/images/contact_page_bottom.jpg); }
.contact #page_wrap_t{ background-image:url(/images/contact_page_top.jpg); }
#content { min-height: 423px; -height: 423px; }
#header {
	height:162px;
}
#left_column { width: 243px; float:left; min-height:100px; display:inline; }
#right_column { width: 663px; float:left; min-height:100px;display:inline;}
#right_column #subNav {
	float:left;
	background:url(/images/ul_list.jpg) no-repeat;
	width:269px;
	-height:200px;
	margin:0;
	padding-top: 8px;
	padding-left: 10px;
}
#pageheader {margin: 34px 15px 0px 16px; }
#pagecontent { margin:20px 40px; }
/* #pagecontent h4 { font-size:17px; color:#373737; font-weight:normal; } */
.leftlist { float:left; background:url(/images/ul_list.jpg) no-repeat; width:230px; min-height:150px; -height:150px; font-size:11px; margin:0px; margin-right:10px; padding:0px; list-style:url(/images/bullet.gif); padding:14px 25px; line-height:20px;}
.rightlist { float:left; background:url(/images/ul_list.jpg) no-repeat; width:230px; min-height:150px; -height:150px; font-size:11px; margin:0; padding:14px 25px; list-style:url(/images/bullet.gif); line-height:20px;}
.leftlist ul, .rightlist ul { list-style-image:url(/images/sub_bullet.gif); margin-left:15px; }
li.clear, #content ul.cols li.clear, #content ul.group li.clear, .clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}
#sidenav { width:238px; /* height:225px; */ margin:26px 0 50px 5px; /* overflow:auto; */ }
#sidequote { padding:0px 33px; color:#cccccc; font-family:Helvetica, Arial, sans-serif; font-size:12px; line-height:20px;}
#sidequote h3 { color:#ffcc00; font-size:20px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin-bottom:5px;}
#sidequote b, #sidequote strong  { color:#fff; font-weight:bold; }
#footer { width:906px; text-align:right; margin:5px auto 0px; padding-bottom:25px; font-size:10px; color:#999;}
#promoimage { overflow:auto; height:267px; width:583px;}

#left_column img {
	-behavior:url(/scripts/iepngfix.htc);
}

#sidebar {
	margin-top:66px;
	padding:0 33px;
}


/* =Miscellaneous
---------------------------------------------------------------------
*/

.largeText {
	font-size:17px;
	line-height:24px;
	margin:0 0 20px;
}

#memberships {
	background:transparent url(../images/memberships/memberships_bg.jpg) no-repeat scroll 0 0;
	margin-left:-8px;
	min-height:380px;
	padding:78px 48px 0;
	text-align:center;
	width:503px;
	-background-position:-6px 0;
	-height:380px;
	-padding-left:43px;
	-padding-right:44px;
}

#memberships .membership {
	display:inline;
	margin:0 10px;
	text-align:center;
	/* float:left;
	height:90px;
	width:145px; */
}

#memberships .membership img {
	margin:5px 0;
}

.threeps_img {
	margin-bottom:30px;
}

.threeps_img img {
	margin-bottom:5px;
}


/* =Paging
---------------------------------------------------------------------
*/

.paging {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

.paging .label {
	margin-right:12px;
}

.paging a {
	color:#333333;
	margin:0 5px;
	text-decoration:underline;
}

.paging a:hover {
	text-decoration:none;
}

.paging a.current {
	text-decoration:none;
}

.paged_data_wrapper {}

.page_group {
	display:none;
}


/* =News
---------------------------------------------------------------------
*/

#news_wrapper {
	padding-top:10px;
}

.news {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	padding-bottom:20px;
}

.news .thumbnail {
	float:left;
	height:84px;
	margin-right:15px;
	overflow:hidden;
	width:84px;
}

.news .thumbnail img {}

.news .info {
	color:#373737;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	width:480px;
}

.news .info .title {
	font-size:17px;
	font-weight:bold;
	margin-bottom:2px;
}

.news .info .date {
	color:#1668A1;
	font-weight:bold;
	margin-bottom:5px;
}

.news .info .content {
	line-height:18px;
}


/* =Tips
---------------------------------------------------------------------
*/

#tips_wrapper {
	padding-top:10px;
}

.tip {
	border-bottom:1px solid #CCCCCC;
	color:#373737;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	margin-bottom:20px;
	padding-bottom:20px;
}

.tip .heading {
	font-size:17px;
	margin-bottom:5px;
}

.tip .heading .quarter {
	margin-right:8px;
}

.tip .heading .quarter2 {
	/*margin-right:-8px;*/
}

.tip .heading .title {
	font-weight:bold;
	margin-left:8px;
}

.tip .heading .title2 {
	font-weight:bold;
}


.tip .summary {
	line-height:18px;
}

.tip .summary a {
	color:#006699;
	font-size:12px;
	font-weight:bold;
}

.tip .summary a.more_link {
	margin-left:5px;
	text-transform:uppercase;
}

.tip .content {
	line-height:18px;
}

.tip .content ul,
.tip .content ol {
	margin:12px 18px;
	padding:0;
}

.tip .content li {
	padding:15px 0;
}

#tips_wrapper .tip .content {
	display:none;
}

#tip_details {
	display:none;
	padding-top:10px;
}

#tip_details .tip {
	border-bottom:0px;
}

#back_link a {
	color:#373737;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
}

.tip .image {
	float:left;
	margin-right:19px;
	width:161px;
}

.tip .details {
	float:left;
	width:403px;
}

.featured .summary {
	font-size:12px;
	line-height:22px;
}




#leadership_listing {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#373737;
	padding: 0 0 40px 0;
	}
#leadership_listing .leader_list {
	float:left;
	margin: 0 -6px -6px 0;
	}
#leadership_listing .leader_list a:link, #leadership_listing .leader_list a:visited {
	display:block;
	width:149px;
	height:76px;
	}
#leadership_listing .leader_list a:hover, #leadership_listing .leader_list a:active {
	background: url(../images/leadership_hover.gif) 0 0 no-repeat;
	}
#leader_title {
	position:relative;
	clear:both;
	padding: 35px 0 0 0;
	}
#leader_title .leadertitle {
	text-align:center;
	position:absolute;
	top:15px;
	left:0;
	width:100%;
	display:none;
	}
#leader_title .leadertitle h3 {
	color:#006699;
	font-size:17px;
	visibility:visible;
	}
#leader_title .leadertitle h4 {
	font-size:13px;
	color:#373737;
	}

#leadership_details {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#373737;
	padding: 15px 0 40px 0;
	}
#leadership_details h2 {
	font-size:17px;
	font-weight:normal;
	margin: 0 0 16px 0;
	}
#leadership_details p {
	line-height:20px;
	margin: 0 0 20px 0;
	}
#leadership_qa {
	float:right;
	width:425px;
	padding: 12px 0 0 0;
	}



#leadership_photo_listing {
	background: url(../images/leadership_photo_listing_y.gif) 0 0 repeat-y;
	float:left;
	width:129px;
	}
#leadership_photo_listing .leadership_photo_content {
	background: url(../images/leadership_photo_listing_bottom.gif) bottom left no-repeat;
	}
#leadership_photo_listing .leadership_photo_text {
	background: url(../images/leadership_photo_listing_top.gif) left top no-repeat;
	padding:13px 12px;
	}


#leadership_details a:link, #leadership_details a:visited {
	color:#006699;
	font-size:12px;
	font-weight:bold;
}
#leadership_details .view_more {
	float:right;
	}
.clear {
	clear:both;
	}

.indent {
	position: relative;
	left: 30px;
}

