/* ----------- Restart-----------------*/
html {
   height: 101%;
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
  background-color: #E6E6E3;
}

article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline:none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}
input.checkbox {
 width: 16px;
}
input.radio {
 width: 16px;
}

/* ----------- End Restart-----------------*/
	/*---------------------------- TEXT STYLES ----------------------------*/
a {
	text-decoration: none;
	color: #65c8c6;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #328D8B;
	font-weight: bold;
}

h1 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 16pt;
	color: #333;
	font-weight: normal;
}

h2 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 15pt;
	color: #50579A;
	font-weight: normal;
}

h2.bios {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 13pt;
	background-color: #9096C6;
	font-weight: normal;
	color: white;
	padding: 3px;
}
h2.workshops {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 13pt;
	background-color: #9096C6;
	font-weight: normal;
	color: white;
	padding: 3px;
	margin-bottom: 2px;
	margin-top: 2px;
}
h2.video {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #50579A;
}

h3 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 13pt;
	color: #111;
	font-weight: normal;
}
h3.starburst {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 15pt;
	color: #fff;
	font-weight: bold;
}
h3.tweets {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12pt;
	color: #222;
	font-weight: bold;
	margin-top: 48px;
}


a.starburst {
	color: #fff;
	text-decoration: none;
}

a.starburst:hover {
	text-decoration: none;
	color: #BDE8E7;
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
}

.hr {
	height: 1px;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top;
	border-top: 0px;
	margin: 0px;
}

p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #000;
	font-size: 10pt;
}

p.products {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 10pt;
}

p.products_indent {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 10pt;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
}

p.box {
	font-family: 'Open Sans',sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #111;
	font-size: 13px;
}
p.hiring {
	font-family: 'Open Sans',sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #000;
	font-size: 9pt;
	background-color: #00abbc;
	padding-left: -12px;
}

ol {
	margin-left: 35px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

code {

	border: 1px dashed #d3d3d3;
	font: normal 13px;
	padding: 2px;
	padding-left:7px;
	padding-right:7px;
}

.hihglight1 {
	background-color: #E6E8E8;
	border: 1px solid #CCC;
	padding: 2px;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
	font-style:italic;
}

.hihglight2 {
	background-color: #666;
	border: 1px solid #333;
	padding: 2px;
	color: #FFF;
	padding-left:5px;
	padding-right:5px;
	font-style:italic;
}

blockquote {
	margin: 20px;
	border-left: 5px solid #d0d4d8;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5em;
	background: transparent url(images/quote.png) no-repeat scroll top
		left;
	background-position: top left;
}


.info_box,.note_box,.tip_box,.error_box,tip_box {
	padding: 20px;
	margin: 20px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 10px;
	border-radius: 7px;
	padding-left: 55px;
	background: #eee;
	font-style:italic;
}

.info_box {
	background: #ddf3fc url(images/icons/info.png) no-repeat scroll 10px
		14px;
	border: 1px solid #8ed9f6;
	color: #2e6093;
}

.note_box {
	background: #fffadb url(images/icons/note.png) no-repeat scroll 10px
		15px;
	border: 1px solid #f5d145;
	color: #9e660d;
}

.error_box {
	background: #ffdede url(images/icons/error.png) no-repeat scroll 10px
		15px;
	border: 1px solid #d97676;
	color: #cd0a0a;
}

.tip_box {
	background: #eff7d9 url(images/icons/tip.png) no-repeat scroll 10px
		15px;
	border: 1px solid #b7db58;
	color: #5d791b;
}


.table {
	border:1px solid #D8D8D8;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:20px;

}

.table th {

	padding:10px;
	padding-left:15px;
	padding-right:15px;
	background-color: #f1f2f4;
	border-right:1px solid #D8D8D8;
	font-size:14px;
	font-style:italic;

}


.table td {
	border:1px solid #D8D8D8;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

.table td:hover {
	background-color: #f1f2f4;
}


.drop-caps{

/*	font-family: 'DroidSerif'; */
	font-size: 300%;
	line-height: 0.8em;
	margin-right: 0.1em;
	padding-bottom: 0.1em;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:4px;

}

/* --------------------- BULLETS --------------------- */

ul.jobs {
		margin-bottom: 12px;
}

ul.jobs li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 24px;
		margin-bottom: 4px;
}


ul.bullet_check li{
		list-style:none;
		background:transparent url(images/check.png) no-repeat 0 .2em;
		padding:0px;
		margin:7px;
		line-height:20px;
		padding-left:25px;
}

ul.bullet_arrow li{
	list-style:none;
	background:transparent url(images/arrow.png) no-repeat 0 .2em;
	padding:0px;
	margin:7px;
	line-height:18px;
	padding-left:25px;

}

ul.bullet_arrow2 li{
	list-style:none;
	background:transparent url(images/arrow2.png) no-repeat 0 .2em;
	padding:0px;
	margin:7px;
	line-height:18px;
	padding-left:25px;

}

ul.bullet_arrow3 li{
	list-style:none;
	background:transparent url(images/arrow3.png) no-repeat 0 .2em;
	padding:0px;
	margin:7px;
	line-height:18px;
	padding-left:25px;

}

ul.bullet_arrow4 li{
	list-style:none;
	background:transparent url(images/arrow4.png) no-repeat 0 .2em;
	padding:0px;
	margin:7px;
	line-height:18px;
	padding-left:25px;

}


ul.bullet_numeric li{
	list-style:none;
	list-style:decimal;
	padding-left:20px;
}


ul.bullet_star li{
		list-style:none;
		background:transparent url(images/star.png) no-repeat 0 .2em;
		padding:0px;
		margin:7px;
		line-height:18px;
		padding-left:25px;

}


ul.bullet_dblue li{
	list-style:none;
	background:transparent url(images/bullets/dblue.gif) no-repeat 0 .2em;
	padding-left:20px;
}

ul.bullet_ddblue li{
	list-style:none;
	background:transparent url(images/bullets/ddblue.gif) no-repeat 0 .2em;
	padding-left:20px;
}

ul.bullet_brown li{
	list-style:none;
	background:transparent url(images/bullets/brown.gif) no-repeat 0 .2em;
	padding-left:20px;
}

ul.bullet_dbrown li{
	list-style:none;
	background:transparent url(images/bullets/dbrown.gif) no-repeat 0 .2em;
	padding-left:20px;
}

ul.bullet_green li{
	list-style:none;
	background:transparent url(images/bullets/green.gif) no-repeat 0 .2em;
	padding-left:20px;
}

ul.bullet_llblue li{
	list-style:none;
	background:transparent url(images/bullets/llblue.gif) no-repeat 0 .2em;
	padding-left:20px;
}


ul.bullet_orange li{
	list-style:none;
	background:transparent url(images/bullets/orange.gif) no-repeat 0 .2em;
	padding-left:20px;
}


/*---------------------------- END TEXT STYLES ----------------------------*/
body {
    font-family: 'Open Sans',sans-serif;
	color: #111;
	font-size: 15px;
	line-height: 1.4em;
	background-color: #fff;
}

#main-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#line-top {
	background-color: #313026;
	border-bottom: 1px solid #7CC242;
	height: 5px;
}

