/*****Basic Elements*****/  

body {
	background: #000000;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.blue {
color: #45f7f5;
}

.pink {
color: #fb2eac;

}

.green {
color: #55fb28;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #00b6e8;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 20px;
}

h3 {
	font-size: 17px;
	margin-bottom: 2px;
	color: #FFFFFF
	font-weight: bold;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;	
}

p, pre {
	margin-bottom: 10px;
	color: #fff;
}

strong {
	color: #00B6E8;
	font-weight: bold;
}


newsdate {
	color: #00B6E8;
	
}

newsfont {
	color: #FFFFFF;
	font-weight:bold; 
	
}

companyfont {
	color: #FFFFFF;
	font-weight:lighter; 
	
}


ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.list-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.list-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list.gif) no-repeat 0px 8px;
	color: #8ac421;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} 

div.hr2 {
	border-top: 1px dashed #e9eced;
	height: 1px;
	width: 214px;
	margin: 10px 0px;
	clear: both;
} 


fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #00B6E8;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}


/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 112px;
}

/** Logo **/

#header h1 {
	background: url(images/logo.png) no-repeat;
	width: 174px;
	height: 21px;
	text-indent: -9990px;
	margin: 35px 0px 5px;
}

/** Slogan **/

#header span#slogan {
	font-style: italic;
	color: #81726a;
	font-size: 13px;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 42px;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #00b6e8;
	display: block;
	padding: 12px 20px;
	text-transform: uppercase;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li.active a, #header ul#top_menu li a:hover {
	color: #fff;
}


/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	background: #000000 url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #00B6E8;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #000000 repeat-x;
	padding: 14px 30px 8px;
}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #000000;
}


#footer h6 {
	float: none;
	color: #fff;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area {
	background: url(images/featured_bg.gif) repeat-x;
	height: 308px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
}

#featured_area .description h2 {
	font-size: 23px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: bold;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.view_folio {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	background: orange none repeat scroll 0 0;
}

#featured_area .photo {
	background: url(images/featured_image_bg.gif) repeat-x;
	padding: 8px;
	margin-top: 9px;
	float: right;
	position: relative;
}

#featured_area .photo img {
	width: 600px;
	height: 210px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: none;
}



a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 753px;
	height: 36px;
	position: absolute;
	bottom: 46px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/prevbutton.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/nextbutton.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(images/page_bg.gif) repeat-x top left;
	border-bottom: 1px solid #FFF;
	height: 55px;
	border-top: 1px solid #FFF;
}

#pagename h2 {
	color: white;
	margin: -1px 0px 0px;
	font-size: 35px;
	font-family: Palatino Linotype, Georgia, serif;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#services {
	width: 560px;
	float: left;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 195px;
	margin: 0px 70px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
}

body#home div#services ul li#first {
	background: url(images/serviceicon1.png) 0px 25px no-repeat;
}

body#home div#services ul li#second {
	background: url(images/serviceicon2.png) 0px 25px no-repeat;

}

body#home div#services ul li#third {
	background: url(images/serviceicon3.png) 0px 25px no-repeat;
}

body#home div#services ul li#fourth {
	background: url(images/serviceicon4.png) 0px 25px no-repeat;
}



body#home div#services ul li.last {
	margin-right: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
	margin-top: 0px;
}

body#home div#latest-news {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color: #454444;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #00b6e8;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #00B6E8;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.arch {
	color: #ccdbe4;
}

div.post-meta a.arch:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #FFFFFF;
	background: transparent url(images/viewbutton.jpg) no-repeat scroll 0 0;
	padding: 6px 20px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: transparent url(images/viewbutton_hover.jpg) no-repeat scroll 0 0;
	color: #000000
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: capitalize;
}


/** Contact Page **/

p#contact {
	font-weight: bold;
	font-size: 12px;
	color: #00B6E8;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: transparent url(images/viewbutton.jpg) no-repeat scroll 0 0;
	padding: 7px 10px;
	display: inline-block;
	font-size: 11px;
	width: 121px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: red;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}