/* CSS Document */

a img {
	border:none;
}
a {
	color:#1fb7e2;
	text-decoration:none;
}
a:hover {
	color:#1fb7e2;
	text-decoration:underline;
}
table {
	color:#666;
	font-size:13px;
}
p {
	margin: 0 0 12px 0;
	padding:0;
	font-size:13px;
	line-height:18px;
	color:#5e5e5e;
}
ul {
	color:#5e5e5e;
	font-size:13px;
	margin: 0 0 12px 35px;
	padding:0;
}
li {
	line-height:140%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0 0 15px 0;
	padding:0;
	color:#595959;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#1fb7e2;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#595959;
	text-decoration:underline;
}
h1 {
	font-size: 24px;
}
h2 { 
	font-size:22px;
}
h3 { 
	font-size:18px;
}
h4 {
	font-size:16px;
	letter-spacing:0em;
}
h5 {
	font-size:14px;
	letter-spacing:0em;
}
h6 { 
	font-size:1.2em;
	letter-spacing:0em;
}/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* CSS Document */

body {
	font-size:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#e5e5e5;
}
html {
	min-height: 100%; 
	margin-bottom:1px;
	overflow-y:scroll;
}

hr {
	border: none 0; 
	border-top: 1px dashed #CCC;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	
} 

.error {
	color:red;
}

span.validationerror {
	display: block;
	margin: 10px 0;
	color:red;
}

.success {
	color:green;
}

.notification {
	font-weight:bold;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	width:985px;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:20px;
}
#footer {
	width:985px;
	margin:0 auto;
	text-align:left;
	clear:both;
	overflow:hidden;
	color:#666;
	padding: 7px 0 0 0;
}
#head {
	height:61px;
	overflow:hidden;
}
#main-nav {
	float:left;
	margin:23px 0 0 37px;
	display:inline;
}
#page-image {
	height:171px;
	overflow:hidden;
	border-bottom:1px solid #FFF;
}
#breadcrumb {
	height:21px;
	background: #b8b8b8 url(../images/bc_bg.jpg) repeat-y left;
	padding:5px 0 0 17px;
	overflow:hidden;
}
#content {
	overflow:hidden;
}
#left {
	float:left;
	width:216px;
	overflow:hidden;
	padding:10px 0;
}
#right {
	width:250px;
	float:right;
	overflow:hidden;
	padding-top:25px;
	padding-bottom:15px;
}
#middle {
	width:428px;
	float:left;
	margin:0 0 0 30px;
	display:inline;
	overflow:hidden;
	padding:15px 0 0 0;
}
#middle_home {
	width:678px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
	overflow:hidden;
	padding:15px 0 0 0;
}
#page-prop {
	float:right;
	width:0;
	height:300px;
}

/* Header styles */
#head img {
	float:left;
}
#telephone {
	float:right;
	color:#66d3f7;
	font-size: 24px;
	letter-spacing:-0.05em;
	padding:16px 18px 0 0;
}
#main-nav ul, #main-nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#main-nav li {
	display:inline;
	margin:0 14px;
}
#main-nav li a {
	font-size:14px;
	text-decoration:none;
	color:#797979;
}
#main-nav li a:hover {
	text-decoration:none;
	color:#000;
}

/* Bread crumb container */
#breadcrumb p {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:12px;
	line-height:16px;
}
#breadcrumb p a {
	color:#FFF;
	text-decoration:none;
}
#breadcrumb p a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* Footer styling */

#footer .left {
	float:left;
}
#footer .right {
	float:right;
	padding:10px 10px 0 0;
}
#footer h4 {
	font-size:19px;
	margin:0 0 5px 0;
	letter-spacing:-0.05em;
}
#footer p {
	font-size:11px;
}
#footer p a {
	color:#666;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
	color:#666;
}
#footer .right a {
	color:#1296bc;
	font-size:13px;
}
#footer .right a:hover {
	color:#1296bc;
	text-decoration:underline;
}


/* Right column side modules */
#right div {
	float:right;
}
#right div hr {
	border: none 0; 
	border-top: 1px dashed #CCC;/*the border*/
	width: 190px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-left:13px;
} 

/* --- sidebox with frame and rounded corners --- */
.freetext-rounded {
	width:217px;
	background:url(../images/sidemods/round_bottom.gif) no-repeat left bottom;
	margin:0 18px 25px 0;
	display:inline;
}
.freetext-rounded h1, .freetext-rounded h2, .freetext-rounded h3, .freetext-rounded h4, .freetext-rounded p, .freetext-rounded ul {
	padding:0 13px;
}
.freetext-rounded img {
	margin:0 0 10px 18px;
}
.freetext-rounded h2 {
	font-size:16px;
}
.freetext-rounded h3 {
	font-size:14px;
}
.freetext-rounded p span {
	color:#66d3f7;
	font-size: 1.6em;
}

/* --- news sidebox --- */

