/* Reset Section
 * ----------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Global elements
*------------------------------------------------ */
html {
	background: #000511;
}

body {
	font: 62.5%/1 Arial, Helvetica, sans-serif;
	color: #565758;
	background: #000511;
	//zoom: 1;
	/* position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%; */
}


.Content h1, .Content h2, .Content h3, .Content h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #565758;
	margin: 1.4em 0 .8em;
}

.Content h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.Content h2 {
	font-size: 2.1em;
}

.Content h3 {
	font-size: 1.7em;
}

.Content h4 {
	font-size: 1.3em;
}

.Content h1:first-child,
.Content h2:first-child,
.Content h3:first-child,
.Content h4:first-child {
	margin-top: 0;
}

.Content p {
	margin: 0 0 .769em 0;
	font-size: 1.3em;
	line-height: 1.4;
}

.Content p.accent {
	color: #000;
	font-weight: bold;
}

a {
	color: #3d8fff;
}

a:hover {
	color: #1c6fc5;
}

.Content ins {
	display: block;
	font: bold italic 1.6em/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
}

.Content ul,
.Content ol {
	margin: -5px 0 1em 0;
	padding-left: 25px;
}

.Content ul {
	list-style-type: disc;
}

.Content ol {
	list-style-type: decimal;
}

.Content ul li,
.Content ol li,
.specLinks ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 5px;
}

.Content hr {
	color: #565758;
	background-color: #565758;
	margin-top: 40px;
}

.Content td {
	padding: 2px 4px;
	font-size: 1.2em;
	line-height: 1.5;
}



/* Fixes */

* html .clearfix{
	height: 1%;
	overflow: visible;
}

*+html .clearfix{
	min-height: 1%;
}

.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearFloat {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}


/* Layout styles
 * --------------------------------------------------------- */

#pageHolder {
	width: 970px;
	margin: 0 auto;
	position: relative;
	//zoom: 1;
}

#Header {
	padding-top: 40px;
	padding-left: 410px;
	margin-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	z-index: 1000;
	//zoom: 1;
}

#Logo {
	display: block;
	margin: 0;
	height: 56px;
	width: 390px;
	background: url(../../images/grvts/logo.png) no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 5px;
}

#Logo a,
#Logo span {
	display: block;
	height: 56px;
	width: 390px;
	text-indent: -9999em;
	text-decoration: none;
	font-size: 24px;
	line-height: 24px;
	color: #ababaa;
}

#iconMenu {
	text-align: right;
	margin-bottom: 5px;
	letter-spacing: -4px;
	word-spacing: -4px;
	margin-right: -10px;
}

#iconMenu li {
	display: inline-block;
	height: 42px;
	padding: 0 2px;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	//display: inline;
	//zoom: 1;
}

#iconMenu a {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0 5px;
	position: relative;
}

#iconMenu img {
	position: absolute;
	top: 0;
	left: 0;
}



#mainMenu {
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	letter-spacing: -4px;
	word-spacing: -4px;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
}

#mainMenu li {
	display: inline-block;
	position: relative;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	//display: inline;
	//zoom: 1;
}

#mainMenu li a {
	display: block;
	color: #ababaa;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
}

#mainMenu ul {
	position: absolute;
	background-color: #565758;
	text-align: left;
	left: 0;
	top: 100%;
	visibility: hidden;
}

#mainMenu ul ul {
	left: 100%;
	top: 0;
}

#mainMenu ul li {
	display: block;
	margin-left: 0;
}

#mainMenu ul li a {
	display: block;
	width: 100px;
	padding: 5px 20px 5px 5px;
	color: #ababaa;
}

#mainMenu li:hover {
	background-color: #565758;
}

#mainMenu li li:hover,
#mainMenu li a:hover {
	background-color: #49494a;
}

#mainMenu a .arrowdiv {
	display: none;
}

#mainMenu ul a .arrowdiv {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: .6em;
	right: 0;
	background-image: url(../../images/grvts/smenu-ico.gif);
	background-repeat: no-repeat;
}



#pageBody {
	background: #fff;
	border-top: 7px solid #ababaa;
	position: relative;
	padding: 10px 15px;
	//zoom: 1;
}

