/* INCLUDES */
@import url(layout-basics.css);

/* -- Layout and Positions -------------------------------------------------- */
* {
margin:0pt;
padding:0pt;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0pt;
padding:0pt;
vertical-align:baseline;
}

html
{
    min-height:100%;
}

body
{
font: 62.5%/1.2 Arial, Helvetica, "Nimbus Sans L", sans-serif; background-color: #e6e6e6; color: #000; margin: 0; padding: 0;
}


div.sitewidth
{
    min-width:760px;
    width:98em;
    margin:0 auto;
    padding:0 10px;
}

div.header
{
    position:relative;
}

form.searchform
{
    position:absolute;
    top:0;
    right:0;
    background-color:#1F5F3D;
    color:white;
    padding:0em 1% 0.5em 1%;
    background:url(../images/gradient-short.png) repeat-x bottom center #1F5F3D;
}

div#content
{
background-color: #E6E6E6;
}

div.footer
{
background-color:#F7F7F7;
border-top:3px solid #CCCCCC;
clear:both;
color:#666666;
height:1%;
padding:20px 10px;
font-size: 130%
}

div.footer p
{
    font-size:smaller;
    font-weight:lighter;
}

/* -- Columns --------------------------------------------------------------- */

ol.concept li.thirdcol
{
    float:left !important;
}

/* -- Navigation Menu ------------------------------------------------------- */

div.header p.skiplink
{
    position:absolute;
    margin:0;
    padding:0;
    width:100%;
    top:0;
    left:-5000em;
}
div.header p.skiplink a
{
    display:block;
    width:100%;
    text-align:center;
    padding:0.5em 0;
    position:absolute;
    z-index:100;
    font-weight:bold;
}
div.header p.skiplink a:focus,
div.header p.skiplink a:active
{
    left:5000em;
}

div.navigation
{
    color:white;
    background-color:#1F5F3D;
    background:url(../images/gradient-short.png) repeat-x bottom center #1F5F3D;
    border-top:solid 1px #999;
}

ol.navigation
{
    list-style:none;
    overflow:hidden;
    margin:0;
    padding:0.5em 0 0 0;
    font-size:1.1em;
}

ol.navigation li
{
    float:left;
    margin:0;
    padding:0;
    font-size:120%;
}

ol.navigation li a
{
    display:block;
    margin:0;
    padding:0.35em 1em 0.25em 1em;
    color:white;
    background-color:transparent;
}

ol.navigation li a.active
{
    color:black;
    background-color:white;
}

ol.navigation li a:focus,ol.navigation li a:hover,ol.navigation li a:active
{
    color:black !important;
    background-color:#ccc !important;
}

/* -- Typography ------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6,h7,p,ul,ol
{
}

h1,h2,h3,h4
{
    font-weight:bold;
    /*color:#1F5F3D;*/
    color:#BE0000;
    background-color:transparent;
    font-size: 160%;
    margin-bottom: 15px;
    border-bottom:1px solid #CCCCCC;
}



h3
{
    font-weight:bolder;
}

h4
{
    color:#fff;
    background-color:#1F5F3D;
}

h1
{
    color:#000;
    line-height:0.8;
    margin:0;
    padding:1em 0;
    font-size:30px;
    text-transform:uppercase;
}

h1 a
{
    color:#000;
    text-decoration:none;
}
h1#logo a
{
font-size:32px;
    color:#000;
    text-decoration:none;
}

h1 a span
{
    color:#BE0000;
    font-size:34px;
    font-weight:bolder;
    text-transform:lowercase;
}

h1 sup
{
	vertical-align:top;
    font-size:100%;
    font-weight:lighter;
}

h1 span.tagline
{
    font-size:15px;
    font-weight:normal;
    color:#000;
    text-transform:none;
}

#requirements h4, #requirements h5
{
}

img
{
    border-style:none;
    vertical-align:middle;
    background-color:transparent;
}

img.noborders
{
    border:none !important;
}

a
{
    color:#1F5F3F;
    text-decoration:underline;
}

