*, html {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;	
}

body {
	background: #3d7989;
	font-family: arial, helvetica, times, sans-serif;
	font-size: 10px;
	color: #000;
	height: 100%;
}

p {
	color: #000;
	font-family: arial, helvetica, times, sans-serif;
	font-size: 10px;
	padding-bottom: 1em;
}

a, img, a img {
	border: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Container {
	width: 900px;
	margin: 0 auto;
	background: #fff url('site/header-teal.jpg') no-repeat;
	border: 1px solid #000;
	min-height: 100%;
	margin-top: -2px;
}

/***** Useful Classes *****/

.Left {
	float: left;
}

.Right {
	float: right;
}

.Clear {
	clear: both; 
	float: none;
	padding: 0;
	margin: 0;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
	height: 0;
}

.Container {
	width: 900px;
	margin: 25px 20px;
	background: #fff;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
}

.Title {
	font-size: 24px;
	color: #000;
}

.MiniTitle {
	font-size: 12px;
	color: #000;
	font-weight: 900;
	padding: 0;
	line-height: 18px;
}

.MidTitle {
	font-size: 18px;
	color: #000;
}

.Bigger {
	font-size: 12px;
}

.Special {
	color: #948a54;
}

.Small {
	font-size: 10px;
	color: #949494;
}

.push {
	clear: both;
	height: 4em;
}
/***** Header *****/


#Header {
	height: 146px;
	background: url('/site/header_bg.jpg') repeat-x;
}

#Header #Logo a {
	display: block;
	height: 15px;
	position: relative;
	top: 40px;
	left: 530px;
	width: 325px;
	padding-top: 15px;
}

#Header #Logo a:hover {
	text-decoration: none;
}

#Header ul {
	list-style: none;
	position: relative;
	top: 76px;
	left: 17px;
}

#Header ul li {
	float: left;
	margin-right: 50px;
	height: 30px;
	color: #fff;
}

#Header ul li a {
	float: left;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 30px;
	color: #fff;
	letter-spacing: 4px;
	font-size: 14px;
	font-family: arial;
}

#Header ul li:last-child {
	margin-right: 0;
}

#Header ul li a:hover {
	background: url('/site/nav_hover.jpg');
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#Header ul#Links {
	padding-top: 170px;
	list-style: none;
}

#Header ul#Links li {
	float: left;
	margin-left: 20px;
}

#Header ul#Links li:first {
	margin-left: none;
}

#Header ul#Links li a img {
	border: none;
}


/***** Home Page *****/

.Home{
	margin-bottom: -20px;
}

.Home #Image1, .Home #Image3 {
	float: left;
	margin-bottom: 20px;
}

.Home #Image2, .Home #Image4 {
	float: right;
}

.sub {
	font-size: 10px;
	text-transform: none;
	color: #000;
}

#Homepage div.Title {
	padding: 20px;
	text-align: center;
}

#YourNameHere {
	height: 30px;
	width: 360px;
	text-align: center;
	color: #626262;
	margin-bottom: 5px;
}

#YourName {
	display: none;
	position: relative;
	top: -40px;
}

/***** Content Pages *****/

.Content {
	margin: 20px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.75);
}

.Content .Title {
	font-size: 18px;
	text-transform: uppercase;
	color: #626262;
	margin-bottom: 15px;
}

.Content img {
	border: 1px solid #000;
}

.Content p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .01em;
	padding: 10px;
}

.Content p a {
	
}

/***** Portfolio *****/

ul#Portfolio {
	
}

a.sample {
	width: 125px;
	height: 110px;
	float: left;
	margin: 5px;
	outline:none;
}

a.sample:hover, a.active {
	
}

a.sample img {
	opacity: 0.6;
	
}

a.sample img:hover{
	opacity: 1;
}

a.active img {
	opacity: 1;
}

div#SampleHolder {
	padding: 2px;
	height: 415px;
}

div#SampleHolder div#Sample img {
	border: 1px solid #000;
	padding: 1px;
	background: #fff;
}

div#Sample p {
	padding: 5px;
}

.PorfolioSection {
	font-family: arial;
	font-size: 14px;
	height: 30px;
	letter-spacing: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

/***** Contact *****/

.ContactFields {
	width: 363px;
	position: relative;
	margin-left: 190px;
}

.Content#Contact img {
	border: none;
}

.Label {
	float: left;
	font-size: 18px;
	width: 100px;
	text-align: right;
	font-variant: small-caps;
	text-align: right;
	margin-right: 10px;
}

.Field {
	float: left;
}

.Field .text {
	color: #626262;
	height: 30px;
	margin-bottom: 5px;
	text-align: center;
	width: 250px;	
}

.Field .textarea {
	color: #626262;
	height: 30px;
	margin-bottom: 5px;
	padding: 5px;
	width: 240px;
	height: 190px;
	font-family: arial, helvetica, times, sans-serif;
	font-size: 14px;
}

.Button {
	background: url('/site/nav_hover.jpg');
	height: 30px;
	width: 80px;
	text-align: center;
	font-size: 18px;
	font-variant: small-caps;
	float: right;
}

.Error {
	color: #990000;
	padding-bottom: 5px;
}

.ErrorBox {
	text-align: right;
	margin-bottom: 15px;
}

#Error {
	color: #990000;
}

#Error input, #Error select, #Error textarea{
	border: 1px solid #990000;
}


/***** Footer *****/

#Footer {
	height: 75px;
	background: #fff url('/site/footer-teal.jpg') repeat-x;
	width: 900px;
	margin: 0 auto;
	margin-top: -75px;
}

#Footer #Text {
	color: #FFFFFF;
	letter-spacing: 2px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}








/* Easy Slider */
	
	#slider {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 230px;
		height:302px;
		overflow:hidden;
		text-align: center;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:28px;
		float: right;
		margin-top: -60px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #333;
		background:#fff;
		color:#333;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#00cc00;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

