* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em/1.4 Arial, sans-serif;
/* 	padding: 35px 0; */
	background-color: #fff;
}

body.large {
/* 	font-size: 1.0em; */
}

body.white {
	background-color: #fff;
	color: #6d6e71;
}

body.gray {
	background-color: rgb(70,70,70);
	color: rgb(255,255,255);
}

body.black {
	background-color: rgb(10,10,10);
	color: rgb(210,210,210);
}

h2 {
	font-familY: Arial, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 1.24em;
	color: rgb(235,58,14);
}

.text-only h2 {
	margin: 0;
}

.white h2 { color: rgb(235,58,14); }
.gray h2 { color: rgb(255,210,10); }
.black h2 { color: rgb(253,177,121); }

#think h2 {
	color: rgb(79,173,38);
}

#think.white h2 { color: rgb(79,173,38); }
#think.gray h2 { color: rgb(179,230,255); }
#think.black h2 { color: rgb(197,237,139); }

#think.white .share-thoughts {
    color: #4FAD26;
}

#think.gray .share-thoughts {
    color: #B3E6FF;
}

#think.black .share-thoughts {
    color: #C5ED8B;
}

h2 a:link, h2 a:visited {
    text-decoration: none;
}

#right h2 a:link, #right h2 a:visited
{
    text-decoration: underline;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#think h3 {
	margin-bottom: 0.8em;
}

#think.white h3 { color: rgb(79,173,38); }
#think.gray h3 { color: rgb(179,230,255); }
#think.black h3 { color: rgb(197,237,139); }

h4 {
	font-size: 1.0em;
	font-weight: bold;
}

#think h4 {
	margin-bottom: 1.6em;
}

a img {
	border: none;
}

a:link, a:visited {
	color: rgb(235,58,14);
	text-decoration: underline;
}

.white a:link, .white a:visited { color: rgb(235,58,14); }
.white a:hover, .white a:active { color: #4c4c4c; }

.gray a:link, .gray a:visited { color: rgb(255,210,10); }
.gray a:hover, .gray a:active { color: #999; }

.black a:link, .black a:visited { color: rgb(253,177,121); }
.black a:hover, .black a:active { color: #666; }


.white #right a:link, .white #right a:visited { color: #4c4c4c; }
.white #right a:hover, .white #right a:active { color: #191919; }

.gray #right a:link, .gray #right a:visited { color: #dfdfdf; }
.gray #right a:hover, .gray #right a:active { color: #999; }

.black #right a:link, .black #right a:visited { color: #c0c0c0; }
.black #right a:hover, .black #right a:active { color: #dfdfdf; }


#think #container a:link, #think #container a:visited {
	color: rgb(79,173,38);
}

#think #container a:hover, #think #container a:active {
	color: #4c4c4c;
}

#think.white #container a:link, #think.white #container a:visited { color: rgb(79,173,38); }
#think.white #container a:hover, #think.white #container a:active { color: #4c4c4c; }

#think.gray #container a:link, #think.gray #container a:visited { color: rgb(179,230,255); }
#think.gray #container a:hover, #think.gray #container a:active { color: #999; }

#think.black #container a:link, #think.black #container a:visited { color: rgb(197,237,139); }
#think.black #container a:hover, #think.black #container a:active { color: #666; }

/***************/
/*  Container  */
/***************/

#container {
	width: 854px;
	margin: 35px auto;
	padding: 42px 0 0 0;
	/*overflow: hidden;*/
	background: url( "../img/bg-white.gif" );
}

.white #container { background: url( "../img/bg-white.gif" ); }
.gray #container { background: url( "../img/bg-gray.gif" ); }
.black #container { background: url( "../img/bg-black.gif" ); }

#home #container {
	height: 530px;
	padding: 0;
}

/*-- Text Only --*/

.text-only #container {
	background: none;
	height: auto;
	padding: 0;
}


/************/
/*  Figure  */
/************/

#figure {
	padding-top: 218px;
	height: 312px;
	position: relative;
}

.figure1 {
	background: url( "../img/figure1-white.gif" ) no-repeat 18px top;
}

.figure2 {
	background: url( "../img/figure2-white.gif" ) no-repeat -30px -4px;
}

.figure3 {
	background: url( "../img/figure3-white.gif" ) no-repeat 28px -1px;
}

.white .figure1 { background: url( "../img/figure1-white.gif" ) no-repeat 18px top; }
.white .figure2 { background: url( "../img/figure2-white.gif" ) no-repeat -30px -4px; }
.white .figure3 { background: url( "../img/figure3-white.gif" ) no-repeat 28px -1px; }

.gray .figure1 { background: url( "../img/figure1-gray.gif" ) no-repeat 18px top; }
.gray .figure2 { background: url( "../img/figure2-gray.gif" ) no-repeat -30px -4px; }
.gray .figure3 { background: url( "../img/figure3-gray.gif" ) no-repeat 28px -1px; }

.black .figure1 { background: url( "../img/figure1-black.gif" ) no-repeat 18px top; }
.black .figure2 { background: url( "../img/figure2-black.gif" ) no-repeat -30px -4px; }
.black .figure3 { background: url( "../img/figure3-black.gif" ) no-repeat 28px -1px; }

/*-- Text Only --*/

.text-only #figure {
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
}


/************/
/*  Header  */
/************/

h1 {
	float: left;
	margin: 13px 65px 0 26px;
	font-size: 1.0em;
	display: inline;
}

#header h1 {
    margin-right: 68px !important;
    margin-right: 65px;
}

h1 a {
	float: left;
	width: 170px;
	height: 20px;
	background: url( "../img/logo.gif" ) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
}

.white h1 a { background-position: left top; }
.gray h1 a { background-position: left -50px; }
.black h1 a { background-position: left -100px; }

#header {
	height: 46px;
	width: 612px;
	overflow: hidden;
	background-color: #fff;
}

.white #header { background-color: #fff; }
.gray #header { background-color: rgb(70,70,70); }
.black #header { background-color: rgb(10,10,10); }

#header h3, #subheader h3 {
	display: none;
}

#utilities {
	list-style: none;
	width: auto;
	overflow: hidden;
	height: 46px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

#container.large #utilities li a {
    height: 46px;
    width: 20px;
    display: block;
    text-indent: -9999px;
}

#utilities li {
	float: left;
	margin: 0 8px 0 0;
}

#utilities a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 46px;
	padding: 0 5px;
	background: url( "../img/utility.gif" ) no-repeat left top;
}

/*-- Utilities: Small --*/

