/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
	color: #666666;
	line-height: 1.6em;
	font-size: 1.4em;
	padding-right: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	font-weight: lighter;
	letter-spacing: 0px;
	word-spacing: 0em;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a {
	text-decoration: none;
	color: #069;
	outline:none;
}

	.typography a:hover {
	text-decoration: none;
	color: #F96100;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	color: #666;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 24px;
}
	.typography li {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	list-style-type: disc;
	padding-left: 0px;
	color: #666666;
	font-weight: lighter;
	}
		.typography li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 {
	color: #000;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.typography h1 {
	font-size: 5.8em;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 32px;
	margin-left: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	padding: 0px;
	letter-spacing: -2px;
	word-spacing: -1px;
	line-height: 1.1em;
}
.typography h2 {
	font-size: 2.3em;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 13px;
	line-height: 1.4em;
	margin-right: 25px;
}	
.typography h2 strong {
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 7px;
	color: #F96100;
}
.typography  h3 {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	font-size: 1.8em;
	color: #000;
	width: 97%;
	font-weight: 300;
	margin-top: 31px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-bottom: 8px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ededed;
	padding-top: 8px;
	line-height: 1.3em;
}
.typography  h4 {
	color: #000;
	font-weight: 300;
	clear: both;
	font-size: 1.6em;
	margin-top: 23px;
	margin-right: 25px;
	margin-bottom: 4px;
	margin-left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.typography h5 {
	color: #900;
	font-weight: lighter;
	clear: both;
	font-size: 1.7em;
	margin-top: 19px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-image: url(news-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	line-height: 22px;
	width: 93%;
}
.typography h6 {
	font-size: 10px;
	color: #333;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding-right: 20px;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
	.typography tr {}
	
		.typography td {
	border:1px none #999;
	padding:0px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
	float: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
.typography strong {
	border: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 300;
}
.typography h1 strong {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: -1px;
	color: #cccc00;
	font-weight: 300;
}
#LeftPanel   {
	min-height: 240px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 12px;
	letter-spacing: -1px;
	color: #cccc00;
	font-weight: 300;
	width: 290px;
	background-image: url(home-panel-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
#Panels  h1 {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.7em;
	letter-spacing: 0em;
	margin-bottom: 7px;
}
#Panels  p {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}
#MiddlePanel {
	min-height: 240px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 12px;
	letter-spacing: -1px;
	color: #cccc00;
	font-weight: 300;
	width: 290px;
	background-image: url(home-panel-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
#RightPanel {
	min-height: 240px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 12px;
	letter-spacing: -1px;
	color: #cccc00;
	font-weight: 300;
	width: 290px;
	background-image: url(home-panel-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
#Panels ul {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 12px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#Panels ul li {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 3px;
	padding-left: 0px;
	color: #FFFFFF;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 2px;
	list-style-image: url(bullet.png);
}
#AddThis {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
}

#ButtonWrapper {
	height: 35px;
	margin-bottom: 32px;
	margin-top: -1px;
	padding-top: 0px;
	}
#ButtonWrapper p{
	font-size: 15px;
}

.typography .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.typography a.button {
	background: transparent url('bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 8px;
	margin-bottom: 20px;
}

.typography a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.typography a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.typography a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* Services
-------------------------------------------- */
#ServicesList {
	font-size: 1.3em;
	font-weight: normal;
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px !important;
	margin-top: 10px;
}
#ServicesList img {
	float: left;
	list-style-type: none;
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 23px;
}
#ServicesList p {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #333333;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 8px;
}
#ServicesList    .servicesname   {
	font-size: 1.3em;
	list-style-type: none;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px !important;
	background-position: 0px;
	text-indent: 0px !important;
	text-align: left;
	padding: 0px;
}
#ServicesList .servicesdescription {
	font-size: 0.9em;
	list-style-type: none;
	margin-bottom: 9px;
	margin-top: 0px;
	margin-left: 0px !important;
	background-position: 0px;
	text-indent: 0px !important;
	text-align: left;
	padding: 0px;
}
#ServicesList .servicesdescription p {
	font-size: 1em;
	color: #666666;
}
#ServicesList .servicesphoto {
	list-style-type: none;
	text-indent: 0px !important;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 25px;
}

