/*
Basic Style Sheet
Version 2.0
Author  Joy Patrice Hruska
Email   jp@hruskatech.com
Website http://www.jpwebcreations.com
*/

/* Container */
#container {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left:-380px;
	margin-top: 25px;
	border: 2px solid #000;
	background:#fff;
}

/* Default body styles */
body {
	background-color:#A1C7DC;
	font-family: 'ludinda sans', Verdana, sans-serf;
	font-size:85%;
}

/* Rules for headings */
h1 {
	font-size: 100%;
}

h2 {
	font-size: 100%;
	color: #CC9900;
}

/* Default paragraph styles */
p {
	font-family: 'ludinda sans', Verdana, sans-serf;
	font-size: 85%;
	line-height: 150%;
}

.bold p {
	font-weight: 600;
	color: #CC9900;
	}

/* Masthead styles */
#masthead {
	height:125px;
	border-bottom:1px solid #000;
	background:#004162 url(images/masthead.png) no-repeat left top;
}

#masthead h1 {
	display: none;
}

/*main nav */
#mainNav {
	height: 28px;
	background:#CC9900 url(images/navbar.png) repeat-x left top;
	border-bottom: 1px solid #000;
}

#mainNav ul {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
	width: 760px;			/* for IE5 */
	voice-family:"\"}\"";
	voice-family:inherit;
	width:738px;			/* for normal browsers */
	html>body #sidebar {    /* fixed for or Opera */	
		738px;
	}
}

#mainNav ul li {
	float: left;
	font-size: 100%;
	line-height: 150%;
}

#mainNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.9em;		/* vertically aligns text */
	text-decoration: none;
	color: #fff;
	font-variant:small-caps;
}

#mainNav ul a:hover {
	color:#000;
}

/* no cursor for the page that is being viewed */
#home #mainNav .home a,
#process #mainNav .process a,
#services #mainNav .services a,
#portfolio #mainNav .portfolio a,
#about #mainNav .about a,
#contact #mainNav .contact a {
	cursor:default;
	color:#fff;
}

/* Content styles */
#content {
	float:left;
	width: 490px;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
}

#content ul {
	line-height:2.1em;
	font-size:100%;
	font-weight:700;
}

/*content for Portfolio page*/
/*left column*/
#contentLeft {
	clear:both;
	float:left;
	display:inline;
	width: 180px;
	margin:0 0 10px 40px;
	padding:8px;
	border:1px solid #003F7A;
	background-color:#316E8C;
	text-align:center;
}

/*right column*/ 
#contentRight {
	float:left;
	display:inline;
	width: 180px;
	margin:0 10px 10px 5px;
	padding:8px;
	border:1px solid #003F7A;
	border-left:none;
	background-color:#316E8C;
	text-align:center;
}

/*both columns*/
#contentLeft img,
#contentRight img {
	margin-bottom:7px;
}

#contentLeft a,
#contentRight a {
	color:#fff;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
}

#contentLeft a:hover,
#contentRight a:hover {
	text-decoration:underline;
}

.row1 {
	height: 215px;
}

.row2 {
	height: 258px;
}

.row3 {
	height: 298px;
}

.row4 {
	height: 165px;
}

.row4 p {
	color:#fff;
	font-weight:bold;
	margin-top:0;
}

/* Sidebar in content area*/
#sidebar {
	float:right;
	width:190px;
	margin:10px 10px 10px 0;
	padding:10px;
	text-align:center;
	border:1px solid #CC9900;			
}

/* Footer */
#footerNav {
	clear:both;
	height:35px;
	background:#CC9900 url(images/footerbar.png) repeat-x left bottom;
	border: 1px solid #000;
}

#footerNav ul {
	margin:0;
	padding:0;
	list-style: none;
	display:inline;
	width: 760px;			/* for IE5 */
	voice-family:"\"}\"";
	voice-family:inherit;
	width:738px;			/* for normal browsers */
	html>body #sidebar {    /* fixed for or Opera */	
		738px;
	}
}

#footerNav ul li {
	display:inline;
	font-size:75%;
	line-height:3.5em;		/* aligns footer nav vertically & pushes copyright info below page */
	color:#000;
}

#footerNav ul a {
	display:inline;
	text-decoration: none;
	color: #000;
}

#footerNav ul a:hover {
	text-decoration:underline;
}