a.featurelink
{
    font-size:1.4em;
    font-weight:bolder;
}

a:focus, a:hover
{
    color:#020 !important;
    /*background-color:#CFECC8 !important;*/
}

a img
{
    border-style:none;
  
}

a:focus img, a:hover img
{
}

/* -- Lists ----------------------------------------------------------------- */

ul.blocklisting, ol.blocklisting {
    list-style:none;
    margin-left:0;
    padding-left:0;
}

ul.blocklisting h3.entry-title, ol.blocklisting h3.entry-title,
ul.blocklisting h3.entry-title a, ol.blocklisting h3.entry-title a {
    font-weight:normal;
}

.blocklisting p
{
    margin-right:2em;
}

.blocklisting span.featurelink
{
    display:block;
    position:absolute;
    font-size:2em;
    right:0;
    bottom:0;
    text-decoration:none;
}

.subinfo
{
    font-size:smaller;
    font-weight:normal;
}

ul.blocklisting li, ol.blocklisting li
{
    padding-top:0.35em;
    padding-bottom:0.25em;
    border-bottom:solid 1px #e8e8e8;
    position:relative;
    overflow:hidden;
}
ul.blocklisting li.lastitem, ol.blocklisting li.lastitem
{
    border-style:none;
}

dt
{
    font-weight:bolder;
}


/* -- Message boxes --------------------------------------------------------- */

.messagebox {
    width:auto;
    border:solid 1px #eee;
    background-color:#f6f6f6;
    padding:0.5em;
    margin-bottom:0.75em;
    overflow:hidden;
    display:block;
    float:none;
    clear:both;
    background-position:5px center;
    background-repeat:no-repeat;
}

.info {
    border-color:#eee;
    background-color:#f9f9f9;
    padding-left:26px;
    background-image:url(../images/icon-info.png);
}

.warning {
    background-color:#ffb;
    border-color:#eea;
    color:#000;
    padding-left:26px;
    background-image:url(../images/icon-warning.png);
}

.error {
    border-color:#eaa;
    background-color:#fbb;
    color:#000;
    padding-left:26px;
    background-image:url(../images/icon-error.png);
}

.success {
    border-color:#aea;
    background-color:#bfb;
    color:#000;
    padding-left:26px;
    background-image:url(../images/icon-success.png);
}

/* -- Icons ----------------------------------------------------------------- */

a.feed, a.featurelink, a.icon,
input#openid_url, li#oidSwitcher
{
    padding-left:19px;
    background-repeat:no-repeat;
    background-position:left center;
}

a.feed
{
    background-image:url(../images/feed.png);
}

a.featurelink
{
    background-image:url(../images/bullet_go.png);
}

a.edit
{
    background-image:url(../images/icon-edit.png);
}

/* -- Images ---------------------------------------------------------------- */

img
{
    background-color:#fff;
}

img.max100
{
    max-width:100%;
}

/* -- Forms ----------------------------------------------------------------- */

fieldset
{
    border-style:none;
    padding:0;
    margin:0;
    font-size:1em;
}

legend
{
    font-size:1em;
    padding:0;
    margin:0;
    font-weight:bolder;
}

label
{
    font-weight:bolder;
    vertical-align:middle;
}

li.searchform form, li.searchform fieldset {
    margin:0;
}

input, textarea {
background-color:#FFFFFF;
border:1px solid #C5C5C5;
font-size:14px;
font-weight:bold;
margin:0px;
padding:4px;
}
form.dark input, form.dark textarea {
    border-color:#1F5F3D;
}
input {

}

input.text
{
    width:60%;
}

textarea {
    width:90%;
    height:15em;
}

input:hover, textarea:hover {

}

input:focus, textarea:focus
{

}

form.dark input:focus, form.dark textarea:focus {
    border-color:#bcb;
}

button {
background-color:#1F5F3D;
border:1px solid #C5C5C5;
border-color:#2C3C96;
font-size:14px;
font-weight:bold;
margin:0px;
padding:4px;
color: #fff;
}