.center {
	height: auto;
	width: 960px;
	margin: auto;
	text-align: left;
	padding: 0px;
}

/*---------------------------- LOGO ----------------------------*/
#logo-container {
	width: 960px;
}

#logo-container a {
	width: 164px;
	height: 190px;
    display: block;
	background-image: url(images/Right4YourBusiness-Logo-header.png);
	background-repeat: no-repeat;
	background-position:center;
	margin: auto;
	margin-top: 12px;
}

/*---------------------------- END LOGO ----------------------------*/

/*---------------------------SLIDER----------------------------*/

/*---- YOU CAN CHANGE YOUR MAIN COLORS HERE ----*/
#slider-container, #page-title{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #65c8c6;
/*	background-color: #ccc;    */
	margin-top: 7px;
	padding-bottom: 40px;
	background-image: url(images/patterns/20.png);     /* PATTERNS AVAILABLE FROM 1.png to 21.png */
}


#page-title{
	margin-top: 7px;
	padding-bottom: 3px;
	color:#FFF;
}

#page-title h6{
	color:#FFF;
	margin-top: 7px;
	margin-bottom:7px;
	display:block;
}


#slider-container-shadow, #page-title-shadow {
	width: 100%;
	height: 5px;
	background-image: url(images/shadow_sl.png);
	background-repeat: repeat-x;
	background-position: top;
}

#slider-container-shadow-bottom, #page-title-shadow-bottom  {
	width: 100%;
	height: 5px;
	background-image: url(images/shadow_sl_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	bottom: 0px;
}

#slider {
	width: 942px;
	height: 314px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom:5px;
	position: relative;
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
}

#slider-img-wrapper {
	overflow: hidden;
	position: relative;
	width: 942px;
	height: 316px;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 942px;
	height: 314px;
	display: none;
}

#slider img.current {
	z-index: 10;
}

#slider-navigation-container {
	width: 100%;
	height: 111px;
	background-color: #fafafa;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 7px;
	padding-bottom: 7px;
}

#slider-navigation {
	position: relative;
	overflow: hidden;
	width: 965px;
	height: 110px;
	left: 1px;
}

.slider_nav_tumb {
	width: 121px;
	height: 73px;
	display: block;
	background-image: url(images/slider_nav_bg.png);
	background-repeat: no-repeat;
	padding: 7px;
	padding-top: 8px;
}

#slider-navigation .items {
	width: 20000em;
	position: absolute;
	height: 109px;
	top: 11px;
	left: 0px;
}

#slider-navigation .items div {
	float: left;
}

#slider-navigation .items img {
	width: 120px;
	height: 70px;
	background-image: url(images/slider_nav_bg.png);
	background-repeat: no-repeat;
	padding: 7px;
	padding-bottom: 9px;
	padding-right: 8px;
	padding-top: 8px;
	margin-right: 31px;
}

#slider-navigation .items img.active {
	border: 0px solid #ccc;
	background-image: url(images/slider_nav_bg_active.png);
	position: relative;
}

