body {
    margin: 15px 0 0 0;
    padding: 0;
	font-size: 75%;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	background: url(/images/bg.png) repeat-x;
}
html>body {
	font-size: 12px;
}

#content {
    margin: 15px auto;
    width: 700px;
	position: relative;
}
#content object {
    margin-left: 0px;
}
#content embed {
    margin-left: 170px;
}
#content object.home {
    margin-left: 33px;
}
#content embed.home {
    margin-left: 33px;
}
#content img.main {
	margin-left: 170px;
}
#content #nav_photo {
	position: relative;
}
#content #nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 210px;
	background: url(/images/nav_bg.png);
}

#content #home_left {
	float: left;
	width: 170px;
	height: 210px;
	background: url(/images/nav_bg.png);
}
#content #home_nav_div {
	display: block;
	height: 210px;
	position: relative;
}

#content #home_right {
	float: left;
	width: 530px;	
	margin: 0;
}
#content #home_right object,#content #home_right embed  {
	margin: 0;
}

#content ul#navigation {
	position: absolute;
	bottom: 0px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #7fb6d2;
	left: 15px;
	width: 140px;
}
#content ul#navigation li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #7fb6d2;
}
#content #navigation li a:link, 
#content #navigation li a:visited {
	/*border-right: 1px solid #3283a6;*/
    color: #fff;
	margin: 0;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	/*padding: 1em 1.5em;*/
}
#content ul#navigation li a.current {
    color: #000;
	text-decoration: none;
}

#content #sub_navigation a.current {
    color: #51aedb;
	text-decoration: none;
}

#content ul#navigation li a:hover {
    text-decoration: none;
	color: #333;
}
#content #sub_navigation a:hover {
    color: #51aedb;
}



#sub_navigation {
	font-size: 0.8333em;
	width: 530px;
	border-top: 1px solid #ccc;
	padding: 1em 0;
	height: 2em;
	float: left;
}
#content #copyright {
    color: #ccc;
	padding: 0.5em 0 50px;
	font-size: 0.8333em;
	float: left;
}

#content #main {
    margin-left: 170px;
	position: relative;
	padding: 0;
}
#content #title {
	position: absolute;
	text-align: right;
	left: -120px;
	top: 0;
	width: 100px;
	border-right: 1px solid #eee;
	height: 6em;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#content #sub_navigation a:link, 
#content #sub_navigation a:visited  {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

#content a:link, #content a:visited {
    color: #000;
}

#content a:hover {
    text-decoration: none;
    color: #51aedb;
}

p {
	font-size:1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

label,input {
	display: block;
	/*width: 150px;*/
	float: left;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	color: #51aedb;
}

br {
	clear: left;
}

h2 {
	color: #000;
	text-shadow: 0 0 0 #000; 
	margin: 0;
	letter-spacing: -1px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #51aedb;
	/*border-top: 2px solid #51aedb;*/
	padding: 0.5em 0 0.5em 0.1em;
	font-size: 1.75em;
}

.big {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
}


.highlight {
    color: #51aedb;
}

/*-------------------------------------------------
PROTOTIP
-------------------------------------------------*/

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; height: 100px; color: #fff; background: url(/images/tip_bg.png) no-repeat; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { font: 11px Helvetica, Arial, sans-serif; padding: 10px; font-weight: bold;}

/*-------------------------------------------------
FIXES
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

/* for Internet Explorer */
/*\*/
* html #content {
height: 200px;
}
/**/