#ServicesPhoto {
	list-style-type: none;
}
#ServicesPhoto img {
	list-style-type: none;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 8px;
	border: 1px none #ededed;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 3px;
	background-image: url(screen-shot-bg.jpg);
	background-position: bottom;
}
#ServicesButton  a     {
	color: #000000; /* sliding doors padding */
	text-decoration: none;
	font-weight: 300;
	margin-bottom: 6px;
}
#ServicesButton a strong {
	text-decoration: none;
	font-weight: 500;
	margin-bottom: 6px;
}
#Content  hr {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(hr-bg.gif);
	margin-top: 15px;
	margin-bottom: 15px;
}
#ServicesButton a:hover {
	color: #cccc00; /* sliding doors padding */
	text-decoration: none;
}
#ServicesList .servicesname a:hover {
	color: #cccc00;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#ServicesList .servicesname a {
	color: #069;
	text-decoration: none;
}
/* Tool tips
----------------------------------------------- */

.Tooltip {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	color: #000;
	cursor: help;
	filter: Light;
}

.tooltype {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.tooltype p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 6px;
}
.tooltype a{
	color: #F76100;
	text-decoration: none;
}
.tooltype h5 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #003366;
	padding-top: 6px;
	font-weight: lighter;
}
.tooltype h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
	padding-bottom: 12px;
}

.tooltype #SideImage {
	float: left;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tooltype #Content {
	float: left;
}
#PromoPanelTop {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 645px;
	background-image: url(promo-top.gif);
	background-position: top;
	height: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#PromoPanelTop p{
	font-size: 1px;
}
#PromoPanel {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 645px;
	background-image: url(promo.gif);
	background-position: bottom;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}#PromoPanel h2{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2.7em;
	color: #F76100;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#PromoPanel p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	line-height: 1.4em;
}
#PromoPanel img {
	padding: 0px;
	border: 1px solid #ededed;
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
/* green colour sheme
----------------------------------------------- */
#ArchitectureScheme h1
{
	color: #FFFFFF;
	background-color: #7a7902;
	height: 75px;
	width: 680px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 17px;
	padding-top: 26px;
	margin-top: 1px;
	background-image: url(panel-tints.png);
	background-repeat: repeat-x;
}
#ArchitectureScheme h2 {
}
#ArchitectureScheme strong {
}
#ProdHolderContent {
}
#ProdHolderContent h1 {
	margin-bottom: 73px;
}
#ProdHolderContent h2{
	font-size: 18px;
	margin-bottom: 3px;
}
#ProdHolderContent p {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-right: 45px;
	line-height: 1.4em;
}
#ProdHolderContent table{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
	padding-top: 6px;
}
#smallimac {
	background-image: url(small-imac.jpg);
	background-repeat: no-repeat;
	height: 321px;
	width: 324px;
}
#ProdHolderContent img{
	padding-top: 14px;
	padding-left: 14px;
	height: 184px;
	width: 296px;
}
.photo div{
position:relative;
width:300px;
height:401px;
background:url(../images/overlay.png) repeat-x left 201px;
}
/************************
Random recent work
************************/

