/****************************** General Styles ******************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32363f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	color: #26282f;
	margin-bottom:20px;
	font-family: 'Times New Roman', serif;
	font-style:italic;
}
h3 {
	text-transform:uppercase;
	font-size:14px;
	color: #41454e;
	font-family: 'Arial', sans-serif;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #41454e;
	font-family: 'Arial', sans-serif;
}
h6 {
	font-size: 11px;
}
p {
	line-height: 1.5em;
	margin-bottom:15px;
	color: #5d6067;
	font-family: 'Arial', sans-serif;
}
a {
	text-decoration: none;
	color: #00bcda;
	font-family: 'Arial', sans-serif;
}
a:hover {
	text-decoration: underline;
}
u {
	color: #7e8f21;
}
div.blankSeparator {
	height: 1px;
	margin-bottom: 50px;
	display: block;
}
div.blankSeparator1 {
	height: 1px;
	margin-bottom: 40px;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin-bottom: 30px;
	display: block;
}
div.blankSeparator3 {
	height: 1px;
	margin-bottom: 20px;
	display: block;
}
div.blankSeparator4 {
	height: 1px;
	margin-bottom: 25px;
	display: block;
}
div.blankSeparator5 {
	height: 1px;
	margin-bottom: 28px;
	display: block;
}
div.blankSeparator6 {
	height: 1px;
	margin-bottom: 60px;
	display: block;
}
div.sepContainer {
	height: 2px;
	background: url('../img/separator.png') 0 0 no-repeat;
	display: block;
	margin: 30px 0;
}
div.sepshortcodes {
	height: 2px;
	background: url('../img/sepshortcodes.png') 0 0 no-repeat;
	display: block;
	margin: 30px 0;
}
div.sepshortcodes1 {
	height: 2px;
	background: url('../img/sepshortcodes.png') 0 0 no-repeat;
	display: block;
	margin: 10px 0 30px 0;
}

div.separatorportfolio {
	height: 2px;
	background: url('../img/separatorportfolio.png') 0 0 no-repeat;
	display: block;
	margin: 50px 0;
}
div.separatorcontact {
	height: 2px;
	background: url('../img/separatorcontacta.png') 0 0 no-repeat;
	display: block;
	margin: 30px 0;
}
div.separatorcontact1 {
	height: 2px;
	background: url('../img/separatorcontacta.png') 0 0 no-repeat;
	display: block;
	margin: 10px 0 30px 0;
}
.lastCol {
	margin-right: 0 !important;
}
div#background {
	background-color:#f4f4f2;
	-moz-box-shadow: 0px 1px 5px #777979;
	-webkit-box-shadow: 0px 1px 5px #777979;
	box-shadow: 0px 1px 5px #777979;
	margin-bottom:40px;
}
div#background1 {
	background-color:#f4f4f2;
	-moz-box-shadow: 0px 1px 5px #777979;
	-webkit-box-shadow: 0px 1px 5px #777979;
	box-shadow: 0px 1px 5px #777979;
}
div#background2 {
	background-color:#f4f4f2;
	-moz-box-shadow: 0px 1px 5px #777979;
	-webkit-box-shadow: 0px 1px 5px #777979;
	box-shadow: 0px 1px 5px #777979;
}
.firstletter {
	float: left;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	margin-right: 0.2em;
}
.firstletter1 {
	float: left;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	margin-right: 0.2em;
	font-style:italic;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half, .one-third, .two-third, .three-fourth, .one-fourth {
	float:left;
	margin-right:60px;
	position:relative;
}
.one-half {
	width: 450px;
}
.one-third {
	width: 280px;
}
.one-fourth {
	width: 195px;
}
.two-third {
	width: 620px;
}
.full-width {
	width: 960px;
}
/******************************* Structure Styles *******************************/
div.centerContainer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
div#leftContainer {
	width: 360px;
	margin-right: 50px;
}
div#rightContainer {
	width: 550px;
}
/******************************* Top Part *******************************/
div#topContainer {
	background: url('../img/topBG.png') 0 0 repeat-x;
	height: 120px;
}
a.logo {
	margin-top: 35px;
}
.socials {
	display:block;
	width:44px;
	height:58px;
	background:url(../img/socials/social2.png) no-repeat;
	cursor:pointer;
	position:absolute;
	z-index:100;
	margin-top:38px;
	margin-left: 870px;
}
ul.reset, ul.reset li {
	display:block;
	list-style:none;
	padding:5px 5px;
}
ul.reset li {
	position:absolute;
}
ul.reset li a {
	outline:none;
}
/******************************* Menu *******************************/

