@charset "UTF-8";
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	background: #FFFFFF;
	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;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pattern_bg.png);
	background-position: 14px, 0 px,;
	background-repeat: no-repeat;
	height: 690px;
}
.oneColFixCtrHdr #containerLong {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pattern_bg_LONG.png);
	background-position: 14px, 0 px,;
	background-repeat: no-repeat;
	height: 1500px;
}
.oneColFixCtrHdr #header {
	float: left;
	clear: none;
	height: 22px;
	padding: 0px 0px 0px 0px;
	position:relative; top:68px; left:320px;
}
.oneColFixCtrHdr #header2 {
	width: 660px;
	float: left;
	clear: none;
	height: 22px;
	text-align: left;
	border: 0px;
	padding: 0px 0px 0px 0px;
	position:relative; top:68px; left:320px;
}
.oneColFixCtrHdr #portfolioSecnav {
	width: 660px;
	float: left;
	clear: none;
	height: 25px;
	text-align: left;
	border: 0px;
	padding: 0px 0px 0px 0px;
	position:relative; top:5px; left:320px;
}
.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: 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 500px;
	float: right;
	padding: 62px 135px 0px 0px;
	line-height: 1.75em;
	color: #333;
}
.oneColFixCtrHdr #footer {
	width: 975px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	clear: both;
	color: #cccccc;
	line-height: 28px;
}
.oneColFixCtrHdr  #footer1 {
	padding: 88px 135px 0px 0px;
	clear: both;
	margin-left: 340px;
	line-height: 18px;
}
.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 */
}
.nav {
	padding-top: 0px;
}

.logo {
	clear:none;
	float: left;
	width: 320px;
	height: 88px;
	position:relative; top:65px;
	text-align: left;
}
.subhead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	line-height: normal;
	color: #333333;
	margin: 0;
}
.orangeSubhead {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #ff6633;
	margin: 0;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #ff6633;
}

a {
	color: #ff6633;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#660033;
}  

a:active {
	color: #ff6633;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#FF6633;
}
a:hover {
	color: #ff6633;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#FF6633;
	border-top: thin;
	border-top-style: dotted;
	border-top-color:#FF6633;
}
a:visited {
	color: #666666;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#666666;
}
a.nav {
	color: #ff6633;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: none;
}

option a.nav {
	color: #ff6633;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#660033;
} 
a:active.nav {
	color: #ff6633;
	font: 10px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#660033;
}
a:hover.nav {
	color: #ff6633;
	font: 18px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#FF6633;
	border-top: none
}
a.logo {
	text-decoration: none;
	border: none;
}
a:hover.logo {
	text-decoration: none;
	border: none;
}
a.navsel {
	color: #ff6633;
	font: 10px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#660033;
}
a:hover.navsel {
	color: #ff6633;
	font: 18px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#FF6633;
	border-top: none
}
a:active.navsel {
	color: #ff6633;
	font: 10px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#660033;
}
.oneColFixCtrHdr #listleadin {
	width: 534px;
	float: right;
	padding-right: 103px;
	padding-left: 0px;
	line-height: 10px;
}
.oneColFixCtrHdr #portfolioContent {
	width: 575px;
	float: left;
	clear: none;
	padding: 30px 60px 0px 37px;
	line-height: 24px;

}
.oneColFixCtrHdr #portfolioContentUP {
	width: 575px;
	float: right;
	padding-right: 60px;
	padding-left: 0px;
	line-height: 14px;
}
.oneColFixCtrHdr  #sidebar {
	width: 230px;
	float: left;
	padding-right: 0px;
	padding-left: 70px;
	line-height: 24px;
	clear: both;
	padding-top: 99px;
}
.oneColFixCtrHdr  #sidebarport {
	width: 230px;
	float: left;
	padding-right: 0px;
	padding-left: 70px;
	padding-top: 70px;
	line-height: 1.75em;
	clear: both;
}
.oneColFixCtrHdr #sidebarContent {
	width: 315px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.75em;
	clear: none;
}
.orangeText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ff6633;
	margin: 0;
}
.grayText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
}
.graySubhead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #666666;
	margin: 0;
}
.burgText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #330033;
	margin: 0;
}
.subheadDark {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	margin: 0;
}
.burgSubhead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #330033;
	margin: 0;
}
.greenSubhead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #879948;
	margin: 0;
}
.greenText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #879948;
	margin: 0;
}
.hometext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr  #2columnInsetR {
	width: 230px;
	float: right;
	padding-right: 135px;
	padding-left: 0px;
	line-height: 24px;
}
.oneColFixCtrHdr #2columnInsetL {
	width: 230px;
	float: right;
	padding-right: 40px;
	padding-left: 340px;
	line-height: 24px;
}
a:visited.logo {
	text-decoration: none;
	border: none;
}
.oneColFixCtrHdrSide #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pattern_bgside.png);
	background-position: 14px, 0 px,;
	background-repeat: no-repeat;
	height: 690px;
}
.copyright {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}
a.contact {
	color: #330033;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: dotted;
	border-bottom-color:#660033;
}
contact {
	color: #330033;
	font: 14px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	border-bottom: thin;
	border-bottom-style: none;
}
.lighter {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	background: #FFFFFF;
	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: #666666;
}
.hometextlighter {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.sectextlighter {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	line-height: 1.5em;
}
.sectextlighter2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.oneColFixCtrHdr  #footer3 {
	padding: 0 0 0 335px;
	clear: both;
	line-height: 18px;
	margin: auto;
	width: inherit;
}

.oneColFixCtrHdr #footer2 {
	padding: 88px 135px 0px 0px;
	clear: both;
	margin-left: 340px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #logo #sidebarSM {
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #logo #sidebar tr p {
	font-size: 12px;
}
p {
	font-style: italic;
}
p {
	font-style: normal;
}

.thumb {
	color: #cedc78;
	text-decoration: none;
	border: none;
}  


a.thumb {
	text-decoration: none;
	border: none;
}  

a:hover.thumb {
	text-decoration: none;
	border: none;
}

a:visited.thumb {
	text-decoration: none;
	border: none;
}

.bcamp {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	border: none;
}  


a.bcamp {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}  

a:hover.bcamp {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

a:visited.bcamp {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

.oneColFixCtrHdr #mainContentsmaller { /* this is used on the think SPARK page */
	width: 500px;
	float: right;
	padding: 0px 0px 0px 0px;
	line-height: 1.75em;
	color: #333;
	font-size: 12px;
}

