body {
	font-family: "Helvetica Nue", Helvetica, Arial, Sans-serif;
	font-size:14px;
	background: white url('../images/background.jpg') no-repeat top center;
	text-align:center;
	color:#787878;
}

h1 {
	color:#F925B9;
	font-size:1.7em;
	background: url('../images/h1-background.jpg')no-repeat;
	padding-top:5px;
	padding-left:5px;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	text-transform: lowercase;
	font-weight:normal;
}

h2#blogTitle {
	text-indent:-9999px;
	background: url('../images/body-blog.jpg') no-repeat;
	font-size:0.1em;
	width:170px;
	height:37px;
	margin-top:10px;
}

h3 {
}


#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	height:250px;
}

#header .logo {
	float:left;
	margin-top:25px;
}

#header a img {
	border:none;
}

#featureBox {
	width: 500px;
	height:166px;
	border:solid 7px #F925B9;
	background-color:white;
	float:right;
	margin-top:35px;
	position:relative;
	overflow:hidden;
}
#featureText {
	width:115px;
	background-color:#F925B9;
	padding:5px;
	color:white;
	position:absolute;
	top:0;
	left:0;
	font-style: italic;
	font-weight:bold;
	
}
#featureDesc {
	padding:10px;
	background:#111111;
	opacity:0.7;
	color:white;
	position:absolute;
	bottom:0;
	right:0;
}

#featureBox a img {
	border:none;
}

#content-area {
	padding-top:10px;
	margin-bottom:45px;
}

#content {
	float:left;
	width:580px;
	border-right:dashed thin silver;
	padding-right:10px;
}

#contentHome {
	width: 500px;
}

#sidebar {
	margin-left:10px;
	float:left;
	width: 170px;
	font-size: 0.9em;
}

#sidebarHome {
	width: 270px;
}

#footer {
	text-align:right;
	font-size:0.8em;
	clear:both;
	height:44px;
	background: url('../images/footer-bg.jpg') no-repeat;
	padding-right:10px;
}

#footer p {
	padding-top:15px;
}


#navbar {
	height:35px;
	list-style:none;
	position:relative;
	margin:0px;
	padding:0px;
}


#navbar li {
	float:left;
}

#navbar li a {
	background: url('../images/navbar.gif') no-repeat 0 0;
	text-indent:-9999px;
	height:35px;
	position:absolute;	
}
#navbar li a:hover {
	background: url('../images/navbar-over.gif') no-repeat 0 0;
}

#navbar li#services a {
	width:150px;
	background-position:0px;
}
#navbar li#portfolio a {
	width:225px;
	background-position:-150px;
	left:150px;
}
#navbar li#about-us a {
	left:375px;
	width:175px;
	background-position:-375px;
}
#navbar li#start a {
	width:250px;
	background-position:-550px;
	left:550px;
}
#navbar li#services a {
	width:150px;
	background-position:0px;
}
#navbar li#portfolio a {
	width:225px;
	background-position:-150px;
	left:150px;
}
#navbar li#about-us a {
	left:375px;
	width:175px;
	background-position:-375px;
}
#navbar li#start a {
	width:250px;
	background-position:-550px;
	left:550px;
}

#navbar ul li a:hover {
}


.left {
	float:left
}

.right {
	float:right;
}

.clear {
	clear:both;
}


img.bordered {
	border: double 3px silver;
	padding: 2px;
	margin: 5px;
}


a:link, a:visited {
	color: #FF3399;
}

a:hover {
	color:
	color: #B7C492;
	color: #B7C492;
 }

.callout {
	background-color: #E9F9BA;
	padding: 5px;
	border: thin dotted #CCCCCC;
	display: block;
	width: 500px;
	margin-left: 10px;
}

/*Image Styles*/

#content-area a img {
	border: none;
} 
a.lightbox {
	border:5px solid pink;
	float:left;
	margin:5px;
	width:150px;
	height:150px;
	overflow:hidden;
}
a.lightbox:hover {
	border-color:gray;
}

/*Portfolio Styles*/

#portfolio-browser {
	height: 180px; 
	overflow:auto;
}


/* Special Styles */

#noticeSign {
	background:url('/images/notice-sign.png');
	width:586px;
	height:227px;
	overflow:hidden;
	position:absolute;
	top:-80px;
	right:150px;
	z-index:9998;
}

#noticeSign p {
	margin-left:360px;
	margin-top:115px;
	margin-right:10px;
	text-align:left;
	font-size:13px;
	position:relative;
	display:block;
}

#noticeSign, #noticeSign p { 
	behavior: url(/iepngfix.htc) 
	}

#noticeSign p a {
	position:relative;
	display:inline block;
	z-index:9999;
}