
body
{
	font-size: 76%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ede9dd url("../images/eggshellPaper.jpg") repeat;
	text-align: center; /* to center in IE 5/Win */
}

div#container
{
	background: #fff;
	margin: 0 auto;
	width: 744px;
	border: solid 1px silver;
	text-align: left;
}

div#sidebar
{
	border: solid 1px silver;
	background: #f0f4f7;
	-moz-border-radius: 8px;
	float: right;
	margin: 20px;
	margin-top: 40px;
	padding: 5px;
	width: 200px;
	font-size: 0.9em;
}

div#sidebarEntries
{
	height: 300px; 
	overflow: auto;
	border: 1px solid #ddd;
	background: #fefefe;
	margin-bottom: 0;
}

div.divLink
{
	background: #eef;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 8px;
	margin-bottom: 15px;
}

div.divLinkHover
{
	background: #e0e0ff;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	-moz-border-radius: 8px;
	margin-bottom: 15px;
}

div#sidebar h1
{
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
}

div#sidebar h2
{
	color: gray;
	margin-top: 2px;
	font-size: 1.0em;
}

div.sidebarEntry
{
	padding: 0px 5px 5px 5px;
	margin: 0px;
}

div#sidebarLinks
{
	padding-top: 2px;
	margin-top: 0px;
	border-top: 1px dotted silver;
	background: url("../images/verticalGradient.gif") repeat-x;
}

div.soundClip
{
	padding-bottom: 10px;
	border-bottom: 1px silver dotted;
}

div.soundClip h2
{
	color: #999;
	font-size: 1em;
}

img#flagImage
{
	float: left;
}

img#photo
{
	border-bottom: solid 1px black;
}

/* Menu styles */
div#menu
{
	height: 64px;
	width: 744px;
	background: url("../images/menuBackground.png") repeat-x;
	clear: both;
	border-bottom: solid 1px black;
}

div#menu img
{
	float: left;
}

ul#navigation 
{
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 433px; /* total of all buttons */
	height: 63px;
}

#navigation li 
{
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
}

#navigation a 
{
	float: left;
	padding: 64px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 64px; /* for IE5/Win only */
}

#navigation a:hover
{
	border: solid 0px silver; /* for some reason this is required for css rollovers to work */
	background-position: 0 -64px;
}

/* Set the active state of a menu item (when the item is clicked)
 * 
 * Also set the "selected" state of the menu item for the page we're viewing based
 * on the body's id.
 */

#navigation a:active,
body#homeBody #home a,
body#currentProjectsBody #currentProjects a,
body#portfolioBody #portfolio a,
body#pressBody #press a,
body#linksBody #links a,
body#clientLoginBody #clientLogin a
{
	background-position: 0 -128px;
}

a:focus
{
	outline-style: none;
}

/* Specific tab menu styles: */
#home a
{
	width: 60px;
	background: url("../images/home.png") top left no-repeat;
}

#currentProjects a
{
	width: 146px;
	background: url("../images/currentProjects.png") top left no-repeat;
}

#portfolio a
{
	width: 95px;
	background: url("../images/portfolio.png") top left no-repeat;
}

#press a
{
	width: 62px;
	background: url("../images/press.png") top left no-repeat;
}

#links a
{
	width: 60px;
	background: url("../images/links.png") top left no-repeat;
}

#clientLogin a
{
	width: 113px;
	background: url("../images/clientLogin.png") top left no-repeat;
}

/* End Menu */
a img
{
	border: none;
}

a
{
	color: #bc0101;
	text-decoration: none;
}

a:hover
{
	border-bottom: dotted 1px #090101;
}

a.imageLink:hover
{
	border-bottom: none;
}

div#copy
{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 400px;
}

h1
{
	font-size: 1.5em;
/*
	font-family: "Gill Sans", "Trebuchet MS", verdana, sans-serif;
*/
}

h2
{
	font-size: 1.15em;
}

div#footer
{
	clear: both;
	font-size: 0.8em;
	color: #666;
	margin: 20px;
}

h1
{
	color: #666;
}

dd
{
	margin-left: 0px;
}

label
{
	font-size: 1.2em;
	float: left;
	text-align: right;
	vertical-align: center;
	width: 100px;
	margin-right: 5px;
}	

input
{
	float: left;
	text-align: left;
	margin: 3px;
}

form br
{
	clear: both;
}

/* for embedding quicktime movies in a valid XHTML document */
/* hides the second object from all versions of IE */

* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */

* html object.mov {
    display/**/: none;
}