body {
	margin:0;
	padding:0;
	color:#000000;
	background:#FFFFFF url(../images/bg.jpg) 0 0 no-repeat;
	font-size:80%;
	font-family: Georgia, serif;
	min-width:960px;
	cursor:default;
}

p {
	line-height: 18px;
	margin-top: 10px;
	}

.panel img {
		padding:2px;
		border:solid 1px #c0c5d6;
		}

#rightcol img {
		padding:2px;
		border:solid 1px #c0c5d6;
		}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
	}

img.floatRight { 
    float: right; 
    margin-left: 5px; 
	}


h2 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	}

.subcolSec p {
	margin: 8px 0 5px 0;
	}

.subcolSec {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dashed #cc9;
	clear: both;
	}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

#rightcol h5 {
	color:#FFF;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: normal;
	margin: .3em 0;
	padding: 0;
	}

.module {
	background: #000;
	border: 1px solid #000;
	}

.outer {
	background: #fffdee;
	padding: 1px; margin: 0;
	}

.inner {
	padding: 1px;
	}

.myform {
	float:right;
	width:400px;
	}
	
/* ----------- stylized ----------- */
#stylized #htmlExampleTarget{
height: 25px;
font-size:12px;
}
#stylized h1 {
font-size:12px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
font-size:11px;
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ffcc99;
width:220px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ffcc99;
width:220px;
height:100px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:25px;
text-align:center;
font-size:11px;
}

#main {
	float: left;
	width: 760px;
	}

#header {
	width:100%;
	height:100px;
	padding-bottom:20px;
	}

#maincol {
	float: left;
	width: 760px;
	}

#rightcol {
	float: left;
	width: 196px;
	}

#footer {
	float: left;
	width:960px;
	height:74px;
	}

#footer p {
     padding: 15px 0 10px 0;
     text-align: center;
    font-size: 11px;
     margin:0;
     border-top: 1px solid #e0e0e0;
 }
#footer a {
     color: #000000;
    font-size: 11px;
 }

#slider {
    width: 750px;
	padding-left: 10px;
}

#contacttext {
	float: left;
	width: 300px;
}

.scroll {
    width: 740px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 740px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	font-weight: bold;
}

ul.navigation li {
    display: inline;
    margin-right: 50px;
}

ul.navigation a {
    padding: 0px;
    color: #000;
	font-size:1.2em;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #666;
}

ul.navigation a.selected {
	text-decoration: underline;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}




#projects ul {
		list-style-type: none;
		margin: 35px 0 0 0;
		padding: 0;
		}
		#projects li {
			float: left;
			margin: 0 12px 15px 0;
			border: none;
			}
			#projects li img {
				width: 200px;
				height: 120px;
				border: none;
				}
				#projects li a img {
					display: block;
					padding: 3px;
					border: 1px solid #D8D5C5;
					margin-bottom: 12px;
					}
				#projects li a:hover img {
					background: #ffff99;
					border: 1px solid #BBBAB0;
					}