div#menuContainer {
	background: url('../img/menuBG1.png') 0 0 repeat-x;
	height: 60px;
}
div#navi {
	width:960px;
	margin: 10px 0px;
	padding-left: 144px;
	font-family: 'Arial', sans-serif;
}
div#navi ul.mainnav {
	margin:0px 0px;
	padding: 0px;
	list-style-type:none;
	list-style-position:inside;
}
div#navi ul.mainnav li {
	float:left;
	position:relative;
	display: inline;
	z-index:1000;
}
div#navi ul.mainnav li a {
	color: white;
	font-size: 14px;
	text-transform: capitalize;
	margin-right: 75px;
}
div#navi ul.mainnav li a#activeMenuItem {
	color: #00bcda;
	background:url(../img/menu-arrow.png) top center no-repeat;
	padding:10px 0px;
}
div#navi ul.mainnav li a:hover {
	color: #00bcda;
	text-decoration:none;
}
div#navi ul.mainnav li h5 {
	font-family: 'Arial', sans-serif;
	font-size:12px;
	text-transform: lowercase;
	color: #c7c9c9;
}
/* Submenu */	
div#navi ul.subnav {
	width:8em;
	display:none;
	margin-top: 5px;
}
div#navi ul.subnav li a {
	width:9em;
	float:left;
	background-color: #212329;
	padding: 10px 5px;
	font-size: 11px;
	text-transform:lowercase;
	opacity: .9;
	  /* For IE 5-7 */
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
}
div#navi ul.subnav li a:hover {
	background-color: #00bcda;
	color: #26282f;
	text-decoration:none;
}
div#navi li:hover ul ul, div#navi li:hover ul ul ul, div#navi li:hover ul ul ul ul {
	display:none;
}
div#navi li:hover ul, div#navi li li:hover ul, div#navi li li li:hover ul, div#navi li li li li:hover ul {
	display:block;
}
/******************************* Manual Slider *******************************/
div#sliderContainer {
	background: url('../img/slider-bg.png') 0 0 repeat-x;
	height: 300px;
	position:relative;
}
div#sliderContainer1 {
	background: url('../img/sliderboxes1.png') center center no-repeat;
	height: 319px;
	width: 960px;
	z-index:1;
	position:relative;
	margin-top: -38px;
}
#mainSlider {
	width: 680px;
	float: left;
}
#mainSlider ul li {
	overflow: hidden;
	width: 630px;
	height: 300px;
	padding:40px 30px 0px 30px;
	margin-top:35px;
}
#mainSlider .slideImg {
	padding: 0 55px;
	margin:-10px -90px 0px 0px;
}
#mainSlider ul li h2 {
	font-size:24px;
	color: #32363f;
}
#mainSlider ul li p {
	font-size: 14px;
	color: white;
	margin-bottom: 40px;
}
#sliderBtnPrev {
	float: left;
	width: 50px;
	margin-left:72px;
}
#sliderBtnNext {
	float: left;
	width: 50px;
	margin-left:28px;
}
#sliderBtnPrev img, #sliderBtnNext img {
	margin-top: 140px;
	cursor: pointer;
}
a.darkButton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
}
a.darkButton:hover {
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	text-decoration: none;
}
a.darkButton img {
	margin-left: 10px;
}
/******************************* Static Slider *******************************/
div#staticContainer {
	background: url('../img/slider-bg.png') 0 0 repeat-x;
	height: 300px;
	position:relative;
}
div#staticContainer1 {
	background: url('../img/sliderboxes1.png') center center no-repeat;
	height: 319px;
	width: 960px;
	z-index:1;
	position:relative;
	margin-top: -38px;
}
#staticSlider {
	width: 680px;
	float: left;
	margin-left:122px;
}
#staticSlider ul li {
	overflow: hidden;
	height: 300px;
	padding:40px 30px 0px 30px;
	margin-top:35px;
}
#staticSlider ul li h2 {
	font-size:24px;
	color: #32363f;
}
#staticSlider .staticImg {
	margin-right: -30px;
	margin-top:-20px;
}
#staticSlider ul li p {
	font-size: 14px;
	color: white;
	margin-bottom: 30px;
}
/******************************* Wellcome Container *******************************/

div#wellcomeContainer h2 {
	margin-top: 50px;
	margin-left:75px;
	margin-bottom:40px;
	color: #41454e;
	font-size: 26px;
}
a.darkButton1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	padding: 7px 15px;
	cursor: pointer;
	margin-top:-75px;
	margin-right:150px;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
a.darkButton1:hover {
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
a.darkButton1 img {
	margin-left: 10px;
}
/******************************* Service Columns *******************************/
div#serviceListContainer .one-third img {
	margin:0px 15px 5px 0px;
}
div#serviceListContainer h2 {
	margin-top: 10px;
}
div#serviceListContainer p {
	color: #5d6067;
	clear: left;
	margin-top:-10px;
}
div#serviceListContainer ul li {
	padding: 2px 4px 10px 0px;
}
div#serviceListContainer ul li a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color: white;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
div#serviceListContainer ul li a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/******************************* Latest Work Part *******************************/

