/*
Theme Name: Nublue Blog Theme
Theme URL: http://www.nublue.co.uk
Description: This template's code has been writen by Thanos and Danny from 1st of April 2010 to 9th April 2010
Author: Nublue Web Solutions
Author URI: http://www.nublue.co.uk
Version: 1.0.0


*
*
* here starts our style
*
*
*
 */
*
{
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.333em;
}
HTML
{
	height: 100.1%;
	background: #FFF;
}
BODY
{
	background: url(images/background.png) repeat-x top;
	font-size: 0.75em;
}
BODY.home
{
	background: #FFF url(images/background-home.png) repeat-x top;
}
BODY.bh
{
	background: #FFF url(images/background-bh.png) repeat-x top;
}
A, SPAN, STRONG
{
	font-size: 1em;
}
SPAN
{
	color: inherit;
}
A, A:visited
{
	color: #AD4D1B;
	color: #19A2C8;
	text-decoration: none;
	outline: none;
}
A:hover
{
	color: #0C4773;
	text-decoration: none;
}
IMG
{
	border: none;
}
.right
{
	float: right !important;
}
.left
{
	float: left !important;
}
/*basic text elements*/
H1
{
	margin: 1em 0;
	color: #21336B;
	font-size: 2.5em;
}
H2
{
	margin: 1em 0;
	color: #6E1D08;
	font-size: 1.667em;
	text-transform: uppercase;
}
H3
{
	margin: 1em 0;
	color: #AD4D1B;
	font-size: 1.167em;
	text-transform: uppercase;
}
H4
{
	margin: 1em 0;
	color: #AD4D1B;
	font-size: 1.167em;
	text-transform: uppercase;
}
H5
{
	margin: 1em 0;
	color: #590C04;
	font-size: 1.167em;
	text-transform: none;
}
P
{
	margin: 0 0 1em;
	line-height: 1.333em;
}
UL, OL
{
	margin: 1em 0;
}
UL LI
{
	margin: 0 0 0 20px;
}
OL LI
{
	margin: 0 0 0 20px;
}
HR
{
	border: none;
	height: 0;
	border-top: 1px solid #EEE;
}
TEXTAREA, INPUT, SELECT, OPTION, OPTGROUP, BUTTON
{
	background: #FFF;
	font: 1em Arial, Helvetica, sans-serif;
}
BUTTON, INPUT.radio, INPUT.checkbox, LABEL, SELECT
{
	cursor: pointer;
}
BUTTON
{
	overflow: visible;
	border: none;
	background: none;
	white-space: nowrap;
}
FIELDSET
{
	padding: 0;
	border: none;
}
LEGEND
{
	display: none;
}
.uppercase
{
	text-transform: uppercase;
}
/**
* Drupal reset
**/
THEAD TH, TH, TBODY TH, TBODY
{
	border: 0;
	padding: 0;
}
TR.even, TR.odd
{
	padding: 0;
	background-color: transparent;
	border-bottom: 0 none #000000;
}
/**
* header
**/
BODY
{
	min-width: 1140px;
}
.header
{
	position: relative;
	width: 940px;
	height: 153px;
	margin: 0 auto;
	padding: 0 100px;
	background: url(images/header.jpg) no-repeat 50% 0;
}
.home .header
{
	position: relative;
	width: 1060px;
	height: 436px;
	margin: 0 auto 35px;
	padding: 0;
	background: url(images/header-home.jpg) no-repeat center top;
}
.bh .header
{
	height: 307px;
	background: url(images/header-bh.jpg) no-repeat center top;
}
.header *
{
	margin: 0;
	padding: 0;
}
.header A.logo
{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 60px;
	top: 15px;
	width: 165px;
	height: 35px;
	border: none;
	text-indent: -500px;
}
.header H2
{
	/*[disabled]padding-top:93px;*/
	color: #FFF;
	font-size: 2.333em;
	font-weight: normal;
	/*[empty]margin-top:;*/
}
.header .button
{
	float: right;
	margin-top: -30px;
}
.header .button A
{
	display: block;
	float: left;
	overflow: hidden;
	height: 32px;
	border: none;
	text-indent: -500px;
}
.header .button A:hover
{
	background-position: 0 100%;
}
.header .button A.try4free
{
	width: 133px;
	background: url(images/try-for-free2.png) no-repeat 0 0;
}
.header .button A.try4free:hover
{
	background-position: 0 100%;
}
.header .client-login
{
	position: absolute;
	right: 100px;
	top: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.header .client-login A
{
	padding-left: 12px;
	background: transparent url(images/login.png) no-repeat 0 50%;
	color: #E58E50;
}
/**
* content
**/
.root
{
	background: url(images/background-content.png) repeat-x top;
}
.content
{
	position: relative;
	overflow: hidden;
	width: 940px;
	margin: 27px auto 0;
}
/*Headings*/

H1.post-title
{
	padding-bottom: 9px;
	margin-top: 10px;
	margin-bottom: 9px;
	border-bottom: 1px solid #e5e5e5;
	color: #19a2c8;
	font-size: 2.333em;
	font-weight: 400;
	text-transform: uppercase;
}


H2.post-title
{
	text-transform: capitalize;
	font-size: 1.6em;
	margin-bottom: 9px;
}
H3.post-title
{
	text-transform: capitalize;
	font-size: 1.5em;
	margin-bottom: 6px;
}
H2.post-commenttitle
{
	color: #111;
	text-transform: capitalize;
	margin-top: 32px;
}
/*Article list*/
P.meta-stuff
{
	border-bottom: 1px solid #BBB;
	padding-bottom: 4px;
}
DIV.post-conn
{
	border-bottom: 1px solid #EEE;
	margin-bottom: 33px;
	/*[empty]padding-bottom:;*/
}
P.readmore A
{
	border-color: #EEEEEE;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #19A2C8;
	/*[disabled]float:left;*/
	font-size: 0.917em;
	margin: 0;
	padding: 0 10px;
	text-transform: lowercase;
	position: relative;
	bottom: -12px;
}
P.readmore A:hover
{
	color: #0C4773;
}
DIV.entry
{
	position: relative;
}
P.meta-stuff
{
	font-size: 0.9em;
}
.wp-pagenavi SPAN.pages
{
	background-color: #FFFFFF;
	color: #4E4E4E;
	margin: 2px 2px 2px 0;
	padding: 2px 4px 2px 0;
}
DIV.pag SPAN.current
{
	background: #19A2C8;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	padding: 2px 4px;
}
.wp-pagenavi A, .wp-pagenavi A:link, .wp-pagenavi A:visited
{
	background-color: #FFFFFF;
	color: #04C0E1;
	margin: 2px;
	padding: 2px 4px;
	text-decoration: none;
}
.wp-pagenavi A:hover
{
	background: #19A2C8;
	color: #FFF;
}
/*Post content*/
.alignright
{
	background: none;
	border: none;
	float: right;
	margin: 0 0 10px 12px;
	padding: 8px 0px 0px 8px;
}
.alignright.wp-caption {
	background: #FAFDFE none repeat scroll 0 0;
	border: 1px solid #E5E5E5;
}
.alignleft
{
	background: none;
	border: none;
	float: left;
	margin: 0 12px 10px 0;
	padding: 8px 0px 0px 8px;
}
.alignleft.wp-caption {

	background: #FAFDFE none repeat scroll 0 0;
	border: 1px solid #E5E5E5;
}
.alignright IMG, .alignleft IMG
{
	padding-bottom: 5px;
	/*[empty]padding-right:;*/
}
.alignright A, .alignleft A
{
}
DIV.post TABLE
{
	border: 1px solid #DDD;
	width: auto;
	margin-bottom: 12px;
}
DIV.post TABLE TH
{
	padding: 7px 14px;
	/*[empty]background:;*/
}
DIV.post TABLE TD
{
	padding: 7px 14px;
}
/*Comments*/
DIV#comment-wrapper
{
}
DIV#comment-wrapper OL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
DIV#comment-wrapper OL LI
{
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: 1px solid #EEE;
}
P.comment-small
{
	margin-bottom: 11px;
	border-bottom: 1px solid #BBB;
	font-size: 0.9em;
	padding-bottom: 4px;
}
P.comment-author
{
	padding-bottom: 2px;
	margin-bottom: 0;
	font-size: 1.4em;
}
FORM#commentform LABEL
{
	display: block;
	float: left;
	width: 58px;
	text-align: right;
	padding-right: 25px;
	/*[empty]padding-bottom:;*/
}
FORM#commentform INPUT
{
	padding: 5px;
	margin-bottom: 13px;
	border: 1px solid #BBB;
	width: 229px;
}
FORM#commentform TEXTAREA
{
	padding: 5px;
	border: 1px solid #BBB;
}
FORM#commentform BUTTON#sbutt
{
	color: #19A2C8;
	border: 1px solid #EEE;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: lowercase;
	margin-top: 5px;
	margin-bottom: -1px;
}
FORM#commentform BUTTON#sbutt:hover
{
	color: #0C4773;
}
FORM#commentform P.line
{
	border-bottom: 1px solid #EEE;
}
/**
* mainmenu
**/
.mainmenu
{
	position: absolute;
	right: 220px;
	top: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainmenu LI
{
	float: left;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.mainmenu A, .mainmenu A:visited
{
	display: block;
	float: left;
	height: 21px;
	padding: 6px 12px 4px;
	border: none;
	background: url(images/mm-separator.gif) no-repeat 0 6px;
	color: #FFF;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
}
.mainmenu LI.first A, .mainmenu LI.first A:visited
{
	background: none;
}
.mainmenu A:hover, .mainmenu LI A.active, .mainmenu A.active:visited, .mainmenu LI.first A:hover, .mainmenu LI.first A.active
{
	position: relative;
	padding-right: 13px;
	margin-right: -1px;
	background: url(images/mm-hover.gif) no-repeat center top;
	color: #FFF;
}
/**
* partners
**/
.partners
{
	border-top: 8px solid #F2F2F2;
}
.partners UL
{
	overflow: hidden;
	list-style: none;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.partners UL LI
{
	position: relative;
	left: -1px;
	float: left;
	margin: 0;
	padding: 0 15px;
	border-left: 1px solid #F2F2F2;
}
.partners A, .partners A:visited
{
	border-bottom: none;
}
/**
* footer1
**/
.footer1
{
	padding: 0px 0 0 0;
	background: #231F20;
}
.footer1 .content
{
	width: 950px;
	margin: 27px auto 0;
	padding-left: 10px;
	background: #231F20;
	padding-top: 25px;
}
.footer1 H4
{
	height: auto;
	margin-top: 0;
	color: #ED8630;
}
.footer1 FORM
{
	float: left;
	/* width: 250px; */
	/* height: 160px; */
	padding-right: 50px;
	/* background: url(images/dots-v.gif) repeat-y right; */
	padding-bottom: 30px;
}
.footer1 FORM P
{
	color: #CCC;
}
.footer1 FORM INPUT
{
	width: 178px;
	padding: 4px 0 4px 10px;
	border: none;
	background: url(images/newsletter.png) no-repeat 0 0;
	color: #777;
	font-size: 0.917em;
	vertical-align: middle;
}
.footer1 FORM BUTTON
{
	width: 61px;
	height: 22px;
	padding-bottom: 4px;
	border: none;
	background: url(images/newsletter.png) no-repeat 100% 0;
	color: #FFF;
	font-size: 0.917em;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.footer1 FORM BUTTON:hover
{
	background-position: 100% 100%;
}
.footer1 UL.social
{
	float: left;
	list-style: none;
	/* height: 160px; */
	margin: 0;
	/* padding: 0 20px; */
	/* background: url(images/dots-v.gif) repeat-y right; */
}
.footer1 UL.social LI
{
	margin: 0 10px 0 0 ;
	width: 106px;
	float: left;
}
.footer1 UL.social A, .footer1 UL.social A:visited
{
	display: block;
	height: 32px;
	padding: 7px 0 15px 45px;
	border: none;
	color: #CCC;
	font-size: 0.917em;
}
.footer1 UL.social A.facebook, .footer1 UL.social A.facebook:visited
{
	padding-top: 7px;
	/* border-bottom: 1px solid #2E2A2B; */
	background: url(images/facebook.jpg) no-repeat 0 0px;
}
.footer1 UL.social A.twitter, .footer1 UL.social A.twitter:visited
{
	/* border-bottom: 1px solid #2E2A2B; */
	background: url(images/twitter.jpg) no-repeat 0 0px;
}

.footer1 UL.social A.linkedin, .footer1 UL.social A.linkedin:visited
{
	background: url(images/linkedin.png) no-repeat 0 0px;
}



.footer1 UL.social A:hover
{
	color: #ED8630;
}
/**
* links
**/
.links
{
	float: left;
	overflow: hidden;
	width: 130px;
	padding: 0 10px 0 20px;
}
.links.last
{
	width: 140px;
	padding-right: 0;
}
.links UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.links UL LI
{
	margin: 0;
	border-bottom: 1px solid #2E2A2B;
	font-size: 0.917em;
}
.links UL LI.last
{
	border-bottom: none;
}
.links H4
{
	color: #FFF;
	margin-bottom: 10px;
}
.links A, .links A:visited
{
	display: block;
	padding: 5px 0;
	border-bottom: none;
	color: #CCC;
}
.links A:hover
{
	color: #ED8630;
}
/**
* footer2
**/
.footer2
{
	padding: 30px 0;
	background: #000;
}
.footer2 P
{
	width: 810px;
	margin: 0 auto;
	padding-left: 150px;
	background: #000 url(images/logo-bottom.jpg) no-repeat left center;
	color: #444;
	font-size: 0.917em;
	line-height: 17px;
}
.footer2 P A, .footer2 P A:visited
{
	padding: 0 3px;
	border-bottom: none;
	color: #CCC;
}
.footer2 P A:hover
{
	color: #ED8630;
}
.footer2 P STRONG
{
	color: #FFF;
}
.footer2 P SPAN
{
	color: #777;
}
/**
* repetitive stuff
**/
.clear
{
	overflow: hidden;
	clear: both;
	height: 0;
}
.secret
{
	display: none;
}
/**
* col
**/
.col
{
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
	padding: 0 10px 15px 20px;
}
.col.double
{
	width: 445px;
	border-left: none;
}
.col.first
{
	padding-left: 0;
}
.col.last
{
	margin-right: 0;
	padding-right: 0;
	width: 210px;
}
.col.inside
{
	margin: 0;
	padding: 0 20px 15px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.col.boxes-wrapper
{
	padding-bottom: 0;
}
.col H2, .col H3
{
	margin: 0 0 20px;
}
.col P
{
	margin: 0.5em 0;
}
/**
*  special sections and elements
**/
.intro
{
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 8px solid #F2F2F2;
}
/**
* post-*
**/
H4.post-title
{
	margin: 0;
	color: #666;
	font-size: 1.083em;
	font-weight: 700;
	line-height: 1em;
	text-transform: none;
}
H4.post-title A, H4.post-title A:visited
{
	color: #666;
}
H4.post-title A:hover
{
	color: #591706;
}
P.post-date
{
	margin-top: 0;
	color: #888;
	font-size: 0.917em;
}
P.post-meta
{
	margin: 0.7em 0;
	color: #CCC;
	font-size: 0.917em;
}
P.post-meta A, P.post-meta A:visited
{
	padding: 0 4px;
	border-bottom: none;
}
P.post-meta A.comments, P.post-meta A.comments:visited
{
	padding-left: 15px;
	background: url(images/comment-icon.gif) no-repeat 0 center;
}
P.post-meta A:hover
{
	color: #591706;
	text-decoration: none;
}
.blog HR
{
	margin: 1.5em 0;
}
/**
* prev & next
**/
A.prev, A.prev:visited
{
	display: block;
	float: left;
	overflow: hidden;
	float: left;
	width: 28px;
	height: 23px;
	margin-top: 55px;
	border: none;
	background: url(images/prevnext.png) no-repeat 0 0;
	text-indent: -500px;
}
A.next, A.next:visited
{
	display: block;
	float: right;
	overflow: hidden;
	float: right;
	width: 28px;
	height: 23px;
	margin-top: 55px;
	border: none;
	background: url(images/prevnext.png) no-repeat -28px 0;
	text-indent: -500px;
}
/**
* boxes
**/
.boxes
{
	list-style: none;
	width: 450px;
	margin: 0;
	padding: 0;
}
.boxes LI
{
	float: left;
	width: 195px;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
.boxes LI.firstcol
{
	padding-left: 0;
	padding-right: 20px;
	border-right: 1px solid #EEE;
}
.boxes LI.lastcol
{
	width: 205px;
	padding-right: 0;
	padding-left: 20px;
}
.boxes LI.bottom
{
	border-bottom: none;
}
.boxes LI.top
{
	padding-top: 0;
}
.boxes H4
{
	overflow: hidden;
	position: relative;
	height: 40px;
	margin: 0;
	padding: 5px 0 5px 60px;
	background-position: -3px 0px;
	background-repeat: no-repeat;
}
.boxes H4.web-hosting
{
	background-image: url(images/web-hosting-packages.jpg);
}
.boxes H4.reseller-hosting
{
	background-image: url(images/reseller-hosting-packages.jpg);
}
.boxes H4.vps-hosting
{
	background-image: url(images/vps-hosting-packages.jpg);
}
.boxes H4.domain-name-reg
{
	background-image: url(images/domain-name-registrations.jpg);
}
.boxes H4 A
{
	float: left;
}
.boxes H4 A:hover
{
	color: #591706;
}
.boxes LI IMG
{
	float: left;
	margin-right: 10px;
}
.boxes.main
{
	overflow: hidden;
	width: 940px;
	margin-bottom: 20px;
}
.boxes.main LI
{
	width: 445px;
	height: 185px;
	padding-top: 20px;
}
.boxes.main LI.lastcol
{
	width: 445px;
}
.boxes.main LI.top
{
	padding-top: 0;
}
.boxes.main LI H4
{
	height: auto;
	margin-bottom: 1em;
	padding: 0;
	font-size: 1.25em;
}
.boxes.main LI P.order
{
	margin-top: 20px;
}
.boxes.main LI P.order STRONG
{
	color: #222;
	font-size: 2em;
	font-weight: 400;
}
A.ask-sales, A.ask-sales:visited
{
	float: right;
	overflow: hidden;
	width: 138px;
	height: 26px;
	margin-top: 15px;
	background: url(images/ask-sales.png) no-repeat 0 0;
	text-indent: -5000px;
}
A.ask-sales:hover
{
	background-position: 0 -26px;
}
/**
* left-side
**/
.left-side
{
	float: left;
	width: 300px;
	padding-right: 45px;
}
/**
* right-side
**/
.right-side
{
	overflow: hidden;
	float: left;
	width: 595px;
}
.right-side IMG.right
{
	padding: 0 0 2em 2em;
}
.right-side IMG.left
{
	padding: 0 2em 2em 0;
}
.right-side H3
{
	margin-top: 0px;
	font-size: 1.5em;
	color: #6E1D08;
	font-weight: bold;
	text-transform: none;
	line-height: 1;
}
.right-side DIV.section
{
	padding-bottom: 24px;
}
/**
* menu
**/
.content .menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.083em;
}
.content .menu LI
{
	position: relative;
	z-index: 1;
	width: 300px;
	height: 35px;
	margin: 0;
	background: transparent url(images/menu_border.png) repeat-x 0 0;
}
.content .menu A
{
	display: block;
	width: 270px;
	height: 35px;
	padding-left: 30px;
	background: transparent url(images/plus.png) no-repeat 13px 50%;
	color: #666;
	line-height: 35px;
}
.content .menu LI A:hover
{
	color: #AD4D1B;
}
.content .menu LI.active
{
	z-index: 2;
	margin-bottom: -1px;
	background: #FFF url(images/menu_selected.png) no-repeat 0 0;
}
.content .menu LI.active A
{
	background: none;
	color: #FFF;
	font-weight: bold;
}
.content .menu LI.active A:hover
{
	color: #FFF;
}
.content .menu LI.first
{
	background: none;
}
/**
* box
**/
.box
{
	list-style: none;
	border-top: 8px solid #F2F2F2;
}
.box H4
{
	margin: 0;
	text-transform: none;
	font-size: 1.083em;
}
.box LI
{
	margin: 0;
	padding-top: 13px;
	padding-left: 60px;
	border-bottom: 1px solid #F2F2F2;
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.box LI.element-0
{
	background-image: url(images/temp/image_02.png);
}
.box LI.element-1
{
	background-image: url(images/temp/image_03.png);
}
.box LI.element-2
{
	background-image: url(images/temp/image_04.png);
	border-bottom: 0 none #000000;
}
.box LI.element-3
{
	background-image: url(images/temp/image_18.png);
	border-bottom: 0 none #000000;
}
/**
* left-box
**/
.left-box
{
	margin-top: 15px;
	padding-top: 20px;
	border-top: 8px solid #F2F2F2;
	font-size: 0.917em;
}
.left-box H4
{
	margin-top: 0;
	margin-bottom: 13px;
	color: #AD4D1B;
	font-size: 1.545em;
}
.left-box HR
{
	clear: left;
	height: 1px;
	margin-bottom: 11px;
	border: none;
	background: #F2F2F2;
	color: #F2F2F2;
}
.left-box IMG.left
{
	padding-right: 1em;
	padding-bottom: 1em;
}
.left-box .blue-link A
{
	padding-left: 12px;
	color: #045176;
	background: transparent url(images/left_link.png) no-repeat 2px 50%;
}
.left-box .blue-link A:hover
{
	color: #19A2C8;
}
.left-box P
{
	overflow: hidden;
}
.left-box P STRONG
{
	font-size: 1.091em;
}
.left-box P EM
{
	display: block;
	margin: 5px 0;
}
/**
* breadcrumbs
**/
.breadcrumbs
{
	border-bottom: 1px dotted #DDD;
	color: #888;
}
.breadcrumbs P
{
	width: 940px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	line-height: 37px;
	font-size: 0.917em;
	word-spacing: 7px;
}
.breadcrumbs A, .breadcrumbs A:visited
{
	color: #888;
	word-spacing: normal;
}
.breadcrumbs A:hover
{
	text-decoration: underline;
}
.breadcrumbs STRONG
{
	font-weight: normal;
	color: #ED8630;
	word-spacing: normal;
}
/**
* tables
 */
TABLE
{
	border: none;
	border-collapse: collapse;
	width: 940px;
}
THEAD TH, THEAD TD
{
	padding: 5px 15px 8px 20px;
	border-left: 1px solid #BEBCBC;
	background: #A8A6A6 url(images/th.png) repeat-x bottom;
	color: #FFF;
	font-size: 1.083em;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: #6a6868 1px 1px 1px;
	text-align: left;
}
THEAD TD
{
	text-transform: none;
}
TBODY TD
{
	padding: 8px 15px;
	border-left: 1px solid #EAEAEA;
	background: #FFF;
	font-size: 0.917em;
}
.zebra TD
{
	background-color: #F5F5F5;
}
TD.feature
{
	padding-left: 30px;
	background-image: url(images/plus.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
TH.first, TD.first
{
	border-left: none;
}
/**
* blockquote
**/
BLOCKQUOTE
{
	margin-bottom: 1em;
	padding-left: 64px;
	background: transparent url(images/quote.png) no-repeat 0 5px;
}
/**
* back-video
**/
A.back-video
{
	padding-left: 10px;
	background: transparent url(images/back-link.png) no-repeat 0 50%;
	font-size: 0.917em;
}
/**
* page title
**/
.page-title
{
	padding: 20px 0;
}
.page-title DIV
{
	width: 940px;
	margin: 0 auto;
}
.page-title H2
{
	margin: 0;
	font-weight: 400;
	font-size: 2.167em;
}
/**
* Splash
 */
BODY.splash
{
	background: url(images/splash/background.jpg) repeat-x top;
}
.splash .header
{
	position: relative;
	width: 1060px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(images/splash/header.jpg) no-repeat center top;
}
.splash .header H2
{
	width: 940px;
	margin: 0 auto;
	padding-top: 100px;
	font-size: 2.333em;
}
.splash .mainmenu
{
	right: 50px;
}
.splash .mainmenu A, .splash .mainmenu A:visited
{
	background: url(images/splash/mm-separator.gif) no-repeat 0 6px;
}
.splash .mainmenu LI.secondary
{
	padding-left: 40px;
}
.splash .mainmenu .separator A, .splash .mainmenu .separator A:visited
{
	background: none;
}
.splash .mainmenu A:hover, .splash .mainmenu A.active, .splash .mainmenu A.active:visited, .splash .mainmenu LI.first A:hover, .splash .mainmenu LI.first A.active
{
	background: url(images/splash/mm-hover.gif) no-repeat center top;
}
.splash .mainmenu LI.secondary A, .splash .mainmenu LI.secondary A:visited
{
	background: none;
	color: #999;
}
.splash .mainmenu LI.secondary A:hover
{
	background: url(images/splash/mm-hover.gif) no-repeat center top;
	color: #FFF;
}
.splash .footer1 H4
{
	color: #FFF;
}
.splash .footer1 FORM INPUT
{
	background: url(images/splash/newsletter.png) no-repeat 0 0;
}
.splash .footer1 FORM BUTTON
{
	background: url(images/splash/newsletter.png) no-repeat 100% 0;
}
.splash .footer1 FORM BUTTON:hover, .splash .footer1 FORM BUTTON:focus
{
	background-position: 100% 100%;
}
.splash .footer2 P
{
	background: #000 url(images/splash/logo-bottom.jpg) no-repeat left center;
}
.splash .footer1 * A, .splash .footer1 * A:visited
{
	color: #8A8A8A;
}
.splash .footer1 * A:hover
{
	color: #FFF;
}
.splash .footer1 UL.social A, .splash .footer1 UL.social A:visited
{
	color: #8A8A8A;
}
.splash .footer1 UL.social A:hover
{
	color: #FFF;
}
.splash .footer2 * A:hover
{
	color: #FFF;
}
.splash .mainmenu SPAN
{
	float: left;
	height: 21px;
	padding-left: 50px;
	color: #999;
	line-height: 21px;
	text-transform: uppercase;
}
.splash .content H3
{
	margin-top: 1.7em;
	color: #000;
	font-size: 1.5em;
	text-transform: none;
}
.splash .content.bottom
{
	margin-top: 0px;
}
.splash .content.bottom H3
{
	margin-bottom: 10px;
	color: #888;
	font-size: 1.167em;
	text-transform: uppercase;
}
.splash .partners LI
{
	padding: 0 21px;
}
.departments
{
	overflow: hidden;
	width: 960px;
	margin: 0 auto 70px;
	padding-top: 175px;
	background: url(images/splash/visual.jpg) no-repeat center top;
}
.departments DIV
{
	float: left;
	width: 260px;
	margin: 0 10px;
	padding: 0 20px;
}
.departments H2
{
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #19A2C8;
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
}
.departments UL
{
	list-style: none;
}
.departments UL LI
{
	margin: 0.5em 0;
	color: #000;
	font-weight: 700;
}
.departments UL.blognews LI
{
	padding: 8px 0 5px;
	border-top: 1px solid #F2F2F2;
	color: #AAA;
	font-weight: 400;
}
.departments UL.blognews LI.first
{
	padding-top: 0;
	border-top: none;
}
.departments A, .departments A:hover
{
	color: #0C4773;
}
.departments A:hover
{
	color: #19A2C8;
}
.departments A.button, .departments A.button:visited
{
	float: left;
	width: auto;
	height: 26px;
	padding: 0 20px 0 0;
	background: url(images/splash/blue-button.png) no-repeat right top;
	line-height: 26px;
}
.departments A.button SPAN, .departments A.button:visited SPAN
{
	float: left;
	width: auto;
	height: 26px;
	padding: 0 0 0 15px;
	background: url(images/splash/blue-button.png) no-repeat left top;
	color: #FFF;
	font-size: 0.917em;
	line-height: 21px;
	text-transform: uppercase;
}
.departments A.button:hover
{
	background-position: right bottom;
}
.departments A.button:hover SPAN
{
	background-position: left bottom;
}
.splash.page .header
{
	margin-bottom: 0;
}
.splash.page .header H2
{
	margin-top: 0;
	padding-top: 93px;
	font-size: 2.333em;
}
.splash .breadcrumbs
{
	border-bottom: none;
	background: url(images/splash/breadcrumb.gif) repeat-x 0 bottom;
}
.splash .breadcrumbs STRONG
{
	margin-top: 0;
	padding-top: 0;
	color: #19A2C8;
}
.splash .sidebar
{
	float: left;
	width: 300px;
}
.splash .sidebar P.banner
{
	margin: 7px 0 9px 0;
}
.splash .sidebar .box
{
	margin-top: 25px;
}
.splash .sidebar .box H4
{
	margin: 1em 0 0.75em;
	color: #19A2C8;
	font-size: 1.417em;
	font-weight: bold;
	text-transform: uppercase;
}
.splash .sidebar .box P.signature
{
	color: #000;
	font-weight: bold;
}
.splash .sidebar .box P.signature A, .splash .sidebar .box P.signature A:visited
{
	color: #0C4773;
	font-weight: normal;
	font-size: 0.917em;
}
.splash .sidebar .box P.signature A:hover
{
	color: #19A2C8;
}
.splash .main-content
{
	overflow: hidden;
	float: right;
	width: 595px;
}
.splash .main-content A, .splash .main-content A:visited
{
	color: #0C4773;
}
.splash .main-content A:hover
{
	color: #19A2C8;
}
.splash UL.jobs
{
	list-style: none;
	margin-bottom: 3em;
	border-top: 10px solid #F7F7F7;
}
.splash UL.jobs LI
{
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EEE;
}
.splash UL.jobs A.more, .splash UL.jobs A.more:visited
{
	float: left;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #EEE;
	border-bottom: none;
	color: #19A2C8;
	font-size: 0.917em;
}
.splash UL.jobs A.more:hover
{
	color: #0C4773;
}
.splash UL.jobs H4
{
	margin-bottom: 0.5em;
	color: #0C4773;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: none;
}
.splash UL.jobs P.job-status
{
	float: right;
	margin: 1.5em 0 0;
	color: #888;
	font-style: italic;
}
.splash .left-side H4
{
	color: #19A2C8;
}
.splash .left-side .phone-number H2
{
	color: #000;
}
.splash FORM.contact DD.inline INPUT.submit
{
	width: 115px;
	height: 25px;
	margin-left: 20px;
	border: 0;
	background: transparent url(images/splash/contact-submit.png) no-repeat 0 0;
	text-indent: -900em;
}
.splash .left-box P STRONG
{
	color: #000;
}
#gmap
{
	width: 574px;
	height: 335px;
	margin-bottom: 2em;
	border: 10px solid #F7F7F7;
}
FORM.newsletter
{
	position: relative;
}
FORM.newsletter IMG
{
	position: absolute;
	top: 4px;
	right: 50px;
}
.form-required
{
	color: #FF0000;
}
/*MAIN CONTAINER*/
#container
{
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding-top: 0;
}
#main-col
{
	float: right;
	width: 611px;
	padding-left: 0px; /*was: 30px*/
	padding-top: 13px;
}
/*SIDEBAR*/
.sidebar-wrapper1
{
	float: left;
	width: 300px;
	margin-right: 22px;
}
.sidebar-wrapper2
{
	padding: 0 0 25px;
}
.sidebar
{
	overflow: hidden;
	padding: 20px 0 0;
	background-color: transparent;
}
.sidebar UL
{
	margin: 0 0 27px;
	list-style: none;
	width: 265px;
}
.sidebar LI
{
	margin: 0;
	width: 265px;
}
.sidebar UL A, .sidebar UL A:visited
{
	display: block;
	padding: 5px 0 5px 6px;
	color: #0C4773;
	width: 265px;
}
.sidebar UL A:hover
{
	color: #19A2C8;
	background: #FAFDFE;
}
.sidebar H3
{
	margin: 1em 0 0.75em;
	color: #000;
	font-size: 1.167em;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar FORM
{
	width: auto;
}

a.switch { position: absolute; top: 26px; left: 243px; float: left; width: 15px; height: 14px; text-indent: -999em; }

#switcher { list-style: none; z-index: 30; position: absolute; top: 0; left: -999em; width: 219px; height: 380px; margin: 0; padding: 12px 0 0 0; background: transparent url("images/switcher.png") no-repeat 0 0; }
#switcher li { overflow: hidden; margin-left: 0; padding-left: 15px; padding-right: 19px; }
#switcher li a { float: left; width: 100%; height: 59px; text-indent: -999em; }
#switcher li.close { padding-bottom: 12px; }
#switcher li.close a { float: right; width: 15px; height: 14px; }


div.share-links{
vertical-align:text-top;

}




#table-gen {
	width: 600px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #000000;
	color:#000000;
 }

#table-gen tr.rowa td{
	background: #ffffff;
	height: 20px;
	color:#000000;
}

#table-gen tr.rowb td{
	background: #ff6e23;
	height: 20px;
	color:#000000;
}

#table-gen td.cell {
	padding: 10px;
	border: 1px solid #000000;
color:#000000;
}
#like_us {
margin-left:960px;
margin-top:59px;
/*overflow:hidden;*/
position:absolute;
width:55px;
}
.fb_edge_comment_widget.fb_iframe_widget {
	display: none;
}
.splash .sidebar .box h3 {
color:#19A2C8;
font-size:1.333em;
font-weight:bold;
margin:1em 0 0.75em;
text-transform:uppercase;
}

.twitter-box {
color:#666666;
}
.twitter-box a {
color:#0C4773;
}
.twitter-box .meta {
font-size:0.916em;
overflow:hidden;
padding-top:5px;
}
.twitter-box .meta i {
float:left;
font-style:normal;
}
.twitter-box .meta ul {
float:left;
margin:0;
overflow:hidden;
padding:0;
width:220px;
}
.twitter-box .meta ul li {
background:url("/images/blog/twitter_sep.png") no-repeat scroll 100% 2px transparent;
border:medium none;
float:left;
list-style:none outside none;
padding:0 7px !important;
width:50px;
background-position:4px right;
background-repeat:no-repeat;
}

.twitter-box .meta ul li.first, .twitter-box .meta ul li.first a {
	width:34px!important;
}
.twitter-box .meta ul li a {
	padding:0px 3px;
	width:50px!important;
}
.twitter-box .meta ul li a:hover{
	color:#0C4773;
	background-color:#ffffff;
}
.twitter-box .meta li.last {
background:none repeat scroll 0 0 transparent;
}
.twitter-box ul {
margin:5px 0 0;
}
.twitter-box h3 {
margin-bottom:0 !important;
}
.twitter-box li {
padding:13px 0;
}
.twitter-box li.item-1 {
border:medium none;
margin-bottom:0;
padding-bottom:0;
}
.twitter-box .follow {
padding-top:1.5em;
}
.twitter-box .follow a {
color:#19A2C8;
}
.twitter-box .follow a:hover {
text-decoration:underline;
}

p#breadcrumbs {
	display:inline;
}
.breadcrumbs {    
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    padding: 0;
    word-spacing: 7px;
}
.center-breadcrumb {
	margin: auto;
    width: 940px;
}
#social-icons {
	display:inline-block;
	margin-top:7px;
	float:right;
}

.footer-left {width: 470px; float: left;}

.footer1 UL.social A.gplus, .footer1 UL.social A.linkedin:visited
{
	background: url(images/gplus.png) no-repeat 0 0px;
}
.footer1 UL.social li.social-first {width: 470px;}

#social-media {
float: right;
margin-top: 7px;
}

.iframe-wrapper {
margin-bottom: 10px;
}