form.dark button:hover, form.dark button:focus, form.dark button:active {
    color:#000;
    background-color:#bcb;
    border-top-color:#ded;
    border-right-color:#9a9;
    border-bottom-color:#9a9;
    border-left-color:#ded;
}

button:hover,button:focus,button:active {

}

button img {
    vertical-align:middle;
}

form.searchform button
{
    margin:0;
    padding:0;
    background-color:transparent;
    color:#fff;
    font-weight:bold;
    border-style:none;
    font-size:1.5em;
}


/* -- Tables ---------------------------------------------------------------- */
/*
table
{
    width:100%;
}

th,td
{
    padding:0.2em 0.5em;
    margin:0;
    text-align:left;
    overflow:visible;
}

th {
    color:white;
    background:#1F5F3D;
    font-weight:bolder;
}
*/
th a
{
    
}

tr.even td, li.even
{
    background-color:#eee;
}


/* -- ETC ------------------------------------------------------------------- */

.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}

.topspacing
{
    padding-top:0.5em !important;
}


/*etccccccccccc*/

.s3 table {
	border-bottom: solid 1px #c3d8bf;
	border-left: solid 1px #c3d8bf;
	border-right: solid 1px #c3d8bf;
	width: 80%
}

.s3 caption {
	padding: 2px 6px;
	font: bold 12px Arial;
	color: #4B3C23;
	text-align: left;
	background: #c3d8bf;
	border: solid 1px #c3d8bf;
}

.s3 thead th {
	padding: 2px 6px;
	font: normal 12px Arial;
	color: #6E6A57;
	text-align: left;
	background: #cfecc8;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #c3d8bf;
}


.s3 tbody th,
.s3 tbody td {
	padding: 3px 6px;
	font: 13px Arial;
	background: #eaf5e6;
	border-bottom: solid 1px #fff;
	text-align: right;
}

.s3 tbody th {
	font-weight: bold;
	text-align: left;

}

.s3 tbody th a {
	display: block;
	width: 100%;
	height: 100%;
}

.nobor,
.nobor a,
.nobor strong {
	border-style: none !important;
}

#specs-list {
	border-bottom: solid 9px #fff;
	width: 450px;
}

#specs-list table {
	background: #cfecc8;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 100%
}

#specs-list caption {
	display: none;
}

#specs-list th,
#specs-list td {
	padding: 1px 6px;
	font: 13px Arial;
	vertical-align: top;
}

#specs-list th {
	width: 80px;
	font-weight: bold;
	text-transform: none;
	color: #4B3C23;
	border: solid 1px #c3d8bf;
}

#specs-list td {
	background: #eaf5e6;
	border: solid 1px #c3d8bf;
	border-left: solid 1px #fff;
}

#specs-list td.ttl {
	width: 80px;
	font-weight: bold;
	color: #7D7464;
}

#specs-list td.ttl a {
	color: #7D7464;
}

#specs-list td.nfo ul {
	margin-left: 16px;
}

#specs-list td.nfo a {
	color: #7D7464;
	text-decoration: underline;
}

#specs-list td.nfo li {
	padding: 1px 0;
	list-style-type: disc;
}




.yui-dt-bd table {
	border-bottom: solid 1px #c3d8bf;
	border-left: solid 1px #c3d8bf;
	border-right: solid 1px #c3d8bf;
	margin:0;
	padding:0;
	*border-collapse:collapse; /* IE hack */
	border-spacing:0;
}

.yui-dt-bd caption {
	padding: 2px 6px;
	font: bold 12px Arial;
	color: #4B3C23;
	text-align: left;
	background: #c3d8bf;
	border: solid 1px #c3d8bf;
}

.yui-dt-bd thead th {
	padding: 2px 6px;
	font: normal 12px Arial;
	color: #6E6A57;
	text-align: left;
	background: #cfecc8;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #c3d8bf;
}


.yui-dt-bd tbody th,
.yui-dt-bd tbody td {
	padding: 3px 6px;
	font: 13px Arial;
	background: #eaf5e6;
	border-bottom: solid 1px #c3d8bf;
	text-align: left;
	margin:12px;
}