.browse {
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
}

#left-arrow {
	left: -32px;
	top: 40px;
	float: left;
	width: 20px;
	height: 29px;
	display: block;
	background-image: url(images/slider_arrow_l.png);
	background-repeat: no-repeat;
}

#right-arrow {
	right: -38px;
	top: 40px;
	width: 20px;
	height: 29px;
	display: block;
	background-image: url(images/slider_arrow_r.png);
	background-repeat: no-repeat;
}

/*-------------------------END SLIDER----------------------------*/
/*-------------------------NIVO SLIDER----------------------------*/

#nivo-slider-container {
	width: 942px;
	height: 314px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom:5px;
	position: relative;
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
}

#nivo-slider{
width:942px;
}

#nivo-slider img{
	width: 942px;
	height: 314px;
}

.nivo-controlNav {
	position: absolute;
	bottom: -40px;
}

.nivo-controlNav a {
	width: 15px;
	height: 15px;
	background-image: url(images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	display: block;
}

.nivo-controlNav a.active {
	background-image: url(images/page_nav_active_black.png);
}

.nivo-nextNav{
	display:block;
	background-image:url(images/nivo_arrow_r.png);
	background-repeat: no-repeat;
	width:20px;
	height:29px;
	margin-right:10px;
}

.nivo-prevNav{
	display:block;
	background-image:url(images/nivo_arrow_l.png);
	background-repeat: no-repeat;
	width:20px;
	height:29px;
	margin-left:10px;
}

.nivo-caption p{
	padding:15px;

}

	/*-------------------------CONTENT----------------------------*/
#content-container {
	height: auto;
	min-height: 300px;
	width: 960px;
	margin-top: 2px;
}


#content {
	float: left;
	height: auto;
	min-height: 200px;
	width: 600px;
}

#full-width{
	float: left;
	height: auto;
	min-height: 200px;
}

#site-intro {
	text-align: center;
	margin-bottom: 45px;
	margin-top:45px;
}



.post-info {
	color: #6a6a6a;
	float: left;
	font-size: 13px;
	margin-bottom: 25px;
	text-transform: uppercase;
	width: 100%;
	margin-top: -4px;
	position: relative;
}

.post-info a{
	font-style: normal;
}


a.read-more {
	text-transform: lowercase;
	font-style: italic;
	color: #6699cc;
}

a.read-more:hover {
	text-decoration: none;
	color: #376da2;
}

.no-caps {
	text-transform: capitalize;
	font-style: italic;
}

.post-info ul li {
	display: inline;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	border-right: 1px solid #e7e7e7;
}

.post-info ul li.post-info-comments {
	border-right: 0px;
	border-left: 1px solid #e7e7e7;
	float: right;
}

.post-info ul li.post-info-categories {
	border-right: 0px;
	width: 240px;
	padding-right: 5px;
}

.columns-wrapper {
	width: 960px;
	float: left;
	margin-bottom: 30px;
}

.columns-wrapper p{
	margin-bottom:14px;
	margin-top:10px;
}

.columns-wrapper img {
  padding: 3px;
  border: 1px solid #ccc;
}

.columns-wrapper ol {
 font-size: 10pt;
 list-style-type:lower-roman;
}

.columns-wrapper li {
 margin-bottom: 6px;
}


/* .columns-wrapper ul {
		margin-bottom: 12px;
		margin-left: 12px;
		font-size: 10pt;
}

.columns-wrapper ul li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 24px;
		margin-bottom: 4px;
}
*/

.one-column ul {
		margin-bottom: 12px;
		margin-left: 12px;
		font-size: 10pt;
}

.one-column ul li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 24px;
		margin-bottom: 4px;
}


.two-columns,.two-columns-2 {
	width: 457px;
	float: left;
	margin-right: 45px;
}

.two-columns-2 {
	margin-right: 0px;
}

.two-columns-2 ul {
		margin-bottom: 12px;
		margin-left: 12px;
		font-size: 10pt;
}

.two-columns-2 ul li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 24px;
		margin-bottom: 4px;
}
.two-columns ul {
		margin-bottom: 12px;
		margin-left: 12px;
		font-size: 10pt;
}

.two-columns ul li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 24px;
		margin-bottom: 4px;
}

.three-columns,.three-columns-3 {
	width: 290px;
	float: left;
	margin-right: 45px;
}

.three-columns-3 {
	margin-right: 0px;
}

.quick-two, .quick-two-2 {
	width: 457px;
	float: left;
	margin-right: 45px;
}

.quick-two-2 {
	margin-right: 0px;
}

.four-columns,.four-columns-4 {
	width: 205px;
	float: left;
	margin-right: 44px;
}

.four-columns-4 {
	margin-right: 0px;
}

/*/ css arrow box for workshop page /*/
.arrow_box {
	position: relative;
	background: #fff;
	border: 2px solid #9096C6;
	width: 206px;
	float: left;
	margin-right: 34px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 20px;
	margin-top: -8px;
}
.arrow_box:before {
	border-color: rgba(144, 150, 198, 0);
	border-left-color: #9096C6;
	border-width: 23px;
	margin-top: -11px;
}
.arrow_box-4 {
	width: 206px;
	float: left;
	margin-right: 0px;
	border: 2px solid #9096C6;
}


