@charset "UTF-8";
 html, body {
                height: 100%;                                                                  
                margin: 0;                                                                     
                padding: 0;                                                                    
            }

* {
	margin:0px auto;
	padding:0;
	outline: none;
}

 div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                     
                margin-top: -300px;                                                              
                float: left;
            }


            div#wrapper {

                
                width: 720px;
                height: 560px;
                clear: both;
                
                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 */
			
			/* ]]> */

.main {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	width: 720px;
	margin: auto;
	text-align: right;
	/*background-color: #F00;*/
}
address {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}
address a {
	text-decoration: none;
	color: #000;
}
address a:hover {
	text-decoration: none;
	color: #F00;
}
address p {
	margin-top: 0.4em;
}
.logo {
	float: left;
}
.main #portfolio {
	margin-top: 10px;
	margin-bottom: 20px;
}

.navigation {
	margin-top: 10px;
	outline: none;
}

.navigation a {
	text-decoration: none;
	color: #000;
}

.navigation a:hover {
	text-decoration: none;
	color: #F00;
}

a.button {
	position:relative;
	z-index:150;
	outline: none;
}

a.button:hover {
	z-index:160;
	text-decoration: none;
}

a.button img {
	border: none;
}

a.button span{
	display: none;
	}
a.button:hover span{
	display:block;
	position:absolute;
	bottom:45px;
	left:20px;
	background-color:#cff;
	color:#000;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	padding: 2px;
	width: 250px;
}

/*
#container{
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.button {
	position:relative;
	z-index:150;
	outline: none;
}

a.button:hover {
	z-index:160;
	text-decoration: none;
}

a.button img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: none;
}

a.button:hover img {
	filter:alpha(opacity=40);   
	-moz-opacity: 0.4;   
	opacity: 0.4;
}

a.button span{
	display: none;
	}
a.button:hover span{
	display:block;
	position:absolute;
	bottom:45px;
	left:20px;
	background-color:#cff;
	color:#000;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	padding: 2px;
	width: 250px;
}
*/

#wrapper .main #clear {
	clear: right;
	float: left;
	height: 20px;
	width: 100%;
}
.left {
	float: left;
	width:50%;
	text-align: left;
}

.right {
	float: left;
	width:720px;
	/*position: absolute;*/
	text-align: right;
}

.right a {
	text-decoration: none;
	color: #000;
}

.right a:hover {
	text-decoration: none;
	color: #F00;
}

#data {
	display: none;	
	clear: both;
	float: left;
	width: 100%;
}
/*
#tooltip{
	display: none;
	z-index:160;
	position:absolute;
	bottom:145px;
	left:20px;
	background-color:#cff;
	color:#000;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	padding: 2px;
	width: 250px;
}
*/

#tooltip {
	filter:alpha(opacity=80);   
	-moz-opacity: 0.8;   
	opacity: 0.8;
	position:absolute;
	overflow:hidden;
	visibility: hidden;
	z-index:999;
	max-width: 25%;
	background-color:#cff;
	color:#000;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	padding: 6px;
	} 

#tooltip h3{
	margin-top: 0px;	
}
.leftalign {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}
hr {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 36px;
	margin-top: 0.8em;
}
h2 {
	font-size: 16px;
	margin-top: 0.8em;
	color: #333;
}
h3 {
	font-size: 14px;
	margin-top: 0.8em;
}
p {
	margin-bottom: 0.8em;
	color: #666;
}
.largetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F00;
	margin-bottom: 0.4em;
}