.yui-dt-bd tbody th {
	font-weight: bold;
	text-align: left;

}

.yui-dt-bd tbody th a {
	display: block;
	width: 100%;
	height: 100%;
}

.yui-dt-hd thead   { 
    display:none;
} 

th.yui-dt-asc .yui-dt-liner { 
    background:url(dt-arrow-up.png) no-repeat right; /* sorted header gradient */ 
} 
th.yui-dt-desc .yui-dt-liner { 
    background:url(dt-arrow-dn.png) no-repeat right; /* sorted header gradient */ 
} 


/**/

.ranklist {
	border-bottom: solid 1px #c3d8bf;
	border-left: solid 1px #c3d8bf;
	border-right: solid 1px #c3d8bf;
	margin:0;
	padding:0;
	*border-collapse:collapse; /* IE hack */
	border-spacing:0;
}

.ranklist caption {
	padding: 2px 6px;
	font: bold 12px Arial;
	color: #4B3C23;
	text-align: left;
	background: #c3d8bf;
	border: solid 1px #c3d8bf;
}

.ranklist thead th {
	padding: 2px 6px;
	font: normal 12px Arial;
	color: #6E6A57;
	text-align: left;
	background: #cfecc8;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #c3d8bf;
}


.ranklist tbody th,
.ranklist tbody td {
	padding: 3px 6px;
	font: 13px Arial;
	background: #eaf5e6;
	border-bottom: solid 1px #c3d8bf;
	text-align: left;
	margin:12px;
}

.ranklist tbody th {
	font-weight: bold;
	text-align: left;

}

.ranklist tbody th a {
	display: block;
	width: 100%;
	height: 100%;
}

.onlinelist {
	width: 450px;
}
.onlinelist td.name {
	width: 200px;
}
.onlinelist td.club {
	width: 100px;
}


.date {
	float:left;
	border-right:1px solid #ccc;
	text-align:center;
	color:#ccc;
	font-weight:700;
	font-family:Arial, Verdana, Sans-Serif;
	margin:0 10px 10px 0;
	padding:7px 10px 7px 0;
	position: relative;
}
.date .day {
	font-size:24px;
	line-height:16px;
}
.date .month {
	font-size:14px;
	line-height:18px;
}
.date .year {
	font-size:10px;
	line-height:10px;
}
.news{
	margin: 0 0 40px 50px;
}
.news h1{
	margin-bottom:2px;
}

.headline_a{
	padding-bottom:1px;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.headline_a a{
	color: #000;
	text-decoration: none;
}
.headline_a a:hover{
	text-decoration: underline;
}



.panel {
background-color:#F3F3F3;
color:#3F3F3F;
margin-bottom:4px;
padding:0pt 10px;
font-size: 85%;
}
.bg1	{ background-color: #CFECC8; }
.bg2	{ background-color: #EAF5E6;  }
.bg3	{ background-color: #C3DCCE; }
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

span.corners-top {
	background-image: url("../images/corners_left.gif");
}

span.corners-top span {
	background-image: url("../images/corners_right.gif");
}

span.corners-bottom {
	background-image: url("../images/corners_left.gif");
}

span.corners-bottom span {
	background-image: url("../images/corners_right.gif");
}

.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: none;
	width: auto;
}

dl.details {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	/*font-size: 0.8em;*/
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}



h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 0.9em;
	color: #989898;
	margin-top: 20px;
}

#online-class {
	float: left;
	width: 50px;
	border-right:1px solid #CCCCCC;
	min-height: 180px;
	margin-right: 10px;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 120%;
}

#online-radio {
	display:table-cell;
	*display:inline;
}

#online-update {
display:table-cell;
*display:inline;
padding-left:30px;
}

#online-control {
	width:650px;
	margin-bottom: 15px;
	
}

#divOnline {
float: left;
}

#loadingDiv {
	display: none;
	font-size:160%;
	text-align: center;
}


#loadingDiv>#floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
#floating { /*for IE*/
	width:100%;
	height:100%;
	position:relative;
}
#floating div { /*for IE*/
	position:absolute;
	top:50%;
}
#floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
#floating div div {
	position:relative;
	top:-50%;
}

