/* @override http://www.otmltd.com/public/css/style.css */

/* @override http://www.otmltd.com/public/css/style.css */

/* @override http://www.otmltd.com/public/css/style.css */


/*
Title:		Opus Trust Marketing CSS File 
*/

/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
  - CONTAINER
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, ORDER LIST, DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - LINE DIVIDER
  - BUTTON 
	   
- HEADER
	- LOGO	
	- MENU CONTAINER
		
- SLIDESHOW
	- CONTAINERS
	- SLIDESHOW STYLING
	   - TEXT STYLING
	   - IMAGE STYLING
	
- HOMEPAGE
	- TAG BAR
	- CONTAINER
	- SERVICES LIST
	- TESTIMONIAL LIST
	- 3 COLUMNS FEATURE BOX
	- LATEST PORTFOLIO
	
- FOOTER
	- FOOTER BOX STYLING
	- ABOUT TEXT
	- SOCIAL LINKS
  - COPYRIGHT

- SIDEBAR
  - LATEST BLOG
  - LATEST PORTFOLIO
  - TESTIMONIAL
  - STAFF LIST
  - SEARCH AND NEWSLETTER BOX 
    
- PAGE
  - PAGE CONTAINER 
  - MAIN CONTENT
  - ITEM LIST
  - ARROW LIST
  - CHECK LIST
    
- SERVICES PAGE

- CONTACT PAGE

- PORTFOLIO PAGE
  - PORTFOLIO 1 STYLING
  - PORTFOLIO 2 STYLING
  - PORTFOLIO 3 STYLING
  - PORTFOLIO 4 STYLING
  
- BLOG PAGE
	- BLOG STYLING
	- META POST STYLING
	- PAGINATION
	- COMMENTS
- FAQ PAGE

*/

/* Import CSS Reset File */

@import url("reset.css");

/* Import Drop down Menu Styling File */

@import url("jqueryslidemenu.css");

/* ----------------------- GENERAL LAYOUT -----------------------*/

body
{
	background: #FCFCFC;
	font: 62.5% Arial, Helvetica, sans-serif;
}

/* Containers */

#wrapper
{
	background: #ffffff;
}

.wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.page
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.wrapper .page
{
	width: 940px;
}

.wrapper .first
{
	margin-left: 0;
}

.wrapper .last
{
	margin-right: 0;
}

/* Heading */

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #5a5a5a;
	text-transform: none;
}

h1
{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}

h2
{
	font-size: 32px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #002D56;
}

h3
{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #002D56;
}

h4
{
	font-size: 20px;
	line-height:0px;
	margin-bottom: 18px;
}

h5
{
	font-size: 16px;
	line-height: 50px;
	margin: 3px 0px;
	padding: 0px;
	color: #6e4799;
    width: 303px;
}

h6
{
	font-size: 12px;
	margin: 3px 0px;
	padding: 0px;
	color:#953772;
	letter-spacing: 0px;
}

/* links */

a, a:link, a:visited
{
	color: #4F6F19;
	text-decoration: none;
}

a:hover
{
	color: #002D56;
}

a img, img
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
  
}

/* paragraphs,blockquote,code */

p
{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
	color: #555;
}


.word
{
	background: url(../images/word.png) no-repeat 2px;
	padding-left: 28px;
	margin-bottom: 6px;
}

.pdf
{
	background: url(../images/pdf.png) no-repeat 0 -3px;
	padding-left: 28px;
	height: 25px;
	padding-top: 3px;
}


blockquote
{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 40px;
	color: #838383;
	background: url(../images/quote.png) top left no-repeat;
	font-style: italic;
	line-height: 1.4em;
}

blockquote p
{
	margin-bottom: 5px;
}

code
{
	background: #fafafa;
	padding: 5px 10px;
	display: block;
	font-size: 1.4em;
	color: #858585;
	margin-bottom: 10px;
}

ol
{
	margin: 20px;
	list-style-type: decimal;
}

ol li
{
	font-size: 1.2em;
	margin: 8px 0;
	padding-bottom: 8px;
	color: #838383;
	border-bottom: 1px solid #eee;
}

/* Dropcap */

.dropcap
{
	background: transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color: #ffffff;
	float: left;
	font-size: 24px;
	height: 41px;
	line-height: 30px;
	margin-bottom: -10px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
	width: 41px;
}

/* Pullquotes */

