a:link {color: #557597; text-decoration: none;}
a:visited {color: #557597; text-decoration: none;}
a:hover: {color: #557597; text-decoration: underline;}
a:active: {color: #557597; text-decoration: underline;}

html {
	height: 100%;
}

html, body, * { 
	margin: 0; 
	padding: 0;
}

body {
	margin: 0 auto;
	/*padding: 0 0 20px 0;*/
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background: url(../images/background.jpg) 100% 0% no-repeat;
	background-color: #000000;
	min-width: 1000px;    	/* Minimum width of layout - remove line if not required */
	font: 99% "georgia", "times new roman", "serif";
	text-align: center;
}

img {
	border: 0;
}

img.display {
	margin: 0 8px 0 0;
}

hr {
	background-color: #557597;
	border: 0;
	color: #524b98;
	height: 2px;
	margin: 0 0 10px 0;
	/*width: 98.5%;*/
}

h1, h2 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	color: #557597;
	border-left: 5px solid #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

h4 {
	margin: 0;
	color: #557597;
	font-family: georgia, "times new roman", serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
}

p.header_links {
	font-size: 1.4em;
}

p.right_text {
	text-align: right;
}

p.right_text span{
	position: relative;
	top: -12px;
}

p.large_text {
	margin: 20px 0 0 0;
	font-size: 1.7em;
}

p.social {
	color: #faec8f;
	font-family: "georgia", "times new roman", "serif";
	text-align: center;
}

p.big {
	font-size: 1.7em;
}

p.red {
	color: #ff0000;
}

p.no_margin {
	margin-top: 0;
	margin-bottom: 0;
}

p.no_margin_top {
	margin-top: 0;
}

ul {
	margin: 0 0 1em 1.5em;
}

ul#navigation {
	margin: 0 0 0 0;
}

ul#navigation li {
	display: inline;
	margin: 0 38px 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	z-index: 20;
}

ul#navigation li.last {
	margin: 0;
}

ul#navigation li:last-child {
	margin: 0;
}

/*#inside_main blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 400px;
	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}
#inside_main blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}*/

#container {
	text-align: left;
	margin: 10px auto 0 auto;
	width: 964px;
}

/* FORM STYLES */
input {
	border: 1px solid #557597;
}

input.button {
	margin: 0 10px 0 0;
	width: 100px;
	height: 40px;
	border: 1px solid #557597;
	background: #557597;
	color: #ffffff;
	font-size: 1.5em;
	cursor: pointer;
}

/*input.button:hover {
	background: #ffffff;
	color: #557597;
	font-size: 1.2em;
}*/

textarea {
	border: 1px solid #557597;
}

select {
	border: 1px solid #557597;
}

/* FORM STYLES END*/

/* HEADER */
#header {
	float: left;
	margin: 0;
	padding: 5px 10px 0 10px;
	width: 944px;
	height: 42px;
	background: #ffffff;
}

#logo {
	clear: none;
	float: left;
	position: relative;
	margin: 0;
}

img.logo {
	position: relative;
	float: left;
}

img.title {
	position: relative;
	z-index: 10;
}

img.right_margin {
	margin: 0 7.5px 0 0;
}

img.latest_title {
	margin: 10px 0 -10px 5px;
}

img.contact_title {
	margin: 0 0 0 30px;
}
/*HEADERS END*/

/* MAIN SECTION */
#main {
	display: block;
	float: left;
	margin: 15px 0 0 0;
	padding: 10px;
	width: 944px;
	background: white;
}

#main_left {
	float: left;
	width: 458px;
	border-right: 1px solid #000000;
	/*margin: 0 20px 0 0;*/
}

#main_center {
	border-right: 1px solid #000000;
}

#main_right {
	float: left;
}

#welcome {
	position: relative;
	padding: 0 0 10px 0;
	width: 448px;
	border-bottom: 1px solid #000000;
	/* padding: 30px 10px 25px 35px; */
	/*background: url(../images/welcome_background.png) 0 0 no-repeat;*/
}

#welcome h3 {
	color: #559771;
}

#blog {
	position: relative;
	padding: 10px 0 10px 0;
	width: 448px;
	border-bottom: 1px solid #000000;
	/* padding: 30px 10px 25px 35px; */
	/*background: url(../images/welcome_background.png) 0 0 no-repeat;*/
}

#blog h3 {
	color: #6b578c;
}

#social {
	position: relative;
	padding: 10px 0 10px 0;
	width: 448px;
}

#social span.header {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	color: #eba859;
	border-left: 5px solid #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

#portfolio {
	position: relative;
	width: 448px;
	padding: 0 0 10px 0;
	/*background: url(../images/portfolio_background.png) 0 0 no-repeat;*/
	clear: both;
}

#portfolio h3 {
	color: #9dca39;
}

#portfolio h3 span{
	color: #000000;
	/*color: #557597;*/
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
}

#project {
	position: relative;
	width: 478px;
	height: 280px;
	padding: 10px 0 10px 0;
	/*background: url(../images/welcome_background.png) 0 0 no-repeat;*/
}

#project h3 {
	color: green;
}

#quote h3 {
	color: #ba58ad;
}

#latest_work {
	position: relative;
	width: 474px;
	padding: 0 0 10px 10px;
	/*background: url(../images/latest_work_background.png) 0 0 no-repeat;*/
}

#latest_work h3 {
	color: #ab4652;
}

#gallery {
	position: relative;
	width: 474px;
	padding: 0 0 0 10px;
	
	/*background: url(../images/latest_work_background.png) 0 0 no-repeat;*/
}

#gallery h3 {
	color: #e93036;
}

#gallery div{
	float: left;
}

#gallery p{
	margin: 0;
}

.blog_date {
	font-weight: bold;
}

.center {
	margin: 10px 0 0 0;
	text-align: center;
}

.right {
	float: right;
	margin: 10px 0 0 0;

}

.image_border {
	padding: 5px;
	border: 1px solid #000000;
}

#tagline {
	position: relative;
	float: left;
	margin: 0 0 0 272px;
	padding: 22px 0 0 0;
	color: #ffffff;
	font-size: 1.6em;
}

/* END MAIN SECTION */

/* FOOTER */
#footer {
	clear: left;
	float: left;
	width: 964px;
}

#footer p {
	color: #ffffff;
	margin: 10px 0 20px 0;
	font-size: 1.5em;
	text-align: center;
}
/* FOOTER END*/

/* EMAIL BLOCK BOTS */
span#ajaxresp {
	margin: 5px 0;
	text-align: center;
	padding:10px;
	display: none;
	border:2px solid #CCCCCC;
	background-color:#EDECEB;
}
/* EMAIL BLOCK BOTS END */