/* @override http://tylerdigital.tdservers.com/default.css */

/******************************************************************************
STYLESHEET
Created: June 2008 by Ariane Salvador for Tyler Digital

*****************************************************************************/

/* Zero Out Defaults */
html, body, h1, h2, h3, h4, ol, ul, form, blockquote, div {
        margin:0;
        padding:0;
}
h1, h2, h3, h4, h5, pre, code, p {
        font-size:1em;
       	font-weight:normal;
		margin: 0;
}
a {
        text-decoration:none;
}
a img {
        border:none;
/*Remove dotted line*/
        outline: none;
}
/* Global */
body {
	font-size: 78%;
	font-family: Verdana,'Helvetica Neue', Helvetica, Tahoma, Geneva, sans-serif;
	color: #00;
	line-height: 1.7;
	text-align: center;
	background-image: url(/images/blue_squares.png);
	background-repeat: repeat-y;
	background-position: 2% 2%;
}
p {
	margin-bottom: 15px;
	font-size:1em;
}
h1
{
	display: none;
}
h2 {
	color: #9EC8EA;
	font-size: 1.7em;
	margin-bottom: 50px;
	margin-top: 25px;
	margin-top: 50px;
	font-weight: bold;
}
h3 {
	color: #000;
	font-size: 1.7em;
	text-transform: uppercase;
	margin-bottom: -30px;
	font-weight: bold;
}
h4 {
	color: #FF431C;
	font-size: 1.5em;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-top: 40px;
/*	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;*/
}
h5 {
	color: #7CBEE6;
	font-size: 1.2em;
	margin: 10px;
	margin-left: 40px;
	font-weight: bold;
}

.indent {
	margin-left: 40px;
	line-height: 1.7;
	margin-bottom: 5px;
}
dd {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: .9em;
}
strong {
	color: #507899;
}
.clear {
	clear: both;
}
a {
	color: #7CBEE6;
}
p a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	height: 2em;
	clear: both;
	background-color: #FF6633;
}

/* @group Navigation */
#navigation {
	width: 75%;
	margin: 0 auto;
	width:expression(document.body.clientWidth < 801 ?"700px":"75%");
	min-width: 700px;
	text-align:left;
		padding-left: 50px;
}
#nav, #nav ul {
	float: right;

	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav li ul {
	background-color: #E5F1F9;
	z-index: 10;
}
#nav, #nav ul a {
	color: #888;
	font-weight: normal;
}
#nav a {
	display: block;
	/*width: 10em;*/
	color: #fff;
	padding: 5px;
}
#nav li ul li a:hover {
	background-color:#FFC4B1;
	color: #fff;
}

#nav li {
	float: left;
	width: 10em;
	line-height: 1.2em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* @end */

/* Content */
#wrapper {
	width: 75%;
	margin: 0 auto;
	padding-top: 75px;
	width:expression(document.body.clientWidth < 801 ?"700px":"75%");
	min-width: 700px;
	clear: left;
		padding-left: 50px;
		background-color: #fff;
		height:  100%;
}
#content {
	float: left;
	text-align: left;
	width: 65%;
	margin-bottom: 5em;
		width: 64%;
}

/* Sidebar */
#sidebar {
	width: 200px;
	text-align: center;
	float: right;
	font-size: .9em;
		margin-bottom: 3em;
}
img.logo {
	margin-bottom: 50px;
}
#sidebar div {
	text-align: left;
	margin-bottom: 30px;
	clear: both;
}
.recent_projects img {
	float: left;
	margin: 0em;
}
#sidebar h3 {
	color: #9EC8EA;
	color: #c;
	font-size: 1em;
	white-space: nowrap;
	margin-bottom: 2em;
	font-weight: bold;
	text-transform: uppercase;
	
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 10px;
	border: none;
}

/* Footer */

/* @group Hoverbox */
* html .hoverbox a:hover {
font-size: 100%; 99.99%; z-index: 1;
} 
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	top:-100px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	/*border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;*/
	color: inherit;
	padding: 2px;
	vertical-align: top;
/*	width: 175px;
	height: 130px;*/
}

.hoverbox li
{
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
/*	width: 300px;
	height: 225px;*/
}

.pg a {
	color: #900;
	text-decoration: none;
	}

	.pg a:hover {
	background: none;
	color: #FFF;
	text-decoration: none;
	}



	.pg {
	list-style: none none;
	}

	.pg:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	}

	.pg li {
	list-style: none none;
	}

	.pg li a {
	margin: 2px;
	padding: 4px;
	position: relative;
	display: block;
	width: 175px;
	height: 155px;
	}

	.pg li a:hover {
	font-size: 100%;
	z-index: 2;
	}

	.pg li a img {
	position: absolute;
	width: 175px;
	height: 155px;
	}

	.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
	width: 300px;
	height: 265px;
	left: -50px;
	top: -37px;
		top:-100px;
	z-index: 1;
	}
/* @end */

#footer {
	clear: both;
	margin-top: 60px;
	height: 50px;
	text-align: left;
	padding-top: 10px;
	border-top: 3px solid #000;
}
#footer p {
		background-image: url(/images/favicon.jpg);
	background-repeat: no-repeat;
	background-position: left;

}

/* @end */