.pullquote_right, .pullquote_left
{
	color: #9F9F9F;
	float: right;
	font-size: 1.2em;
	letter-spacing: 0px;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 15px;
	width: 33%;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	border-left: 4px solid #DEDEDE;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

.pullquote_otm_right, .pullquote_otm_left
{
	color: #77b504;
	float: right;
	letter-spacing: 0px;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 15px;
	width: 33%;
	border-left: 1px solid #82c40a;
	font: normal normal 1.8em/1.4em "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
}

.pullquote_left
{
	border-right: 4px solid #DEDEDE;
	border-left: none;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0;
	padding-right: 15px;
}

/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* Images Alignment &amp; Styling */

.alignleft
{
	float: left;
	margin: 5px 15px 5px 0;
}

.alignright
{
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: block;
}

.imgbox
{
	padding: 4px;
	border: 1px solid #eee;
	background: #fff;
}

/* Custom Message Styling */

.info
{
	margin: 15px 0;
	font-size: 1.3em;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(../images/talk.png) .5em .4em no-repeat;
	border: 1px solid #B8E7F5;
}

.error
{
	margin: 15px 0;
	font-size: 1.3em;
	color: #C24848;
	padding: 8px 10px 8px 37px;
	background: #FFD6D6 url(../images/stop.png) .5em .4em no-repeat;
	border: 1px solid #FFC2C2;
}

.warning
{
	margin: 15px 0;
	font-size: 1.3em;
	color: #CF9E00;
	padding: 8px 10px 8px 37px;
	background: #FAF2D7 url(../images/alert.png) .5em .4em no-repeat;
	border: 1px solid #FAE8AF;
}

.success, .csuccess
{
	margin: 15px 0;
	font-size: 1.3em;
	color: #3F9153;
	padding: 8px 10px 8px 37px;
	background: #D7F7DF url(../images/ok.png) .5em .4em no-repeat;
	border: 1px solid #A3F7B8;
	line-height: 20px;
}

/* Divider */

.divider
{
	height: 1%;
	margin: 5px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #eee;
	clear: both;
}

/* Button Styling */

.button
{
	margin: 10px 10px 10px 0;
	cursor: pointer;
	color: #fff;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 33px;
	height: 33px;
	background: url(../images/button-right.png) no-repeat 100% 0;
	display: inline-block;
}

.button span
{
	text-align: center;
	margin-right: 9px;
	padding: 0 8px 0 18px;
	background: url(../images/button-left.png) no-repeat;
	display: inline-block;
	height: 33px;
	float: left;
}

.button:hover
{
	background-position: 100% -34px;
}

.button:hover span
{
	background-position: 0 -34px;
}

a.button
{
	color: #ccc;
}

a.button:hover
{
	color: #fff;
}

/* Long Button */

.longbutton
{
	float: left;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	color: #fff;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 35px;
	height: 34px;
	background: url(../images/button-right.png) no-repeat 100% 0;
	display: inline-block;
}

.longbutton span
{
	text-align: center;
	margin-right: 9px;
	padding: 0 88px 0 88px;
	background: url(../images/button-left.png) no-repeat;
	display: inline-block;
	height: 34px;
	float: left;
}

.longbutton:hover
{
	background-position: 100% -34px;
}

.longbutton:hover span
{
	background-position: 0 -34px;
}

a.longbutton
{
	color: #ccc;
}

a.longbutton:hover
{
	color: #fff;
}

/* Button White */

.button-white
{
	color: #8f8f8f;
	background: url(button-right-white.png) no-repeat 100% 0;
}

.button-white span
{
	background: url(button-left-white.png) no-repeat;
}

.button-white:hover
{
	color: #6a6a6a;
	background-position: 100% -34px;
}

.button-white:hover span
{
	background-position: 0 -34px;
}

a.button-white
{
	color: #aaaaaa;
}

a.button-white:hover
{
	color: #858585;
}

/* Big Button */

.bigbutton
{
	float: left;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	color: #8f8f8f;
	font-size: 1.8em;
	line-height: 50px;
	height: 50px;
	background: url(../images/bigbutton-right.png) no-repeat 100% 0;
	display: inline-block;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

.bigbutton span
{
	text-align: center;
	margin-right: 21px;
	padding: 0 8px 0 28px;
	background: url(../images/bigbutton-left.png) no-repeat;
	display: inline-block;
	height: 50px;
	float: left;
}

.bigbutton:hover
{
	background-position: 100% -50px;
}

.bigbutton:hover span
{
	background-position: 0 -50px;
}

a.bigbutton
{
	color: #8f8f8f;
}

a.bigbutton:hover
{
	color: #858585;
}

/*  Highlight Styles */

.highlight-yellow
{
	padding: 1px 4px;
	background-color: yellow;
	color: #111;
}

.highlight-dark
{
	padding: 1px 4px;
	background-color: #6a6a6a;
	color: #fff;
}

.highlight-red
{
	padding: 1px 4px;
	background-color: #DE2D2D;
	color: #fff;
}

.highlight-green
{
	padding: 1px 4px;
	background-color: #A3CC29;
	color: #111;
}

/* -----------------------  LAYOUT -----------------------*/

/* Header Section */

#headerwrapper
{
	background: url('headerwrapper.jpg') repeat-x 50% top;
	margin-top: -8px;
    height: 140px;
}

#header
{
	height: 132px;
}

/* Logo */

#logo
{
	margin-top: 40px;
	text-align: left;
	float: left;
	width: 220px;
}

/* Menu Container */

#myslidemenu
{
	float: right;
	width: 700px;
	margin-top: 55px;
}

#myslidemenu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

/* ----------------------- SLIDESHOW LAYOUT -----------------------*/

/* Slideshow Section */

#slidecontainer
{
	height: 372px;
	width: 100%;
	background: url(../images/slide-container.jpg) top left repeat-x;
}

#slideshow
{
	margin: 0 auto;
	height: 372px;
	width: 960px;
	background: url(../images/slide-bottom.jpg) bottom left repeat-x;
	position: relative; /* import ant */
	overflow: hidden; /* import ant */
}

#slideshow li
{
	display: none;
	float: left;
}

#slideshow h2
{
	font-size: 2.4em;
	margin-bottom: 10px;
}

#slideshow p
{
	line-height: 1.6em;
	color: #fff;
	margin-bottom: 10px;
}

/* slideshow image block */

.imageslide
{
	width: 960px;
	height: 368px;
}

/* slideshow short text description block */

.slide-text-right
{
	top: 20px;
	right: 20px;
	padding: 20px;
	height: 200px;
	width: 300px;
	position: absolute;
	background: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* slideshow short large description block */

.slide-text-left
{
	top: 100px;
	left: 20px;
	padding: 20px;
	height: 200px;
	width: 300px;
	position: absolute;
	background: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* slideshow bottom short text description block */

.slide-text-top
{
	top: 20px;
	left: 20px;
	padding: 10px 20px;
	height: 70px;
	width: 880px;
	position: absolute;
	background: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* slideshow bottom short text description block */

.slide-text-bottom
{
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	height: 70px;
	width: 920px;
	position: absolute;
	background: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#slideshow h2
{
	margin-bottom: 10px;
	color: #ffffff;
}

#slideshow .slide-text-top h2, #slideshow .slide-text-bottom h2
{
	margin-bottom: 0;
}

#slidenav
{
	top: 465px;
	position: absolute;
	margin-left: 895px;
	z-index: 100;
	width: 56px;
}

#next
{
	float: right;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../images/next-button.png) no-repeat 0 0;
}

#next:hover
{
	background-position: 0 -25px;
}

#prev
{
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../images/prev-button.png) no-repeat 0 0;
}

#prev:hover
{
	background-position: 0 -25px;
}

#slider
{
	height: 372px;
	width: 960px;
	overflow: hidden; /* i mportant */
	position: relative;
	background: url(../images/slide-bottom.jpg) bottom left repeat-x;
}

#galleria-slide
{
	padding-bottom: 4px;
	height: 368px;
	width: 960px;
	overflow: hidden; /* imp ortant */
	position: relative;
	background: url(../images/slide-bottom.jpg) bottom left repeat-x;
}

/* The Nivo Slider styles */

#nivoslider
{
	position: relative;
	background: #ffffff url(../images/loading2.gif) no-repeat 50% 50%;
}

#nivoslider img
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.nivoSlider
{
	position: relative;
}

.nivoSlider img
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}

/* The slices in the Slider */

.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

/* Caption styles */

.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 0;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 960px;
	z-index: 89;
}

.nivo-caption p
{
	padding: 10px 20px;
	margin: 0;
	color: #ccc;
	line-height: 1.6em;
	font: 1.2em;
}

.nivo-caption h5
{
	margin-bottom: 5px;
	color: #fff;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a
{
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}

.nivo-prevNav
{
	left: 0px;
}

.nivo-nextNav
{
	right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a
{
	position: relative;
	z-index: 99;
	cursor: pointer;
}

.nivo-controlNav a.active
{
	font-weight: bold;
}

.nivo-controlNav
{
	position: absolute;
	left: 47%;
	bottom: -30px;
}

.nivo-controlNav a
{
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.nivo-controlNav a.active
{
	background-position: -10px 0;
}

.nivo-directionNav a
{
	display: block;
	width: 32px;
	height: 34px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav
{
	background-position: -32px 0;
	right: 10px;
}

a.nivo-prevNav
{
	left: 10px;
}

/* ----------------------- HOMEPAGE LAYOUT -----------------------*/

/* Tag Bar block */

#tagbar
{
	width: 880px;
	margin: 0 0 20px 0;
	padding: 0 20px 20px 0;
	border-bottom: 1px solid #eee;
}

.quote-button
{
	width: 160px;
	float: left;
}

.textslogan
{
	width: 720px;
	float: left;
}

.textslogan h4
{
	color: #8f8f8f;
	margin-top: 10px;
	margin-left: 20px;
	text-transform: none;
	font-size: 20px;
	line-height: 1.2em;
}

/* Container */

.homepage-wrapper, .page-wrapper
{
	padding: 20px 30px;
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	background: #ffffff url(wrapper.jpg) top left repeat-x;
}

.page-wrapper
{
	padding-top: 30px;
}

.maincontent
{
	width: 680px;
	float: left;
	margin-right: 20px;
}

.maincontent-right
{
	width: 580px;
	float: left;
	margin-left: 20px;
}

.maincontent-right h1
{
	font-size: 17px;
	margin-top: -20px;
	margin-bottom: 0;
	color: #77b504;
}

.fullcontent
{
	width: 950px;
}

.fullcontent h1
{
	font-size: 17px;
	margin-top: -20px;
	margin-bottom: 0;
	color: #77b504;
}

.fullcontent .last
{
	margin-right: 0;
}

/* Columns */

.col-12
{
	display: inline;
	float: left;
	width: 435px;
	margin-right: 30px;
}

.col-13
{
	display: inline;
	float: left;
	width: 280px;
	margin-right: 30px;
}

.col-23
{
	display: inline;
	float: left;
	width: 590px;
	margin-right: 30px;
}

.col-14
{
	display: inline;
	float: left;
	width: 200px;
	margin-right: 30px;
}

.col-34
{
	display: inline;
	float: left;
	width: 660px;
	margin-right: 30px;
}

/* Sidebar */

.sidebar, .sidebar-left
{
	width: 270px;
	padding-left: 30px;
	float: left;
	background: url(../images/sidebar-divider.jpg) top left repeat-y;
}

.sidebar-left
{
	padding-left: 0;
	padding-right: 30px;
	background: url(../images/sidebar-divider-left.jpg) top right repeat-y;
}

/* Servive  List */

ul#serviceslist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#serviceslist li
{
	margin: 0 0 10px 0;
	float: left;
	border-bottom: 1px solid #ECECEC;
}

ul#serviceslist li p
{
	margin-bottom: 10px;
}

ul#serviceslist li img
{
	margin-top: 10px;
	margin-right: 20px;
}

#testibox
{
	margin: 0;
	padding: 0;
}

#testibox li
{
	padding-bottom: 10px;
	display: none;
}

.testimonial-box
{
	background: url(../images/bg-testimonial.png) bottom right no-repeat;
	padding-bottom: 30px;
	overflow: hidden;
}

.testimonial-box-page
{
	background: url(../images/bg-testimonial2.png) bottom right no-repeat;
	padding-bottom: 30px;
	overflow: hidden;
}



p.testiname
{
	margin: 0 0 10px 0;
	text-align: right;
	display: block;
	color: #77b504;
}

.morelink
{
	display: block;
	text-align: right;
	font-weight: bold;
}

/* 3 columnS Homepage features block */

ul#featuresbox
{
	margin: 20px 0 0 0;
	padding: 0;
}

ul#featuresbox li
{
	width: 185px;
	float: left;
	margin-right: 12px;
	display: inline;
}

ul#featuresbox li p
{
	margin-bottom: 5px;
}

ul#featuresbox li.last
{
	margin-right: 0;
}

ul#featuresbox li h4
{
	margin: 5px 0 15px 0;
	color: #77b504;
}

ul#featuresbox li img
{
	margin: 0 10px 0 0;
}

#mid-content
{
	width: 920px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #F3F3F3;
	padding: 20px 20px 15px 20px;
	background: #ffffff;
}

.twitter-update
{
}

.twitter-update p
{
	font-style: italic;
	color: #8f8f8f;
}

/* Latest Portofolio */

/* Removed Backgrounds and amended sized to be be 86 x 53px */

ul.latestportfolio
{
	margin: 0 35px;
	padding: 0;
}

ul.latestportfolio li
{
	width: 86px;
	height: 53px;
	float: left;
	margin-right: 10px;
}

ul.latestportfolio li .imagezoom, ul.latestportfolio li .videozoom
{
	width: 86px;
	height: 53px;
	float: left;
	margin-right: 10px;
}

ul.latestportfolio li .videozoom
{
}

/* ----------------------- FOOTER LAYOUT -----------------------*/

/* Footer */

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #ffffff url(../images/accredit-logos.gif) no-repeat 743px 380px;
	border: 1px solid #F3F3F3;
	padding: 20px 20px 10px 20px;
}

#footer h4
{
	color: #132170;
}

#footer a
{
	color: #77b504;
}

.footerbox
{
	margin-right: 20px;
	width: 285px;
	float: left;
}

#bottom
{
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
	display: block;
}

.footermenu
{
	float: left;
	width: 450px;
}

.footermenu li
{
	display: inline;
	margin: 0 10px;
	font-size: 1.2em;
}

.copyright
{
	float: right;
	width: 450px;
	text-align: right;
}

.copyright p
{
	margin: 0;
}

#aboutbox p
{
	margin-bottom: 5px;
}

/* Sociali Links */

.social-links
{
	margin: 20px 0;
	padding: 0;
}

.social-links li
{
	margin: 5px 0;
	padding-bottom: 5px;
	clear: both;
	border-bottom: 1px solid #ECECEC;
	font-size: 1.2em;
	color: #8f8f8f;
	line-height: 42px;
	font-weight: bold;
}

p#abouttext
{
	margin-bottom: 10px;
	display: inline;
}

/* ----------------------- SIDEBAR LAYOUT -----------------------*/

.sidebox
{
	padding: 0 0 10px 0;
}

.sidebox h4
{
	padding-bottom: 10px;
	color: #77b504;
}

/* Latest Blog */

.latestblog
{
	margin: 20px 0 10px 0;
	padding: 0;
}

.latestblog li
{
	margin: 10px 0;
	padding-bottom: 8px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #8f8f8f;
	border-bottom: 1px solid #ECECEC;
}

.latestblog li img
{
	margin-top: 0;
}

.latestblog li span.blogdate
{
	color: #888;
}

.latestblog li span a
{
	font-weight: bold;
}

.latestblog li p
{
	font-size: 1em;
	margin: 5px 0;
	line-height: 1.2;
}

.latestblog li div.newsmeta
{
	font-size: 90%;
}

/* Latest Portfolio List */

ul#latestporto
{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

ul#latestporto li
{
	float: left;
	margin: 0 5px 5px 0;
	color: #666666;
	width: 80px;
	height: 61px;
	display: block;
	background: url(../images/loading2.gif) center center no-repeat;
}

ul#latestporto li a img
{
	padding: 2px;
	border: 1px solid #eee;
	background: #fff;
}

ul#latestporto li a:hover img
{
	border: 1px solid #ddd;
	background: #fafafa;
}

/* Staff List */

#stafflist
{
	margin: 0;
	padding: 0;
}

#stafflist li
{
	margin: 0 0 15px 0; /* background: url(../images/shadow-divider.jpg) bottom repeat-x; */
	padding-bottom: 10px;
}

#stafflist li h5
{
	color: #77b504;
}

#stafflist li h6
{
	color: #111111;
	display: block;
}

#stafflist li p
{
	margin-bottom: 5px;
}

/* SEARCH AND NEWSLETTER BOX */

.searchbox
{
	width: 283px;
	height: 108px;
	background: url(../images/bgbox.jpg) center no-repeat;
	margin-bottom: 20px;
}

.boxheading
{
	height: 30px;
}

.boxheading h4
{
	padding: 10px;
}

.searchcontent
{
	margin: 30px 15px;
	height: 253px;
	width: 250px;
}

.inputtext
{
	background: url(../images/searchtext.jpg) no-repeat;
	border: none;
	line-height: 22px;
	padding: 0 5px;
	width: 240px;
	height: 29px;
	color: #b7b7b7;
}

.searchbutton
{
	background: url(../images/searchbutton.jpg) no-repeat;
	border: none;
	width: 22px;
	height: 22px;
	position: absolute;
	margin: 2px 0 0 -26px;
	cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{

	.searchbutton
	{
		background: url(../images/searchbutton.jpg) no-repeat;
		border: none;
		width: 22px;
		height: 22px;
		position: absolute;
		margin: -26px 0 0 218px;
		cursor: pointer;
	}

}

.subscribecontent
{
	margin: 30px 15px;
	height: 253px;
	width: 250px;
}

.subscribetext
{
	background: url(../images/subscribetext.jpg) no-repeat;
	border: none;
	line-height: 22px;
	padding: 0 5px;
	width: 160px;
	height: 29px;
	color: #b7b7b7;
	float: left;
}

.subscribebutton
{
	background: url(../images/submitbutton.jpg) no-repeat;
	border: none;
	width: 68px;
	height: 32px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}

/* ----------------------- PAGE LAYOUT -----------------------*/

/* Page container */

#pagebar
{
	height: 99px;
	background: url(pagebar1.jpg) top left repeat-x;
	border-bottom: 1px solid #f5f5f5;
}

.pageheading
{
	height: 100px;
}

#pagetitle
{
	margin-top: 20px;
	display: block;
	text-align: left;
	padding-right: 20px;
	border-right: 1px solid #ececec;
	float: left;
	margin-left: 20px;
}

#pagetitle h2
{
	margin-top: 10px;
}

#pagedesc
{
	display: block;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#page
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#content
{
	margin-top: 20px;
}

#maincontent
{
	margin-right: 30px;
	float: left;
	width: 600px;
}

#content .last
{
	margin-right: 0;
	float: right;
}

/* Item List */

.itemlist
{
	margin-bottom: 20px;
}

.itemlist li
{
	font-size: 1.2em;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/bullet1.png) 0 0 no-repeat;
	color: #8f8f8f;
	border-bottom: 1px solid #eee;
}

/* Arrow List */

.arrowlist
{
	margin-bottom: 20px;
}

.arrowlist li
{
	font-size: 1.2em;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/arrow.jpg) 0 .4em no-repeat;
	color: #8f8f8f;
	border-bottom: 1px solid #eee;
}

/* Check List */

.checklist
{
	margin-bottom: 20px;
}

.checklist li
{
	font-size: 12px;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/check.gif) 0 .3em no-repeat;
	color: #8f8f8f;
	border-bottom: 1px solid #eee;
}

/* ----------------------- SERVICES PAGE LAYOUT -----------------------*/

ul#serviceslist-page
{
	margin-top: 10px;
	list-style: none;
}

ul#serviceslist-page li
{
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul#serviceslist-page li.last
{
	margin-right: 0;
}

ul#serviceslist-page li p
{
	margin-bottom: 5px;
}

ul#serviceslist-page li h4
{
	margin-bottom: 15px;
}

ul#serviceslist-page li img
{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 50px;
}

/* ----------------------- CONTACT PAGE LAYOUT -----------------------*/

#conctactleft
{
	background: url(../images/sidebar-divider.jpg) top right repeat-y;
	width: 420px;
	float: left;
	padding-right: 25px;
}

#contactright
{
	width: 430px;
	float: left;
	margin-left: 20px;
}

.contactinfo
{
	margin-top: 20px;
}

.contactinfo li
{
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
	height: 1%;
}

.contactinfo li p
{
	margin-top: 20px;
	margin-top: 5px;
}

#maincontactform, #footermaincontactform
{
	margin: 20px 0;
}

#maincontactform label
{
	font-size: 1.2em;
	color: #5a5a5a;
	width: 100px;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.textfield, #maincontactform .textfield
{
	float: left;
	margin-bottom: 10px;
	padding: 7px 10px 3px 10px;
	color: #8a8a8a;
	width: 220px;
	height: 22px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.textarea, #maincontactform .textarea
{
	float: left;
	margin: 0;
	padding: 10px;
	color: #8a8a8a;
	width: 255px;
	height: 106px;
	border: none;
	background: url(../images/textarea.jpg) top left repeat-x;
	overflow: hidden;
	border: 1px solid #ECECEC;
}

#maincontactform .textfield, #maincontactform .textarea
{
	width: 390px;
}

.buttoncontact
{
	border: none;
	cursor: pointer;
	color: #8f8f8f;
	background: transparent;
	font-weight: bold;
}

.buttoncontact:hover
{
	background: url(../images/buttoncontact.png) no-repeat;
}

.require
{
	float: left;
	display: inline;
	color: #f00;
	font-weight: bold;
	margin-left: 2px;
}

.loading, .cloading
{
	margin-top: 15px;
	background: url(../images/loading2.gif) top left no-repeat;
	padding-left: 32px;
	font-size: 1.4em;
	color: #8f8f8f;
	margin-left: 10px;
	float: left;
	padding-bottom: 15px;
}

/* ----------------------- PORTFOLIO PAGE LAYOUT -----------------------*/

/* Portfolio  Styling */

#portfoliolist ul
{
}

#portfoliolist li
{
	list-style-type: none;
	width: 210px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}

#portfoliolist li h3
{
	margin-bottom: 5px;
}

#portfoliolist li p
{
	margin-bottom: 5px;
	height: 70px;
}

#portfoliolist li.last
{
	margin-right: 0;
}

#portfoliolist li .imagespan
{
	width: 198px;
	height: 136px;
	background: url(bg-portfolio.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist li .imagespan .imagezoom
{
	width: 198px;
	height: 136px;
	background: url(zoom.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist li .imagespan .videozoom
{
	width: 198px;
	height: 136px;
	background: url(cam.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist li .imagespan img
{
	padding: 10px;
}

/* Portfolio 2 Styling */

#portfoliolist-1 ul
{
}

#portfoliolist-1 li
{
	width: 440px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

#portfoliolist-1 li h3
{
	margin-bottom: 5px;
}

#portfoliolist-1 li p
{
	margin-bottom: 0;
}

#portfoliolist-1 li.last
{
	margin-right: 0;
}

#portfoliolist-1 li .imagespan
{
	width: 198px;
	height: 136px;
	background: url(../images/bg-portfolio.png) center center no-repeat;
	float: left;
	margin-right: 20px;
}

#portfoliolist-1 li .imagespan .imagezoom
{
	width: 198px;
	height: 136px;
	background: url(../images/zoom.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist-1 li .imagespan .videozoom
{
	width: 198px;
	height: 136px;
	background: url(../images/cam.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist-1 li .imagespan img
{
	padding: 10px;
}

#portfoliolist-1 li .detail
{
	float: left;
}

#portfoliolist-1 li.loader
{
	width: 220px;
	display: block;
	background: url(../images/loading2.gif) center center no-repeat;
}

/* Portfolio 2 Styling */

#portfoliolist-2 ul
{
}

#portfoliolist-2 li
{
	width: 440px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#portfoliolist-1 li h3
{
	margin-bottom: 5px;
}

#portfoliolist-2 li p
{
	margin-bottom: 0;
}

#portfoliolist-2 li.last
{
	margin-right: 0;
}

#portfoliolist-2 li .imagespan
{
	width: 430px;
	height: 227px;
	background: url(../images/bg-portfolio2.png) center center no-repeat;
	float: left;
	margin-bottom: 10px;
}

#portfoliolist-2 li .imagespan .imagezoom
{
	width: 430px;
	height: 227px;
	background: url(../images/zoom.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist-2 li .imagespan .videozoom
{
	width: 430px;
	height: 227px;
	background: url(../images/cam.png) center center no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#portfoliolist-2 li .imagespan img
{
	padding: 10px;
}

#portfoliolist-2 li .detail
{
	float: left;
}

#portfoliolist-2 li.loader
{
	width: 220px;
	display: block;
	background: url(../images/loading2.gif) center center no-repeat;
}

/* Portfolio 4 Styling */

#galleria
{
	height: 400px;
}

/* ----------------------- BLOG PAGE LAYOUT -----------------------*/

ul#listlatestnews
{
}

ul#listlatestnews li
{
	margin: 0 0 25px;
	padding: 0 0 10px;
	background: none;
	font-size: 1em;
	border-bottom: 1px dotted #666666;
}

ul#listlatestnews li h3
{
	margin-bottom: 0;
	padding: 0;
}

.metapost
{
	background: url(../images/bgmeta.jpg) bottom repeat-x;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	padding: 10px 0;
	color: #aaa;
	font-style: italic;
}

.metapost span.datepost
{
	background: url(../images/cal.gif) left no-repeat;
	padding-left: 13px;
}

.metapost span.user
{
	background: url(../images/user.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 10px;
}

.metapost span.comment
{
	background: url(../images/comment.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 10px;
}

.metapost span.categories
{
	background: url(../images/cat.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 10px;
}

.maintitle
{
	padding: 5px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

.maincontent ul#listlatestnews li img.imgblog, ul#listlatestnews li img.imgblog
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 8px 15px 8px;
	background: url(../images/bgportfolio.png) top center no-repeat;
	border: none;
}

/* Page Pagination */

.pagination
{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

ul.pagination li
{
	float: left;
	padding: 0;
	margin: 10px 4px;
	background: none;
	height: 30px;
	text-align: center;
}

ul.pagination li a
{
	display: block;
	line-height: 30px;
	padding: 0 8px;
	color: #666666;
	font-size: 1em;
	text-transform: capitalize;
	border: 1px solid #eee;
	background: #fff;
}

ul.pagination li a:hover, ul.pagination li.current a
{
	background: #F5F5F5;
	text-decoration: none;
	color: #666666;
	border: 1px solid #eee;
}

/* Author Box */

#authorbox
{
	border: 1px solid #eee;
	background: #fafafa;
	padding: 10px;
	margin-bottom: 20px;
}

#authorbox h5
{
	margin-bottom: 5px;
}

#authorbox .blockavatar
{
	width: 60px;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

#authorbox img
{
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

#authorbox .detail
{
	float: left;
	width: 450px;
}

#authorbox .detail p
{
	line-height: 1.4em;
	margin-bottom: 0;
}

/* Comment */

#listcomment
{
	padding: 0;
	margin: 0 0 20px 0;
}

#listcomment li
{
	display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #eee;
}

.titlecomment
{
	width: 600px;
}

.titlecomment img
{
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}

.titlecomment h5
{
	font-size: 1.4em;
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}

.datecomment
{
	font-size: 1.1em;
	color: #858585;
}

#listcomment li p
{
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

#frmcomment
{
	padding: 10px 0 20px 0;
}

#frmcomment label
{
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #5a5a5a;
	font-size: 1.1em;
}

#frmcomment label span
{
	font-weight: lighter;
	text-transform: lowercase;
	font-size: 90%;
}

.submitcomment
{
	cursor: pointer;
	background: #4a4a4a;
	color: #fff;
	padding: 6px 8px;
	border: none;
}

/* FAQ Page */

h4.acc_trigger
{
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #ececec;
	height: 42px;
	line-height: 42px;
	width: 100%;
	font-weight: normal;
	float: left;
}

h4.acc_trigger a
{
	text-decoration: none;
	display: block;
	padding: 0;
}

h4.active
{
	background: url(../images/bgfaq.jpg) repeat-x;
}

.acc_container
{
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}

/* Added Bullets Lloyd */

.acc_container ul
{
	margin-bottom: 20px;
}

.acc_container li
{
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/bullet1.png) 0 0 no-repeat;
	color: #8f8f8f;
	border-bottom: 1px solid #eee;
	line-height: 19px;
	font-size: 12px;
}

.acc_container .blockfaq
{
	padding: 10px 0;
}

.acc_container .blockfaq p
{
	padding: 5px 0;
	margin: 5px 0;
	font-size: 1.2em;
}

.acc_container h4
{
	font: 2.5em normal Georgia, "Times New Roman" , Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.acc_container img
{
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

/* Added LT Twitter */

.twitter-update img
{
	margin-top: -20px;
}

#twitter_update_list li
{
	list-style-type: none;
	font-style: italic;
	color: #8f8f8f;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #8f8f8f;
	margin-top: 1.0em;
}

/* Added Testimonial Name Left */

p.testiname-left
{
	text-align: left;
	display: block;
	color: #77b504;
	margin: 0 0 10px 9px;
}

p.testiname-left img
{
	margin: -10px 0 0;
	padding-top: 0;
	float: left;
}

/* Added for Vacancies and News in Main Content */

.maincontent-right strong
{
	color: #77b504;
	font-weight: normal;
	font-style: normal;
}

.maincontent-right ul
{
	margin-bottom: 20px;
}

.maincontent-right li
{
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/bullet1.png) 0 0 no-repeat;
	color: #8f8f8f;
	border-bottom: 1px solid #eee;
	line-height: 19px;
	font-size: 12px;
}

/* Added for Testimonial Small Logo - ON RIGHT! */

p.testiname img
{
	margin: -10px 0 0;
	padding-top: 0;
	float: left;
}

/* Added for UL Lists in Full Content */

.fullcontent-testimonials ul
{
	margin-bottom: 20px;
}

.fullcontent-testimonials
{
	width: 900px;
}

.fullcontent-testimonials .last
{
	margin-right: 0;
}

.fullcontent-testimonials ul li
{
	font-size: 1.2em;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(bullet1.png) 0 0 no-repeat;
	color: #8f8f8f;
	border-bottom: 1px solid #eee;
	line-height: 19px;
}
/* Loading */

#loadcover
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: 9000;
	padding-top: 20px;
	left: 0;
	top: 0;
	text-align: center;
}
#loadcover p
{
	padding-left: 20px;
	margin-bottom: 14px;
	font-size: 14px;
	font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Tahoma, Arial, san-serif;
	color: silver;
}

/* 2 Columns Homepage features block */

ul#featuresbox-2col
{
	margin: 20px 0 0 0;
	padding: 0;
}

ul#featuresbox-2col li
{
	width: 277px;
	float: left;
	margin-right: 23px;
	display: inline;
}

ul#featuresbox-2col li p
{
	margin-bottom: 5px;
}

ul#featuresbox-2col li.last
{
	margin-right: 0;
}

ul#featuresbox-2col li h4
{
	margin: 5px 0 15px 0;
	color: #82c40a;
}

ul#featuresbox-2col li img
{
	margin: 0 10px 0 0;
}




/* Animated Banner added by Emma */
.message3
{
	position: absolute;
	width: 275px;
	height: 92px;
	left: 50%;
	top: -170px;
	z-index: 1000;
	margin-left: 200px;
	margin-top: -15px;
}

.btnLogon
{
	width: 91px;
	height: 30px;
	font-weight: bold;
	color: #949694;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../LogonPage/LogonBtn.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.ButtonRedirect
{
	width: 183px;
	height: 34px;
	font-weight: bold;
	color: #949694;
	margin: 0;
	border: 0;
	background: transparent url(GoButton1.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.SearchDiv
{
	padding-left: 7px;
}

.splitter
{
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #eee;
}

.fullcontent-centered
{
	text-align: center;
}

.fullcontent-bold
{
	font-weight: bold;
}

.page-wrapper1
{
	padding-top: 30px;
	padding: 20px 30px;
	width: 500px;
	margin: 0 auto;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	background: #ffffff url(wrapper.jpg) top left repeat-x;
}

.registration-text
{
	font-family: Calibri;
	font-size: 14px;
	color: #636363;
}

.bold
{
	font-weight: bold;
}

.registration-fieldset
{
	margin-top: 7px;
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 14px;
	color: #636363;
}

.registration-fieldset ul
{
	list-style-type: none;
	padding-left: 5px;
	margin-top: 5px;
}

.registration-fieldset ul li span
{
	float: left;
	width: 170px;
}

.require1
{
	color: #f00;
}

.textlabel
{
	padding: 0px 40px 0px 0px;
	margin-top: 5px;
	text-align: right;
}

.registration-textfield-grey
{
	float: none;
	margin-bottom: 10px;
	padding: 5px 10px 3px 5px;
	color: #444444;
	width: 220px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.registration-textfield-red
{
	float: left;
	margin-bottom: 10px;
	padding: 5px 10px 3px 5px;
	color: black;
	width: 220px;
	border: none;
	background: url(textfield-red.jpg) top left repeat-x;
	border: 1px solid black;
}

.registration-dropdown
{
	float: left;
	margin-bottom: 10px;
	padding: 5px 2px 3px 5px;
	color: #8a8a8a;
	width: 237px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.registration-checkbox-label
{
	margin-left: 10px;
	vertical-align: top;
	width: 60px;
}

.registration-checkbox
{
	margin-bottom: 10px;
}

.textlabelvalue
{
	padding: 0px 40px 0px 0px;
	margin-top: 5px;
}

#pageTitleEbilling1
{
	margin-top: 20px;
	display: block;
	text-align: left;
	padding-right: 20px;
	float: left;
	margin-left: 100px;
}

#logoEbilling
{
	margin-top: 20px;
	margin-left: 100px;
	text-align: left;
	float: left;
	width: 220px;
}

#pageTitleEbilling2
{
	margin-top: 20px;
	float: left;
	margin-left: 100px;
}

#myslidemenuEbilling
{
	width: 800px;
	margin-top: 30px;
	margin-left: 60px;
}

#myslidemenuEbilling li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

.framePanelEbilling
{
	border: 1px solid #F3F3F3;
	margin-left: 75px;
	height: 130px;
	margin-top: 5px;
	margin-bottom: 100px;
}

.navigationEbilling
{
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 14px;
	color: #636363;
	margin-left: 20px;
}

.navigationEbilling ul
{
	list-style-type: none;
	padding-left: 5px;
	margin-top: 5px;
}

.navigationEbilling ul li
{
	display: inline;
}

.navigationEbilling ul li span
{
	float: left;
	width: 71px;
	height: 19px;
}

.textlabelEbilling
{
	margin-top: 5px;
	padding-right: 5px;
	min-width: 97px;
}

.NavigationArrowsPanel
{
	margin-top: 10px;
	padding-left: 109px;
	padding-right: 5px;
	min-width: 219px;
}

.NavigationArrowsPanel1
{
	margin-top: 10px;
	padding-right: 5px;
	min-width: 430px;
}

.filterControlEbilling
{
	padding-right: 160px;
}

.textfield-grey-Ebilling
{
	margin-bottom: 10px;
	padding: 5px 10px 3px 5px;
	color: #444444;
	width: 180px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.dropdown-Ebilling
{
	margin-bottom: 10px;
	padding: 5px 2px 3px 5px;
	color: #8a8a8a;
	width: 185px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.btnNavEbilling
{
	border: 0;
	width: 20px;
	height: 18px;
}

.btnNavFirst
{
	background: url(../Test/First.gif);
}

.btnNavFirstDis
{
	background: url(../Test/FirstDis.gif);
}

.btnNavPrev
{
	background: url(../Test/Previous.gif);
	margin-right: 5px;
}

.btnNavPrevDis
{
	background: url(../Test/PreviousDis.gif);
	margin-right: 5px;
}

.btnNavNext
{
	background: url(../Test/Next.gif);
	margin-left: 5px;
}

.btnNavNextDis
{
	background: url(../Test/NextDis.gif);
	margin-left: 5px;
}

.btnNavLast
{
	background: url(../Test/Last.gif);
}

.btnNavLastDis
{
	background: url(../Test/LastDis.gif);
}

.btnShow10Res
{
	background: url(../Test/Results10.gif);
	margin-left: 5px;
	margin-right: 2px;
}

.btnShow10ResSel
{
	background: url(../Test/Results10Sel.gif);
	margin-left: 5px;
	margin-right: 2px;
}

.btnShow20Res
{
	background: url(../Test/Results20.gif);
	margin-left: 2px;
	margin-right: 2px;
}

.btnShow20ResSel
{
	background: url(../Test/Results20Sel.gif);
	margin-left: 2px;
	margin-right: 2px;
}

.btnShow50Res
{
	background: url(../Test/Results50.gif);
	margin-left: 2px;
	margin-right: 2px;
}

.btnShow50ResSel
{
	background: url(../Test/Results50Sel.gif);
	margin-left: 2px;
	margin-right: 2px;
}

.btnShow100Res
{
	background: url(../Test/Results100.gif);
	margin-left: 2px;
	margin-right: 2px;
}

.btnShow100ResSel
{
	background: url(../Test/Results100Sel.gif);
	margin-left: 2px;
	margin-right: 2px;
}

.image
{
	margin-left: 1px;
	margin-right: 1px;
}

.mGrid
{
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #A8A8A8;
	border-collapse: collapse;
}
.mGrid td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
	color: #717171;
}
.mGrid th
{
	padding: 4px 2px;
	color: #fff;
	background: #424242 url(../../GridHeaderLandP.png) repeat-x top;
	border-left: solid 1px #525252;
	font-size: 0.9em;
	color: Black;
	height: 20px;
}

.mGrid th a:link
{
	color: Black;
}

.mGrid .alt
{
	background: #fcfcfc url(../../grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
	background: #424242 url(../../grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
	margin: 5px 0;
}
.mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.mGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}

.mGrid tr.row
{
	color: #AAAAAA;
	background-color: #FFFFFF;
}

.mGrid tr.row:hover
{
	background-repeat: repeat-x;
	color: #333333;
}

.ViewedRow
{
	background-color: #D8F0FF;
}

.NonViewedRow
{
	background-color: #FFD9D3;
}

.SuccessInfoMessage
{
	color: #77B504;
}

.ChangePass-fieldset
{
	margin-top: 7px;
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 14px;
	color: #636363;
}

.ChangePass-fieldset ul
{
	list-style-type: none;
	padding-left: 5px;
	margin-top: 5px;
}

.ChangePass-fieldset ul li span
{
	float: left;
	width: 140px;
}

.ChangePass-TextBox
{
	min-width: 250px;
}

.DashboardPageWrapper
{
	padding: 30px 30px;
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	background: #ffffff url(wrapper.jpg) top left repeat-x;
}

.DashboardPageWrapper4Columns
{
	width: 1000px;
}

.DashboardPageWrapper3Columns
{
	width: 740px;
}

.DashboardPageWrapper2Columns
{
	width: 490px;
}

.DashboardPage4ColumnsContent
{
	width: 950px;
}

.DashboardPage3ColumnsContent
{
	width: 750px;
}

.DashboardPage2ColumnsContent
{
	width: 550px;
}

.filterControlMU
{
	padding-right: 120px;
}

.textfield-grey-MU
{
	margin-bottom: 10px;
	padding: 5px 10px 3px 5px;
	color: #444444;
	width: 120px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.textlabelMU
{
	margin-top: 5px;
	padding-right: 5px;
	min-width: 87px;
}

.dropdown-MU
{
	margin-bottom: 10px;
	padding: 5px 2px 3px 5px;
	color: #8a8a8a;
	width: 138px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.framePanelMU
{
	border: 1px solid #F3F3F3;
	margin-left: 75px;
	height: 90px;
	margin-top: 5px;
	margin-bottom: 100px;
}

.framePanelRM
{
	border: 1px solid #F3F3F3;
	margin-left: 75px;
	height: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.NavigationLinks
{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #797A7C;
}

.NavigationText
{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #797A7C;
}

.NavigationSeparator
{
	text-align: center;
	width: 15px;
}

.textfield-grey-RM
{
	margin-bottom: 10px;
	padding: 5px 10px 3px 5px;
	color: #444444;
	width: 120px;
	border: none;
	background: url(textfield.jpg) top left repeat-x;
	border: 1px solid #ECECEC;
}

.PreviouslySelectedRow
{
	background-color: #E8FFEA;
}

.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Container
{
	background-color: #e6effa;
	border: 2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 500px;
	height: 200px;
}

.popup_Titlebar
{
	background: url(titlebar_bg1.jpg);
	height: 29px;
}

.popup_Body
{
	padding: 15px 15px 15px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 15pt;
	clear: both;
	padding: 5px;
}

.TitlebarLeft
{
	float: left;
	padding-left: 5px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.TitlebarRight
{
	background: url(cross_icon_normal.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 5px;
}

.popup_Buttons
{
	margin: 5px;
}

table.reference
{
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	border-collapse: collapse;
	width: 100%;
}

table.reference th
{
	background-color: #e5eecc;
	border: 1px solid #c3c3c3;
	padding: 3px;
	vertical-align: middle;
	text-align: left;
}

table.reference td
{
	border: 1px solid #c3c3c3;
	padding: 3px;
	vertical-align: middle;
}

table.reference1
{
	background-color: #ffffff;
	border: 0px none #c3c3c3;
	border-collapse: collapse;
	width: 100%;
}

table.reference1 th
{
	background-color: #e5eecc;
	border: 0px none #c3c3c3;
	padding: 3px;
	vertical-align: middle;
	text-align: left;
}

table.reference1 td
{
	border: 0px none #c3c3c3;
	padding: 3px;
	vertical-align: top;
}

.documentConfirmation
{
	width: 98%;
}

.textLabel10
{
	text-align: right;
	float: left;
	width: 175px;
	padding-right: 12px;
	margin-top: 5px;
}