.boxgrid {
	width: 195px;
	height: 138px;
	margin-right: 60px;
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	line-height: 1.5em;
	margin: 5px 10px 0 10px;
	color: white;
	font-size:12px;
	font-weight:700;
}
.boxgrid h3 {
	margin: 15px 20px 0 20px;
	color:#32363f;
	font-size:14px;
	font-weight:bold;
}
.boxgrid a {
	font-weight: bold;
	font-size:10px;
	color: white;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #00bcda;
	border-bottom:1px solid #5d6067;
	height: 70px;
	width: 100%;
	opacity: .9;
	  /* For IE 5-7 */
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 195;
	left: 0;
}
.caption .boxcaption {
	top: 195;
	left: 0;
}
/******************************* People about us *******************************/
#quote {
	width: 960px;
}
#quote p {
	font-family: 'Arial', sans-serif;
	margin-top:10px;
	color: #32363f;
	font-size: 14px;
	padding-top:10px;
}
#quote img {
	padding: 0px 20px 0px 0px;
	margin-bottom:40px;
}
/******************************* Footer *******************************/
div.greenSeparator {
	background-color: #00bcda;
	height:2px;
}
div#footerContainer {
	background: #26282f url('../img/footerBG.png') 0 0 repeat-x;
	padding: 30px 0;
}
div#footerContainer h3 {
	color: #00bcda;
	margin-bottom:20px;
}
div#footerContainer p {
	color:white;
}
#tweets {
	border:1px dashed #41454e;
	padding-top:5px;
}
#tweets li {
	line-height: 1.5em;
	padding: 15px 15px 5px 17px;
	color:white;
	font-family: 'Arial', sans-serif;
	border-bottom:1px dashed #41454e;
}
#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child {
	border-bottom:0px none;
}
#tweets .hash {
	color:#FFF;
}
#tweets .reply {
	color:#FFF;
}
#tweets .a:link {
	text-decoration:underline;
	color:#FFF;
}
#tweets .a:active {
	text-decoration:underline;
	color:#FFF;
}
#tweets .a:hover {
	text-decoration:underline;
	color:#FFF;
}
#tweets .a:visited {
	text-decoration:underline;
	color:#FFF;
}
div#lucid img {
	margin:0px 15px 5px 0px;
}
div#lucid h2 {
	margin-top: 35px;
	color:white;
	font-size:16px;
}
div#lucid p {
	color: white;
	clear: left;
	margin-top:-10px;
}
div#terms {
	margin-top:65px;
}
#simpleTooltip {
	heigth:20px;
	padding: 10px 10px;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: normal;
	color: white;
	background-color: #00bcda;
	font-family: 'Arial', sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	opacity: .9;
}
div#footerContainer a {
	color:#00bcda;
	text-decoration:underline;
}
div#footerContainer a:hover {
	color: #fff;
	text-decoration:none;
}
div#footerContainer span {
	color:#878990;
}
ul#contactInfoList li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #32363f;
	color: #e1e5e9;
	padding: 15px;
	font-size: 11px;
	margin-bottom: 4px;
}
div#footerCopyrightContainer {
	background: #242528 url('../img/footer-darkBG.png') 0 0 repeat-x;
	padding: 20px 0;
}
div#footerCopyrightContainer p {
	color:white;
}
div#footerCopyrightContainer ul li {
	display: inline;
	padding-right: 5px;
}
/******************************* About Page *******************************/

div#breadcrumbsContainer {
	background: url(../img/breadcrumb.png) 0 0 repeat-x;
	-moz-box-shadow: 0px 1px 4px #777979;
	-webkit-box-shadow: 0px 1px 4px #777979;
	box-shadow: 0px 1px 4px #777979;
	height: 75px;
}
div#breadcrumbsContainer h2 {
	margin-top:10px;
}
div#breadcrumbsContainer h2 span {
	line-height: 60px;
	font-size:22px;
	color: #41454e;
}
div#breadcrumbsContainer a.breadcrumbs {
	color: white;
	font-family: 'Times New Roman', serif;
	font-size:22px;
}
div#breadcrumbsContainer ul li {
	display: inline;
	float:right;
}
div#breadcrumbsContainer ul li p {
	margin-top: -13px;
	width: 60px;
	height: 60px;
}
div#breadcrumbsContainer ul li p img {
	vertical-align: middle;
}
img.ribbon {
	margin-left:800px;
	margin-top:-30px;
	z-index:100;
	position:relative;
}
div.sidebarConteiner {
	width: 280px;
	margin-right: 60px;
}
div.sidebarItem {
	margin-bottom: 30px;
}
ul.arrowList {
	width: 280px;
}
ul.arrowList a.about {
	color: #5d6067;
}
ul.arrowList li {
	border-bottom: 1px dashed #e1e5e9;
	padding: 14px 20px;
	background: url('../img/sidebarGreenarrow.png') 92% center no-repeat;
}
li.activesidebarItem {
	background: url('../img/sidebarGrayarrow.png') 92% center no-repeat !important;
	font-weight: bold;
	color: #26282f;
}
div.sidebarHeader {
	background: url(../img/aboutbg.png) 0 0 repeat-x;
	height: 30px;
	padding: 16px 20px;
}
div.sidebarHeader h3 {
	height: 40px;
	line-height: 47px;
	margin-top:-3px;
}
div#pageContent {
	width: 620px;
}
ul#lucidTeam li {
	overflow: hidden;
	border-bottom: 1px dashed #e1e5e9;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