#workshopcontainer {
    overflow: hidden;
    width: 956px;
	border-bottom: 1px solid #9096C6;
}
.four-columns-no-gutter,.four-columns-no-gutter-4 {
	width: 237px;
	float: left;
	margin-left: 1px;
	border-top: 1px solid #9096C6;
	border-right: 1px solid #9096C6;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.four-columns-no-gutter-4 {
	margin-left: 0px;
	border-left: 1px solid #9096C6;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.four-columns-no-gutter-4 ul {
	margin-bottom: 12px;
	margin-left: 12px;
	font-size: 10pt;
}
.four-columns-no-gutter-4 ul li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 16px;
		margin-bottom: 4px;
}
.four-columns-no-gutter ul {
		margin-bottom: 12px;
		margin-left: 8px;
		margin-right: 8px;
		font-size: 10pt;
}
.four-columns-no-gutter ul li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 16px;
		margin-bottom: 4px;
}


.services-box, .pricing-box {
	background-color: #fafafa;
	border: 1px solid #e2e2e2;
	width: 238px;
	padding: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 10px;
	border-radius: 7px;
	text-align: center;
	font-size: 11pt;
	font-family: 'Open Sans',sans-serif;
}

.services-box a.button, .pricing-box a.button{
	width:217px;
}

.services-box h4, .pricing-box h4{
	background-image: url(images/services_title_bg.gif);
	background-repeat: repeat-x;
	font-style: normal;
	margin-top: 0px;
	color: #535353;
	font-size: 13pt;
	font-weight: bold;
}

.services-box span, .pricing-box span {
	background-color: #fafafa;
	padding-left: 20px;
	padding-right: 20px;
}

/*-----------PORTFOLIO WITH PREVIEW -----------*/

.portfolio-big-img {
	margin-top: 19px;
	margin-bottom: 30px;
}

#portfolio-preview {
	float: left;
	height: auto;
	min-height: 200px;
	width: 600px;
}


.portfolio-items {
	float: left;
	width: 300px;
	padding-left: 1px;
}

.portfolio-sidebar {
	height: auto;
	min-height: 200px;
	float: right;
	width: 270px;
	margin-top: 13px;
	font-size: 15px;
	overflow: hidden;
}

.portfolio-sidebar img.shadow-frame {
	padding: 7px;
	margin-right: 17px;
	margin-bottom: 20px;
}

#portfolio-wrapper {
	margin-top: 22px;
	height: 395px;
}

#portfolio-big-pagination {
	margin-top: 10px;
	display: block;
	width: 270px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	text-transform: uppercase;
	line-height: 26px;
}

.portfolio-big-arrows {
	font-size: 26px;
	line-height: 22px;
	position: relative;
	top: 2px;
}

#portfolio-big-pagination a {
	text-decoration: none;
	font-style:normal;
	color:#454545;
}

#portfolio-big-pagination a:hover {
	color: #333;
	text-decoration: none;
}

#portfolio-navigation {
	margin-top: 17px;
}

#portfolio-navigation ul {
	display: inline;
}

#portfolio-navigation ul li {
	float: left;
	width: 135px;
}

#portfolio-navigation ul li a {
	border-bottom: 0px;
	width: 135px;
}

#portfolio-navigation ul li a img {
	padding: 7px;
}



#sidebar-projects {
	float: left;
	width: 288px;
	padding-left: 1px;
	margin-top:10px;
	margin-bottom:10px;
	}

#sidebar-projects img {
	margin-bottom:0px;
	margin-right:0px;
	padding:7px;
	float:left;
}

#sidebar-projects li a {
	border-bottom:0px;
	width:124px;
	float:left;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	margin-right:20px;

}


/*------------------ GALLERY ---------------------*/

#gallery {
	margin-top: 45px;
	min-height:800px;
}

#gallery img {
	margin-right: 0px;
}

#gallery-categories {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	line-height: 29px;
}

#gallery-categories h6 {
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 3px;
}

#gallery-categories ul li {
	display: inline;
	padding-right: 30px;
	font-size: 14px;
	text-transform: uppercase;
	color: #a4a4a4;
	position: relative;
	top: -1px;
}

#gallery-categories ul li.selected,#gallery-categories ul li:hover {
	color: #6a6a6a;
}

/* pagination styles */
#portfolio-pagination {
	float: left;
	margin-top: 20px;
}

#portfolio-pagination ul{
	margin: 0;
	padding: 0;
}

#portfolio-pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}

#portfolio-pagination ul li:hover,#portfolio-pagination ul li.selected {
	background-image: url(images/page_nav_active_black.png);
}

/* item styles */

.portfolio-item {
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
}

.portfolio-item a{
	display: block;
}

.portfolio-item img{
	border-width:0px;
}

.page-wrapper {
	float: left;
}

/* category filter styles */