#divOnline table tbody tr.red td {
	background-color: #E9F2F9;
}

#live-link
{
	font-size:160%;
	margin-top: 10px;
	font-weight:bold;
}







/* new style */


#sidebar {
	float:left;
	width:15.75%;
}

#sidebar .sticky-box {
	background:transparent url(http://www.linkedin.com/img/pic/pic_rhn_btm_154_14.gif) no-repeat scroll 50% 100%;
	height:1%;
	margin-bottom:7px;
	min-width:154px;
	padding-bottom:12px;
}


#sidebar .sticky-box .content {
	background:transparent url(http://www.linkedin.com/img/pic/pic_rhn_top_154_600.gif) no-repeat scroll 50% 0pt;
	border:medium none;
	max-width:95%;
	min-width:154px;
	padding:4px 0pt 0pt;
	width:15.4em;
}

#nav-personal ul {
	background:#FFFFFF none repeat scroll 0% 0%;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:0pt solid #CCCCCC;
	list-style-type:none;
	margin:0pt 0pt 0px;
	max-width:152px;
}

.close ul {
	display: none;
}

#nav-personal ul li {
	background:transparent url(/images/bullet_toggle_plus.png) no-repeat scroll 90% 4px;
	font-size:110%;
	font-weight:bold;
	margin:0pt;
	padding:0pt;
}

#nav-personal ul li a {
	color:#006699 !important;
	display:block;
	padding:6px 19px 5px 31px;
	text-decoration:none;
}

#nav-personal ul li span {
	padding:2px;
	font-weight:bold;
}

#nav-personal-home a {
background:transparent url(/images/house.png) no-repeat scroll 9px 4px;
}

#nav-personal-gallery a {
background:transparent url(/images/pictures.png) no-repeat scroll 9px 4px;
}

#nav-personal-profile a {
background:transparent url(/images/user.png) no-repeat scroll 9px 4px;
}

#nav-personal-contact a {
background:transparent url(/images/phone.png) no-repeat scroll 9px 4px;
}

#nav-personal-about a {
background:transparent url(/images/information.png) no-repeat scroll 9px 4px;
}

#nav-personal-live a {
background:transparent url(/images/transmit.png) no-repeat scroll 9px 4px;
}

#nav-personal-soft a {
background:transparent url(/images/application_form.png) no-repeat scroll 9px 4px;
}



#profile-snapshot #vcard {
	background:#FFFFFF none repeat scroll 0% 0%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0pt 1px;
	height:1%;
	padding:7px 9px;
	position:relative;
}

#profile-snapshot #vcard h2 {
	font-size:130%;
	font-weight:normal;
	margin:0pt;
	overflow:hidden;
	padding:2px 0pt 19px 55px;
	text-align:left;
}

#profile-snapshot #vcard h3 {
	border:medium none;
	clear:both;
	font-size:110%;
	font-weight:normal;
	margin:0pt 0pt 10px;
	overflow:hidden;
	padding:0pt;
}

#profile-snapshot #vcard .photo {
	left:9px;
	position:absolute;
	top:7px;
}
img.photo {
	border:1px solid #E6E6E6;
	display:block;
	padding:2px;
}





#header {
	background-color:#FFFFFF;
	border-bottom:3px solid #68AF5C;
	clear:both;
	height:85px;
	padding:10px;
	min-width: 960px;
}


#header .wrapper {
	margin:0pt auto;
	max-width:960px;
	min-width:760px;
	width: 960px;
}

#header h1 {
	border:medium none;
	font-size:100%;
	margin:0pt;
	padding:5px 0pt 18px;
}

.wrapper h1 a:link, .wrapper h1 a:visited {
	text-decoration:none;
}

#header h1#logo img {
	border:medium none;
	height:3.2em;
	width:11.9em;
}

#nav-utility {
	clear:both;
	float:right;
	list-style-type:none;
	margin:-48px -10px 0pt 0pt;
	padding:0pt;
}