ul#lucidTeam li img {
	margin: 0 15px 5px 0;
}
ul#lucidTeam li h3 {
	margin-bottom: 10px;
}
ul#lucidTeam li p {
	color: #5d6067;
}
ul#lucidTeam li p a {
	color: #5d6067;
	margin-left:100px;
}
.section2 h2 {
	margin-top:30px;
}
.section2 img {
	display:inline;
	float:left;
	width:140px;
	padding-right:20px;
	margin-bottom:40px
}
/***************** Tabs *****************/

#tabs {
	height:220px;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 620px;
	padding-top: 4px;
	font-family: 'Arial', sans-serif;
	font-size:14px;
	color: #41454e;
}
#tabs li {
	margin-right: 15px;
	list-style: none;
}
#tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	background:#efefef;
}
#tabs ul li.active a {
	color: #41454e;
}
#tabs div {
	background: url(../img/tabback.jpg) 0 0;
	clear: both;
	padding: 15px;
	min-height: 180px;
}
#tabs div h3 {
	margin-top: 30px;
	color: #26282f;
	margin-left: 80px;
	font-size:14px;
	font-weight:normal;
}
#tabs div p {
	color: #5d6067;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 10px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 10px;
	color: #26282f;
	text-transform:uppercase;
}
.thumbs {
	float:left;
	border:white solid 1px;
	margin-bottom:20px;
	margin-right:20px;
	margin-top: 5px;
}
/******************************* About/Rightsidebar/easySlider *******************************/

#easyslider, #easyslider li {
	width:620px;
	height:180px;
	overflow:hidden;
}
#easyslider li {
	background: url(../img/testimonials.jpg) 0 0;
}
#easyslider li h3 {
	margin:35px 100px 10px 100px;
	color:#32363f;
	font-size:14px;
	font-weight:normal;
}
#easyslider li p {
	margin:0 100px 20px 100px;
}
h2.sectionTitle1 {
	margin-top:30px;
}
span#prevBtn a {
font-size:12px;
text-decoration:none;
color:white;
font-weight:bold;
background-color: #32363f;
padding:4px 8px;
-moz-box-shadow:1px 1px 3px #32363f;
-webkit-box-shadow: 1px 1px 3px #32363f;
box-shadow: 1px 1px 3px #32363f;
}
span#nextBtn a {
font-size:12px;
text-decoration:none;
color:white;
font-weight:bold;
background-color: #32363f;
padding:4px 8px;
-moz-box-shadow:1px 1px 3px #32363f;
-webkit-box-shadow: 1px 1px 3px #32363f;
box-shadow: 1px 1px 3px #32363f;
}
/***************** Portfolio *****************/  

div#portfolio .one-half {
	width:450px;
	margin-right: 60px;
}
div#portfolio .one-half p {
	color: #5d6067;
	margin-top:15px;
	margin-bottom:15px;
}
div#portfolio .one-half h2 {
	margin-top:10px;
	margin-bottom:-5px;
	font-size: 18px;
}
div#portfolio .one-half img {
	border:none;
}
div#portfolio .one-half a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
div#portfolio .one-half a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/***************** Portfolio 1 *****************/

div#portfolio1 .one-third p {
	color: #5d6067;
	margin-top:15px;
	margin-bottom:15px;
}
div#portfolio1 .one-third h2 {
	margin-top:15px;
	margin-bottom:-5px;
	font-size: 18px;
}
div#portfolio1 .one-third img {
	border: none;
}
div#portfolio1 .one-third a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
div#portfolio1 .one-third a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/***************** Portfolio 2 *****************/

div#portfolio1 .one-fourth p {
	color: #5d6067;
	margin-top:15px;
	margin-bottom:15px;
}
div#portfolio1 .one-fourth h2 {
	margin-top:15px;
	margin-bottom:-5px;
	font-size: 18px;
}
div#portfolio1 .one-fourth img {
	border: none;
}
div#portfolio1 .one-fourth a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
div#portfolio1 .one-fourth a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/***************** Portfolio 3 *****************/