#portfolio-categories {
	width:100%;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	line-height:29px;
	float:left;
	margin-bottom:45px;


}

#portfolio-categories h6{
	float:left;
	margin-top:3px;
	margin-bottom:0px;
	margin-right:20px;
	margin-left:3px;

}

#portfolio-categories_left{
	display:none;
}

#portfolio-categories_right{
	display:none;
}


#portfolio-categories ul li {
	display:inline;
	padding-right:30px;
	font-size:14px;
	text-transform:uppercase;
	color:#a4a4a4;
	position:relative;
	top:-1px;
	float:left;
}

#portfolio-categories ul li.selected {
	color: #000;
}

#portfolio-categories ul li:hover a {
	text-decoration: none;
	font-style: normal;
}



.port_cat_l {
	display:none;
}

.port_cat_r {
	display:none;
}


.port_cat_active{
	display:inline;
	float:left;
}

.loading {
	width: 54px;
	height: 55px;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
	margin-top:80px;
}


/*-------------------------END CONTENT----------------------------*/
#footer-container {
	background-color: #9096C6;
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 36px;
	padding-bottom: 25px;
/*    background-image: url(images/patterns/20.png); 	*/
}

#footer-container .hr {
	position: relative;
	top: -7px;
	left: 0px;
}

#footer-line {
	width: 100%;
	height: 7px;
	background-color: #65c8c6;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
    background-image: url(images/patterns/18.png);
}

#footer {
	margin-top: 25px;
	color: #cbcbcb;
	font-size: 14px;
}

#footer h4 {
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	font-size: 11pt;
	word-spacing: 5px;
	font-style: normal;
	font-weight: bold;
}

#footer h5 {
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

#footer ul {
	text-decoration: none;
	list-style: none;
}

#footer ul li a {
	display: block;
	width: 205px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
}

#footer ul li a:hover {
	text-decoration: none;
	color: #E4E6F1;
}

#footer hr {
	border-color: #fff;
}

#footer-icons {
	width: 206px;
	height: 50px;
}

#footer-icons ul {
	display: inline;
	height: 50px;
	width: 206px;
}

#footer-icons li {
	display: inline;
	list-style: none;
	float: left;
}

#footer-icons li {
	width: 32px;
	border-bottom: 0px;
	padding-right: 9px;
}

#footer #footer-icons ul li a {
	border-bottom: 0px;
}

#footer-icons a img {
	opacity: 0.9;
	filter: alpha(opacity =   90);
}

#footer-icons a img:hover {
	opacity: 1;
	filter: alpha(opacity =   100);
}

#footer p {
	margin-top: 10px;
}

#footer-projcets {
	margin-top: 10px;
}

#footer #footer-projcets ul li a {
	border-bottom: 1px solid #292929;
}

#footer-projcets ul {
	display: inline;
}

#footer-projcets ul li {
	float: left;
}

#footer-projcets ul li a {
	width: 80px;
	height: 80px;
	background-color: #2d2d2d;
	margin: 3px;
	padding: 7px;
	border: 1px solid #292929;
}

#footer-projcets ul li a:hover {
	background-color: #353535;
	border: 1px solid #292929;
}

#copyrights {
	width: 960px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
}

#copyrights h5 {
	font-size: 12px;
	font-style: italic;
	margin-top: 12px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

/*-------------------------SIDEBAR----------------------------*/
.sidebar {
	height: auto;
	min-height: 200px;
	float: right;
	width: 270px;
	margin-top: 11px;
	font-size: 15px;
}
.sidebar a{
	font-style:normal;
}

.sidebar-box{
	margin-bottom:25px;

}

.sidebar-box ul {
	text-decoration: none;
	list-style: none;
	margin-top: -4px;
}

.sidebar-box ul li a {
	display: block;
	width: 258px;
	color: #6a6a6a;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
	padding: 6px;
}

.sidebar-box ul li a:hover {
	color: #373737;
}

.sidebar-box h4 {
	font-family: "BebasRegular";
	font-size: 17px;
	font-style: normal;
	color:#747474;
	word-spacing:4px;
}

.sidebar-box input[type='text']{
	width:260px;
	margin-bottom:10px;

	height:29px;
}

.double-hr{
	background-color:transparent;
	border-style:solid;
	height:3px;
	border-top: 1px solid #9096C6;
	border-bottom: 1px solid #9096C6;
	font-size:2px;
	margin-bottom:22px;
	margin-top:4px;
}

#footer .double-hr{
	border-top:1px solid #616161;
	border-bottom:1px solid #616161;

}

.sidebar-box .double-hr{

	margin-bottom:10px;

}




/*-------------------------END SIDEBAR----------------------------*/
	/* --------------------- BUTONS --------------------- */
a.button,a.button {
	background: transparent url(images/buttons_a.gif) no-repeat scroll
		top right;
	display: inline-block;
	height: 49px;
	margin-right: 6px;
	margin-top: 0;
	padding-right: 20px;
	/* the same value as the width of buttons_a.gif  */
	text-decoration: none;
	color: #8e8e8e;
	font-style:normal;
}