.white #utilities #util-size a { width: 76px; background-position: 5px 0; }
.white #utilities #util-contrast a { width: 85px; background-position: -91px 0; }
.white #utilities #util-text a { width: 69px; background-position: -196px 0; }

.white #utilities #util-size a:hover { background-position: 5px -46px; }
.white #utilities #util-contrast a:hover { background-position: -91px -46px; }
.white #utilities #util-text a:hover { background-position: -196px -46px; }

.gray #utilities #util-size a { width: 76px; background-position: 5px -92px; }
.gray #utilities #util-contrast a { width: 85px; background-position: -91px -92px; }
.gray #utilities #util-text a { width: 69px; background-position: -196px -92px; }

.gray #utilities #util-size a:hover { background-position: 5px -138px; }
.gray #utilities #util-contrast a:hover { background-position: -91px -138px; }
.gray #utilities #util-text a:hover { background-position: -196px -138px; }

.black #utilities #util-size a { width: 76px; background-position: 5px -184px; }
.black #utilities #util-contrast a { width: 85px; background-position: -91px -184px; }
.black #utilities #util-text a { width: 69px; background-position: -196px -184px; }

.black #utilities #util-size a:hover { background-position: 5px -230px; }
.black #utilities #util-contrast a:hover { background-position: -91px -230px; }
.black #utilities #util-text a:hover { background-position: -196px -230px; }

/*-- Utilities: Large --*/

.white #container.large #utilities #util-size a { width: 95px; background-position: 5px -276px; }
.white #container.large #utilities #util-contrast a { width: 100px; background-position: -125px -276px; }
.white #container.large #utilities #util-text a { width: 88px; background-position: -250px -276px; }

.white #container.large #utilities #util-size a:hover { background-position: 5px -322px; }
.white #container.large #utilities #util-contrast a:hover { background-position: -125px -322px; }
.white #container.large #utilities #util-text a:hover { background-position: -250px -322px; }

.gray #container.large #utilities #util-size a { width: 95px; background-position: 5px -368px; }
.gray #container.large #utilities #util-contrast a { width: 100px; background-position: -125px -368px; }
.gray #container.large #utilities #util-text a { width: 88px; background-position: -250px -368px; }

.gray #container.large #utilities #util-size a:hover { background-position: 5px -414px; }
.gray #container.large #utilities #util-contrast a:hover { background-position: -125px -414px; }
.gray #container.large #utilities #util-text a:hover { background-position: -250px -414px; }

.black #container.large #utilities #util-size a { width: 95px; background-position: 5px -460px; }
.black #container.large #utilities #util-contrast a { width: 100px; background-position: -125px -460px; }
.black #container.large #utilities #util-text a { width: 88px; background-position: -250px -460px; }

.black #container.large #utilities #util-size a:hover { background-position: 5px -506px; }
.black #container.large #utilities #util-contrast a:hover { background-position: -125px -506px; }
.black #container.large #utilities #util-text a:hover { background-position: -250px -506px; }

/*-- Text Only --*/

.text-only h1, .text-only h1 a {
	float: none;
	margin: 0 !important;
	display: block;
}

.text-only #header h3, .text-only #subheader h3 {
	display: block;
	margin: 1em 0 0 0;
}

.text-only #header, .text-only #subheader {
	background: none;
	width: auto;
	height: auto;
}

.text-only #utilities, #think.text-only #utilities,
.text-only #container.large #utilities, #think.text-only #container.large #utilities {
	margin: 0;
	height: auto;
	width: auto;
	float: none;
}

.text-only #utilities li,
.text-only #container.large #utilities li {
	float: none;
	margin: 0;
	list-style: disc inside;
}

.text-only #utilities li a,
.text-only #container.large #utilities li a {
	background: none;
	width: auto;
	height: auto;
	float: none;
	text-indent: 0;
	display: inline;
	padding: 0;
}


/***************/
/*  Subheader  */
/***************/

#subheader {
	height: 46px;
	margin: 2px 0 0 0;
	background-color: #fff;
}

.white #subheader { background-color: #fff; }
.gray #subheader { background-color: rgb(70,70,70); }
.black #subheader { background-color: rgb(10,10,10); }

#navigation {
    list-style: none;
    margin: 0 0 0 259px;
}

#navigation li {
    float: left;
    margin: 0 16px 0 0;
    display: inline;
}

#navigation a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    height: 46px;
    line-height: 0.1;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	z-index: 1050;
}

#navigation li.selected a {
	font-weight: bold;
}


#navigation li a.primary {
	background: url( "../img/navigation.gif" ) no-repeat left top;
}

/*-- Navigation: Small --*/

.white #navigation #nav-services a.primary { width: 57px; background-position: 10px 0; }
.white #navigation #nav-market a.primary { width: 48px; background-position: -83px 0; }
.white #navigation #nav-client a.primary { width: 71px; background-position: -167px 0; }
.white #navigation #nav-team a.primary { width: 60px; background-position: -273px 0; }
.white #navigation #nav-about a.primary { width: 59px; background-position: -369px 0; }
.white #navigation #nav-think a.primary { width: 112px; background-position: -463px 0; }

.white #navigation #nav-services a.primary:hover { background-position: 10px -46px; }
.white #navigation #nav-market a.primary:hover { background-position: -83px -46px; }
.white #navigation #nav-client a.primary:hover { background-position: -167px -46px; }
.white #navigation #nav-team a.primary:hover { background-position: -273px -46px; }
.white #navigation #nav-about a.primary:hover { background-position: -369px -46px; }
.white #navigation #nav-think a.primary:hover { background-position: -463px -46px; }

.white #navigation #nav-services a.primary.selected { background-position: 10px -92px; }
.white #navigation #nav-market a.primary.selected { background-position: -83px -92px; }
.white #navigation #nav-client a.primary.selected { background-position: -167px -92px; }
.white #navigation #nav-team a.primary.selected { background-position: -273px -92px; }
.white #navigation #nav-about a.primary.selected { background-position: -369px -92px; }
.white #navigation #nav-think a.primary.selected { background-position: -463px -92px; }

.gray #navigation #nav-services a.primary { width: 57px; background-position: 10px -138px; }
.gray #navigation #nav-market a.primary { width: 48px; background-position: -83px -138px; }
.gray #navigation #nav-client a.primary { width: 71px; background-position: -167px -138px; }
.gray #navigation #nav-team a.primary { width: 60px; background-position: -273px -138px; }
.gray #navigation #nav-about a.primary { width: 59px; background-position: -369px -138px; }
.gray #navigation #nav-think a.primary { width: 112px; background-position: -463px -138px; }