#RandomRecentWorkWidget {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(container-middle.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 239px;
}
#RandomRecentWorkWidget p{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
	font-weight: 400;
}
#RandomRecentWorkWidget h2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}#RandomRecentWorkWidget h3 {
	background-image: none;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 14px;
	font-weight: 400;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
}
#RandomRecentWorkWidget h4 {
	background-image: url(link-arrow.png);
	font-size: 11px;
	padding-right: 20px;
	padding-left: 11px;
	margin-top: 9px;
	padding-top: 0px;
	font-weight: 500;
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#RandomRecentWorkWidget h4 a {
	color: #069;
}
#RandomRecentWorkWidget h4 a:hover {
	color: #F96100;
}
/************************
Home page styles
************************/
#homeWrap {
	margin: 0px;
	padding: 0px;
}
#homeWrap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 35px;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-right: 0px;
}
#homeWrap h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 9px;
	margin-top: 20px;
}
#homeWrap p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-right: 25px;
}
#homeWrap h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 9px;
	padding-right: 15px;
	line-height: 17px;
}
#homeWrap p a {
	color: #000000;
	text-decoration: none;
}
#homeWrap p a:hover {
	color: #000000;
	text-decoration: underline;
}
#servicesPanelTop {
	height: 12px;
	width: 355px;
	background-image: url(servicestop.gif);
	background-position: top;
	margin-right: 10px;
}
#servicesPanelmiddle {
	width: 355px;
	background-image: url(servicesmid.gif);
	background-repeat: repeat;
	overflow: visible;
	margin-right: 10px;
}
#servicesPanelBottom {
	height: 14px;
	width: 355px;
	background-image: url(servicesbot.gif);
	background-position: bottom;
	overflow: auto;
	margin-bottom: 10px;
	margin-right: 10px;
}
#servicesPanelmiddle h1 {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F96100;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	letter-spacing: 0em;
}
#servicesPanelmiddle p {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 15px;
	padding-top: 0px;
	line-height: 17px;
}
#servicesPanelmiddle h3 {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#servicesPanelmiddle h3 a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#servicesPanelmiddle h3 a:hover {
	color: #F96100 !important;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#servicesPanelmiddle h3 a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#homeWrap  td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#homeWrap table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#homeWrap .strongh1    {

	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeWrap img {
	margin: 0px;
	padding: 0px;
}
#servicesPanelmiddle img {
	overflow: visible;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#serviceList h3 {
	font-size: 18px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	letter-spacing: 0em;
	line-height: 24px;
	color: #F96100 !important;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: 300;
}
#serviceList p {
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 19px;
	color: #666 !important;
	list-style-type: none !important;
	font-weight: 300;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#serviceList p a{
	color: #666 !important;
	list-style-type: none !important;
	text-decoration: none;
}	
#serviceList {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#serviceList td{
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px;
	padding: 0px;
}
#serviceList table{
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px;
	padding: 0px;
}
#serviceList .pane-list {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
#serviceList .pane-list ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
#serviceList .pane-list li {
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 18px;
	cursor: pointer;
	list-style-type: none !important;
	background-image: url(services-bg.gif);
	background-repeat: repeat-x;
	width: 313px;
}
#serviceList .pane-list li:hover {
	background-image: url(services-bg-2.gif);
	background-repeat: repeat-x;
	
	}
a:focus {
	outline: none;
}
#panel {
	height: auto;
	display: none;
	background-color: #ededed;
	padding: 15px;
}
.slide  {
	margin: 0;
	padding: 0;
	background: url(btn-slide.gif) no-repeat center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 11px;
	float: right;
}
.btn-slide {
	background: urlwhite-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
#terms p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 7px;
	font-weight: 400;
}
#terms h2 {
	font-size: 14px;
	line-height: 17px;
}
#terms p strong {
	font-weight: 500;
	color: #000000;
}
#terms h4 {
	font-size: 11px;
	font-weight: 400;
}
#terms li {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 7px;
	list-style-type: none;
}
#twitterstatus {
	margin-top: -15px;
	background-image: url(container-middle.gif);
	background-repeat: repeat;
}
#twitterstatus ul {
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(Twitter-icon.png);
	background-position: 8px 5px;
	background-repeat: no-repeat;
}


#twitterstatus ul li{
	margin-top: 0px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	margin-bottom: 0px;
}
.WidgetHolder {
}
#twitterstatus  ul h3 {
	margin-left: 10px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	padding-left: 28px;
	font-size: 14px;
	margin-bottom: 20px;
	background-image: none;
	font-weight: 700;
	color: #000;
}
#twitterstatus h4 {
	margin-left: 10px;
	padding-left: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 1px;
}
#twitterstatus p {
	margin-left: 0px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	padding-left: 0px;
	font-size: 15px;
	margin-bottom: 11px;
	margin-top: 5px;
	padding-top: 0px;
	font-style: italic;
	font-weight: 300;
	line-height: 21px;
	width: 200px;
	color: #333;
}