#nav-utility li.jump-link {
	left:-9999px;
	position:absolute;
}
#nav-utility li {
	float:left;
	font-size:110%;
	margin:0pt 2px 0pt 0pt;
	padding:2px;
}

#nav-utility a {
	border-right:1px solid #666666;
	color:#006699;
	padding-right:5px;
}

/* PRIMARY NAV */
#nav-primary {
	float: left; 
	margin: 1px 0 0 -6px; 
	*margin-top: 3px; padding: 0;  
	list-style-type: none;
	list-style-image:none;
	list-style-position:outside;
	border:0pt none;
	margin:0pt;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	vertical-align:baseline;
}
#nav-primary li {
	float: left; 
	font-size:150%; 
	font-weight: bold; 
	margin: 0 .5em 0 0; 
	padding: 0; 
}
#nav-primary li.open {
	position: relative;
	z-index: 1;}
	#nav-primary abbr {
	font-weight: normal; 
	line-height: 1;
}
#nav-primary a {
	outline: none; 
	color: #444444; 
	position: relative; 
	z-index: 1; 
	display: block; 
	border: 1px solid #CFECC8; 
	border-width: 0 1px 0 0; 
	padding: 3px 24px 3px 0; 
	text-decoration: none; 
	white-space: nowrap; 
	background: url(http://www.linkedin.com/img/pic/pic_hp_sprites.gif) 100% 4px no-repeat;
}
#nav-primary span { 
	padding: 5px 0 5px 6px; 
	*padding: 3px 0 3px 6px;
}
#nav-primary a span.hover {
	text-decoration: underline;
}
#nav-primary a.hover {
	background: url(http://www.linkedin.com/img/pic/pic_hp_sprites.gif) 100% -24px no-repeat;
}
#nav-primary li.open a {
	border: 1px solid #CCCCCC; 
	border-bottom-color: #CDEFB6; 
	padding: 2px 24px 2px 0; 
	background: #CDEFB6 url(http://www.linkedin.com/img/pic/pic_hp_sprites.gif) 100% -54px no-repeat; 
	*background-position: 100% -53px ;
}
#nav-primary li.open span {
	padding: 2px 0 2px 5px;
}
#nav-primary li ul {
	display: none; 
	list-style-type: none; 
	position: absolute; 
	left: 0; 
	top: 23px; 
	background-color: #CDEFB6; 
	border: 1px solid #CCCCCC; 
	margin: 0; padding: 5px 0; 
	z-index: 0;
}
#nav-primary li.open ul {
	display: block;
}
#nav-primary li li {
	float: none; 
	font-size: 75%; 
	font-weight: normal; 
	padding: 0; 
	margin: 0; 
	background: none; 
	_margin-bottom: -1em;
}
#nav-primary li li a, #nav-primary li.open li a {
	padding: 4px 10px; 
	background-image: none; 
	border: none;
}
#nav-primary li li a:hover {
	background-image: none; 
	background-color: #C3D8BF; 
	color: #fff;
}
#nav-primary li.open li span {
	padding: 0;
}
#nav-primary #nav-primary-companies li a { 
	padding-right: 20px;
}

.separator {margin-top: 5px !important; padding-top: 5px !important;}
.separator span {display: block;}


#global-search {
	clear:both;
	float:right;
	margin:-35px 0pt 0pt;
	padding:0pt;
	text-align:right;
	white-space:nowrap;
}

#global-search fieldset {
	border:medium none;
	margin:0pt;
	padding:0pt;
}
.wrapper fieldset {
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

#global-search select {
	border:1px solid #CCCCCC;
	font-size:100%;
	padding:2px;
	position:relative;
}

#global-search input.search-term {
	border:2px solid #99CCE6;
	font-size:100%;
	padding:2px 3px;
	width:120px;
}

#global-search legend {
	display:none;
}

.menu-bar {
	background-color:#CDEFB6;
	color:#3F3F3F;
	margin-bottom:4px;
	padding:0pt 5px;
	float:left;
}

#footer .wrapper {
	margin:0pt auto;
	max-width:980px;
	min-width:710px;
}