div#portfolio1 .full-width p {
	color: #5d6067;
	margin-top:15px;
	margin-bottom:15px;
}
div#portfolio1 .full-width h2 {
	margin-top:15px;
	margin-bottom:-5px;
	font-size: 18px;
}
div#portfolio1 .full-width img {
	border: none;
}
div#portfolio1 .full-width a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
div#portfolio1 .full-width a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/***************** Portfolio - Sidebar*****************/	
#portfolio-sidebar img {
	float:left;
	width:620px;
	margin:0 60px 40px 0;
}
#portfolio-sidebar p {
	color: #5d6067;
	margin-top:15px;
	margin-bottom:15px;
}
#portfolio-sidebar h2 {
	margin-bottom:-5px;
	font-size: 18px;
}
div#portfolio-sidebar .work a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
div#portfolio-sidebar .work a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#portfolio-sidebar1 img {
	float:left;
	width:620px;
	margin:0 60px 0px 0;
}
#portfolio-sidebar1 p {
	color: #5d6067;
	margin-top:15px;
	margin-bottom:15px;
}
#portfolio-sidebar1 h2 {
	margin-top:20px;
	margin-bottom:-5px;
	font-size: 18px;
}
div#portfolio-sidebar1 .work a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
div#portfolio-sidebar1 .work a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.section h2 {
	margin-top:30px;
}
.flickr .flickr_badge_image {
	display:inline;
}
.flickr img {
	width:66px;
	height:66px;
	padding:4px;
	background:white;
	border:1px dashed #c2c3c4;
	float:left;
	margin:0 6px 40px 0
}
.section1 img {
	margin-top:-35px;
}
/***************** Gallery *****************/
.qitem {
	width:280px;
	height:220px;
	border:2px solid #e5e5e5;
	margin-right:60px;
	margin-bottom:60px;
	background-color:#efefef;
	border: none;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	cursor:hand;
	cursor:pointer;
}
.qitem img {
	border: 0;
	/* allow javascript moves the img position*/
		position:absolute;
	z-index:200;
}
.qitem h4 {
	font-size:12px;
	padding:10px 5px 0 8px;
	color:#32363f;
	font-weight: bold;
}
.qitem p {
	font-size:10px;
	padding:10px 5px 0 8px;
	margin-bottom:60px;
	color:#32363f;
}
.qitem a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #32363f;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
	margin-left:10px;
}
.qitem a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/* Setting for corners */

.topLeft, .topRight {
	position:absolute;
	background-repeat: no-repeat;
	float:left;
}
.topLeft {
	background-position: top left;
}
.topRight {
	background-position: top right;
}
/***************** Pagination Portfolio*****************/
ul.pagination {
	padding:10px 0 10px 0px;
	margin-top:40px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	background-color:white;
	color: #2f3134;
	width:100px;
	height:100px;
	padding: 6px 12px;
	margin-right:5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow:1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	/* CSS3 Transition */
			transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
}
ul.pagination li a:hover, ul.pagination li a#currentPage {
	text-decoration: none;
	background-color: #32363f;
	width:100px;
	height:100px;
	padding: 6px 12px;
	color: white;
}
/***************** Blog *****************/
div#mainContentSection {
	float: left;
	width: 620px;
	margin-right:60px;
}
div.articleBody {
	width: 620px;
	float: left;
}
img.blogcircles {
	margin-top:-75px;
	position: relative;
	z-index:1000;
}
img.blogcircles1 {
	margin-top:-85px;
	position: relative;
	margin-left:503px;
	z-index:1000;
}
div.articleBody h2 {
	margin-top: 5px;
	margin-bottom:10px;
	font-size: 20px;
}
div.articleBody h4 {
	color: #5d6067;
	margin-bottom: 20px;
	text-transform:capitalize;
	font-size:11px;
}
div.articleBody h4 a {
	color: #797c82;
	font-style:italic;
	text-transform:capitalize;
	font-size:11px;
}
p.articleMeta {
	padding:5px 0 10px 0;
}
p.articleMeta a {
	color: #5d6067;
}
#authorBio {
	width: 620px;
	float: left;
}
#authorBio h3 {
	margin-bottom: 10px;
}
#authorBio h3 a {
	color: #797c82;
}
#authorBio a.link {
	font-size:18px;
	font-family: 'Times New Roman', serif;
	font-style:italic;
	text-transform: capitalize;
}
#authorBio img {
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
}
#authorBio img.written {
	margin-top:-1px;
	padding-top:4px;
}
/***************** Blog/Comments *****************/
h3#commentsHeader {
	margin: 20px 0 30px 140px;
	text-transform: capitalize;
}
div#comments {
	margin-bottom:-10px;
}
ul#articleCommentList li {
	overflow: hidden;
}
ul#articleCommentList li ul {
	margin-left: 50px;
}
div.commentMeta {
	width: 100px;
	margin-right: 40px;
	float: left;
	text-align: right;
	overflow: hidden;
}
div.commentMeta p {
	text-transform: uppercase;
	color: #5d6067;
	float: right;
	font-size: 11px;
	margin-top:-2px;
	padding: 0 10px 0 0;
}
div.commentBody {
	border: 1px dashed #e1e5e9;
	padding: 35px;
	margin: 0px 0 20px 140px;
}
div.commentNumber {
	background:url(../img/blog-pins.png) no-repeat;
	width:31px;
	height:42px;
	margin-left: 190px;
	margin-top:-70px;
	z-index:100;
	position:absolute;
}
div.commentBody h3 {
	font-size: 11px;
	margin-top:-5px;
	font-weight:bold;
	margin-bottom:10px;
}
div.commentBody h3 a {
	color: #5d6067;
}
div.commentBody p {
	font-size: 11px;
}
div.commentBody a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOut.png') 0 0 repeat-x;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
	font-size:10px;
}
div.commentBody a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/darkButtonOver.png') 0 0 repeat-x;
	color: #00bcda;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	font-size:10px;
}
.adminReply {
	background-color: #f0f0ed;
}
span.adminIcon {
	color: white;
	font-size: 9px;
	font-family: Arial, sans-serif;
	background-color: #32363f;
	padding: 6px 10px;
	width: 60px;
	text-align: center;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
h2#commentFormHeading {
	margin: 0px 0 30px 0;
}
/***************** Blog/Sidebar *****************/		
ol#sidebar {
	float: right;
	width: 280px;
}
ol#sidebar li h2 {
	background: url(../img/blogsidebar.png) 0 0 no-repeat;
	color: #26282f;
	height:22px;
	padding:10px 10px;
	margin-bottom:10px;
	font-size:16px;
}
#sidebar a {
	color: #81858b;
}
ul.twoColumnList {
	margin-bottom: 30px;
	overflow: hidden;
}
ul.twoColumnList li a {
	color: #878990;
	width: 140px;
	float: left;
	border-bottom: 1px dashed #e1e5e9;
	padding: 8px 0;
}
ul.fullWidthList {
	margin-bottom: 30px;
}
ul.fullWidthList li {
	border-bottom: 1px dashed #e1e5e9;
	padding-top: 10px;
}
ul.fullWidthList li span {
	color: #5d6067;
	display: block;
	font-style: italic;
}
/***************** Features *****************/
div#features {
	width: 620px;
	margin-right:60px;
	float:left;
}
div#features h3 {
	font-size:16px;
}
div#features h2 {
	margin-bottom:5px;
}
/*toggle*/