#pageBody.home {
	padding: 10px;
}

.homePict {
	position: relative;
	width: 950px;
	height: 350px;
	overflow: hidden;
}

#pageBody.home .rightCol {
	position: absolute;
	width: 360px;
	height: 350px;
	right: 15px;
	top: 15px;
	margin-bottom: -5px;
	z-index: 50;
}

#pageBody.home .rightCol .section {
	font-size: 11px;
	width: 360px;
	height: 110px;
	margin-bottom: 5px;
	background: url(../../images/grvts/t-block-bg.png);
	color: #333;
}

#pageBody.home .rightCol .section .wrap {
	padding: 12px 10px 10px;
	position: relative;
}

#pageBody.home .rightCol .section h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#pageBody.home .rightCol .section h3 a {
	color: #333;
	text-decoration: none;
}

#pageBody.home .rightCol .section h3 a span {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	padding-left: 5px;
}

#pageBody.home .rightCol .section h3 a:hover,
#pageBody.home .rightCol .section h3 a:hover span {
	color: #000;
	text-decoration: underline;
}


#pageBody.home .rightCol .section table {
	width: 100%;
	margin: 0 -3px 0 -3px;
}

#pageBody.home .rightCol .section th {
	text-align: left;
	padding: 0 3px 3px;
	color: #000;
	width: 75px;
	overflow: hidden;
}

#pageBody.home .rightCol .section th.position {
	width: 180px;
}

#pageBody.home .rightCol .section td {
	padding: 3px 3px 3px 2px;
	font-size: 11px;
	border-top: 1px solid #565758;
	white-space: nowrap;
}

#pageBody.home .rightCol .section td div {
	width: 74px;
	padding-left: 1px;
	overflow: hidden;
}

#pageBody.home .rightCol .section td.position div {
	width: 180px;
	overflow: hidden;
}

#pageBody.home .rightCol .section td a {
	color: #333;
}

#pageBody.home .rightCol .section td a:hover {
	color: #fff;
}

#pageBody.home .rightCol .section .more {
	position: absolute;
	top: 12px;
	right: 40px;
}

#pageBody.home .rightCol .section .more a {
	color: #fff;
}

#pageBody.home .rightCol .section .more a:hover {
	color: #000;
}

#pageBody.home .rightCol .section .ico {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
}

#pageBody.home .rightCol .section .ico a {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
}

#pageBody.home .rightCol .section .ico img {
	position: absolute;
	top: 0;
	left: 0;
}



.ticker {
	font-size: 11px;
	color: #000;
	background-color: #565758;
	position: relative;
	padding: 10px 15px;
}

.ticker h3 {
	position: absolute;
	padding: 1px 5px 2px;
	border-right: 1px solid #333;
	font-size: 12px;
	top: 13px;
	left: 10px;
	text-transform: uppercase;
	color: #fff;
}

.ticker .body {
	width: 757px;
	position: relative;
	overflow: hidden;
	margin: 0 90px 0 93px;
	font-size: 11px;
	line-height: 17px;
	padding: 3px 0;
	//zoom: 1;
}

.ticker .moreNews {
	position: absolute;
	top: 13px;
	right: 10px;
	font-size: 11px;
	border-left: 1px solid #333;
	padding: 1px 5px 2px;
}

.ticker .moreNews a {
	color: #fff;
}

.ticker .moreNews a:hover {
	color: #000;
}

ul.newsticker {
    position: relative;
    left: 760px;
    font: normal 12px Arial, Helvetica, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
	margin-right: -25px;
    white-space: nowrap;
}

ul.newsticker li {
    display: inline-block;
    margin: 0;
    padding: 0;
	//zoom: 1;
	//display: inline;
}

ul.newsticker li p {
	display: inline;
}

ul.newsticker li br {
	display: none;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
	color: #ababaa;
    margin: 0 30px 0 0;
	text-decoration: none;
}

ul.newsticker a:hover {
	text-decoration: underline;
}

ul.newsticker span {
    margin: 0 10px 0 0;
	color: #000;
}


#SeoBlock {
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	background: #ababaa url(../../images/grvts/seo-bg.png) no-repeat 0 100%;
	padding: 10px 15px;
	overflow: hidden;
}