.gray #navigation #nav-services a.primary:hover { background-position: 10px -184px; }
.gray #navigation #nav-market a.primary:hover { background-position: -83px -184px; }
.gray #navigation #nav-client a.primary:hover { background-position: -167px -184px; }
.gray #navigation #nav-team a.primary:hover { background-position: -273px -184px; }
.gray #navigation #nav-about a.primary:hover { background-position: -369px -184px; }
.gray #navigation #nav-think a.primary:hover { background-position: -463px -184px; }

.gray #navigation #nav-services a.primary.selected { background-position: 10px -230px; }
.gray #navigation #nav-market a.primary.selected { background-position: -83px -230px; }
.gray #navigation #nav-client a.primary.selected { background-position: -167px -230px; }
.gray #navigation #nav-team a.primary.selected { background-position: -273px -230px; }
.gray #navigation #nav-about a.primary.selected { background-position: -369px -230px; }
.gray #navigation #nav-think a.primary.selected { background-position: -463px -230px; }

.black #navigation #nav-services a.primary { width: 57px; background-position: 10px -276px; }
.black #navigation #nav-market a.primary { width: 48px; background-position: -83px -276px; }
.black #navigation #nav-client a.primary { width: 71px; background-position: -167px -276px; }
.black #navigation #nav-team a.primary { width: 60px; background-position: -273px -276px; }
.black #navigation #nav-about a.primary { width: 59px; background-position: -369px -276px; }
.black #navigation #nav-think a.primary { width: 112px; background-position: -463px -276px; }

.black #navigation #nav-services a.primary:hover { background-position: 10px -322px; }
.black #navigation #nav-market a.primary:hover { background-position: -83px -322px; }
.black #navigation #nav-client a.primary:hover { background-position: -167px -322px; }
.black #navigation #nav-team a.primary:hover { background-position: -273px -322px; }
.black #navigation #nav-about a.primary:hover { background-position: -369px -322px; }
.black #navigation #nav-think a.primary:hover { background-position: -463px -322px; }

.black #navigation #nav-services a.primary.selected { background-position: 10px -368px; }
.black #navigation #nav-market a.primary.selected { background-position: -83px -368px; }
.black #navigation #nav-client a.primary.selected { background-position: -167px -368px; }
.black #navigation #nav-team a.primary.selected { background-position: -273px -368px; }
.black #navigation #nav-about a.primary.selected { background-position: -369px -368px; }
.black #navigation #nav-think a.primary.selected { background-position: -463px -368px; }

#navigation #nav-client, #navigation #nav-about { margin-right: 15px; }
#navigation #nav-think { margin: 0; }
#navigation #nav-think a { padding-right: 0; }


/*-- Navigation: Large --*/

#container.large #navigation { padding: 0 0 0 0; margin: 0 0 0 16px; }
#container.large #navigation li { margin: 0 32px 0 0; }

.white #container.large #navigation #nav-services a.primary { width: 80px; background-position: 10px -414px; }
.white #container.large #navigation #nav-market a.primary { width: 67px; background-position: -122px -414px; }
.white #container.large #navigation #nav-client a.primary { width: 99px; background-position: -241px -414px; }
.white #container.large #navigation #nav-team a.primary { width: 84px; background-position: -392px -414px; }
.white #container.large #navigation #nav-about a.primary { width: 82px; background-position: -528px -414px; }
.white #container.large #navigation #nav-think a.primary { width: 156px; background-position: -662px -414px; }

.white #container.large #navigation #nav-services a.primary:hover { background-position: 10px -460px; }
.white #container.large #navigation #nav-market a.primary:hover { background-position: -122px -460px; }
.white #container.large #navigation #nav-client a.primary:hover { background-position: -241px -460px; }
.white #container.large #navigation #nav-team a.primary:hover { background-position: -392px -460px; }
.white #container.large #navigation #nav-about a.primary:hover { background-position: -528px -460px; }
.white #container.large #navigation #nav-think a.primary:hover { background-position: -662px -460px; }

.white #container.large #navigation #nav-services a.primary.selected { background-position: 10px -506px; }
.white #container.large #navigation #nav-market a.primary.selected { background-position: -122px -506px; }
.white #container.large #navigation #nav-client a.primary.selected { background-position: -241px -506px; }
.white #container.large #navigation #nav-team a.primary.selected { background-position: -392px -506px; }
.white #container.large #navigation #nav-about a.primary.selected { background-position: -528px -506px; }
.white #container.large #navigation #nav-think a.primary.selected { background-position: -662px -506px; }

.gray #container.large #navigation #nav-services a.primary { width: 80px; background-position: 10px -552px; }
.gray #container.large #navigation #nav-market a.primary { width: 67px; background-position: -122px -552px; }
.gray #container.large #navigation #nav-client a.primary { width: 99px; background-position: -241px -552px; }
.gray #container.large #navigation #nav-team a.primary { width: 84px; background-position: -392px -552px; }
.gray #container.large #navigation #nav-about a.primary { width: 82px; background-position: -528px -552px; }
.gray #container.large #navigation #nav-think a.primary { width: 156px; background-position: -662px -552px; }

.gray #container.large #navigation #nav-services a.primary:hover { background-position: 10px -598px; }
.gray #container.large #navigation #nav-market a.primary:hover { background-position: -122px -598px; }
.gray #container.large #navigation #nav-client a.primary:hover { background-position: -241px -598px; }
.gray #container.large #navigation #nav-team a.primary:hover { background-position: -392px -598px; }
.gray #container.large #navigation #nav-about a.primary:hover { background-position: -528px -598px; }
.gray #container.large #navigation #nav-think a.primary:hover { background-position: -662px -598px; }

.gray #container.large #navigation #nav-services a.primary.selected { background-position: 10px -644px; }
.gray #container.large #navigation #nav-market a.primary.selected { background-position: -122px -644px; }
.gray #container.large #navigation #nav-client a.primary.selected { background-position: -241px -644px; }
.gray #container.large #navigation #nav-team a.primary.selected { background-position: -392px -644px; }
.gray #container.large #navigation #nav-about a.primary.selected { background-position: -528px -644px; }
.gray #container.large #navigation #nav-think a.primary.selected { background-position: -662px -644px; }

