/* css information
-------------------------------------------------------- */

* {padding: 0; margin: 0; border: 0;}

html, body {
	height: 100%; /* Required */
	margin: 0 auto;
}

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #2C4967;
	color: #CCC;
	height: 100%; /* Required */
}

li { list-style: none; }

.hide { display: none; }

#container {
	min-height: 100%; /* For Modern Browsers */
	height: auto; !important
	height: 100%; 
	margin: 0 auto -75px;
}


/* wrapper */

#tagline-wrapper {
	background-color: #000;
	width: 100%;
	
}	
#tagline {
	height: 30px;
	text-align: left;
	width: 990px;
	margin: 0 auto;
}

#tagline h2 {
	font-weight: normal;
	font-size: 1.0em;
	padding: 7px;
	color: #2C4967;
	letter-spacing: 0.5px;
	margin-left: 290px;
}

#header-wrapper {
	background: #082141 url("images/header-bg.jpg") center top repeat-x;
	height: 150px; 
	width: 100%;
}

#header-image { background: url("images/header-img.jpg") left top no-repeat; }

#content-wrapper {
	background: #2C4967;
	width: 100%;
	float: left;
	height: 100%;
}

#footer-wrapper {
	background: #082141 url("images/bottom-bg.gif") left top repeat-x;
	width: 100%;
	float: left;
	height: 75px;
	margin: -75 auto 0 auto;	
	clear: both;
	position: relative;
}

#clear-footer { height: 40px; }

#content, #header, #nav, #footer {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

#content {
	padding: 40px 0;
}

#left {
	position: relative;
	width: 290px;
	float: left;
	padding-bottom: 40px;
}

#right {
	position: relative;
	width: 700px;
	float: right;
	padding-bottom: 40px;
}


/* navigation elements
-------------------------------------------------------- */ 

#logo {
	position: relative;
	top: 0; 
	left: 10px;
	width: 230px; 
	height: 150px;
	background: url("images/lintasdaya-logo.png") no-repeat;
}

#logo a, #logo h2 {
	display: block;
	width: 230px; 
	height: 150px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#nav-wrapper { background: #082141 url("images/topmenu-bg.gif") left bottom repeat-x; }

#nav { height: 33px; position: relative; letter-spacing: 1px; }

#nav ul {
	text-align: right;  
	width: 700px; 
	position: absolute;
	right: 0; 
}

#nav li { display: inline; float: left; letter-spacing: 1px; }

#nav a {
	display: block;
	float: left;
	padding: 7px 15px;
	color: #006699;
	text-decoration: none;
	font-size: 1.0em;
	border-top: 1px solid #082141; 
	border-right: 1px solid #082141;
	border-left: 1px solid #082141;
}

#nav a:hover { 
	color: #FFF;
}

#nav a.current { 
	color: #FFF; 
	border-top: 1px solid #2C4967; 
	border-right: 1px solid #2C4967;
	border-left: 1px solid #2C4967;
}

#subnav { width: 230px; padding-top: 35px; }

#subnav li { display: inline; }

#subnav li a {
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #506f8f;
}

#subnav li li a {
	padding-left: 12px !important;
	font-size: 1em;
}

#subnav a.current {
	color: #FFF;
}


/* content elements
-------------------------------------------------------- */
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #69c2ff;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #69c2ff;
	padding-top: 1em;
}


#right p, #right li {
	padding-bottom: 0.5em;
	line-height: 1.4em;
}

#right li {
	background: url("images/small-arrow.png") left 5px no-repeat;
	padding-left: 12px;
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

#left h3 {
	border-bottom: 1px solid #3b5488;
	margin-bottom: 6px;
}

#content a {
	color: #69c2ff;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	color: #FFF;
}

#footer p {
	color: #305270;
	padding: 30px 0;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.5px;
	margin-left: 290px;
}

#footer a { color: #30527D; }


/* tabular elements
-------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 10px 0px;	
}

table.testimonials { font-size: 1.1em}

th {
	background: #082140;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #CCC;
	text-align: left;
	border-left: 1px solid #2C4967;
	border-bottom: solid 3px #2C4967;
}

tr { height: 30px; }

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #2C4967;
	border-bottom: 1px solid #2C4967;
	font-size: 0.85em;
}

td.testimonials {
	padding: 10px;
	font-size: 1em;
	vertical-align: top;
}

td.form {
	padding: 5px;
	font-size: 1em;
}

td.first,th.first { border-left: 0px; }

tr.row-a { background: #1F3A55; }
tr.row-b { background: #27425E;	}

img.project { padding-right: 10px; }


/* form elements
------------------------------------------------------- */

form {
	padding-left: 40px;
}

input, select, textarea {
	font: 1em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 5px;
	border: 1px solid #3b5488;
	background: #1c253b;
	color: #FFF;
	width: 300px;

	background: #fff;
	color: #000;
	border: 1px solid #1c253b;
}

select {
	width: auto;
}

textarea {
	height: 6em;
}

input.button {
	padding: 5px 15px;
	color: #FFF;
	border: 1px solid #1c253b;
	background: #082140;
	width: auto;
	cursor: pointer;
}