a.button span,a.button span {
	background: transparent url(images/buttons_span.gif) no-repeat top
		left;
	display: block;
	line-height: 21px;
	padding: 13px 42px 15px 61px;
	text-transform: uppercase;
	font-family: 'Open Sans',sans-serif;
	font-size: 12pt;
	font-weight: bold;
	word-spacing: 4px;
	color: #545981;
}

a.button:hover,a.button:hover {
	color: #fff;
	background-position: bottom right;
	cursor: pointer;
	text-decoration: none;
}

a.button:hover span,a.button:hover span {
	color: #8e8e8e;
	background-position: bottom left;
	cursor: pointer;
}




a.button-small,a.button-small {
	background: transparent url(images/buttons_small_a.gif) no-repeat scroll
		top right;
	display: inline-block;
	height: 35px;
	margin-right: 6px;
	margin-top: 0;
	padding-right: 20px;
	/* the same value as the width of buttons_a.gif  */
	text-decoration: none;
	color: #8e8e8e;
	font-style:normal;
}

a.button-small span,a.button-small span {
	background: transparent url(images/buttons_small_span.gif) no-repeat top
		left;
	display: block;
	line-height: 21px;
	padding: 7px 12px 7px 31px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 17px;
	word-spacing: 4px;
}

a.button-small:hover,a.button-small:hover {
	color: #fff;
	background-position: bottom right;
	cursor: pointer;
	text-decoration: none;
}

a.button-small:hover span,a.button-small:hover span {
	color: #8e8e8e;
	background-position: bottom left;
	cursor: pointer;
}



/*------------------ NEW - SLIDER ----------------------*/
.relative {
	position: relative;
}

img.shadow-frame {
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #c6c6c6;
	-webkit-box-shadow: 0px 0px 6px #c6c6c6;
	box-shadow: 0px 0px 6px #c6c6c6;
}


.image-margin{

	margin:5px;


}

/*-------- NEW 2---------*/
#description-box {
	position: absolute;
	width: 922px;
	background-color: #000;
	z-index: 20;
	bottom: -100px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.8;
	filter: alpha(opacity =   80);
}

#description-box p {
	color: #fff;
}

#testimonials {
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
	padding: 10px 0 5px 2px;
	width: 580px;
}

#testimonials img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity =   70);
	padding: 5px;
	-moz-box-shadow: 0px 0px 6px #c6c6c6;
	-webkit-box-shadow: 0px 0px 6px #c6c6c6;
	box-shadow: 0px 0px 6px #c6c6c6;
}

#testimonials img.current {
	cursor: default;
	opacity: 1;
	filter: alpha(opacity =   100);
}

#testimonials div {
	width: 0px;
	float: left;
	display: none;
	margin-right: 10px;
}

#testimonials div.first {
	width: 245px;
	display: block;
}

#testimonials div h3 {
	color: #444;
	margin: 0 0 -10px 0;
	width: 240px;
	font-size: 15px;
}

#testimonials div p {
	font-size: 12px;
	width: 240px;
	line-height: 1.8em;
	margin-top: 13px;
	margin-bottom: 0px;
}

/*---------- DROP DOWN ------------*/
#menu ul ul {
	width: 150px;
	top: 10px;
	left: 5px;
	padding-top: 12px;
	text-align: left;
	visibility:hidden;
}

#menu ul ul ul {
	top: -1px;
	left: 150px;
	padding: 0px;
	border: 1px solid #ebebeb;
}

#menu ul ul li a {
	font-family: 'Open Sans',sans-serif;
/*	font-family: "DroidSerifRegular"; */
	font-size: 11px;
	padding-right: 0px;
	height: auto;
	text-align: left;
	line-height:30px;
	padding-left:10px;
	display:block;
}

#menu ul ul li {
	display: block;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-color: #fff;
}

a.sf-with-ul {
	display: inline;
}


#menu ul .sf-sub-indicator{
	top:0px;
	top:6px;
	right:3px;
}

#menu ul ul li .sf-sub-indicator{
	top:0px;
}


/*------------------ TABS------------------*/

.tabs-container{
	min-height:200px;
}

/* root element for tabs  */
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:45px;
	border-bottom:1px solid #cdcdcd;
}

/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
.tabs a {
    background:url(images/tabs.png) no-repeat 0 0  transparent;
	font-size:14px;
	display:block;
	height: 45px;
	line-height:45px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#6a6a6a;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: 0 -46px;
	color:#454545;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0 -92px;
	cursor:default !important;
	color:#000 !important;
	font-style:italic;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1  			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -46px; }
.tabs .w1.current { background-position: -519px -92px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -46px; }
.tabs .w2.current { background-position: -366px -92px; }


/* width 3 */
.tabs .w3 a			{ background-position: -247px -0px; width:174px;}
.tabs .w3:hover a 	{ background-position: -247px -46px; }
.tabs .w3 a.current  { background-position: -247px -92px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -46px; }
.tabs .w4.current { background-position: -0px -92px; }


/* initially all panes are hidden */
.panes .pane {
	display:none;
	border:1px solid red;
}

