/***********************************************/
/* common.css                            */
/* Use with all files         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-family: Arial, sans-serif;
}

/************** text styles **************/

.smallText{
 font: normal 60%/148% Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/************** layout styles **************/

#mainNav {
	width: 800px;
	position: relative;
	margin: 0px auto;
}

#subNav {
	position: absolute;
	width: 500px;
	top: -20px;
	font-size: 75%;
	z-index:2;
	left: 308px;
	text-align: left;
	text-decoration: none;
}

.subNavClass a:hover, .subNavClass a:active, .subNavClass a:focus, .subNavClass a, .subNavClass a:visited {
	color: #0099CC;
	text-decoration: none;
	padding-right: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.subNavClass a:hover {
	text-decoration: underline;
}

#brandBanner {
	margin: 0px auto;
}

#home {
	background-image: url(images/bg_home.jpg);
	height: 257px;
	width: 800px;
	background-repeat: no-repeat;
}

#home #slogan {
	text-align: left;
	color: #FFFFFF;
	width: 470px;
	margin-left: 310px;
	margin-top: 27px;
	float: left;
	margin-right: 20px;
	font-size: 95%;
}

#home #slogan a:link {color: #FFFFFF; text-decoration: none;}
#home #slogan a:visited {color: #FFFFFF; text-decoration: none;}
#home #slogan a:hover {color: #FFFFFF;  text-decoration: underline;}
#home #slogan a:active {color: #FFFFFF; text-decoration: none;}

#v4Lvlcontainer {
    position:absolute;
	left:320px;
	top:58px;
	width:432px;
	height:320px;
	clip:rect(0px,432px,320px,0px);
	overflow:hidden;
	z-index:1;
	visibility: visible;
}

#v4Lvlcontent1 {
	position:absolute;
	width:432px;
	left:0px;
	top:0px;
	z-index:4;
	clip: rect(   );
	visibility:visible;
}

#v4Lvlcontent1 p {
	font: normal 70%/135% Arial, sans-serif;
	color: #000000;
	margin-top: 0px;

}

#v4Lvlcontent1 ul {
	font: normal 70%/135% Arial, sans-serif;
	color: #000000;
}

#v4Lvlcontent1 table {
}

#v4Lvlcontent1 a:link {color: #000000; text-decoration: none;}
#v4Lvlcontent1 a:visited {color: #000000; text-decoration: none;}
#v4Lvlcontent1 a:hover {color: #000000;  text-decoration: underline;}
#v4Lvlcontent1 a:active {color: #000000; text-decoration: none;}

#v4Lvlcontrols {
	position:absolute;
	left:770px;
	top:64px;
	width:28px;
	z-index:1;
}

#preview {
	position:absolute;
	width:432px;
	height:115px;
	z-index:1;
	left: 320px;
	top: 240px;
}

#preview table {
	font-size: 70%;
}

#preview a:link {color: #000000; text-decoration: none;}
#preview a:visited {color: #000000; text-decoration: none;}
#preview a:hover {color: #000000;  text-decoration: underline;}
#preview a:active {color: #000000; text-decoration: none;}

#preview table img {
	height: 80px;
	width: 80px;
	margin-right: 15px;
}

/************** image styles **************/

img#people {
	display: block;
	margin-bottom: 2px;
	margin-right: 2px;
}

img#projects {
	display: block;
	margin-bottom: 7px;
	margin-right: 15px;
	margin-top: 8px;
}

#siteInfo {
	font-size: 80%;
	padding-top: 5px;
	text-align: left;
	color: #CCCCCC;
	padding-left: 10px;
}

#siteInfo a:link {color: #666666; text-decoration: none;}
#siteInfo a:visited {color: #666666; text-decoration: none;}
#siteInfo a:hover {color: #666666;  text-decoration: underline;}
#siteInfo a:active {color: #666666; text-decoration: none;}

#siteInfo2 {
	font-size: 65%;
	padding-top: 5px;
	text-align: left;
	color: #CCCCCC;
	padding-left: 10px;
}
