@charset "utf-8";

/*Internet Explorer Image Fiz*/
a img{
	border:none;
}

a:hover img{
	opacity:0.5;
}

/* Basic Layout Styles */

body{
	background-color:white;
}

.container{
	width:1028px;
	height:auto;
	background:url(assets/containerbg1.jpg) repeat-y;
	margin: 0 auto;
}

#bgPush{
	height:550px;
}

header{
	display:block;
	width:1000px;
	background-image:url(assets/header.jpg);
	background-repeat:none;
	margin:0 auto;
}

nav.horizontalnav{
	width:1000px;
	height:50px;
	display:block;
	margin:0px auto;
}

nav.horizontalnav li{
	color:#3c7560;
	width:150px;
	text-align:center;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	display:block;
	float:left;
	margin:0px auto;
	list-style-type:none;
	
}

nav.horizontalnav li a{
	color:#3c7560;
	width:150px;
	text-align:center;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	display:block;
	float:left;
	margin:0px auto;
	list-style-type:none;
}

nav.horizontalnav li:hover{
	color:#FFFFFF;
	width:150px;
	height:25px;
	text-align:center;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	display:block;
	float:left;
	margin:0px auto;
	list-style-type:none;
	background-color:#febe10;
	
	-moz-border-radius:30px 25px;
	-webkit-border-radius:30px 25px;
	border-radius:30px 25px;
}
	

section.flashportfolio{
	width:1000px;
	height:auto;
	display:block;
	margin:0px auto;
	padding:0px;
}


.homeportfolio{
	display:block;
	width:971px;
	height:497px;
	margin:0 auto;
	background:url(assets/portfoliobg.jpg) no-repeat;
}

footer{
	display:block;
	width:1005px;
	height:auto;
	background-color:#38735d;;
	text-align:center;
	margin:0 auto;
	line-height:50px;
}

footer img{
	margin-top:4px;
	padding:2px;
	display:inline;
	float:right;
}

address{
	display:inline;
	width:500px;
	text-align:center;
	color:#FFFFFF;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	
}


/*Portfolio Pages Styles*/

section.portfoliothumbs{
	display:block;
	width:1000px;
	margin:0 auto;
	padding:0px;	
}

section.portfoliothumbs img{
	text-align:center;
	padding:1px;
	margin:20px 0px 20px 5px;
	border:inset 1px yellow;
}



/*Header and Text Styling*/



h1{
	color:#38735d;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin:20px 40px;
	text-weight:bold;
}

p#intro{
	color:#000000;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin: 20px 40px;
	text-indent:20px;
	text-weight:bold;
	line-height:15px;
}


p{
	color:#000000;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin: 20px 40px;
	text-indent:20px;
	text-weight:bold;
}

p#getBack{
	font-size:20px;
	width:1000px;
	margin:0px 35px;
	text-indent: 0px;
}

p#getBack a:link{
	color:#38735d;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-decoration:none;
}

p#getBack a:visited{
	color:#38735d;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-decoration:none;
}

/*Contact Page Styles*/


section.contact{
	width:1000px;
	height:auto;
	display:block;
	margin:0px auto;
	padding:0px;
}

h1#contact{
	color:#38735d;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin:20px 40px;
	text-weight:bold;
	text-align:center;
}

h4#contactSmall{
	width:1000px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-weight:italic;
	text-align:center;
	margin-top:4px;
}

h4#contactSmall a:link{
	color:#38735d;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-weight:italic;
	text-align:center;
	font-style:italic;
	text-decoration:none;
}

h4#contactSmall a:visited{
	color:#38735d;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-weight:italic;
	text-align:center;
	font-style:italic;
	text-decoration:none;
}

p#about a:link{
	color:#38735d;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-decoration:none;
}

p#about a:visited{
	color:#38735d;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-decoration:none;
}


/*Form Styling*/

form{
	display:block;
	margin:10px auto;
	width:932px;
	height:458px;
	background-image:url(assets/formbg.jpg);
}


fieldset {
	border:0px;
	padding:5px;
}

fieldset#message{
	clear:left;
}


fieldset label{
	color:#38735d;
	display:inline;
	float:left;
	width:13%;
	margin-top:10px;
}


fieldset input{
	display:block;
	background-color:#f7f7f7;
	width:40%;
	margin-top:10px;
}


select{
	display:block;
	float:left;
	background-color:#f7f7f7;
	font-size:0.9em;
	margin-top:10px;
}

fieldset#message label{
	display:block;
	padding-top:10px;
	width:65%;
	border-top: 1px white dotted;
}


textarea{
	display:block;
	clear:left;
	background-color:#f7f7f7;
	width:65%;
	height:100px;
	margin-top:10px;
}

fieldset#radiocheck label{
	color:#38735d;
	width:25%;
}

fieldset#optionGroup label{
	display:block;
	float:left;
	width:5%;
	margin-top:10px;
	

}

fieldset#optionGroup input{
	display:block;
	float:left;
	width:5%;
	margin-top:10px;
}

#checkbox {
	color:#000000;
	font-size:13px;
	float:none;
	text-align:center;
	width:65%;
	text-align:center;
}
#checkbox input{
	display:inline;
	float:none;
	width:3%;
}


input[type="submit"] {
	display:inline;
	float:none;
	background-image:url(assets/sendbutton.jpg);
	width:96px;
	height:32px;
	background-color:transparent;
	border:none;
	text-indent:-999em;
}

input[type="reset"] {
	display:inline;
	float:none;
	background-image:url(assets/resetbutton.jpg);
	width:96px;
	height:32px;
	background-color:transparent;
	border:none;
	text-indent:-999em;
}

/*Table Styles*/

table{
	background:url(assets/tablebg.jpg);
	width:95%;
	margin:0px auto;
	
}

thead tr th{
	background-color:#38735d;
	height:50px;
	border:#306350 1px solid;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	
}

tbody tr th{
	border:1px solid gray;
}

table caption{
	text-align:left;
	font-variant:small-caps;
	font-size:15px;
	font-weight:bold;
	color:#38735d;
}

/*Main Portfolio Page*/

section.portfolioMain {
	display:block;
	width:50%px;
	margin:0 auto;
	padding:0px;
	
}

section.portfolioMain img{
	display:inline;
	text-align:center;
	padding:1px;
	margin:20px 0px 20px 25px;
	border:inset 1px yellow;
}

aside{
	display:inline;
	float:right;
	width:299px;
	height:566px;
	margin:10px 25px 20px 0px;
	background-image:url(assets/descriptionbg.jpg);
}

aside h3{
	width:256px;
	height:auto;
	padding:2px;
	margin:10px 0px 10px 25px;
	float:left;
	color:#38735d;
	font-family:Verdana, Geneva, sans-serif;
}

aside p{
	color:#38735d;
	width:256px;
	height:auto;
	padding:2px;
	margin:10px 0px 10px 25px;
	float:left;
	
}


aside p:first-letter {
	font-size:150%;
}
	
	
/*Outline for coding purposes*/

{
	outline:solid 1px blue;
}