html, body {
	height:100%;
}

body {
	font-family:Georgia, Garamond, sans-serif;
	font-size:62.5%;
	background-color:#fff;
	margin:0;
	padding:0;
	background-image:url(../images/biggrey.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

body#homepage {
	background-color:#fff;
	background-image:url(../images/biggrey.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

/* Fix clearing bug */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;                                                                     /* Bump div#blueBox down half the height of the screen. */
    margin-top: -320px;                                                              /* Half the height of div#blueBox. */
    float: left;
}


#container {
	background: #343332;
	border-width:0 40px 0 10px;
	border-color:#343332;
	border-style:solid;
	width: 830px;
    height: 640px;
	margin-left:auto;
	margin-right:auto;
    clear: both;


    /*
     *
     * Issue: IE4 doesn't allow a negative margin-top.
     *
     * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
     * The content will be centered but will crop if the window is not small enough to accommodate it.
     *
     */
    position: relative;
    top: -200px;
    /* IE4ever Hack: Hide from IE4 **/
        position: static;
    /** end hack */
	
}

/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}
html, body {
    height: auto;
}
/* end hack */

.contactpage #container {
	background-color:#000;
	border-color:#000;
}

h1, h2, h3 {
	margin:0;
	color:#e877af;
	font-size:1.2em;
	font-weight:normal;
}

h1 {
	padding:1.5em 0 2em 0;
	background-color:#343332;
	margin-left:40px;
	width:45%;
	display:inline;
	float:left;
}

.contactpage h1 {
	background-color:#000;
}

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

a:hover, a:active, .current a, a.current {
	color:#e877af;
}

img {
	border:0;
}

p, ul {
	color:#fff;
	margin:0;
}

#content {
	margin:0 1.5em 1.5em 19.5em;
	min-height:38.5em;
	width:60em;
	clear:both;
}

#homecontent {
	clear:both;
	margin:0 1.5em 1.5em 4em;
	min-height:38.5em;
}

* html #content, * html #homecontent {
	margin-top:0;
	height:38.5em;
}

#homecontent #imagereplace {
	background-image:url(/images/eight_facts.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:684px;
	height:379px;
	text-indent:-5000em;
	overflow:hidden;
}

#footerelements {
	clear:both;
	width:80em;
}

#footerelements h2 {
	font-weight:normal;
	margin-bottom:0.7em;
}

#footerelements p {
	margin:0 0 0 0;
	font-size:1.2em;
	line-height:1.25em;
}

#footerelements ul {
	margin:0 0.7em 0 0;
	font-size:1.2em;
	padding:0;
	list-style-type:none;
}

#footerelements ul li {
	margin-top:0.1em;
}

#footerelements #mainnav {
	width:19.5em;
	float:left;
	margin-top:2.3em;
}

#footerelements #mainnav ul {
	margin-left:3.5em;
}

#footerelements #projects {
	width:29.5em;
	float:left;
}

#footerelements #projects ul {
	width:47%;
	float:left;
	margin-bottom:0;
}

#footerelements #projects ul#list2 {
	margin-right:0.1em;
}

#footerelements #description {
	width:27.5em;
	float:left;
}

#footerelements #description h2 {
	width:45%;
	float:left;
	margin-right:0;
}

#footerelements #description p {
	margin-right:1em;
	margin-bottom:0.3em;
	clear:both;
}

#footerelements #description #links {
	color:#323232;
	width:53%;
	float:right;
	text-align:right;
	margin-right:0;
	clear:none;
}

#links a {
	margin-left:0.3em;
}

#homecontent .email, #homecontent .telephone {
	margin:0;
}

#homecontent .email a {
	text-indent: -5000em;
	color:#000;
	height:28px;
	display:block;
	overflow:hidden;
	background-image:url(../images/emailadd.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#homecontent .email a:hover {
	background-position:0 -30px;
}

.smallinfo {
	width:185px;
	float:right;
	padding-top:2em;
	margin-right:5.3em;
	display:inline;
} 