/*
Pixel Effects CSS Layout
*/

body {
	behavior:url("../ie_fix.htc");
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
    /*text-align: justify;*/
}

.wrapper01 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

h2 a:link {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}
h3 a:link {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h3 a:hover{
	text-decoration: underline;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #676767;
}

blockquote {
	background: url(../images/img08.jpg) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #ffffff;
}

ul {
}

ol {
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #ffffff;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 89px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/header-back.png) no-repeat left top;
	position: relative;
	z-index: 200;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 266px;
	margin: 0 auto;
	margin-top: 18px;
}

.container { width:900px; height:266px; overflow:hidden; position:relative; cursor:pointer; z-index: 3; }
.slides { position:absolute; top:0; left:0; z-index: 3; }
.slides a { }
.slides div { position:absolute; top:0; width:900px; display:none; z-index: 3; }

#loopedSlider,#newsSlider {
	margin:0 auto;
	width:900px;
	height: 266px;
	position: relative;
	clear:both;
	background: url(../images/home-slide-back.jpg) no-repeat left top;
	z-index: 3;
}

#contenthdr {
	margin: 0 auto;
	width: 900px;
	height: 70px;
	position: relative;	z-index: 3;
}
#contenthdr img {
	float: right;
}

#contenthdr2 {
	margin: 0 auto;
	width: 900px;
	height: 33px;
	/* background: url(../images/content-hdr3.jpg) no-repeat left top; */
	position: relative;
	z-index: 3;
}
#contenthdr2 img {
	float: right;
}



/* Logo */

#logo {
	float: left;
	margin-top: 15px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0 0 0 0;
	text-transform: lowercase;
}

#logo h1 {
	background: url(../images/home-logo.jpg) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */
.menucontainer {
	width: 65%;
	float: right;
	z-index: 1000;
	position: relative;
}

#menu {
	margin-top: 2px;
	float: right;
	position: relative;
}

#menu li {
    float: left;
    display: block;
  }

#menu li a {
    position: relative;
    padding: 20px 5px 5px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #231f20;
    display: block;
  }

#menu li a:hover, #menu li a.active {
        color: #231f20;
		background: url(../images/nav-indicator.jpg) no-repeat center top;
  }

#menu .current_page_item {
	background: url(../images/nav-indicator.jpg) no-repeat center top;
}

#menu li ul {
    left : -999em;
    position : absolute;
	display: table;
  }

#menu li ul li { float : none; }

#menu li ul a {
    width : 200px;
	padding : 8px 10px 10px 10px;
    background : #fcfcfc;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #231f20;
	position: relative;
	margin-left: -40px; !important
	*margin-left: 100px; /* IE7-8 fix */ !important
	_margin-left: 100px; /* IE6 fix */ !important
  } 

#menu li ul a:hover {
    background: #cccccc;
    color: #231f20;
  }

#menu li:hover ul, #menu li.sfhover ul {
    left: auto;
  }


/* Page */

#page {
	width: 900px;
	margin: 13px auto;
	padding-top: 20px;
}

#top-content {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 20px;
	line-height: 15px;
	font-size: 12px;
}

#main-content {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 15px;
	font-size: 12px;
}

#main-content .mainbody {
}

#main-content .mainbody a {
	background: #333333;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}

#top-content .tweeter {
	margin: 0 0 0 0;
	padding-top: 15px;
	padding-left: 110px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

#top-content .tweeter a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

#top-content .tweeter a:hover {
	text-decoration: none;
}

#main-content .collink {
}

#main-content .collink a {
	padding: 5px 45px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

#main-content .collink a:hover {
	text-decoration: underline;
}

#main-content .colsigners {
	margin: 0 0 0 0;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

#main-content .colsigners a {
	text-decoration: underline;
}

#main-content .colsigners a:hover {
	text-decoration: none;
}

#main-content .colsigners3 {
	margin: 0 0 0 0;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

#main-content .colsigners3 a {
	text-decoration: underline;
}

#main-content .colsigners3 a:hover {
	text-decoration: none;
}

#main-content .more {
	background: url(../images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
	text-transform: lowercase;
}

#main-content .mainbody .morearrow {
	background: url(../images/more-arrow.jpg) no-repeat right 50%;
	padding-left: 20px;
}