.side-news {
	width:222px;
	margin-right:14px;
	display:inline;
	border-bottom:1px dashed #CCC;
	margin-bottom:15px;
}
.side-news h2 {
	background:url(../images/sidemods/side-news-head-bg.gif) repeat-x top;
	height:30px;
	overflow:hidden;
	padding:3px 0 0 7px;
}
.side-news p {
	padding:0 7px;
}
.side-news h2 a {
	color:#FFF;
	text-decoration:none;
	font-size:16px;
}
.side-news-view-all a {
	color:#1ca7d5;
	text-decoration:none;
	font-size:13px;
}
.rss {
	float:right;
	margin: 3px 10px 0 0;
	display:inline;
}

/* --- sidebox call back form --- */

#mini-contact {
	margin: 0 10px 10px 10px;
	width:180px;
}
#mini-contact .textbox {
	border:1px solid #CCC;
	width:120px;
	padding:2px;
	color:#666;
	font-size:1.2em
}
#mini-contact #callme {
	background:#2bc3ee url(../images/sidemods/callme.gif) no-repeat left top;
	border:none;
	width:96px;
	height:27px;
	cursor:pointer;
}
.oremailus {
	float:right;
	padding:5px 0 0 0;
	
}
.oremailus a {
	color:#666;
	text-decoration:underline;
}

/* --- sidebox testimonial --- */

.side-quote {
	margin-right:30px;
	display:inline;
	width:210px;
}
.side-quote .quote {
	background:url(../images/sidemods/top-quote.gif) no-repeat top left;
	width:210px;
}
.side-quote .quote p {
	background:url(../images/sidemods/bottom-quote.gif) no-repeat bottom right;
	font-size:12px;
	line-height:13px;
	padding:7px 23px 0;
}
.side-quote p {
	padding:0 0 0 23px;
	font-size:10px;
	line-height:12px;
}
.side-quote p span {
	color:#1d86b7;
}

/* --- freetext side box --- */
.freetext {
	width:210px;
	margin-right:25px;
	margin-bottom:15px;
	display:inline;
	border-bottom:1px dashed #CCC;
}
.freetext p, .freetext h1, .freetext h2, .freetext h3, .freetext h4, .freetext h5, .freetext ul {
	padding:0 7px;
}

/* --- twitter side box --- */
.side-twitter {
	width:237px;
	margin:0 12px 15px 0;
	display:inline;
}

.side-twitter .twit-top {
	height: 17px;
	padding:0;
	margin:0;
}

.twit-top img {
	padding:0;
	margin:0;
}

.side-twitter div.tweet {
	padding-top:0;
	margin-top:0;
}

.side-twitter div {
	background:url(../images/sidemods/side-twit-bottom.gif) no-repeat bottom left;
	padding: 0 0 15px 0;
	width: 237px;
}

.side-twitter div ul {
	list-style: none;
	margin: 0 15px;
}

.side-twitter div p {
	font-size:12px;
	margin-bottom:0;
	overflow:hidden;
	padding:0 18px;
	text-align:left;
	width:158px;
}
.side-twitter div p a, .side-twitter p a {
	color:#40c4e5;
	text-decoration:none;
}
.side-twitter p {
	text-align:right;
	font-size:10px;
}

div#article_retweet {
	float: right;
	padding: 0 0 10px 10px;
}

/* Contact form styles */

#contact_form {
	padding: 15px 10px 15px 10px;
	width: 95%;
	font-size:13px;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
}

#contact_form .box {
	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}

#contact_form p {
	font-size:13px;
}

div#newsletter_sign_up_mod {
	float: left;
}

#newsletter_sign_up_mod h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #00B8DE;
}

#newsletter_sign_up_mod .box {
	padding:3px;
	font-size:11px;
	overflow:auto;
	border:1px solid #CCC;
	margin: 2px 0;
}

#newsletter_sign_up_mod label input {
	width: 160px;
}

#newsletter_sign_up_mod p {
	padding: 5px 0 0;
}

#newsletter_sign_up_mod input#submit {
	background: #00B8DE url(/images/sign-up_button.png) no-repeat center center;
}

.fieldset {
	border: solid #CCC 1px;
	padding: 10px;
}
legend span {
	display: block;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	padding-bottom: 10px;
}

label {
	display: block;
}
label span {
	width: 8em;
	margin-left: 20px;
	float: left;
}
label input, label textarea {
	width: 120px;
	font-family: inherit;
}

#contact_form label {
	padding: 5px 0;
	color: #5E5E5E;
}

#submit {
	font-family: inherit;
}

/* Home page lists */

#home-lists {
	overflow:hidden;
	padding-bottom:20px;
	clear: left;
}
#home-lists div {
	float:left;
	display:inline;
}
#home-lists p {
	line-height:21px;
}
#home-lists p a {
	color:#5e5e5e;
}
#home-lists h2 {
	font-size:18px;
}
.home1 {
	width:250px;
	margin-right:35px;
}
.home2 {
	width:160px;
	margin-right:35px;
}
.home1 h2 a {
	color:#00b3e1;
}
.home1 h2 a:hover {
	color:#00b3e1;
}
.home2 h2 a {
	color:#a1c120;
}
.home2 h2 a:hover {
	color:#a1c120;
}
.home3 h2 a {
	color:#ed375d;
}
.home3 h2 a:hover {
	color:#ed375d;
}

