/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* layout styles */
#container {
	margin-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#headerContainer {
	width: 800px;
	height: 22px;
	margin: 0px;
}
#logo {
	width: 497px;
	height: 22px;
	float: left;
	overflow: hidden;
}

/* home tab */
#tabs-1 {
	width: 303px;
	height: 22px;
	float: right;
	background-image: url(/img/tab-1.png);
	overflow: hidden;
}

/* portfolio tab */
#tabs-2 {
	width: 303px;
	height: 22px;
	float: right;
	background-image: url(/img/tab-2.png);
	overflow: hidden;
}

/* contact tab */
#tabs-3 {
	width: 303px;
	height: 22px;
	float: right;
	background-image: url(/img/tab-3.png);
	overflow: hidden;
}

#bodyContainer {
	width: 740px;
	background-color: #FFFFFF;
	padding: 30px;
	margin: 0px;
	position: relative;
}
#footer {
	width: 800px;
	font-size: 11px;
}


/* body styles */
#leftColumn {
	float: left;
	background-image: url(/img/grey.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 437px;
	padding-right: 30px;
}
#rightColumn {
	float: right;
	width: 243px;
	padding-left: 30px;
}


/* content styles */
p {
	text-align: justify;
	margin-bottom: 12px;
	line-height: 14px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.headerImage {
	margin-bottom: 12px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
img {
	border: none;
}
.large {
	font-size: 14px;
	font-weight: bold;
}
.grey {
	color: #999999;
}
ul {
	margin-bottom: 12px;
}
li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 14px;
}
ul.linkList  li {
	list-style-type: none;
	margin: 0 0 12px 0;
}

/* form styles */
form, fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 150px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 300px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	border: 1px solid #333333;
}
.fieldReq {
	color: #ff0000
}
label {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	width: 75px;
}
.fieldInput {
	margin-bottom: 5px;
	float: right;
	text-align: left;
	width: 350px;

}
.fieldSubmit {
	margin-top: 10px;
	margin-bottom: 5px;
	float: right;
	text-align: left;
	width: 350px;
}
.blueButton {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#errorWrap {
	background-color: #ffcccc;
	width: 100%;
	margin-top: 10px;
}
#error {
	background-color: #ffcccc;
	color: #333333;
	padding: 7px;
}
#successWrap {
	background-color: #66ff66;
	width: 100%;
	margin-top: 10px;
}
#success {
	background-color: #66ff66;
	color: #333333;
	padding: 7px;
}
.hiError {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	border: 1px solid #333333;
	background-color: #ff9999;
}

/* reCaptcha styles */
#recaptcha_image {
	width: 300px;
	height: 57px;
}
#recaptchaWrap {
	width: 250px;
}
#reField {
	float: left;
	width: 160px;
}
#reButtons {
	float: right;
	text-align: left;
	width: 90px;
}

/* portfolio styles */
#portfolioImage {
	float: right;
	width: 140px;
	height: 140px;
	border: 1px solid #cccccc;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul#portfolio li img {
	border: 1px solid #ccc;
	padding: 4px;
}
ul#portfolio li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.fade {
	margin-bottom: 2em;
}
.fade p {
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

/* footer styles */
#footerValid {
	float: left;
	width: 400px;
	text-align: left;
}
#footerCopy {
	float: right;
	width: 400px;
	text-align: right;
}