#SeoBlock .col-left {
	float: left;
	width: 705px;
}

#SeoBlock .col-right {
	float: right;
	width: 200px;
	line-height: 15px;
}

#SeoBlock h3 {
	color: #fff;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	line-height: 14px;
}

#SeoBlock a {
	color: #fff;
	text-decoration: none;
}

#SeoBlock a:hover {
	text-decoration: underline;
}

#seo {
	display: block;
	overflow: hidden;
}


#seo dt {
	clear: left;
	float: left;
	padding-top: 1px;
	margin-right: 4px;
	color: #565758;
	width: 120px;
}

#seo dd {
	overflow: hidden;
	padding-bottom: 4px;
	letter-spacing: -4px;
	word-spacing: -4px;
}

#seo dd a {
	display: inline-block;
	margin: 0;
	color: #fff;
	text-decoration: none;
	line-height: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

#seo dd a:hover {
	text-decoration: underline;
}

#seo dd img {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	margin: 0 4px 0 4px;
}

#offLoc li {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}


.BottomBlock {
	padding: 10px 15px;
	overflow: hidden;
}

.BottomBlock a {
	color: #565758;
	text-decoration: none;
}

.BottomBlock a:hover {
	color: #ababaa;
	text-decoration: underline;
}

.menuWrap {
	float: left;
}

.bottomMenu {
	margin-bottom: 5px;
}

.bottomMenu li {
	display: inline;
	margin-right: 3px;
}

.bottomMenu a {
	color: #ababaa;
}

.bottomMenu a:hover {
	color: #fff;
}

.copyrt {
	float: right;
	text-align: right;
}

.copyrt p {
	margin-bottom: 5px;
}






#leftCol {
	width: 180px;
	float: left;
	margin-right: -100%;
}




#leftCol .sectors {
	background-color: #f2f2f2;
	padding-top: 4px;
}

#leftCol .sectors li {
	margin-top: 3px;
}

#leftCol .sectors a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	text-decoration: none;
}

#leftCol .sectors a:hover {
	background-color: #ababaa;
	color: #000;
}

#leftCol .sectors a.active {
	background-color: #565758;
	color: #fff;
	font-weight: bold;
}



#leftCol .testimon {
	font-size: 11px;
	line-height: 16px;
	background-color: #f2f2f2;
	padding: 10px 0;
}

#leftCol .testimon blockquote {
	margin-bottom: 10px;
	padding: 0 10px;
}

#leftCol .testimon .signat {
	color: #000;
	font-size: 11px;
	padding: 0 10px;
}

#leftCol .testimon blockquote p {
	display: inline;
}

#leftCol .testimon blockquote q {
	display: inline-block;
	width: 10px;
	height: 8px;
	overflow: hidden;
	background: url(../../images/grvts/quot-open.png) no-repeat 0 0;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

#leftCol .testimon blockquote q.close {
	background-image: url(../../images/grvts/quot-close.png);
	margin-right: 0;
	margin-left: 5px;
}



#rightContainer {
	margin-left: 200px;
}


#mainCol {
	width: 540px;
	float: left;
}


#rightCol {
	width: 180px;
	float: right;
}


.searchResults {
	background-color: #f2f2f2;
	padding: 5px;
}

.searchResults .title {
	overflow: hidden;
	position: relative;
}

.searchResults .title h3 {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: 350px;
}

.searchResults .title span {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #565758;
	line-height: 13px;
}

.searchResults .title span b {
	font-weight: normal;
	color: #333;
}

.searchResults .jobSect {
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 2px;
	overflow: hidden;
}

.searchResults .jobSect dl {
	width: 375px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: -3px;
}

.searchResults .jobSect dl dt {
	color: #565758;
	font-size: 11px;
	width: 75px;
	margin-right: -75px;
	float: left;
}

.searchResults .jobSect dl dd {
	margin-left: 75px;
	margin-bottom: 3px;
}

.searchResults .jobSect dl dd a {
	color: #565758;
	text-decoration: none;
}

.searchResults .jobSect dl dd a:hover {
	text-decoration: underline;
}

.searchResults .jobSect dl dd  b {
	font-weight: bold;
}