.black #container.large #navigation #nav-services a.primary { width: 80px; background-position: 10px -690px; }
.black #container.large #navigation #nav-market a.primary { width: 67px; background-position: -122px -690px; }
.black #container.large #navigation #nav-client a.primary { width: 99px; background-position: -241px -690px; }
.black #container.large #navigation #nav-team a.primary { width: 84px; background-position: -392px -690px; }
.black #container.large #navigation #nav-about a.primary { width: 82px; background-position: -528px -690px; }
.black #container.large #navigation #nav-think a.primary { width: 156px; background-position: -662px -690px; }

.black #container.large #navigation #nav-services a.primary:hover { background-position: 10px -736px; }
.black #container.large #navigation #nav-market a.primary:hover { background-position: -122px -736px; }
.black #container.large #navigation #nav-client a.primary:hover { background-position: -241px -736px; }
.black #container.large #navigation #nav-team a.primary:hover { background-position: -392px -736px; }
.black #container.large #navigation #nav-about a.primary:hover { background-position: -528px -736px; }
.black #container.large #navigation #nav-think a.primary:hover { background-position: -662px -736px; }

.black #container.large #navigation #nav-services a.primary.selected { background-position: 10px -782px; }
.black #container.large #navigation #nav-market a.primary.selected { background-position: -122px -782px; }
.black #container.large #navigation #nav-client a.primary.selected { background-position: -241px -782px; }
.black #container.large #navigation #nav-team a.primary.selected { background-position: -392px -782px; }
.black #container.large #navigation #nav-about a.primary.selected { background-position: -528px -782px; }
.black #container.large #navigation #nav-think a.primary.selected { background-position: -662px -782px; }

#container.large #navigation #nav-client, #container.large #navigation #nav-about { margin-right: 32px; }
#container.large #navigation #nav-think { margin: 0; }
#container.large #navigation #nav-think a { padding-right: 0; }

/*-- Dropdowns --*/

#navigation li ul,
#container.large #navigation li ul {
    position: absolute;
    z-index: 1000;
    clear: both;
    width: 250px;
    left: -999em;
    margin: 46px 0 0 0 !important;
    margin: 0;
/*     padding: 0 2px 0.5em 2px; */
    padding: 0 2px 2px 2px;
	background: #fff url( "../img/bg-white.gif" );
}

#container.large #navigation li ul { padding-bottom: 0.4em; }

#navigation #nav-services ul { margin-left: -1px !important; }
#navigation #nav-market ul { margin-left: -4px !important; }
#navigation #nav-client ul { margin-left: -4px !important; }
#navigation #nav-team ul { margin-left: -2px !important; }
#navigation #nav-about ul { margin-left: -2px !important; width: 216px; }

#container.large #navigation #nav-services ul { margin-left: -4px !important; }
#container.large #navigation #nav-market ul { margin-left: -4px !important; }
#container.large #navigation #nav-client ul { margin-left: -3px !important; }
#container.large #navigation #nav-team ul { margin-left: -4px !important; }
#container.large #navigation #nav-about ul { margin-left: -2px !important; width: 250px; }

.white #navigation li ul, .white #container.large #navigation li ul { background: #fff url( "../img/bg-white.gif" ); }
.gray #navigation li ul, .gray #container.large #navigation li ul { background: rgb(70,70,70) url( "../img/bg-gray.gif" ); }
.black #navigation li ul, .black #container.large #navigation li ul { background: rgb(10,10,10) url( "../img/bg-black.gif" ); }

#home #navigation li ul {
	min-height: 216px;
	height: auto !important;
	height: 216px;
	background: #fff;
}

#home #container.large #navigation li ul { background: #fff; }

#home.white #navigation li ul, #home.white #container.large #navigation li ul { background: #fff; }
#home.gray #navigation li ul, #home.gray #container.large #navigation li ul { background: rgb(70,70,70); }
#home.black #navigation li ul, #home.black #container.large #navigation li ul { background: rgb(10,10,10); }

#navigation li:hover ul, #navigation li.sfhover ul,
#container.large #navigation li:hover ul, #container.large #navigation li.sfhover ul {
    left: auto;
}

#navigation li li,
#container.large #navigation li li {
    margin: 0;
    background: #fff;
}

.white #navigation li li, .white #container.large #navigation li li { background: #fff; }
.gray #navigation li li, .gray #container.large #navigation li li { background: rgb(70,70,70); }
.black #navigation li li, .black #container.large #navigation li li { background: rgb(10,10,10); }

#navigation li li a,
#container.large #navigation li li a {
    float: none;
    display: block;
    width: 234px;
/*
    height: auto;
    line-height: 32px;
    padding: 0 8px;
*/
/*
    height: 1.5em;
    line-height: 1.5em;
    padding: 0.5em 8px;
*/
    height: auto;
    line-height: 2.5em;
    padding: 0 8px;
    text-indent: 0;
    overflow: visible;
}

/* #container.large #navigation li li a { height: auto; line-height: normal; } */

#navigation #nav-services li a { padding-left: 9px; width: 233px; }
#navigation #nav-market li a { padding-left: 12px; width: 230px; }
#navigation #nav-client li a { padding-left: 12px; width: 230px; }
#navigation #nav-about li a { padding-left: 10px; width: 196px; }

#container.large #navigation #nav-services li a { padding-left: 12px; width: 230px; }
#container.large #navigation #nav-market li a { padding-left: 12px; width: 230px; }
#container.large #navigation #nav-client li a { padding-left: 11px; width: 231px; }
#container.large #navigation #nav-client li a { padding-left: 10px; width: 232px; }


#container.large #navigation #nav-about li a { }

/*-- Text Only --*/

.text-only #subheader {
	height: auto;
	margin: 0 0 1em 0;
	background: none;
}

.text-only #navigation {
	width: auto;
	height: auto;
	margin: auto !important;
	list-style: disc inside;
}

.text-only #navigation li ul {
	display: none;
}

.text-only #navigation li {
	float: none;
	margin: 0;
	padding: 0;
	display: list-item;
}

.text-only #navigation li a,
.text-only #container.large #navigation li a,
.text-only #container.large #navigation li a.primary {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	line-height: 1;
	display: inline;
	text-decoration: underline;
}

.text-only #navigation li ul,
.text-only #container.large #navigation li ul {
	position: relative;
	width: auto;
	left: 0;
	margin: 0 0 0 1em !important;
	padding: 0;
	background: none;
	list-style: circle inside;
}

#home.text-only #navigation li ul {
    min-height: 0;
    height: auto !important;
}

.text-only #navigation #nav-services ul,
.text-only #navigation #nav-market ul,
.text-only #navigation #nav-client ul,
.text-only #navigation #nav-about ul,
.text-only #container.large #navigation #nav-services ul,
.text-only #container.large #navigation #nav-market ul,
.text-only #container.large #navigation #nav-client ul,
.text-only #container.large #navigation #nav-about ul {
    margin: 0 0 0 2em !important;
    width: auto;
}