.toggle-title {
	border:1px dashed #d4d4d4;
	background-color:#f0f0ed;
	margin:20px 0 1px 0;
	height:50px;
	line-height:40px;
	cursor:pointer;
}
.faq .toggle-title h4 {
	margin:7px;
	color: #5d6067;
	text-transform:capitalize;
	font-size:14px;
	font-weight:600;
	font-style:italic;
}
.faq .toggle-title h4 a {
	color: #5d6067;
}
.toggle-title a:hover {
	text-decoration:none
}
.open-toggle {
	float:left;
	width:30px;
	height:40px;
	line-height:40px;
	margin:0 10px;
	padding-top:12px;
	display:block;
	border:none;
	vertical-align:middle;
}
.open-toggle {
	background:url('../img/toggle/close.png') no-repeat center;
}
.closed {
	background:url('../img/toggle/open.png') no-repeat center;
}
.faq .open-toggle a img {
	border:none;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.toggle-content {
	background-color:#afe2ea;
	border:1px solid #dfdfdf;
	padding:10px 10px 0;
	margin:0 0 20px;
}
/***************** Features/Price List *****************/
div#pricelist {
	width:960px;
	margin-bottom:30px;
}
.info-col {
	border:1px dashed #d4d4d4;
	background-color:#f0f0ed;
	height: 100%;
	padding: 0px 0px 40px 0;
	width: 956px;
}
.info-col h2.pricelist {
	text-align: center;
	font-size: 18px;
	width: 956px;
}
.info-col h3 {
	text-align: center;
	font-size: 14px;
	margin-bottom:10px;
	margin-top:-10px;
}
.info-col p {
	color:white;
}
.image {
	height: 100px;
	text-indent: -9999px;
	display: block;
	margin-bottom:10px;
	margin-top:10px;
}
.basic {
	background: url('../img/basic.png') center center no-repeat;
}
dt {
	padding: 5px 0 5px 0px;
	background: #00bcda;
	color: white;
	border-bottom: 1px solid white;
}
dd {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #91a623;
	padding: 10px 0 10px 10px;
	color: white;
}
dd a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff5d19;
	padding: 4px 8px;
	text-decoration: none;
	color:white;
}
dd a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #d54103;
	color: white;
	padding: 4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
 dt:nth-of-type(1), dt.mysecond1 {
background:  #32363f;
}
dd:nth-of-type(1), dd.mysecond1 {
background:  #32363f;
}
 dt:nth-of-type(2), dt.mysecond2 {
background: #00bcda;
}
dd:nth-of-type(2), dd.mysecond2 {
background: #00bcda;
}
 dt:nth-of-type(3), dt.mysecond3 {
background: #b5ce2f;
}
dd:nth-of-type(3), dd.mysecond3 {
background: #b5ce2f;
}
 dt:nth-of-type(4) {
background:  #899e17;
}
dd:nth-of-type(4) {
background:  #899e17;
}
 dt:nth-of-type(5) {
background: #f36b21;
}
dd:nth-of-type(5) {
background: #f36b21;
}
 dt:nth-of-type(6) {
background: #ff5d19;
}
dd:nth-of-type(6) {
background: #ff5d19;
}
.curCol {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: relative;
}
div#tables table {
	border:1px solid #e0e0e0;
}
div#tables .short-table th {
	background:#fff;
	border-bottom:1px solid #e0e0e0;
	text-align:center;
	height:80px;
	color:#26282f;
	font-family: 'Arial', sans-serif;
	font-size:16px;
}
div#tables .short-table th.features {
	border-bottom:none;
	height:40px;
	line-height:40px;
	background-color:transparent;
	color:#26282f;
	font-family: 'Arial', sans-serif;
}
div#tables tr:nth-child(2n) {
 background-color:#f6f6f6;
}
div#tables td {
	text-align:center;
	min-height:40px;
	line-height:40px;
	color:#757475;
}
#content td img {
	border:none;
	vertical-align:middle;
	margin:0;
}
/*blue*/
div#tables .green th {
	background:#00bcda;
	color:#fff;
}
/***************** Features/Shortcode *****************/
h2.shortcodes {
	margin-bottom:5px;
}
blockquote {
	background: url('../img/quote.png') left top no-repeat;
	padding: 0px 0 0px 30px;
	margin: 20px 0px -15px 20px;
	font-family: 'Arial', sans-serif;
}
blockquote p {
	margin-left:30px;
	margin-top:20px;
	color: #92979d;
	font-size: 12px;
	font-style: italic;
}
div#columnsContainer .one-half {
	width:450px;
	margin-right: 60px;
}
div#columnsContainer p {
	color: #5d6067;
}
div#columnsContainer h3 {
	margin-bottom: 20px;
}
div#columnsContainer .full-width table tr td {
	padding: 10px 20px;
	background-color: #f1f2ed;
}
div#columnsContainer .one-half table tr td {
	padding: 10px 20px;
	background-color: #f1f2ed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
