
/* CSS Reset */

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;
}

/*** End CSS Reset ***/

/* General Styles */

.floatLeft {float: left}
.floatRight {float: right}
.clear {clear: both;}
.displayNone {display: none;}

/*** End General Styles ***/

/* Global Styles */

body {
	background: #FFF;
	font-family: arial;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	border-top: solid 10px #EAEAEA;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF2727;
	text-decoration: underline;
}


/* Start Header */

#header {
	width: 100%;
	height: 100px;
	clear: both;
	position: relative;
	margin: 10px 0 0 0;
}

#header h2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 297px;
	position: absolute;
	top: 30px;
	left: 30px;
	background: transparent url(images/logo.gif) no-repeat 0 0;
}

ul.navigation {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0;
}

ul.navigation li {
	float: left;
	display: block;
	width: 120px;
	height: 116px;
	margin: 0 20px 0 0;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: left;
}

ul.navigation li a {
	color: #666666;
}

ul.navigation li a:hover .bottom {
	color: #FF2727;
}

ul.navigation li a:hover .top {

}


ul.navigation li .top {
	display: block;
	height: 35px;

}

ul.navigation li .bottom {
	display: block;
	height: 15px;
	border-top: solid 1px #CCCCCC;
	padding: 8px 0 0 0;
}

ul.navigation li .pointer {
	height: 10px;
	display: none;
	background: #FFF;
}

ul.navigation li a:active .pointer {
	height: 10px;
	display: none;
	background: transparent url(images/pointer.gif) no-repeat top center;
}

/*** End Header ***/

/* Content Start */

#content {
	width: 100%;
	overflow: hidden;
	clear: both;
	height: auto;
	padding: 10px 0 0 0;
	background: #FFF url(images/contentGradient.jpg) no-repeat bottom center;
	border-top: dotted 1px #cccccc;
}

#content.home {
	background: #FFF url(images/homeMain.jpg) no-repeat bottom center;

}

#content .leftCol {
	width: 400px;
	height: 400px;
	float: left;
}


#content .rightCol {
	width: 553px;
	float: right;
	padding: 0 20px 22px 0;
}

#content .rightCol p {
	font-size: 24px;
	line-height: 34px;
	color: #999999;
	margin: 40px 0 0 0;
}

#content .rightCol.about p,
#content .rightCol.contact p {
	font-size: 12px;
	line-height: 21px;
	color: #999999;
	margin: 4px 0 7px 0;
	padding: 0 2px;
	clear: both;
	overflow: hidden;
}

#content .rightCol.about h2,
#content .rightCol.contact h2 {
	font-size: 15px;
	margin: 22px 0 5px 0;
	padding: 0 2px;
	color: #999999;
	clear: both;
}

#content .rightCol.about p.educationPara {
	width: 250px;
	float: left;
	clear: none;
	margin-bottom: 22px;
}

h1.portfolioHeader {
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 600px;
	position: absolute;
	top: 60px;
	left: 150px;
	background: transparent url(images/portfolioHeader.gif) no-repeat 0 0;
}

span.pluralSPosition {
	position: absolute;
	top: 28px;
	left: 275px;
	z-index: 99;
}

ul.portNav {
	overflow: hidden;
	clear: both;
	width: 270px;
	margin: 20px 0 -20px 33px;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #cccccc;
}

ul.portNav li {
	float: left;
	list-style-type: none;
	margin: 0 10px;
}

ul.portNav li a {
	font-size: 12px;
	padding: 9px 6px;
}

ul.portNav li.active a {
	background-color: #EEEEEE;
	height: 500px;
}

.contactImage {
	background: transparent url(images/contactMain.jpg) no-repeat bottom center;
}

.aboutImage {
	background: transparent url(images/aboutMain.jpg) no-repeat bottom center;
}

/*** End Content ***/

/* Start Form CSS */

#cf_submit_p { text-align: left; }
.error { color: red; font-size: 75%; position: relative; display: none; font-style: italic; }
.success { display: none; padding: 10px; color: #647688; font-size: 12px; background-color: #e6ebf2; width: 240px; 	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px; }

textarea { overflow: auto; } /* Remove Scrollbar in IE */
form div { width: 300px; padding: 8px 2px; }

.input-text, textarea {
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	background: url("../images/forms/input-bg.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #BBBBBB;
	color: #999999;
	display: block;
	font: 12px/18px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
	padding: 3px 4px;
	position: relative;
	text-shadow: 0 0 1px #FFFFFF;
	margin: 3px 0 0 0;
	z-index: 2;
	width: 290px;
}

.input-text:hover, .input-text:focus, textarea:hover {
	background: url("../images/forms/input-bg.png") no-repeat #f5f5f5;
}

input[type="submit"]  {
	/* set half height here */
}

input[type="submit"]:active  {
	/* background-position: left bottom; */
}

#content .rightCol.contact label {
	font-size: 13px;
	display: inline;
	padding: 0 0 10px 0;
	overflow: hidden;	
	color: #999999;
	height: 20px;
}

#content .rightCol.contact input.submitBtn {
	float: right;
	clear: both;
}

/*** End Form CSS ***/

/* Start Pop-up Modal */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px;background-color:#FFF; border:4px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

#simplemodal-container p {
	font-size: 12px;
	line-height: 21px;
	color: #999999;
	margin: 4px 0 7px 0;
}
#simplemodal-container h2 {
	font-size: 15px;
	margin: 22px 0 5px 0;
	padding: 0 2px;
	color: red;
}

/*** End Pop-up Modal ***/


/* Footer Start */

#footer {
	height: 60px;
	width: 100%;
	border-top: solid 1px #CCCCCC;
	padding: 12px 0 0 0;
	overflow: hidden;
	clear: both;
	background-color: #EAEAEA;
}

p.footerCopy {
	color: #666666;
	font-size: 10px;
	float: left;
	margin: 15px 0 0 15px;
}

ul.socialMedia {
	overflow: hidden;
	float: right;
}

ul.socialMedia li {
	list-style-type: none;
	float: left;
	width: 143px;
	text-align: center;
	margin: 0;
}

ul.socialMedia li a, p.footerCopy a {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

ul.socialMedia li a:hover, p.footerCopy a:hover {
	color: #FF2727;
	text-decoration: underline;
}

ul.socialMedia li span, ul.socialMedia li img {
	float: left;
	background-color: transparent;
}

ul.socialMedia li span {
	padding: 19px 0 0 6px;
}

ul.socialMedia li h2 {
	font-size: 14px;
	text-align: left;
	padding: 10px 0 0 0;
	color: #666666;
}



/*** End Footer ***/