.panes{
 	padding:15px;
	border:1px solid #CCC;
	border-top:0px;
}


/*------------------- ACCORDION ------------------------*/


.accordion-container{
	height:350px;

}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#fafafa;
	width: 300px;
	border:1px solid #e2e2e2;
}

/* accordion header */
#accordion h2 {
	background:#ededed;
	margin:0;
	padding:10px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:155px;
	padding:15px;
	color:#6a6a6a;
	font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#big-slider #slider {
	height: 450px;
}

#big-slider #slider-img-wrapper {
	height: 453px;
}

#big-slider #slider img {
	height: 450px;
}

.item-wrapper{
	float: left;
}

.item-desc{
	width:300px;
	margin-top:15px;
}

.item-desc h4{
	margin-bottom:0px;
}

.item-desc p{
	margin-top:10px;
	margin-bottom:5px;
}


/*------------- NEW ----------------*/

#nivo-slider img {
top:0px;
left:0px;
}



/*------------- CONTACT PAGE --------------*/

input {
	width: 300px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans',sans-serif;
	font-size: 11pt;
}

input.radio {
	width: 40px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans',sans-serif;
	font-size: 11px;
}

input.checkbox {
	width: 40px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans',sans-serif;
	font-size: 11px;
}


textarea {
	width: 300px;
	height: 150px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #ccc;
	padding-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#submit_form{
	margin-top:25px;
}

form h6{
	margin-bottom:3px;
}

.contact_message {
	z-index: 1000000;
}

.check {
	width: 24px;
	height: 24px;
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
}

.contact_loader {
	width: 32px;
	height: 32px;
	background-image: url(images/contact-loader.gif);
	background-repeat: no-repeat;
}

#contact_status {
	margin-top:30px;

}

.invalid {
	border: 1px solid #ff6666;
}

#invalid_input {
	display: none;
}

#sent_successful {
	display: none;
}

.question_icon {
	width: 14px;
	height: 13px;
	background-image: url(images/question_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	right: -40px;
	z-index: 2;
}

.contact_form_textarea .question_icon {
	top: 40px;
}

.contact_form_input, .contact_form_textarea{
	position: relative;
	width:290px;
}



.contact_message {
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100px;
	position: absolute;
	top: 37px;
	right: 15px;
	z-index: 1;
	margin-bottom: 0px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 3000;
}

.contact_form_textarea .contact_message {
	top: 57px;
}

.contact_message p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact_status div {
	float: left;
}

#contact_status span {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

#slider-container{
	overflow: hidden;
}


/*---------------- NEW -----------------*/

#gallery{
	padding-top:3px;
}

#map-canvas{
width:268px;
height:268px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #c6c6c6;
	-webkit-box-shadow: 0px 0px 6px #c6c6c6;
	box-shadow: 0px 0px 6px #c6c6c6;
	border:1px solid #CCC;
	margin-top:25px;
}

/*---------------- LEFT SIDEBAR -----------------*/
/* remove this comment to move sidebar on the left*/
.sidebar-to-left #content {
	float: right;
}
.sidebar-to-left .sidebar {
	float: left;
}

/* -------- Menu --------- */
/* Top Menu */
#top_bar {
    text-align: center;
    margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0 0px;
	color: #000;
	margin-bottom: 0px;
}
#top_nav {
    text-align: center;
    margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 3px 40px;
	color: #111;
	margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11pt;
	-webkit-font-smoothing: antialiased;
}

/* base main menu css */
/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
	z-index: 10;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a  {
    text-decoration: none;
    color: #111;
/*    background: #fff; */
    padding: 0px;
    display:inline-block;
}

/*Link Appearance*/
ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
/*    background: #fff; */
    padding: 0px;
    display:inline-block;
}

ul#menu li a:hover {
    text-decoration: none;
    color: #9096C6;
/*    background: #fff; */
    padding: 0px;
    display:inline-block;
	border-bottom: 2px solid #9096C6;
}

ul#menu li ul.sub-menu li a:hover {
    text-decoration: none;
    color: #9096C6;
/*    background: #fff; */
    padding: 0px;
    display:inline-block;
	border-bottom: 0px;
}

/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 22px;
    left: 0;
    width: 110px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
	margin-left: -26px;
}

	/* css for the slideshow Learn More button */
