@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	line-height: 130%;
}
.printnav p a {
	font-size: 0.8em;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .printnav {
	background-image: url(../images/nosign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;			
}

.oneColFixCtrHdr #container #mainContent .printnav p{
	font-size: 1.1em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 200px;
	margin-right: 200px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #7D7D7D;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fefdfd;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #fefdfd;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #printback {
	background-color: #6FD0F5;
}
#mainContentprint {
	background-color: #6FCFF5;
}

.oneColFixCtrHdr #footer {
	background-image: url(../images/footer-back.jpg);
	height: 390px;
	width: 1000px;
	padding-top: 10px;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #BEBEBE;
	background-position: bottom;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #wrapper #container #footer .linkedin {
	height: 100px;
	width: 90px;
	position: relative;
	top: 210px;
	left: 190px;
	float: right;
}

.contact-form-new {
	margin-left: 25px;
	float: left;
	margin-right: 25px;
	height: 375px;
	width: 350px;
	margin-top: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.contact-form {
	margin-left: 28px;
	float: left;
	margin-right: 28px;
	
}
h3 a {
	font-size: 1.3em;
	font-weight: normal;
	color: #832044;
	text-decoration: none;
	line-height: 1.7em;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
h4 a {
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
}
.twitter {
	float: right;
	margin-right: 28px;
}

h3 a:hover {
	color: #000000;
}
h3 a:visited {
	color: #333333;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.column {
	float: left;
	width: 225px;
	margin-right: 10px;
	margin-left: 30px;
}
.column-middle {
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-left: 30px;
}
.clearfloat {
	clear: both;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #832044;
	text-decoration: none;
}
a {
	color: #7D143C;
	text-decoration: none;
}
a:hover {
}
a:link {
	color: #7D143C;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #832044;
	padding-top: 5px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent .indexpadding {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#me {
	width: 148px;
	height: 800px;
	position: absolute;
	top: 0px;
	right: -75px;
	z-index:0;
	background-image: url(../images/me.png);
	background-repeat: no-repeat;
	bottom: 0px;
}
#wrapper {
	width: 1148px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7D7D7D;
}
.oneColFixCtrHdr #wrapper #container #pagepad {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

.printmenu {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
.oneColFixCtrHdr #wrapper #container #mainContent .websign {
	background-image: url(../images/nosign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
}
.oneColFixCtrHdr #wrapper #container #mainContent .websign h1 {
	margin-left: 200px;
	padding-top: 20px;
	color: #832044;
	font-size: 1.8em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-right: 100px;
}
.cvsign {
	background-image: url(../images/nosign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
}
.oneColFixCtrHdr #wrapper #container #mainContent #pagepad #cvcontainer {
	margin-left: 150px;
	line-height: 120%;
	padding-top: 15px;
}
.oneColFixCtrHdr #wrapper #container #mainContent #pagepad #cvcontainer ul {
	margin-left: 40px;
	padding-top: 4px;
}
.oneColFixCtrHdr #wrapper #container #mainContent #pagepad #cvcontainer li {
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cvsign h1 {
	padding-top: 20px;
	color: #832044;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-left: 180px;
	margin-right: 100px;
}
.clientsign {
	background-image: url(../images/nosign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
}
.oneColFixCtrHdr #wrapper #container #mainContent .clientsign {
	height: 66px;
}

.clientsign h1 {
	color: #832044;
	font-size: 1.8em;
	margin-right: 100px;
	margin-left: 180px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-weight: normal;
}.oneColFixCtrHdr #wrapper #container #mainContent .cvsign h2 {
	padding-left: 180px;
}
.oneColFixCtrHdr #wrapper #container #mainContent #pagepad #gallerycontainer .clientheader {
	padding-left: 190px;
	color: #333333;
}
.oneColFixCtrHdr #wrapper .banner {
	padding-top: 10px;
}

.tasign h1 {
	padding-top: 20px;
	color: #832044;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-left: 180px;
}
.tasign {
	background-image: url(../images/nosign.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
}
.oneColFixCtrHdr #wrapper #container #mainContent .printnav h1 {
	margin-left: 180px;
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-right: 100px;
}
.examplePanelLarge
{
	width: 750px;
	height: 550px;
	position: relative;
	background-image: url(../images/examples_back_large.png);
	padding: 20px 25px;
	left: 70px;
	margin-top: 1em;
	background-repeat: no-repeat;
	background-position: left top;
}
.examplePanelSmall
{
	width: 710px;
	height: 330px;
	position: relative;
	left: 70px;
	margin-top: 1em;
	background-image: url(../images/examples_back_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 25px;
	padding-left: 40px;
	
}
.examplePanelSmall h2{ margin-bottom: 0; padding-bottom: 0; }
.examplePanelLarge h2{ margin-bottom: 0; padding-bottom: 0; }
.examplePanelSmall  .yoxview  img {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
}
.examplePanelLarge .yoxview img {
	margin-right: 8px;
	margin-left: 6px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.oneColFixCtrHdr #wrapper #container #page {
	margin-left: 40px;
}
.examplePanelMedium .yoxview img {
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 8px;
	margin-top: 5px;
}
.examplePanelMedium h2{ margin-bottom: 0; padding-bottom: 0; }
.examplePanelMedium
{
	width: 750px;
	height: 400px;
	position: relative;
	background-image: url(../images/examples_back_medium.png);
	padding: 20px 25px;
	left: 70px;
	margin-top: 1em;
	background-repeat: no-repeat;
	background-position: left top;
}

#examples {
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px grey;
-webkit-box-shadow: 5px 5px grey;
box-shadow: 5px 5px grey;
}