div#columnsContainer .one-third table tr td {
	padding: 10px 20px;
	background-color: #f1f2ed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
div#columnsContainer .one-fourth {
	margin-bottom:10px;
}
div#columnsContainer .one-fourth.gray table tr td {
	padding: 10px 20px;
	background-color: #f1f2ed;
}
div#columnsContainer .one-fourth.green table tr td {
	padding: 10px 20px;
	background-color: #b5cd46;
}
div#columnsContainer .one-fourth.yellow table tr td {
	padding: 10px 20px;
	background-color: #FC3;
}
div#columnsContainer .one-fourth.lastCol table tr td {
	padding: 10px 20px;
	background-color: #17B7C0;
}
.togglebox {
	background-color:#00bcda;
	border: 1px solid #e5e5e5;
	/* Rounder Corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 450px;
	clear: both;
	margin-bottom:10px;
}
.togglebox .content {
	padding: 20px;
}
div#toggle h3 {
	padding:10px;
	font-size:14px;
	text-transform:capitalize;
	color:#26282f;
	background-color:#e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	margin-bottom:5px;
}
div#toggle {
	width:450px;
	margin-top:15px;
	margin-bottom:20px;
}
.togglebox1 {
	background-color:#00bcda;
	border: 1px solid #e5e5e5;
	/* Rounder Corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 450px;
	clear: both;
	margin-bottom:10px;
}
.togglebox1 .content {
	padding: 20px;
}
div#toggle1 h2 {
	padding:10px;
	font-size:14px;
	text-transform:capitalize;
	color:#26282f;
	background-color:#e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	margin-bottom:5px;
	font-family: 'Arial', sans-serif;
	font-style:normal;
}
div#toggle1 {
	width:450px;
	margin-top:15px;
}
.highlights {
	margin-bottom:5px;
}
div#buttons ul {
	margin-bottom:-10px;
}
div#buttons ul li {
	margin-bottom: 20px;
}
div#buttons h3 {
	margin-bottom: 20px;
}
div#buttons .one-third.first a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff5d19;
	padding:4px 8px;
	text-decoration: none;
	color:white;
}
div#buttons .one-third.first a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #d54103;
	color: white;
	padding:4px 8px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
div#buttons .one-third.second a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #26282f;
	padding:6px 18px;
	text-decoration: none;
	color:white;
}
div#buttons .one-third.second a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #3e414c;
	color: white;
	padding:6px 18px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
div#buttons .one-third.lastCol a.buttonLink {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #00bcda;
	padding:6px 25px;
	text-decoration: none;
	color:white;
}
div#buttons .one-third.lastCol a.buttonLink:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #02aeca;
	color: white;
	padding:6px 25px;
	text-decoration: none;
	/* CSS3 Transitions */
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
/*alert message*/
.box {
	margin:0 0 15px 0;
	padding:20px 15px 20px 85px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.success-box {
	margin-top:10px;
	background:url("../img/check.png") no-repeat 20px center #ebfab6;
	border:1px dashed #bbcc5b;
	color:#5b6816;
}
.arrow-box {
	margin-top:10px;
	background:url("../img/arrow.png") no-repeat 20px center #ebfab6;
	border:1px dashed #bbcc5b;
	color:#5b6816;
}
.alert-box {
	margin-top:10px;
	background:url("../img/alert.png") no-repeat 20px center #fbdd96;
	border:1px dashed #e5af51;
	color:#a95916;
}
.error-box {
	margin-top:10px;
	background:url("../img/error.png") no-repeat 20px center #fdd2d1;
	border:1px dashed #f6988f;
	color:#883333;
}
.notice-box {
	margin-top:10px;
	background:url("../img/note.png") no-repeat 20px center #f9ebca;
	border:1px dashed #e5b2ac;
	color:#9f6722;
}
.info-box {
	margin-top:10px;
	background:url("../img/info.png") no-repeat 20px center #e6ebf0;
	border:1px dashed #89becd;
	color:#277dce;
}
.one-half blockquote p {
	color: #92979d;
	font-size: 12px;
	font-style: italic;
}
/***************** Contact Page *****************/
div#contactForm {
	width: 620px;
	float: left;
	margin-right: 60px;
}
div#sidebarContact {
	float:right;
	width: 280px;
}
div#sidebarContact img {
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;
}
div#sidebarContact h3 {
	font-weight:700;
}
div#sidebarContact  ul li {
	border:1px dashed #d4d4d4;
	background-color:#f0f0ed;
	padding: 8px 20px;
	margin-top:5px;
}
div#sidebarContact p.contact {
	font-weight:600;
}
div#sidebarContact p {
	margin-bottom:5px;
	margin-top:5px;
}
div#sidebarContact a {
	color:#797c82;
}
.map-iframe {
	background: url(../img/mapbg.png) 0 0 no-repeat;
	height:275px;
}
.map-iframe iframe {
	width:258px;
	height:145px;
	margin-left: 10px;
	margin-top:10px;
	-moz-box-shadow: 1px 1px 3px #777979;
	-webkit-box-shadow: 1px 1px 3px #777979;
	box-shadow: 1px 1px 3px #777979;
	margin-bottom:15px;
}
.map-iframe iframe a {
	font-family: 'Arial', sans-serif;
}
/***************** Contact Page/Contact Form *****************/	
#contactForm p {
	margin-bottom:5px;
}
form#contact_form {
	border:1px dashed #d4d4d4;
	background-color:#f0f0ed;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
}
form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color: white;
	width: 550px;
	margin-bottom:40px;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #5d6067;
	text-transform: uppercase;
}
form#contact_form label span {
	color: #b7b9bb;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#afe2ea;
}
form#contact_form input[type="text"], textarea {
	outline: none;
	margin-bottom: 20px;
}
form#contact_form input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #32363f;
	color: white;
	padding: 2px 12px;
	border: none;
	height: 35px;
	cursor: pointer;
	margin-top:-10px;
}
form#contact_form input[type="submit"]:hover {
	color:white;
	background: #00bcda;
	text-decoration: none;
	/* CSS3 Transition */
	transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}