.classname {
	-moz-box-shadow:inset 0px 0px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bbdaf7;
	box-shadow:inset 0px 0px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #06BBFF), color-stop(1, #00a2dc) );
	background:-moz-linear-gradient( center top, #06BBFF 5%, #00a2dc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06BBFF', endColorstr='#00a2dc');
	background-color:#00a2dc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 0px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight:bold;
	padding:4px 17px;
	text-decoration:none;
	text-shadow:1px 1px 0px #444;
    margin-top: 12px;
}
.classname:link  {
        color: #ffffff;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00a2dc), color-stop(1, #06BBFF) );
	background:-moz-linear-gradient( center top, #00a2dc 5%, #06BBFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2dc', endColorstr='#06BBFF');
	background-color:#43597E;
    color: #ffffff;
}
.classname:active {
	position:relative;
	top:1px;
}
.classname:visited  {
        color: #ffffff;
}

.classnamebusiness {
	-moz-box-shadow:inset 0px 0px 0px 0px #222;
	-webkit-box-shadow:inset 0px 0px 0px 0px #222;
	box-shadow:inset 0px 0px 0px 0px #222;
	background-color:#9096C6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 0px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight:bold;
	padding:4px 17px;
	text-decoration:none;
	text-shadow:1px 1px 0px #444;
    margin-top: 12px;
}
.classnamebusiness:link  {
        color: #ffffff;
}
.classnamebusiness:hover  {
        color: #ffffff;
		text-decoration: none;
}

/* css for the slideshow Learn More button */


/* MAOHN IMG STYLE */
img.maohnimg {
  padding: 3px;
  border: 1px solid #545981; /* lite blue from the top of the footer */
}

/* button */
.click_button {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background: #545981;
 width: 160px;
 height: 24px;
 text-align: center;
 padding: 12px 0 0 0;
 font: 1.2em/12px Amble, 'Trebuchet MS', 'Gill Sans', sans-serif;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 }
.click_button_np {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background: #545981;
 width: 250px;
 height: 24px;
 text-align: center;
 padding: 12px 0 0 0;
 font: 1.2em/12px Amble, 'Trebuchet MS', 'Gill Sans', sans-serif;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 }

 .click_button:hover, .click_button_np:hover {
 background: #1B2257;
 text-decoration: none;
 color: #fff;
 }

 .hiring_game {
 text-align: center;
 padding: 0px 3px 0px 3px;
 width: 26px;
 height: 15px;
 font: 11px Amble, 'Trebuchet MS', 'Gill Sans', sans-serif;
 font-weight: bold;
 color: #000;
 text-decoration: none;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 border: 2px solid #000;
 }

 .event_button {
 display: block;
 background: #545981;
 width: 160px;
 height: 24px;
 text-align: center;
 padding: 12px 0 0 0;
 font: 1.2em/12px Amble, 'Trebuchet MS', 'Gill Sans', sans-serif;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 }

.event_button:hover {
 background: #1B2257;
 text-decoration: none;
  color: #fff;
 }

 .submit_button {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background: #545981;
 width: 160px;
 height: 24px;
 text-align: center;
 padding: 2px 0 0 0;
 font: 1.2em/12px Amble, 'Trebuchet MS', 'Gill Sans', sans-serif;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 }

 .submit_button:hover {
 background: #1B2257;
 text-decoration: none;
  color: #fff;
 }


 #search_box {
/*	margin-left: 417px;
    text-align: right; */
	width: 188px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top;
/*	background-image: url(images/search-bg.png);	*/
	float: right;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 12px;
}

/* Social icons css */
.linkedin {
display: block;
width: 33px;
height: 32px;
background: url(images/social_media_grey_linkedin.png) bottom;
text-indent: -99999px;
}
.linkedin:hover, .linkedin:focus {
	background-position: 0px 0px;
}

.twitter {
display: block;
width: 33px;
height: 32px;
background: url(images/social_media_grey_twitter.png) bottom;
text-indent: -99999px;
}
.twitter:hover, .twitter:focus {
	background-position: 0px 0px;
}

.facebook {
display: block;
width: 33px;
height: 32px;
background: url(images/social_media_grey_facebook.png) bottom;
text-indent: -99999px;
}
.facebook:hover, .facebook:focus {
	background-position: 0px 0px;
}


h2.bigquote {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #e3e3e3;
	font-size: 16pt;
	font-weight: normal;
}


/* div for the quicksan to fit it on smartphone */

@media only screen and (min-width: 800px) and (max-width: 2000px) {
#quickscan {
    width: 788px;
}
#quickscancategory {
    width: 94px;
	float: left;
}
}

@media only screen and (min-width: 321px) and (max-width: 799px) {
#quickscan {
    width: 450px;
}
#quickscancategory {
    width: 94px;
	float: left;
}
}

@media only screen and (min-width: 1px) and (max-width: 320px) {
#quickscan {
    width: 314px;
}
#quickscancategory {
    width: 60px;
	float: left;
}
}

ul.register {
		margin-bottom: 12px;
		margin-left: 12px;
		font-size: 10pt;
    	font-family: 'Open Sans', sans-serif;
}

ul.register li {
		list-style: disc;
		line-height: 20px;
		padding-left: 6px;
		margin-left: 24px;
		margin-bottom: 4px;
}
.date_updated {
	color: #999;
	font-size: 9pt;
	line-height: 30px;
	margin-bottom: 30px;
}
/* New Twitter Feed */
.twitter_feed {
   font-size: 10pt;
}
.twitter_feed ul {
list-style-type: none;
margin-left: 4px;
}
.twitter_feed p.timePosted {
  font-size: 10pt;
}
#footer .twitter_feed ul li a {
	display: block;
	width: 205px;
	color: #ccdded;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	border-bottom: 0px solid #616161;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: normal;
}
#footer .twitter_feed ul li a:hover {
	color: #f6c2ac;
	text-decoration: underline;
}
