@charset "utf-8";
/* CSS Document */

html,body {
	background-color:#006A9D;
	background-image:url(graphicsTemplate/top-background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center; /* IE5 workaround for centering */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:22px;
}
	
a {	outline: none;  /* removes focus box around links in Firefox */}

h1 {
	font-family:Georgia, "Times New Roman", Times;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	color:#CC6600;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#CC6600;
}

p {
	margin:0px 0px 20px 0px;
	padding:0px;
}

ul {
	margin-left:0px; 	/* required to Firefox / IE compatibility */
	padding-left:0px; 	/* required to Firefox / IE compatibility */
}




/* Main template */
#MainWrap {
	position:relative;
	width: 980px;
	overflow: hidden; /* so MainWrap has liquid height */
	text-align: left;
	margin-top: 0px;
	margin-right: auto; /* for centering */
	margin-bottom: 0px;
	margin-left: auto; /* for centering */
}




#banner {
	position:relative;
	height:157px;
	width:980px;	
}
#banner #name {
	position:absolute;
	top:20px;
	left:0px;
}
#banner #globe {
	position:absolute;
	top:0px;
	right:0px;
}
#banner #tagline {
	position:absolute;
	bottom:10px;
	right:10px;
	color:White;
}




#content-header {
	position:relative;
	width: 980px;
	height:8px;
	background-image:url(graphicsTemplate/content-header.jpg);
	background-repeat:no-repeat;
	background-color:White;
}
#content-wrap {
	position:relative;
	overflow: hidden; /* so content-wrap has liquid height */
	width: 980px;
	background-image: url(graphicsTemplate/content-background.jpg);
	background-repeat: repeat-y;
	background-color:White;
}
#content-nav {
	position:relative;
	float:left;
	margin:10px 0px 0px 10px;
	width:230px;
}
#content-text {
	position:relative;
	float:right;
	width:720px;
	padding:20px 20px 20px 0px;
}
#content-text #subtagline {
	font-family:Georgia, "Times New Roman", Times;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	color:#0D0D0D;
}
#content-text img {
	float:right;
}
#content-footer {
	position:relative;
	width: 980px;
	height:8px;
	background-image:url(graphicsTemplate/content-footer.jpg);
	background-repeat:no-repeat;
	background-color:White;
}
#copyright {
	position:relative;
	width:300px;
	float:right;
	right:10px;
	text-align:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
}
#copyright a:link {
	color: #cccccc;
	text-decoration: none;
}
#copyright a:visited {
	color: #cccccc;
	text-decoration: none;
}
#copyright a:hover {
	color: #cccccc;
	text-decoration: underline;
}




/* Navigation */
#nav { /* used to define the navigation area and the nav button file */
	position: relative;
	background:url(graphicsTemplate/navigation.png);
	background-repeat:no-repeat;
	width: 200px; 
	height:250px; 	
	margin:0px;
}
	
#nav li { /* used to align the nav buttons left and turn off list style */
	position: absolute;
	margin:0;
	padding:0;
	left: 0px;
	list-style: none;
}
	
#nav li, #nav a {height:50px; display:block;} /* display:block to fill in the entire space with the button graphic */

/* used to define the locations of the UP buttons in the graphics file */
#home 			{top: 0px;		width:200px;}
#consulting		{top: 50px;		width:200px;}
#export			{top: 100px; 	width:200px;}
#bios	 		{top: 150px; 	width:200px;}
#contact		{top: 200px; 	width:200px;}


/* used to define the locations of the DOWN buttons in the graphics file */
#home a:hover {
	background-image: url(graphicsTemplate/navigation.png);
	background-position: -200px 0px;
	background-repeat: no-repeat;
}
	
#consulting a:hover {
	background-image: url(graphicsTemplate/navigation.png);
	background-position: -200px -50px;
	background-repeat: no-repeat;
}

#export a:hover {
	background-image: url(graphicsTemplate/navigation.png);
	background-position: -200px -100px;
	background-repeat: no-repeat;
}
	
#bios a:hover {
	background-image: url(graphicsTemplate/navigation.png);
	background-position: -200px -150px;
	background-repeat: no-repeat;
}

#contact a:hover {
	background-image: url(graphicsTemplate/navigation.png);
	background-position: -200px -200px;
	background-repeat: no-repeat;
}




/* Contact page */
#content-text ul {
	list-style:none;
	margin:0px 0px 10px 18px;	/* required for Firefox / IE compatibility */
	padding:0px 0px 10px 18px; 	/* required for Firefox / IE compatibility */
}
#content-text ul li {
	background-image: url(graphicsTemplate/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px; /* center the bullet */
	padding-left:20px;
	font-size:13px;
}
.inputbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	border: 1px solid #cccccc;
	background-color:#F5F5F5;
	padding-left:3px;
	color: #3366CC;
	letter-spacing:1px;
	padding:4px;
}
#emailgood {
	padding:40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	color: #339900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#emailbad {
	padding:40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	color: #CC0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.pullquote {
	float:right;
	border-top:solid 3px #CC6600;
	border-bottom:solid 1px #CC6600;
	width:200px;
	font-family: Georgia, "Times New Roman", Times;;
	font-size:20px;
	line-height:28px;
	color:#CC6600;
	padding:0px 4px 0px 4px;
	margin-left:4px;
}