.searchResults .jobSect ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 115px;
}

.searchResults .jobSect ul li {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.searchResults .jobSect ul li a {
	color: #565758;
}

.searchResults .jobSect ul li a:hover {
	color: #000;
}






.shadowed {
	position:relative;
	width:100%;
	padding: 2px 4px 0 2px;
	margin: -2px -4px 0 -2px;
	overflow:hidden;
}

.sCn {
	position: absolute;
	background:url(../../images/grvts/input.png) no-repeat;
	left:-5px;
	z-index:-1;
}

.stl,
.str {
	height:500px;
	top:-5px;
}

.stl,
.sbl {
	width:100%;
}

.str,
.sbr {
	width:5px;
	margin-left:100%;
}

.sbl,
.sbr {
	height:5px;
}

.sbl {
	left:-7px;
	padding-right:6px;
	clip:rect(auto auto auto 5px);
}

.sbr {
	left:-1px;
}




table.pic-slogan {
	border: none;
	width: 540px;
}

table.pic-slogan p {
	padding: 0;
	margin: 0;
}

table.pic-slogan td {
	padding: 0;
	line-height: 1;
	vertical-align: middle;
}

table.pic-slogan td.pic {
	width: 360px;
}

table.pic-slogan td.txt {
	width: 180px;
	background-color: #3d8fff;
	color: #fff;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

table.pic-slogan td.txt div {
	display: inline-block;
	text-align: left;
	//display: inline;
	//zoom: 1;
}



.sideSection {
	margin-bottom: 15px;
	position: relative;
	background-color: #f2f2f2;
}

.sideSection.first {
	z-index: 50;
}

.sideSection.second {
	z-index: 49;
}

.sideSection h3 {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

.sideSection.accred {
	padding: 5px;
}

.sideSection.accred h3 {
	margin: -5px -5px 0 -5px;
}

.logos {
	padding: 5px;
	background-color: #fff;
	text-align: center;
}

.aButton a {
	display: block;
	height: 24px;
	line-height: 22px;
	background: url(../../images/grvts/callback-btn.png) no-repeat 0 50%;
	padding: 0px 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.aButton a:hover {
	text-decoration: underline;
}





.pagingBlock {
	margin: 10px 0 5px 0;
	font-size: 11px;
}


.pagingBlock .returnedNum {
	padding: 2px;
	font-size: 11px;
	display: none;
}

.paging {
	margin-top: 3px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}

.paging .wrap {
	display: -moz-inline-stack;
	display: block;
	position: relative;
	float: left;
}

.paging .leftBtn {
	display: -moz-inline-stack;
	display: inline-block;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.paging .rightBtn {
	display: -moz-inline-stack;
	display: inline-block;
	width: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.paging .body {
	padding: 0 50px 0 50px;
	display: -moz-inline-stack;
	display: inline-block;
	white-space: normal;
}

.paging .body a,
.paging .body span {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	white-space: nowrap;
}

.paging .body a {
}

.paging a:hover {
}

.paging .leftBtn a,
.paging .rightBtn a {
	font-size: 11px;
}

.paging .leftBtn a:hover,
.paging .rightBtn a:hover {
	color: #000;
}


.paging .pas {
	background-color: #565758;
	color: #ffffff;
}

.paging .leftBtn .pas,
.paging .rightBtn .pas {
	background: none !important;
	color: #ababaa;
	font-size: 11px;
}



.newsBlock {
	margin: 25px 0;
}

.newsBlock .date {
	color: #999;
	font-size: 10px;
	line-height: 11px;
}

.newsBlock .news_head {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsBlock .news_head a {
	color: #000;
}

.newsBlock .news_head a:hover {
	color: #565758;
	text-decoration: none;
}




.jobShortInfo {
	padding: 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.jobShortInfo h2 {
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 5px;
	font-weight: normal;
}


.jobShortInfo dl {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	width: 520px;
	float: left;
}

.jobShortInfo dt {
	width: 80px;
	color: #666666;
	float: left;
	clear: left;
}

.jobShortInfo dd {
	color: #000;
}

.jobShortInfo .photo {
	float: right;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}



.jobButtons {
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	padding: 3px 0;
	word-spacing: -4px;
}

.jobButtons.top {
	margin-bottom: 10px;
}

.jobButtons.bottom {
	margin-top: 10px;
	margin-bottom: 25px;
}

.jobButtons .left {
	float: left;
	width: 160px;
	margin-left: -6px;
}

.jobButtons .right {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: -6px;
}

.jobButtons a {
	color: #565758;
	padding: 0 6px;
	border-left: 1px solid #ababaa;
	word-spacing: normal;
	position: relative;
}

.jobButtons a span {
	position: relative;
	top: 0px;
	font-size: 10px;
}

.jobButtons a:first-child {
	border: none;
}

.jobButtons a:hover {
	color: #000;
	text-decoration: underline;
}






.coverage {
	position: relative;
	margin-right: -15px;
	word-spacing: -4px;
	letter-spacing: -4px;
}

.coverage a {
	width: 160px;
	display: inline-block;
	margin: 0 15px 10px 0;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	background-color: #ababaa;
	padding:5px;
	min-height: 32px;
	color: #fff;
	vertical-align: top;
}

.coverage a:hover {
	background-color: #565758;
}






/* Job Alert */

table.job-alert,
table.ReferralList,
table.apply-history {
	border-collapse: collapse;
	border-spacing: 0;
	/*margin-top: 10px;*/
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 3px solid #000511;
}

table.job-alert td,
table.ReferralList td,
table.apply-history td {
	border-bottom: 1px solid #ababaa;
}

table.job-alert th,
table.job-alert td,
table.ReferralList th,
table.ReferralList td,
table.apply-history th,
table.apply-history td {
	padding: 5px;
	width: auto;
	font-size: 12px;
}

table.job-alert th,
table.ReferralList th,
table.apply-history th {
	background-color: #000511;
	padding: 4px 8px;
	color: white;
	text-align: left;
	vertical-align: bottom;
}

table.job-alert th.num,
table.apply-history th.num {
	width: 1%;
}
table.job-alert th.status,
table.apply-history th.date {
	width: 20%;
}

table.job-alert th.status {
	width: 25%;
}

table.job-alert th.rss {
	width: 21px;
}

table.job-alert th.actions {
	width: 115px;
}

table.apply-history th.actions,
table.apply-history th.action {
	width: 30px;
}

table.job-alert td button,
table.apply-history td button {
	width:auto;
	font: 12px/1 Arial, Helvetica, sans-serif;
	padding: 0 2px;
}

table.job-alert .buttonBlock {
	margin-top: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */

	table.job-alert td button,
	table.apply-history td button {
		padding: 2px;
	}

	table.job-alert .buttonBlock {
		margin-top: -6px;
	}

}

table.ReferralList th.job {
	/* width: 240px; */
}


table.job-alert td {
	padding-top: 15px;
	vertical-align: top;
}


.ReferralList .button {
	margin-left: 5px;
}

table.ReferralList .job_section {
	text-align: right;
	margin-bottom: 2px;
	white-space: nowrap;
}

.ReferralList th th {
	padding: 0 5px 0 0;
	text-align: right;
}

.ReferralList th table {
	width: 100%;
}

.ReferralList th th.bLabel {
	padding: 0 0 0 5px;
	width: 55px;
	text-align: left;
}



a.rss {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../../images/grvts/rss-ico.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin-top: -4px;
}


.FormElements h2,
.FormElements h3 {
	margin: 5px 0 0;
}

#searchAgentList h3 {
	margin-bottom: 5px;
}

#searchAgentList label {
	display: inline;
	margin-right: 5px;
}

#searchAgentList .radioGroup {
	margin-left: -4px;
}








.testimons {
	letter-spacing: -4px;
	word-spacing: -4px;
	margin-bottom: -15px;
	margin-right: -15px;
}

.testimons * {
	letter-spacing: normal;
	word-spacing: normal;
}

.photoList {
	display: inline-block;
	width: 252px;
	position: relative;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.3;
	color: #fff;
	background-color: #ababaa;
	vertical-align: top;
}

.photoList:hover {
	background-color: #565758;
	color: #fff;
}

.photoList .wrap {
	display: block;
	overflow: hidden;
}

.photoList .img {
	display: block;
	float: left;
}

.photoList .img p {
	margin: 0;
	padding: 0;
}

.photoList .col2 {
	display: block;
	float: right;
	width: 170px;
}

.photoList .title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.photoList .descr {
	display: block;
}

.testimonDetails {
	overflow: hidden;
}

.testimonDetails .img {
	float: left;
}

.testimonDetails .Text {
	float: right;
	width: 575px;
}









.rounded {
	position:relative;
	*zoom: 1;
}

.sideSection form {
	position: relative;
	z-index: 1;
}

.rounded.pict {
	padding: 0;
}

.rounded .cn,
.sideSection .cn,
.photoList .cn {
	position: absolute;
	overflow: hidden;
	width: 14px;
	height: 14px;
	left:-7px;
	top:-7px;
	background:url(../../images/grvts/corner.png);
	z-index:0;
}

.rounded .bcWhite .cni {
	position: absolute;
	overflow: hidden;
	width: 10px;
	height: 10px;
	left:-5px;
	top:-5px;
	background:url(../../images/corner3.png);
	z-index:0;
}

.rounded.bcBlue .bcWhite .cni {
	background-image: url(../../images/corner3-b-transp.png);
}

.rounded.pict .cn {
	z-index: 1000;
}

.rounded .cn.tr, .rounded .cn.br,
.sideSection .cn.tr, .sideSection .cn.br,
.photoList .cn.tr, .photoList .cn.br {
	margin-left:100%;
}

.rounded .cn.bl, .rounded .cn.br,
.sideSection .cn.bl, .sideSection .cn.br,
.photoList .cn.bl, .photoList .cn.br {
	top: 100%;
	margin-top: -7px;
}



.roundedb .cn{
	background:url(../../images/corner2.png);
}

.roundedb .cn.tl, .roundedb .cn.bl {
	width:100%;
}


* html .rounded .cn {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/corner.png',sizingMethod='crop');
}

* html .roundedb .cn {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/corner2.png',sizingMethod='crop');
}

.sitemap ul {
	font-size: 11px;
	line-height: 15px;
}

.sitemap ul li {
	margin-top: 5px;
	font-weight: bold;
}

.sitemap ul ul {
	margin-top: 15px;
	font-size: 13px;
}

.sitemap ul ul ul {
	padding-left: 25px;
	margin-top: 0;
}

.sitemap ul ul li {
	font-weight: normal;
}

.sitemap ul li a {
	color: #999;
}

.sitemap ul ul li a {
	color: #000;
}

.sitemap ul li a:hover {
	color: #565758;
}


.peopleList {
	margin: 20px -40px -10px 0;
}

.peopleItm {
	display: inline-block;
	margin: 0 25px 25px 0;
	background: #eee;
	width: 160px;
    vertical-align: top;
	//zoom: 1;
}

.peopleItm a {
	display: block;
	text-decoration: none;
	color: #565758;
	//zoom: 1;
}

.peopleItm a span {
	text-decoration: underline;
}

.peopleItm a:hover {
	color: #000;
}

.peopleItm a:hover span {
	text-decoration: none;
}

.peopleItm img {
	display: block;
}

.peopleItm p {
	display: inline;
	padding: 0;
	margin: 0;
}

.peopleItm .info {
	background-color: #ccc;
	padding: 5px 10px;
	color: #49494a;
    height:65px;
	cursor: pointer;
}

.peopleItm .info p {
	font-size: 12px !important;
	line-height: 16px;
}

.peopleItm .info b {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
}

.peopleItm a:hover .info {
	background-color: #999;
}

.peopleItm a:hover .info,
.peopleItm a:hover .info b {
	color: #fff;
}

.consultTop {
	background: #f2f2f2;
	margin-bottom:15px;
	position: relative;
	overflow: hidden;
}


.consultTop .img {
	float: left;
	margin-right: -150px;
}
.consultTop .img p {
	margin: 0;
}

.consultTop .info {
	left: 165px;
	bottom: 10px;
	width: 340px;
	position: absolute;
}

.consultTop .info h3 {
	margin: 0 0 3px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}

.consultTop .info p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

.consultTop .linkedIn {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 94px;
	height: 28px;
}


