/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; } 
/*addresses annoying page shift in non-IE
http://www.communitymx.com/content/article.cfm?cid=528A0*/
body {
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	background:url(../images/xposition-portfolio-background.gif) center center repeat;
	}

input, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	height: 75px;
	width: 350px;
}
h1 {
	margin-top:0;
	color:#FFFFFF;
	}

h1.menutitle {
	font-size:small;
	text-align:right;
	margin:0;
	padding:0;
	color:#000000;
	line-height:1.1;
	width:200px;
	
	}

h2 {
	color:#BDD4CB;
	background:url(../images/xposition-h2-background.jpg) bottom right repeat-x;
	width: auto;
	margin-right:20px;
	}

strong {
	color:#BDD4CB;
	}

p {	letter-spacing:0.04em;}

p.instructions { letter-spacing:normal;
	font-size:x-small;
}

fieldset {
	width:500px;
	padding:10px;
	padding-bottom:20px;
	margin:0 115px;
	text-align:center;
	}
legend {
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:5px;
	padding-left:3px;
	text-transform:uppercase;
	background:url(../images/legend-background.gif) center left repeat-x;
	}

cite {
	color:#BDD4CB;
	}
a:link, a:visited {
	color:#FFFFFF;
	}
a:hover {
	color:#BDD4CB;
	text-decoration:none;
	}
a:active {
	color:#FFFF99;
	text-decoration:none;
	}	

img {
	border:0;
	}

img.rightaligned {
	float:right;
	padding-left: 10px;
	}
img.leftaligned {
	float:left;
	padding-right: 10px;
	}	

#header {
	height:100px;
	width:100%;
	background:url(../images/xposition-header-new.jpg) top center no-repeat;
	padding:0; 
	margin:0 19px;
}

#menu {
	padding:0; 
	margin:0 19px; 
	list-style-type:none; 
	width:800px; 
	height:36px; 
	/*background:url(../images/menu/menu_base.gif) repeat-x top right; */
	text-align:center;
	}
#menu li {
	float:left; 
	display:inline; 
	width:120px; 
	}
#menu li a, #menu li a:visited {
	display:block; 
	width:120px; 
	height:35px; 
	color:#ddd; 
	font-size:1.1em; 
	text-decoration:none; 
	line-height:32px; 
	background:url(../images/menu/menu_base.gif) no-repeat top center;}

#menu li a:hover,  #menu li a:active {
	color:#fff; 
	background:url(../images/menu/menu_hover.gif);} 
#menu li a.current, #menu li a.current:visited, #menu li a:focus {
	color:#fff; 
	background:url(../images/menu/menu_current.gif);} 

#wrapper {
	width:800px;
	padding:0;
	margin:0 auto;
	}

#content {
	width:800px;
	margin:0 19px;
	color:#EEEEEE;
	background-color:#000000;
	background:url(../images/xposition-inner-background.gif) center center repeat;
	}
#innertube {
	padding:20px;
	background:url(../images/corner-TL.gif) no-repeat top left;
	}
#footer {
	width:100%;
	height:20px;
	background:url(../images/xposition-footer-new.gif) no-repeat bottom left;
	background-color:#000000;
	text-align:center;
	font-size:x-small;}