/*
.text-only #navigation.large #nav-services li a,
.text-only #navigation.large #nav-market li a,
.text-only #navigation.large #nav-client li a,
.text-only #navigation.large #nav-team li a,
.text-only #navigation.large #nav-about li a,
.text-only #navigation.large #nav-think li a,
.text-only #navigation #nav-services li a,
.text-only #navigation #nav-market li a,
.text-only #navigation #nav-client li a,
.text-only #navigation #nav-team li a,
.text-only #navigation #nav-about li a,
.text-only #navigation #nav-think li a {
	float: none;
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	text-decoration: none;
	display: inline;
}
*/

/***************/
/*  Animation  */
/***************/

#animation_viewport {
    position: absolute;
	width: 612px;
	height: 200px;
	left: 0;
	top: 18px;
	overflow: hidden;
}

#animation_link {
    position: absolute;
    left: 83px;
    top: 92px;
    display: none;
}

#animation_link a {
    display: block;
    padding: 22px;
    width: 8px;
    height: 8px;
    background: url( "../img/animation-plus-white.gif" ) no-repeat 22px 22px;
    text-indent: -9999px;
    overflow: hidden;
}

#animation_link a:hover {
    background-position: 22px -30px;
}

.white #animation_link a { background-image: url( "../img/animation-plus-white.gif" ); }
.gray #animation_link a { background-image: url( "../img/animation-plus-gray.gif" ); }
.black #animation_link a { background-image: url( "../img/animation-plus-black.gif" ); }

#animation {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
}

.white #animation { background-color: rgb(255,255,255); }
.gray #animation { background-color: rgb(70,70,70); }
.black #animation { background-color: rgb(10,10,10); }

#animation .close {
    position: absolute;
    right: 10px;
    top: 9px !important;
    top: 10px;
    display: none;
}

#container.large #animation .close {
    top: 10px !important;
}

#animation .close a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em !important;
	font-size: 0.9em;
    text-decoration: none;
    color: #999;
    float: right;
    display: block;
    background: url( "../img/close-btn.gif" ) no-repeat right top;
    height: 16px;
    line-height: 16px;
    width: 16px;
/*     padding: 0 20px 0 0; */
    text-indent: -9999px;
    overflow: hidden;
}

.white #animation .close a { color: #ccc; background-position: right top; }
.white #animation .close a:hover { color: #666; background-position: right -16px; }

.gray #animation .close a { color: #666; background-position: right -32px; }
.gray #animation .close a:hover { color: #999; background-position: right -48px; }

.black #animation .close a { color: #333; background-position: right -64px; }
.black #animation .close a:hover { color: #666; background-position: right -80px; }

#animation ul {
    margin: 10px 0 30px 26px;
    padding: 0;
    list-style: none;
    width: auto;
    overflow: hidden;
}

#animation li {
    margin: 0;
    padding: 0;
    float: left;
	margin: 0 10px 0 0;
	color: rgb(235,58,14);
	font-size: 0.8em !important;
	font-size: 0.9em;
	font-weight: bold !important;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.white #animation li { color: rgb(235,58,14); }
.gray #animation li { color: rgb(255,210,10); }
.black #animation li { color: rgb(253,177,121); }

#animation .step {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
}

#animation .last-step {
    display: block;
}

#animation p {
	margin: 25px 77px 0 26px;
	line-height: 1.8;
}

#container.large #animation p {
    margin-top: 10px;
    margin-right: 26px;
}

#animation p a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 0 0 0 10px;
    font-weight: bold !important;
    font-weight: normal;
}

/*-- Text Only --*/

.text-only #animation_viewport {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    
}

.text-only #animation_link {
    display: none;
}

.text-only #animation {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	top: 0;
	margin: 1em 0 0 0;
	background: none;
}

.text-only #animation ul {
    margin: 0;
}

.text-only #animation p {
	margin: 0;
	clear: both;
}

.text-only #animation .step {
    position: relative;
    left: 0;
    top: 0;
}

/*************/
/*  Content  */
/*************/

#content {
	margin: 2px 0 0 0;
	background: #fff;
	padding: 19px 0 0 0;
	width: 100%;
	background: rgb(255,255,255);
}

.white #content { background: rgb(255,255,255); }
.gray #content { background: rgb(70,70,70); }
.black #content { background: rgb(10,10,10); }

/*-- Text Only --*/

.text-only #content {
	margin: 0;
	padding: 0;
	background: none;
}


/***********/
/*  Col 1  */
/***********/

#left {
	float: left;
	width: 207px;
/* 	margin: 0 36px 0 26px; */
	margin: 0 24px 0 26px !important;
 	margin-right: 21px;
	display: inline;
/* 	font-family: "Arial Narrow", Arial, sans-serif; */
    min-height: 1px;
    height: auto !important;
    height: 1px;
}

#subnav {
	list-style: none;
}

#subnav li {
	margin: 0 0 1.2em 0;
	padding-left: 1em;
	text-indent: -1em;
}

#subnav a {
	text-decoration: none;
}

#subnav li.selected a {
	font-weight: bold;
}

body.white #subnav li.selected a {
	color: #6d6e71;
}

body.gray #subnav li.selected a {
	color: rgb(255,255,255);
}

body.black #subnav li.selected a {
	color: rgb(210,210,210);
}

#think #subnav ul {
	list-style: none;
	margin: 0;
}

#think #subnav li {
	height: auto !important;
	height: 0;
	margin: 0;
}

#think #subnav li li {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/*-- Text Only --*/

.text-only #left {
	float: none;
	width: auto;
	margin: 0;
}

.text-only #subnav {
	margin: 0 0 1em 0;
	list-style: disc inside;
}

.text-only #subnav li {
	margin: 0;
}

.text-only #subnav li a {
	text-decoration: underline;
}


/***********/
/*  Col 2  */
/***********/

#main {
	float: left;
	width: 343px;
	margin: 0 36px 0 0;
	padding: 3.25em 0 0.8em 12px !important;
	padding-left: 15px;
	display: inline;
}

    #main.main-full-width {
    	width: 580px;
    	margin-right: 0;
    }

.block {
    clear: both;
    width: auto;
    overflow: hidden;
    margin: 0 0 1em 0;
}

    .white #right .block { color: rgb(79,173,38); }
    .gray #right .block { color: rgb(179,230,255); }
    .black #right .block { color: rgb(197,237,139); }

