/* ---------------------------------------------------------------------------
Basic Tags
--------------------------------------------------------------------------- */
* html, body {
	height: 100%;
}

h1 {
	margin-left: -10px;
}

#content h1 {
	margin-left: -10px;
	margin-bottom: 30px;
}

h2{
	margin-top: 4em;
	/*width:100%;
		float:left;	*/
}

h3 {
	margin: 1em 0 .25em 0;
}

p {
	padding: 0 0 1em 0;
	/*width:100%;
		float:left;*/
}

hr {
}

.clear {
	clear: both;
}

/* ---------------------------------------------------------------------------
Container
--------------------------------------------------------------------------- */
#container { 
	clear: both;
	width: 960px;
	position: relative;
	min-height: 100%;
	height: 100%;
	margin: -372px auto -160px auto;
}

/* ---------------------------------------------------------------------------
Header
--------------------------------------------------------------------------- */
#header {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 250px;
}


/* ---------------------------------------------------------------------------
Primary Navigation
--------------------------------------------------------------------------- */
#navigation {
	float: left;
	width: 186px;
	height: auto;
	padding-bottom: 4px;
	z-index: 100;
}

#navigation ul {
	margin-top: 50px;
}

#navigation li {
}

#navigation .button {
	display: block;
	height: 47px;
	width: 100%
}

#navigation .sub {
	padding-left: 36px;
	margin: .75em 0;
}


/* ---------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	height: 160px;
	width: 100%;
}

#footer .container {
	width: 960px;
	margin: 0 auto 0 auto;
}

#footer ul {
	margin: 12px 0 72px 0;
	width: 960px;
	float: left;
	clear: both;
}

#footer li {
	float: left;
	margin-right: 6em;
}

#footer .bbb {
	width:auto;
	float: left;
	margin-right: 10px;
}
#footer .nabcep {
	width:auto;
	float: left;
	margin-left: 20px;
	margin-right: 150px;
}

#footer address {
	padding-top: 12px;
	padding-left: 12px;
	float: left;
	/*width: 43%;*/
}

#footer .bullet {
	color: #CC6600;
}

#footer .facebook {
	margin-right: 12px;
}

#footer .twitter {
	margin-right: 12px;
}

#footer .copyright {
	float: left;
	width: 30%;
}

.clear_footer {
	height: 160px;
	clear: both;
}


/* ---------------------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------------------- */
.breadcrumbs { 
	margin-top: 1em;	
}


/* ---------------------------------------------------------------------------
Content
--------------------------------------------------------------------------- */
#content {
	float: left;
	width: 700px;
	margin-left: 60px;
	padding: 280px 0 64px 0;
	position: relative;
	top: -12px;
	z-index: 1;
}


#content img {
	margin: .25em .25em 1em .25em;
	width: auto;
	float: right;
}

#content ul {
	margin: 0 0 1.5em 4em;
}

#content li {
	margin-bottom: .5em;
}

#content .containLeft {
	width:65%;
	float:left;
}

#content .containRight {
	width:25%;
	float:left;
	margin-left:10%;
}

#content .containRight ul {
	margin: 10px 0 0 0px;
	float:left;
	width:auto;
}

#content .containRight blockquote {
	margin-top: 3.25em;
}

.fullspan { /*-- a style for blockquote --*/
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.error {
	padding: 10px 5px;
}


/* ---------------------------------------------------------------------------
Homepage
--------------------------------------------------------------------------- */
#homepage {
	z-index: -1;
}

#homepage h1 {
	padding: 300px 60px 0 240px;
	position: static;
	zoom: 1;
}

#homepage h2 {
	margin-top: 0;
	padding: 0px 60px 0 240px;
}

#homepage p {
	margin-top: 0px;
	padding: 20px 60px 0 240px;
}


/* ---------------------------------------------------------------------------
tables
--------------------------------------------------------------------------- */
table {
	width:220px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
th {
	padding: 5px 10px;
	background:#ffec8c;
	color:#264d60;
	font-weight:bold;
	text-align:center;
}
td {
	padding:10px;
	border:1px solid #ccc;
}

/* ---------------------------------------------------------------------------
Artificial Rule
--------------------------------------------------------------------------- */
.artificial-rule {	
	clear: both; 
	width: 100%; 
	height: 1px;
	margin:20px 0;
	float:left;
}

/* ---------------------------------------------------------------------------
Services
--------------------------------------------------------------------------- */
.next_project,
.previous_project {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border:none;
	background-color: #FFD400;
	display:block;
	padding:5px 3px;
}

/* ---------------------------------------------------------------------------
Project Slideshow
--------------------------------------------------------------------------- */
#gallery {
	width:600px;
	height:425px;
	margin-top:20px;
	float:left;
}
#slideNav {
	width:600px;
	margin:5px 0;
	float:left;
}
#slideNav ul {
	margin:0;
}
#slideNav li {
	height:20px;
	width:20px;
	float:left;
	list-style:none;
	margin-right:5px;
	text-align:center;
}
#slideNav a:link {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border:none;
	background-color:#FFD400;
	display:block;
	padding:5px 3px;
}
#slideNav li.selected a:link {
	color: #fff;
	text-decoration: none;
	background-color:#8ab6c5;
	padding:5px 3px;
}
#slideNav a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border:none;
	background-color:#FFD400;
	display:block;
	padding:5px 3px;
}
#slideNav a:hover,
#slideNav a:visited:hover {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border:none;
	background-color:#fbe787;
	display:block;
}
#gallery a.advance-link {
	text-decoration:none;
	border:none;
}
