@charset "utf-8";
/* CSS Document */
body{
	margin: 0 auto; 
	padding: 0px; 
	background-image: url('images/bg.png'); 
	background-repeat: repeat-x; 
	background-color: #D0D0D0;
	text-align: center; 
	font-family: Verdana, Geneva, sans-serif; 
	color: #151515;

}
h2{
	font-size: 12pt;	
}
a{
	color: #F86E0F;
	font-weight: bold;
	text-decoration: none;
}
form label{
	display: block;	
	font-size: 11pt;
	margin-bottom: 2px;
}
form input{
	border-style: inset;
	border-color: #CCCCCC; 
	border-width: 1px; 
	width: 200px;
	font-size: 12pt;
	margin-bottom: 12px;
	background-color: #EDEDED;
}
form select{
	border-style: inset;
	border-color: #CCCCCC; 
	border-width: 1px; 
	width: 200px;
	margin-bottom: 12px;
	background-color: #EDEDED;
}
form select option{
	font-size: 12pt;
}
form textarea{
	background-color: #EDEDED;
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
	border-style: inset;
	border-color: #CCCCCC; 
	border-width: 1px; 
}
.checkbox th{
	width: 150px;	
	padding: 4px 10px;
	background-color: #CFCFCF; 
}
.checkbox td{
	padding: 4px 10px;	
}
.checkbox td:hover{
	background-color: #EDEDED;	
}
.odd{
	background-color: #EAEAEA;	
}
.checkbox td.odd:hover{
	background-color: #EDEDED;	
}
.checkbox label{
	display: inline;	
}
.checkbox input{
	background-color: #FFF;	
	border-width: 0px;
	color: #151515;
	width: 20px;
}
div#slider{
	width: 55%;	
	margin-bottom: 12px;
}
div.container{
	width: 970px; 
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}
div.overlay{
	background-image: url('images/overlay.png'); 
	width: 100%; 
	height: 100%;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 100;
	padding-top: 150px;
}
div.logo{
	float: left;	
	margin: 0px; 
	position: relative; 
	top: -12px;
}
div.logo a{
	display: block;
	text-decoration: none;
}
div.logo a img{
	border: 0px;	
}
ul.nav{
	padding: 0px; 
	margin: 12px 0px;
}
ul.nav li{
	display: inline; 
	list-style: none;
	height: 50px;
	position: relative; 
	left: -25px;
}
ul.nav li a{
	color: #FFF; 
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal;
	font-size: 13pt;	
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 0px 22px;
}
ul#banner{
	padding: 10px 0px;	
	position: relative; 
	top: 9px;
}
ul#banner li{
	list-style: none;
}
ul#banner li img{
	display: none;	
}
div.main{
	border-style: solid; 
	border-width: 1px; 
	border-color: #9F9F9F;
	margin: 0;
	background-color: #FFF;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal; 
	font-size: 10pt; 
	font-color: #151515;
	text-align: left; 
	padding: 10px 25px;
	line-height: 1.5em;
}
div.main .sidebar{
	float: right;
	width: 250px;
}
div.main .sidebar div{
	border-width: 0px 0px 1px 0px; 
	border-style: solid; 
	border-color: #CCC;
	padding: 7px;
	font-size: 8pt;
	line-height: 1.5em;
}
div.main .sidebar div a{
	font-style: italic;	
}
div.main .sidebar div img{
	float: left; 
	margin: 0px 10px 0px 0px;
	position: relative; 
	top: 6px;
}
div.main .sidebar div.sidemenu{
	padding-top: 25px;
	border-width: 0px;	
	border-style: dashed; 
	border-color: #CCC;
}
div.main .sidebar div.sidemenu a{
	display: block; 
	font-style: normal;
	border-width: 1px 0px 0px 0px; 
	border-style: dashed; 
	border-color: #CCC;
	padding: 7px 20px;
}
div.main .sidebar div.sidemenu a#selected{
	color: #151515; 
	background-color: #F86E0F; 
	font-style: italic;
}
div.main span.portfolio{
	display: block; 
	margin-bottom: 55px; 
	width: 90%;
	margin: 0 auto 55px auto; 
	padding: 15px 15px 1px 15px;
	text-align: center; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}
div.main span.portfolio p{
	text-align: left; 	
}
div.main span.portfolio p.images{
	background-color: #CCC; 
	text-align: center;
}
div.main span.portfolio p.images img{
	margin: 10px 20px; 
	border-style: solid; 
	border-color: #151515; 
	border-width: 1px;
	width: 150px; 
	height: 150px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	cursor: pointer;
}
div.main span{
	width: 65%;
	display: block;
	margin-bottom: 55px; 
}
div.main span img.profile{
	padding: 0px 10px;	
	float: left;
	width: 100px; 
	height: 100px;
}
div.main span ul li{
	list-style-image: url('icons/bullet_black.png');
}
a.button img{
	border: 0px;	
}
div.social{
	background-image: url('images/social.png'); 
	background-repeat: no-repeat; 
	width: 212px; 
	height: 136px; 
	bottom: 37px;
	right: 5%;
	float: right;
	position: relative; 
	z-index: 5;
	margin: 0px;
	padding: -25px;
}
div.social img{
	border: 0px; 
	position: relative; 
	top: 45px;
	padding: 10px;
}	
div.footer{
	margin: 0px;
	padding: 35px 0px 0px 35px;
	background-image: url('images/footer.png'); 
	background-repeat: repeat-x; 
	height: 65px;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal; 
	color: #FFF; 
	font-size: 8pt;
	text-align: left; 
}
.good{
	color: #0A0; 	
}
.bad{
	color: #A00; 
}