.block ul {
    margin: 0 0 0 1em;
}

.block ol {
    margin: 0 0 0 2em;
}

.col2 p {
	margin: 0 0 0.8em 0;
}

ul.details {
	margin: 1.6em 0 1.6em -12px !important;
	margin-left: -15px;
	padding: 0;
}

ul.details li {
	margin: 0 0 0 12px !important;
	margin-left: 15px;
}

ul.clients {
    margin: 0;
	list-style: none;
}

ul.clients li {
	margin: 0 0 0.8em 0;
}

ul.clients p {
	margin: 0;
}

ul.clients p.title {
	font-style: italic;
}

ul.clients p.title a {
	text-decoration: none;
}

/*-- Text Only --*/

.text-only #main {
	float: none;
	width: auto;
	padding: 1em 0 0 0;
}


/***********/
/*  Col 3  */
/***********/

#right {
	float: left;
	width: 206px;
	margin: 0;
	padding: 3.25em 0 0 0;
	display: inline;
}

#right h4
{
    font-weight: normal;
}

body.white #right { color: rgb(235,58,14); }
body.gray #right { color: rgb(255,210,10); }
body.black #right { color: rgb(253,177,121); }

#right p {
	margin: 0 0 0.8em 0;
}

    #right .feature
    {
        padding-bottom: 10px;
    }

.image-block {
	float: left;
	padding: 3px 0 0 0;	
}

.image-block a {
	display: block;
	padding: 0 0 15px 0;
	background: url( "../img/icon-plus-small-white.gif" ) no-repeat right bottom;
}

.white .image-block a { background: url( "../img/icon-plus-small-white.gif" ) no-repeat right bottom; }
.gray .image-block a { background: url( "../img/icon-plus-small-gray.gif" ) no-repeat right bottom; }
.black .image-block a { background: url( "../img/icon-plus-small-black.gif" ) no-repeat right bottom;	}

#think .image-block a {
	background: url( "../img/icon-plus-think-white.gif" ) no-repeat right bottom;
}

#think.white .image-block a { background: url( "../img/icon-plus-think-small-white.gif" ) no-repeat right bottom; }
#think.gray .image-block a { background: url( "../img/icon-plus-think-small-gray.gif" ) no-repeat right bottom; }
#think.black .image-block a { background: url( "../img/icon-plus-think-small-black.gif" ) no-repeat right bottom;	}

.image-block img {
	display: block;
}

.editable h1, .editable h2, .editable h3, .editable h4, .editable h5, .editable h6
{
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;
	margin: 0 0 0.8em 0;
	padding: 0;
	float: none;
	letter-spacing: 0;
	color: inherit;
}

.extra h1, .extra h2, .extra h3, .extra h4, .extra h5, .extra h6
{
	font-size: 1.1em;
	margin: 0;
}

.extra {
	padding: 0.8em 0 0 0;
}

#right .description {
	color: rgb(235,58,14);
}

.white #right .description { color: rgb(235,58,14); }
.gray #right .description { color: rgb(255,210,10); }
.black #right .description { color: rgb(253,177,121); }

#right .extra {
	color: rgb(79,173,38);
}

.white #right .extra { color: rgb(79,173,38); }
.gray #right .extra { color: rgb(179,230,255); }
.black #right .extra { color: rgb(197,237,139); }

/*-- Text Only --*/

.text-only #right {
	float: none;
	width: auto;
	margin: 1em 0 0 0;
	padding: 0;
}


/*************/
/*  Clients  */
/*************/

/*-- Gallery --*/
.gallery {
	margin: 0 0 2.3em 0 !important;
	margin-bottom: 0.8em;
	width: 343px;
	overflow: hidden;
}

.gallery img {
	display: block;
}

#main-image {
	position: relative;
	width: 343px;
	height: 229px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#image-holder {
	position: absolute;
	left: 0;
	top: 0;
}

#main-image img {
	position: absolute;
	left: 0;
	top: 0;
}

.gallery ul {
	list-style: none;
	margin: 0 ;
	padding: 0;
	float: left;
	width: 235px;
	overflow: hidden;
}

.gallery li {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	display: inline;
}

.gallery li a {
	display: block;
	border: 2px solid rgb(255,255,255);
}

.white .gallery li a { border: 2px solid rgb(255,255,255); }
.gray .gallery li a { border: 2px solid rgb(70,70,70); }
.black .gallery li a { border: 2px solid rgb(10,10,10); }

.gallery li a.selected {
	border: 2px solid rgb(235,58,14);
}

.white .gallery li a.selected { border: 2px solid rgb(235,58,14); }
.gray .gallery li a.selected { border: 2px solid rgb(255,210,10); }
.black .gallery li a.selected { border: 2px solid rgb(253,177,121); }

#enlarge {
	float: right;
	background: url( "../img/icon-plus-large-white.gif" ) no-repeat right 2px;
	margin: 3px 0 0 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
}

.white #enlarge { background: url( "../img/icon-plus-large-white.gif" ) no-repeat right 2px; }
.gray #enlarge { background: url( "../img/icon-plus-large-gray.gif" ) no-repeat right 2px; }
.black #enlarge { background: url( "../img/icon-plus-large-black.gif" ) no-repeat right 2px; }

.white #enlarge:hover, .gray #enlarge:hover, .black #enlarge:hover {
	background-position: right -48px;
}

.large #enlarge {
	margin: 1px 0 0 0;
	background-position: right 4px;
}

.large #enlarge:hover {
	background-position: right -46px;
}

.meta {
	margin: -5px 0 1.6em;
}

.meta h2 {
	font-size: 1.1em;
	text-transform: none;
	margin: 0;
	letter-spacing: 0;
}

.white .meta h2 { color: #6d6e71; }
.gray .meta h2 { color: rgb(255,255,255); }
.black .meta h2 { color: rgb(210,210,210); }

.meta p {
	margin: 0;
}

.loader {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid rgb(255,255,255);
	padding: 2px;
	background: #fff;
}

.white .loader { border: 2px solid rgb(255,255,255); }
.gray .loader { border: 2px solid rgb(70,70,70); }
.black .loader { border: 2px solid rgb(10,10,10); }

/*
.white .loader { background: rgb(255,255,255) url( "../img/loader-white.gif" ) no-repeat 2px 2px; }
.gray .loader { background: rgb(70,70,70) url( "../img/loader-gray.gif" ) no-repeat 2px 2px; }
.black .loader { background: rgb(10,10,10) url( "../img/loader-black.gif" ) no-repeat 2px 2px; }
*/

/*-- Text Only --*/
.text-only #enlarge {
/*
	clear: both;
	float: none;
*/
}