#home_resources, #home_latest {
	float:left;
	display:inline;
}
#home_resources {
	width:206px;
	margin-right:100px;
}
#home_resources h2, #home_latest h2 {
	background:url(../images/dashes.gif) repeat-x top;
	height:29px;
	font-size:18px;
}
#home_resources h2 {
	width:206px;
}
#home_latest h2 {
	width:303px;
	margin-bottom:0;
}
#home_resources h5 {
	margin-bottom:0;
}
#home_latest h2 span {
	display:block;
	float:right;
	font-size:11px;
	margin-top:3px;
}
#home_latest h2 span a {
	color:#37a5e5;
	display:inline;
}
#home_resources h2 a, #home_latest h2 a {
	color:#7a7a7a;
	display:block;
	height:29px;
	padding:3px 0 0 0;
}
/* Sub navigation */

#left h1 {
	font-size:20px;
	padding:10px 0 0 20px;
}
#left h1 a {
	color:#595959;
	text-decoration:none;
}
#left h1 a:hover {
	text-decoration:underline;
}

#left ul, #left li {
	margin:0;
	padding:0;	
	list-style:none;
	width:183px;
}
#left ul {
	margin:0 0 0 20px;
	border-top:1px dashed #b4b4b4;
	width:183px;
	overflow:hidden;
}
#left li {
}
#left li a {
	display:block;
	width:183px;
	padding:7px 0 7px 0;
	color:#797979;
	text-decoration:none;
	font-size:13px;
	border-bottom:1px dashed #b4b4b4;
}
#left li a:hover {
	color:#000;
}

#left ul li ul li {
	border:none;
	list-style:disc;
	margin:0 0 0 15px;
	padding:0;
}
#left ul li ul {
	margin:0;
	border-bottom:1px dashed #b4b4b4;
	padding:10px 0;
	border-top:none;
	
}
#left ul li ul li a {
	padding:0;
	border:none;
	font-size:12px;
	color:#797979;
}
#left ul li#active a {
	color:#1fb7e2;
}
#left ul li#active ul li a {
	border:none;
	color:#797979;
	width:153px;
	
}
#left ul li#active ul li a:hover {
	color:#000;
}
#left ul li#active ul li#subactive a {
	color:#1fb7e2;
}
#left li a:focus {
	outline:none;
}

/* Always last, must override everything */
.invisible, .decoy {
	display: none;
}

.portfolioBlock {
	background: #f3f3f1;
	float: left;
	width: 620px;
	margin-bottom: 40px;
	padding:10px 10px 0px 10px;
	overflow:hidden;
}

.portfolioBlock h2{
	width:620px;
	padding-bottom:5px;
	border-bottom:1px dashed #b4b4b4;
	margin-bottom:5px;
}

#portfolio-wrapper {
	width: 620px;
	overflow: hidden;
	position: relative;
}

.portfolio-image{
	width:277px;
	height:160px;
	float:left;
	display:block;
	border:1px solid #dbdbdb;
}

.portfolio-image img{
	float:right;
	margin-top:130px;
	margin-right:5px;
}

.portfolio {
	float: left;
	width: 620px;
	display: inline;
}

.portfolio h2 , .portfolio h2 a{
	border:none;
	width:auto;
	font-size:16px;
	color:#f62e91;
	padding:0px;
	margin:0px;
}

.portText {
	width:325px;
	padding-left:15px;
	float:left;
	overflow:hidden;
	padding-bottom:5px;
	height:168px;
}

.portfolioContent {
	padding-top: 5px;
	clear:both;
}

.linkBar a {
	font-size:12px;
	color:#595959;
}

.portText a {
	font-size:14px;
	color:#202020;
}

.portText p {
	padding-top:10px;
	font-size: 12px;
}

span.portfolio-image {
	clear: both;
}

.slider {
    width:620px; /* specify width and height values */
    height:178px;
    position:relative;
}
 
.sliderContent {
    width:620px; /* specify width and height values */
    height:178px;
    float:left;
    position:relative;
    overflow:hidden;
}
 
.sliderContent .item {
    width:620px; /* specify width and height values */
    height:178px;
    position:absolute;
    background-color: #F3F3F1;
}

.sliderArrows a {
	background-image: url(../images/prev_next.png);
	display: block;
	height: 42px;
	margin-top: -34px;
	outline: ;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 42px;
	z-index: 50;
}

.prev {
	background-position: 0px 0px;
	left: 15px;
}

.next {
	background-position: -44px 0px;
	right: 15px;
}

.header_slider {
	height: 172px;
	width: 985px;
}

.header_slider .portfolioContent {
	padding-top: 0;
}

.header_slider .sliderContent {
    width:985px; /* specify width and height values */
    height:172px;
    position:relative;
    overflow:hidden;
}

.header_slider .sliderContent .item {
    width:985px; /* specify width and height values */
    height:172px;
    position:absolute;
    background-color: white;
}