#main-content .collink .morearrow {
	background: url(../images/more-arrow.jpg) no-repeat right 100%;
	padding-left: 3px;
}
#main-content .colsigners .morearrow {
	padding: 10px 45px;
	background: url(../images/more-arrow2.png) no-repeat right 100%;
	padding-left: 8px;
	font-weight: bold;
}

#main-content .colsigners3 .morearrow {
	padding: 10px 45px;
	background: url(../images/more-arrow2.png) no-repeat right 100%;
	padding-left: 8px;
	font-weight: bold;
}

#main-content .morearrow {
	background: url(../images/more-arrow.jpg) no-repeat right 50%;
	padding-left: 20px;
}

.rt-col {
	margin-bottom: 25px;
}

.rt-col .title {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.rt-col .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #ffffff;
}

.rt-col .meta a {
	color: #ffffff;
}

.rt-col .mainbody {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;
}
.rt-coltweet {
	background: url(../images/tweetbird.jpg) no-repeat center top;
	width: 560px;
	height: 100px;
}

.rt-colgraphic {
	background: url(../images/newsletter-signup-top.png) no-repeat center top;
}

.rt-colgraphic .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 25px;
	padding-left: 80px;
}

.rt-colgraphic .meta {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #ffffff;
}

.rt-colgraphic .meta a {
	color: #ffffff;
}

.rt-colgraphic .mainbody {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	border-bottom: #9C9C9C 1px dashed;
}
.rt-colgraphicbot {
	background: url(../images/newsletter-signup-bot.png) no-repeat center top;
	margin-bottom: 10px;
}
.rt-colgraphic3 {
	background: url(../images/free-quote-top.png) no-repeat center top;
}

.rt-colgraphic3 .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 23px;
	padding-left: 12px;
	padding-right: 20px;
}

.rt-colgraphic3 .title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 23px;
	padding-left: 14px;
	padding-right: 20px;
	line-height: 20px;
}

.rt-colgraphic3 .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #ffffff;
}

.rt-colgraphic3 .meta a {
	color: #ffffff;
}

.rt-colgraphic3bot {
	background: url(../images/free-quote-bot.png) no-repeat center top;
	margin-bottom: 10px;
}

.rt-colgraphic3 .mainbody {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	border-bottom: #9C9C9C 1px dashed;
}

/* Work sample rollover elements start */

#workspace {
	margin:0 auto;
	width:900px;
	height: 266px;
	position: relative;
	clear:both;
	background: url(../images/home-slide-back.jpg) no-repeat left top;
	z-index: 3;
}
#workarea { 
     width:900px;
	 height:266px;
	 overflow:hidden;
	 position:relative;
	 cursor:pointer;
	 z-index: 3;
	 }

#samplecontain {
	width: 560px;
	float: right;
	padding-right:10px;
}

#workbrick {
	width:50px;
	margin-left:15px;
	padding-right:3px;
	overflow:hidden;
	cursor:pointer;
}

/* Work sample rollover elements end */

/* Start of Column CSS */
#workcontainer4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#workcontainer3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#workcontainer2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#workcontainer1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
}
#workcol1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
	cursor:pointer;
}
#workcol2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
	cursor:pointer;
}
#workcol3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
	cursor:pointer;
}
#workcol4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
	cursor:pointer;
}
/* --> */


/* Sidebar */

#blk-textnav {
	clear: both;
	width: 888px;
	background: #353031;
	color: #ffffff;
	padding: 10px 10px 0 2px;
}

#blk-textnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blk-textnav li {
	display: block;
	float: left;
	width: 180px;
	padding: 10px 10px 10px 25px;
}

#blk-textnav li ul {
	line-height: 1.8em;
}

#blk-textnav li li {
	display: list-item;
	background: url(../images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 15px;
}

#blk-textnav h2 {
	margin: 0 0 5px 0;
	color: #ffffff;
}

#blk-textnav a {
	text-decoration: none;
	color: #ffffff;
}

#blk-textnav a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/bottom-bar.png) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #ffffff;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* Bread crumbs */

#bread {
	color: #ffffff;
	padding: 3px;
	margin-bottom: 25px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#bread-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ffffff;
	}
	
#bread-gen ul li.first:before {
	content: " ";
	}


/* Bread crum end */