/***********/
/*  Login  */
/***********/

#login {
    width: 342px;
}
.submission .element {
    margin: 0 0 0.5em 0;
    padding: 0 0 1.5em 0;
    width: auto;
    overflow: hidden;
    background: url( "../img/bg-white.gif" ) repeat-x left bottom;
}

.submission label {
    float: left;
    width: 5em;
    margin: 0 1em 0 0;
}

.submission input {
    float: left;
    border: 1px solid #6D6E71;
    padding: 2px 5px;
}

#login #submit {
    margin: 0 0 0 6em;
    font-size: 1.0em;
	width: 4.5em;
	height: 1.8em;
	line-height: 1.8em;
	background: rgb(235,58,14);
	color: #fff;
	border: none;
	cursor: pointer;
}


/**********************/
/*  Think About This  */
/**********************/

/*-- Header --*/

#think h1 {
    margin-right: 74px !important;
}

#think h1 a {
	background-image: url( "../img/logo-think.gif" );
}

#think #header p {
	height: 46px;
	line-height: 46px;
}

#think #utilities {
	margin: 0 0 0 264px;
	width: 348px;
	float: left;
	display: inline;
}

#think #credit_line {
	float: left;
	padding: 15px 0 0 0;
/* 	margin: 0 0 0 37px; */
}

#think.large #credit_line {
	padding: 12px 0 0 0;
	margin: 0;
}

/*-- Definition --*/

.definition {
	margin: 0 0 1.6em;
}

/*-- Revisions --*/

.revisions {
    padding-top: 0.8em;
    margin-bottom: 1.6em;
}

#think .revisions h4 {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    padding: 2px 0 0 0;
}

.revisions ul {
    padding: 0;
    list-style: none;
    width: auto;
    overflow: hidden;
}

.revisions li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline;
}

#think .revisions a {
	text-decoration: none;
	color: rgb(255,255,255);
	padding: 2px 8px;
	color: rgb(79,173,38);
}

#think .revisions a:hover {
	color: #4c4c4c;
}

#think.white #container .revisions a:link { color: rgb(79,173,38); }
#think.white #container .revisions a:visited { color: rgb(79,173,38); }
#think.white #container .revisions a:hover { color: rgb(255,255,255); background-color: #4c4c4c; }

#think.gray #container .revisions a:link { color: rgb(179,230,255); }
#think.gray #container .revisions a:visited { color: rgb(179,230,255); }
#think.gray #container .revisions a:hover { color: #fff; background-color: #999; }

#think.black #container .revisions a:link { color: rgb(197,237,139); }
#think.black #container .revisions a:visited { color: rgb(197,237,139); }
#think.black #container .revisions a:hover { color: rgb(210,210,210); background-color: #666; }

#think .revisions li.selected span {
	padding: 2px 8px;
}

#think.white .revisions li.selected span { color: rgb(255,255,255); background-color: rgb(79,173,38); }
#think.gray .revisions li.selected span { color: rgb(70,70,70); background-color: rgb(179,230,255); }
#think.black .revisions li.selected span { color: rgb(10,10,10); background-color: rgb(197,237,139); }

/*-- Share --*/

ul.share {
    list-style: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

ul.share li {
    margin: 0 0 5px 0;
    padding: 0;
}

a.comment {
    display: block;
    background: url( "../img/icons/icon-comment.gif" ) no-repeat left top;
    padding: 0 0 0 22px;
    height: 16px;
}

.white a.comment { background-position: left top; }
.gray a.comment { background-position: left -16px; }
.black a.comment { background-position: left -32px; }

/*-- Comments --*/

.comments {
	background: url( "../img/divider.gif" ) no-repeat top;
	padding: 1.6em 0 0 0;
}

.comments p.author {
	margin: 0;
}

.comments ul {
	list-style: none;
}

.comments li {
	padding: 0 0 1.6em 0;
	margin: 0 0 1.6em 0;
	background: url( "../img/divider.gif" ) no-repeat top;
}

.comments li.last {
    padding: 0;
    background: none;
}

.leave-comment {
	padding: 1.6em 0 0 0;
	background: url( "../img/divider.gif" ) no-repeat top;
}

.leave-comment label {
	display: block;
}

.leave-comment input, .leave-comment textarea {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 1em;
	font-family: Arial, sans-serif;
	width: 332px;
	background: none;
}

.leave-comment input.hide {
    display: none;
}

.white .leave-comment input, .white .leave-comment textarea { color: rgb(88,88,88); }
.gray .leave-comment input, .gray .leave-comment textarea { color: rgb(255,255,255); }
.black .leave-comment input, .black .leave-comment textarea { color: rgb(210,210,210); }

.leave-comment textarea {
	height: 8em;
}

.leave-comment button {
	width: 130px;
	height: 25px;
	line-height: 25px;
	background: rgb(235,58,14);
	color: #fff;
	border: none;
}

.white .leave-comment button { background: rgb(235,58,14); }
.gray .leave-comment button { color: rgb(70,70,70); background: rgb(255,210,10); }
.black .leave-comment button { color: rgb(10,10,10); background: rgb(253,177,121); }

/*-- Text Only --*/

#think.text-only #credit_line {
	float: none;
	padding: 1em 0 0 0;
}

#think.text-only #subnav {
	margin: 0 0 1em 0;
	list-style: none;
}

#think.text-only #subnav li ul {
	list-style: disc inside;
	margin: 0 0 1em 0;
}

.text-only #subnav li {
	margin: 0;
}

.text-only #subnav li a {
	text-decoration: underline;
}

/************/
/*  Footer  */
/************/

#footer-wrapper {
	padding: 2px 0 0 0;
	clear: both;
	background: url( "../img/bg-white.gif" );
}

.white #footer-wrapper { background: url( "../img/bg-white.gif" ); }
.gray #footer-wrapper { background: url( "../img/bg-gray.gif" ); }
.black #footer-wrapper { background: url( "../img/bg-black.gif" ); }

#footer {
	margin: 0 0 0 0;
	padding: 20px 0 0 269px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: rgb(235,58,14);
	background: rgb(255,255,255);
}

.white #footer {
	color: rgb(235,58,14);
	background: rgb(255,255,255);
}

.gray #footer {
	color: rgb(255,210,10);
	background: rgb(70,70,70);
}

.black #footer {
	color: rgb(253,177,121);
	background: rgb(10,10,10);
}

