﻿/* -----------Main Styles------------- */

body {
	margin:0px;
	padding:0px;
	width:1280px;
	margin: 0 auto 0 auto;
	background-color: #111D87;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
#header {
	width: 100%;
	height: 220px;
	background-image: url('images/headerBackground.png');
	background-repeat: no-repeat;
	background-color: #2236DC;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #097400;
	color: #4F00D8;
}
#logo {
	border-style: none;
	border-width: 0px;
	position: relative;
	float: left;
}
#headerText {
	position: relative;
	width: 397px;
	height: 63px;
	float: left;
	margin-left: 225px;
	margin-top: 75px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
}
#getNoticed {
	font-size: large;
	color: #FF6600;
}
.orangeLetter {
	color: #FF6600;
}
#buttonsHolder {
	position: absolute;
	width: 665px;
	height: auto;
	left: 570px;
	top: 180px;
}
.button {
	position: relative;
	float: left;
	width: 120px;
	height: 40px;
	background-image: url('images/buttonBackground.png');
	background-repeat: repeat-x;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-size: medium;
	color: #3322DC;
	font-family: Arial;
	font-weight: bold;
}
.button a, .button a:link, .button a:visited {
	text-decoration: none;
	color: #3322DC;
	display: block;
	width: 120px;
	height: 40px;
}
.button a:hover {
	text-decoration: none;
	color: #3322DC;
	background-image: url('images/buttonBackgroundHover.png');
	background-repeat: repeat-x;
}
.currentButton {
	background-image: url('images/currentButtonBackground.png');
	background-repeat: repeat-x;
	text-decoration: none;
	position: relative;
	float: left;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
.currentButton a, .currentButton a:link, .currentButton a:visited {
	color: #000000;
	text-decoration: none;	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #99FF99;

}
.currentButton a:hover {
	color: #000000;
	text-decoration: none;
}
#aboutButton, #contactButton, #portfolioButton, #blogButton {
	border-left-style: solid; 
	border-left-width: 1px
}
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url('images/wrapper_bg.png');
	background-repeat: repeat;
}
#content {
	background-color: #FFFFFF;
	position: relative;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #3322DC;
	border-left-color: #3322DC;
	padding-top: 15px;
	padding-bottom:45px;
}
#intro {
	position:relative;
	width:500px;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:30px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #2A2A2A;
}
#dragon {
	position:relative;
	float:left;
	margin-top:55px;
	margin-left:15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000099;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #FF9933;
}
.greenBox {
	float:left;
	margin-left:10px;
	margin-top:20px;
	display:inline;
}
#leftGreenBox {
	clear:left;
}
.footer {
	position: relative;
	width: 907px;
	height: 20px;
	background-image: url('images/footerBackground.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #3322DC;
	border-left-color: #3322DC;
}


/* -----------About Styles------------- */

#temple {
	position: relative;
	float: left;
	margin-left: 260px;
	margin-bottom: 15px;
}
#leftSide {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #00CC00;
	width: 45%;
	position:relative;
	float:left;
	padding:20px;
}
#rightSide {
	position:relative;
	float:right;
	width:45%;
	padding:20px;
}


/* -----------Contact Styles------------- */

#contactContent {
	height:800px;
	background-color: #FFFFFF;
	position: relative;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #3322DC;
	border-left-color: #3322DC;
	padding-top: 15px;
	padding-bottom:45px;
}
form {
	position: relative;
	float:left;
	display:inline;
	margin-left:175px;
}
fieldset {
	border: 2px solid #00CC00;
	position: relative;
	float: left;
	width: auto;
	height:auto;
	margin-bottom: 10px;
	padding-bottom:15px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
}
label {
	width: 125px;
	float: left;
	text-align: right;
	display: block;
	margin-right:20px;
}
input {
	margin-right:20px;
}
textarea{
	margin: 10px;
	width: auto;
	height: auto;
}
.formHolder {
	position: relative;
	z-index: auto;
	width: 900px;
	height: 780px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#mailPic {
	display: inline;
	position: relative;
	margin-bottom:10px;
}


/* -----------Portfolio Styles------------- */

.workPreview {
	height: 235px;
	width: 200px;
	float: left;
	margin-left: 14px;
	text-align: center;
	margin-top: 20px;
	background-color: #5BBEE3;
	border: 2px solid #1576B0;
}
.workPreview img {
	border-style: none;
	border-width: 0px;
	margin-top: 15px;
	margin-bottom:5px;
}
.workPreview a, .workPreview a:link, .workPreview a:visited {
	color: #F9F9F9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.workPreview a:hover {
	color:#02494D
}
.price {
	color:#0A4009;
}


/* -----------Thanks Styles------------- */

.thanks {
	border: 1px dashed #FF6600;
	position: relative;
	z-index: auto;
	width: 550px;
	height: 100px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	color: #000099;
	font-size: x-large;
}