@charset "utf-8";
/********************************
* Highest level layout styles
*
* Styles will be denoted by the _#
* prefix to display what level they
* are being used at
********************************/

/* General Styles */
* {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#565656;
}
a:hover {
	color:#00A5D7;
}
hr {
	margin:0px;
	padding:0px;
	height:1px;
	background-color:#cccccc;
	border:none;
}
img {
	border:none;
}

/* General Layout Styles */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color:#4c4c4c;
	color:#565656;
	font-family:tahoma,verdana,sans-serif;
}
div#foundation {
	background-color:#FFFFFF;
	width:870px;
	height:auto;
	margin:auto;
}
div#navigation {
	width:100%;
	height:45px;
	position:relative;
	background-image:url(../images/layout/top/top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#header {
	width:100%;
	height:75px;	
	border-bottom:#cccccc solid 1px;
	background-image:url(../images/layout/top/bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#header-logo {
	float:left;
	width:870px;
	height:75px;
	background-image:url(../images/layout/top/logo_bar.gif);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
}
div#header-logo-link {
	position:absolute;
	top:1px;
	left:236px;
	height:75px;
	width:380px;
}
div#footer {
	width:100%;
	height:20px;
	font-size:10px;
	text-align:center;
	border-top:#cccccc solid 1px;
	padding-top:4px;
}

/* Begin Individual page stubs - Each page will have a corresponding stylesheet without the _# prefix */
div#homePage {
	width:100%;
	height:525px;
	line-height:1em;
}
div#company {
	width:100%;
	height:875px;
	line-height:1em;	
}
div#news {
	width:100%;
	height:500px;
	line-height:1em;	
}
div#team {
	width:100%;
	height:410px;
	line-height:1em;	
}
div#team-member {
	width:100%;
	height:500px;
	line-height:1em;
}
div#software {
	width:100%;
	height:500px;
	line-height:1em;	
}
div#support {
	width:100%;
	height:300px;
	line-height:1em;	
}
div#contact {
	width:100%;
	height:630px;
	line-height:1em;	
}