#footer p {
	margin-bottom: 15px;
}

    #footer p.copyright
    {
        font-style: italic;
        text-transform: none;
    }

/*
#footer h4 {
	font-weight: normal;
	font-size: 1.0em;
	float: left;
}

#footer .block {
	width: auto;
	overflow: hidden;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0 0 0 10px;
}
*/

/*-- Text Only --*/

.text-only #footer-wrapper {
	margin: 1em 0 0 0;
	padding: 0;
	background: none;
}

.text-only #footer {
	margin: 0;
	padding: 0;
}

/**********/
/*  News  */
/**********/

h4.post-date {
    font-weight: normal;
    margin: 0 0 1em 0;
}

.post-content {

}

.post-entry {
	padding: 0 0 1.6em 0;
	margin: 0 0 1.6em 0;
	background: url( "../img/bg-white.gif" ) repeat-x bottom;
}

.last-entry {
    margin: 0;
    padding: 0;
    background: none;
}

/****************/
/*  Pagination  */
/****************/

.pagination {
    width: 100%;
    overflow: hidden;
}

.pagination_top {
    margin: 0 0 10px 0;
}

.pagination_bottom {
    margin: 10px 0 0 0;
}

.pagination_control {
	float: left;
/* 	margin: 15px 0 10px 0; */
}

.bottom_pagination {
    margin: 10px 0 0 0;
}

.pagination_control ul {
	list-style: none;
	float: left;
	margin: 0;
}

.pagination_control ul li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
	background: none;
	font-size: 0.9em;
}

.pagination_control ul li a, .pagination_control ul li span {
	display: block;
	padding: 2px 5px;
	color: #7a7a7a;
	text-decoration: none;
}

.pagination_control ul li span {
    background: #ccc;
}

.pagination_control ul li a:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}

.pagination_control ul li span.selected {
	background: #7a7a7a;
	color: #fff;
	text-decoration: none;
}

.pagination_control ul li.prev a, .pagination_control ul li.prev span,
.pagination_control ul li.next a, .pagination_control ul li.next span,
.pagination_control ul li.first a, .pagination_control ul li.first span,
.pagination_control ul li.last a, .pagination_control ul li.last span {
/*     background-color: #fff; */
    background: transparent;
    background-repeat: no-repeat;
    background-position: 50% 4px;
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    padding: 0 0 2px 0;
}


.pagination_control ul li.prev a, .pagination_control ul li.prev span {
    background-image: url( "../img/admin/icons/icon-prevpage.gif" );
}

.pagination_control ul li.next a, .pagination_control ul li.next span {
    background-image: url( "../img/admin/icons/icon-nextpage.gif" );
}

.pagination_control ul li.first a, .pagination_control ul li.first span {
    background-image: url( "../img/admin/icons/icon-firstpage.gif" );
}

.pagination_control ul li.last a, .pagination_control ul li.last span {
    background-image: url( "../img/admin/icons/icon-lastpage.gif" );
}

.pagination_control ul li.prev a:hover, .pagination_control ul li.next a:hover, .pagination_control ul li.first a:hover, .pagination_control ul li.last a:hover {
    background-position: 50% -36px;
    background-color: transparent;
}

.pagination_control ul li span.disabled {
    background-position: 50% -86px;
}



/***********/
/*  Clear  */
/***********/

.clear {
	clear: both;
	line-height: 0;
	text-indent: -9999px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 500px;
}

.user-row,
.user-row-mini
{
    margin-bottom: 20px;
    overflow: hidden;
}

    .user-row .user-img,
    .user-row-mini .user-img
    {
        float: left;
        width: 100px;
    }
    
    .user-row-mini .user-img
    {
        width: 45px;
    }
    
    .user-row .user-info,
    .user-row-mini .user-info
    {
        float: right;
        width: 235px;
    }
    
    .user-row-mini .user-info
    {
        width: 290px;
    }
    
.contact-block
{
    float: left;
    padding-right: 3px;
    width: 167px;
}

    .contact-block p
    {
        margin-bottom: 0;
    }

    .contact-block .contact-info
    {
        margin-top: 20px;
    }
    
#think #container #subnav li.selected a {
    color: #6d6e71;
}


/* Color Changes */

.white #main a:link, .white #main a:visited { color: #6D6E71; }
.white #main a:hover, .white #main a:active { color: #4c4c4c; }

.gray #main a:link, .gray #main a:visited { color: #FFFFFF; }
.gray #main a:hover, .gray #main a:active { color: #999; }

.black #main a:link, .black #main a:visited { color: #D2D2D2; }
.black #main a:hover, .black #main a:active { color: #666; }


.white #right a:link, .white #right a:visited { color: rgb(235,58,14); }
.white #right a:hover, .white #right a:active { color: #6D6E71; }

.gray #right a:link, .gray #right a:visited { color: rgb(255,210,10); }
.gray #right a:hover, .gray #right a:active { color: #FFFFFF; }

.black #right a:link, .black #right a:visited { color: rgb(253,177,121); }
.black #right a:hover, .black #right a:active { color: #D2D2D2; }


.white #right .block a:link, .white #right .block a:visited { color: #4FAD26; }
.white #right .block a:hover, .white #right .block a:active { color: #6D6E71; }

.gray #right .block a:link, .gray #right .block a:visited { color: #B3E6FF; }
.gray #right .block a:hover, .gray #right .block a:active { color: #FFFFFF; }

.black #right .block a:link, .black #right .block a:visited { color: #C5ED8B; }
.black #right .block a:hover, .black #right .block a:active { color: #D2D2D2; }


.white #main a#enlarge:link, .white #main a#enlarge:visited { color: #EB3A0E; }
.white #main a#enlarge:hover, .white #main a#enlarge:active { color: #4c4c4c; }

.gray #main a#enlarge:link, .gray #main a#enlarge:visited { color: #FFD20A; }
.gray #main a#enlarge:hover, .gray #main a#enlarge:active { color: #999999; }

.black #main a#enlarge:link, .black #main a#enlarge:visited { color: #FDB179; }
.black #main a#enlarge:hover, .black #main a#enlarge:active { color: #666666; }


#right .block h1, #right .block h2, #right .block h3, #right .block h4, #right .block h5, #right .block h6
{
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;
	margin: 0 0 0.8em 0;
	padding: 0;
	float: none;
	letter-spacing: 0;
	color: inherit;
}

#right a
{
    text-decoration: underline;
}

#right .block h1, #right .block h2, #right .block h3, #right .block h4, #right .block h5, #right .block h6
{
	font-size: 1.1em;
	margin: 0;
}