/***************** Browser styles *****************/
.ie8 form#subscribeForm input[type="text"] {
	height: 16px;
	padding: 6px 10px;
}
.ie8 a.darkButton img {
	margin-left: 10px;
	margin-bottom: 2px;
}
.ie7 form#subscribeForm input[type="text"] {
	height: 16px;
	padding: 6px 10px;
}
.ie7 form#subscribeForm input[type="submit"] {
	height: 30px;
	padding: 0 11px;
	float:right;
	margin-top: -50px;
}
.ie7 ul#lucidTeam li h3 {
	margin-top: -9px;
}
.ie7 ul#lucidTeam li img {
	margin-bottom: 20px;
}
.ie7 ul#lucidTeam li p {
	margin-bottom: 20px;
}
.ie7 form#subscribeForm input[type="text"] {
	width:130px;
}
.ie7 div.sidebarHeader h3 {
	height: 31px;
	line-height: 31px;
	padding: 7px 0px;
}
.ie7 ul.twoColumnList li {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.ie7 ul.twoColumnList li a {
	width: 100%;
	margin: 0;
}
.ie7 ul#aboutList p {
	color: #5d6067;
	padding: 22px 0px 0px 0px;
	clear:left;
}
.ff3 form#subscribeForm input[type="text"] {
	height: 18px;
	padding: 5px 10px;
}
.ff3 form#subscribeForm input[type="submit"] {
	height: 27px;
	padding: 2px 15px 12px 5px;
}
.ff3_6 form#subscribeForm input[type="submit"] {
	height: 30px;
	padding:5px 15px 8px 5px;
}
.ff4 form#subscribeForm input[type="submit"] {
	height: 30px;
	padding:5px 15px 8px 5px;
}
.ff3 div.sidebarHeader h3 {
	height: 31px;
	line-height: 31px;
	padding: 7px 0px;
}
.ff3_6 div.sidebarHeader h3 {
	height: 31px;
	line-height: 31px;
	padding: 18px 0px;
}
.ff3_6 .socials {
	margin-top: 70px;
}
.ff4 .socials {
	margin-top: 70px;
}

ul.regular_ul
{
    list-style:disc;
    margin-left:15px;
    line-height: 2em;
    margin-bottom: 15px;
    color: #5D6067;
    font-family: 'Arial', sans-serif;
}

ul#contactInfoList, div#sidebarContact ul
{
    list-style:none;
}

