@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
	line-height: 1.5;
	margin: 0; padding: 0;
	text-align: center;
	color: #000;
	background-color: #c0c0c0;
}

body a:link, body a:visited, body a:hover, body a:active, body li.thispage a {
	text-decoration: none;
	color: #fff;
}

body a:hover {
	color: #c63;
}

body a:active {
	color: #537d95;
}

body li.thispage a {
	color: #e3e1dd;
}

/*Container all pages*/
.twoColHybLtHdr #container {
	width: 907px;
	height: 450px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*Header Div*/
.twoColHybLtHdr #header {
	height: 139px;
	padding: 0 0px;  /* 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. */
	color: #537d95;
	width: 864px;
}

.twoColHybLtHdr #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 */
}

#header img {
	border: 0;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 13.75em; /* since this element is floated, a width must be given */
	background: #a5acb1;	/* light, bluish grey */
	/* background: rgb(177,181,184); */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 28px 0 52px 0;
	/* padding: 40px 0; */
	color: #ffffff;
	border-top: 4px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	height: 191px;
	/* height: 340px; */
	margin-top: 0px;
/* 	margin-top: 4px;
	border-top-color: red;
	border-bottom-color: red;
	border-right-color: green; */
}

#about #sidebar1 {
	height: 191px;
}

#contact #sidebar1 {
	height: 189px;
}

body.portfolio #sidebar1 {
	height: 200px;
}

.twoColHybLtHdr #sidebar1 p {
	margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 2px;
	list-style: none;
}

/*Left Side Navigation Menu Div*/

/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
/*
li 	{border: 1px dotted red}
a 		{border: 1px dotted green}

*li	{border: 1px solid blue}
*a		{border: 1px solid yellow}

_li	{border: 1px solid red}
_a		{border: 1px dotted green}
 */

.twoColHybLtHdr #nav ul {
	list-style: none;
	margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*margin: 2px 2px 2px 50px;
	_margin: 2px 2px 2px 50px;
}

.twoColHybLtHdr .menu li {
	color: #ffffff;
	text-align: left;
	position: relative;
	margin: 10px 0 0 -26px;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*margin: 2px 0 0 -26px;
	_margin: 2px 0 0 -26px;
}

.twoColHybLtHdr #nav2 {
	/* border: 1px dotted yellow; */
	position: absolute;
	top: 0; right: -87px;
}

.twoColHybLtHdr #nav ul.menu ul {
	/* border: 1px dotted yellow; */
	position: absolute;
	top: 6px; right: -87px;
}

.twoColHybLtHdr #nav2 ul {
	list-style: none;
	margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 2px;
}

#nav .menu li {
	padding: 2px 12px 2px 0;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*padding: 0;
	_padding: 0;
}

.twoColHybLtHdr .menu2 li, .twoColHybLtHdr #nav ul.menu ul li {
	/* border: 1px dotted red; */
	margin: 0 0 0 14px;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*margin: 0 0 0 28px;
	_margin: 0 0 0 28px;
	padding: 1px 12px 1px 24px;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*padding: 0;
	_padding: 0;
}

#nav li a {
	display: block;
	line-height: 1;
	padding: 6px 0;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*padding: 2px 0;
	_padding: 2px 0;
}

/* IE6 and earlier will *not* read this style */
html>body #nav .menu li a {
	padding-left: 8px;
}

#nav ul.menu ul li a {
	font: bold 11px/1 verdana, arial, helvetica, sans-serif;
	color: #a5acb1;	/* same grey as sidebar bg */
	padding: 2px 8px 2px 0;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*padding: 0;
	_padding: 0;
}

/* sidebar bg color is 205-7-69 */
#nav li.thispage a, #nav li.thishome a, #nav li.thispage a:hover {
	color: #c63;
}

/* sidebar bg color is 205-7-69 */
#nav ul.menu li.thispage li a, #nav ul.menu li.thishome li a, #nav ul.menu ul li.thispage a, #nav ul.menu ul li a:hover {
	color: #c63;
	background-color: #fff;
}

/* sidebar bg color is 205-7-69 */
#nav ul.menu li.thispage li a, #nav ul.menu li.thishome li a {
	color: #a5acb1;	/* same grey as sidebar bg */
}

#nav ul.menu li.thispage li a:hover, #nav ul.menu li.thishome li.thispage a, #nav ul.menu li.thishome li a:hover {
	color: #c63;
}

/* Tips for mainContent:
	1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
	2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
	3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0 0 0 1em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 35px 45px 0px 275px;
	border-top: solid 4px;
	border-top-color: #FFF;
	border-left-width: 10px;
	border-left-color: #ffffff;
	/* border-bottom: 4px solid white; */
	/* border-bottom: 1px solid red; */
	font-size: 12px; line-height: 1.7;
	/* font-size: 80%; */
	text-align: left;
	background-color: #EAEAEA;
	color: #38627a; /* 202-54-48 */
	/* color: #537d95; */ /* 202-44-58 */
	/* height: 100%; */
	word-spacing: inherit;
	height: 236px;
	/* leading asterisk targets IE>=5; leading underscore targets IE<7 */
	*height: 266px;
	_height: 266px;
	*padding-left: 75px;
	_padding-left: 75px;
}

#contact #mainContent {
	height: 238px;
}

/* Ugly Safari-only hack (>= 3.0) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body:first-of-type .twoColHybLtHdr #mainContent {
		border: 1px solid green;
		border-bottom: 6px solid white;
		height: 206px;
	}
}

.twoColHybLtHdr #mainContent h1 {
	font-size: 120%;
	color: #537d95;
	text-align: center;
}

.twoColHybLtHdr #mainContent h2 {
	font-size: 115%;
	color: #666666;
}

.twoColHybLtHdr #mainContent h3 {
	font-size: 110%;
	color: #996633;
}

#contact #sidebar1 {
	/* height: 156px; */
	height: 158px;
}

#contact #mainContent {
	background: url('images/paige_contact_main.jpg') #e94 204px 0 repeat;
	padding: 0;
	*background-position: 0 0;
	_background-position: 0 0;
	*height: 225px;
	_height: 225px;
}

#contact #mainContent * {
	color: white;
	font-weight: bold;
	line-height: 1.6;
}

#contact #mainContent p {
	/* color: blue; */
	margin: 42px 0 0 250px;
	*margin: 42px 0 0 50px;
	_margin: 42px 0 0 50px;
	width: 525px;
	text-shadow: #333 2px 2px 4px; /* <colour>? <offset-x-down> <offset-y-down> <blur radius>? */
}
/*
#contact #mainContent dl		{border: 1px solid red;}
#contact #mainContent dl dt	{border: 1px dotted purple;}
#contact #mainContent dl dd	{border: 1px dotted green;}
 */
#contact #mainContent dl {
	float: left;
	width: 370px;		/* width must be specified */
	padding: 1%; padding-right: 2%;
	padding: 1% 2% 1% 45px;
	margin-left: 137px; margin-bottom: 1em;
	margin: 0 0 1em 137px;
	background: url('images/crosshairs.gif') 0 50% no-repeat;
}

#contact #mainContent dl dt {
	float: left; clear: left;
	width: 5%;	/* combined width of dt & dd should be around 90% */
	margin: 0 -1px 0 1em;
	text-align: right;
	padding-right: 6px;
	margin-top: 1px;
	color: #51778a; /* bluish grey */
}

#contact #mainContent dl dd {
	float: left;
	width: 85%;
	margin: 0;
	text-shadow: #333 2px 2px 4px; /* <colour>? <offset-x-down> <offset-y-down> <blur radius>? */
	/* clear: right; */
}

.twoColHybLtHdr #brandContent, .twoColHybLtHdr #printContent, .twoColHybLtHdr #webContent {
	margin: 0 5px 0 1em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 50px 45px 50px 275px;
	border-top: 5px solid #fff;
	border-left: 10px solid #fff;
	font-size: 90%;
	text-align: justify;
	color: #537d95;
}

.twoColHybLtHdr #contactmain {
	padding-top: 30px;
	padding-left: 325px;
	*padding-left: 0px;
	_padding-left: 0px;
}

.twoColHybLtHdr #footer, .twoColHybLtHdr #footerbrand {
	padding: 20px 10px 58px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/paige_home_ftr.jpg);
	height: 99px;
	/* border: 1px solid red; */
	border-bottom: 5px solid #474840;
}

#home #footer {
	padding-bottom: 57px;
}

#contact #footer {
	padding-top: 0;
}

#about #footer {
	height: 99px;
}

body.porfolio #footerbrand {
	padding-bottom: 57px;
	border: 1px solid red;
}

.twoColHybLtHdr#home #footer {
	padding-top: 0;
	height: 120px;
}

.twoColHybLtHdr #footer p, .twoColHybLtHdr #footerbrand 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: 5px 45px 5px 23px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.twoColHybLtHdr#home #footer p {
	color: #def0ff;
}

.twoColHybLtHdr #footpad p, .twoColHybLtHdr p.footpad {
	font-size: 11px;
	/* font-size: 65%; */
	text-align: right;
	color: #99B2C6;
	margin-bottom: 0;
	padding: 15px 35px 0 15px;
	/* border: 1px dotted yellow; */
}

#home #footpad p, #contact #footpad p, body.portfolio p.footpad {
	/* border: 1px solid green; */
	padding-top: 125px;
}

#home #footpad p {
	padding-top: 150px;
}

#contact #footpad p {
	padding-top: 130px;
}

body.portfolio #footerbrand p.footpad {
	padding-top: 125px;
}

/* p {border: 1px dotted red} */

.twoColHybLtHdr #footerbrand {
	background: url(images/paige_brand_ftr.jpg);
}

#footer a, #footerbrand a, #footer a:hover, #footerbrand a:hover, #footer a:visited, #footerbrand a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a, #footerbrand a {
	text-decoration: underline;
}

/*
body #footerbrand a:link, body #footerbrand a:visited, #footerbrand a:hover, #footerbrand a:active {
	color: #99b2c6;
}
 */
/*.twoColHybLtHdr .footpad #footerbrand {
	font-size: 75%;
	text-align: center;
	color: #663333;
}*/

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	color: #d6d6d6;
	background-color: #d6d6d6;
	margin-top: -2px;
	border-top: 1px solid white;
	/* border-top: 1px solid red; */
}

body.portfolio .clearfloat {
	/* border-color: red; */
}

hr.clearfloat {
	margin: -4px;
	clear: none;
	width: 90%;
	margin: 0;
}

div.clearfloat {
	background-color: #474840;
}

/* Ugly Safari-only hack (>= 3.0) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body:first-of-type .clearfloat {}
	body:first-of-type .clearfloat {}
}

.nowrap {white-space: nowrap}

div.imgright, div.calloutright {
	width: 100px;
	float: right;
	/* border: 1px solid red; */
	margin: 0.5em 0 0 1em;
}

div.pq {
	color: #010;
	line-height: 1.4;
	/* font-style: italic; */
}

div.imgleft, div.calloutleft {
	width: 100px;
	float: left;
	/* border: 1px solid red; */
	margin: -35px 45px 0 -64px;
	/* margin: 0.5em 1em 0.25em 0; */
	*margin: -20px 45px 10px -75px;
	_margin: -20px 45px 10px -75px;
}

div.calloutright, div.calloutleft {
	/* background: url('images/bg_shadow_top_01.gif') #F7FAF5 0 0 repeat-x; */
	width: 125px; padding: 0.5em 0.5em 0.75em 0.75em;
}

/* PIKACHOOSE JQUERY IMAGE GALLERY */
.pikachoose							{width: 327px; margin: 0}	/* same width as images */
#portfolio-print .pikachoose	{width: 469px;}
#portfolio-web .pikachoose		{width: 375px;}

#pika_wrap 							{position: relative; margin: -25px 0 0 100px}
#portfolio-print #pika_wrap	{margin: -58px 0 0 100px}
#portfolio-web #pika_wrap		{margin: -60px 0 0 100px}

/* This is the ul you have all your images in */
.pikachoose ul, ul#pikachoose, ul#pikame {border: 0px dotted red;width:327px;height:50px;margin: 0;padding: 0;overflow:hidden;}
/* .pikachoose ul, ul#pikachoose {padding-left:0;width:510px;height:180px;margin:0;overflow:hidden;} */
.pikachoose ul li, ul#pikachoose li, ul#pikame li {float: left;border:0px solid transparent;padding:2px;background:transparent;margin: 0;position:relative;overflow:hidden;}
.pikachoose li img {border: 1px dotted green}
.pikachoose ul li div img, ul#pikachoose li div img, ul#pikame li div img{position:relative;cursor:pointer;}
.pikachoose li a {border: 1px dotted green; border: 0; padding: 0}
#pikachoose a.redirect, #pikame a.redirect {/* border: 1px dotted red;  */font-size: 0}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:0;height:0;display:block;position:relative;}
/* .pika_main{width:506px;height:325px;display:block;position:relative;} */
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:2px;left:2px;width:0;height:0;}
.pika_back_img{position:relative;top:0px;}

.pika_subdiv						{position: relative; padding: 2px;}
#portfolio-print .pika_subdiv	{padding-top: 8px;}
#portfolio-web .pika_subdiv	{padding-top: 6px;}

.pika_subdiv img, .pika_subdiv a img{border:none;}

/* caption customised to allow image to be linked */
/* to enable "regular" caption overlay, JQ file will need to be edited */
.pika_caption{}
/* .pika_caption{display: none} */
/* .pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('images/pikachoose/black.png') top left;} */
.pika_caption a{/* border: 2px solid green; */ display: block; height: 190px; width: 325px;/* width: 100%; */ background:url(#); font-size: 0; position: absolute; top: 0px; z-index: 1000}

/* position of play/pause button */
.pika_play							{top: 32px; position: absolute; z-index: 1500; left: 50%; margin-left: 325px; width: 25px;}
#portfolio-print .pika_play	{top: 65px; margin-left: 325px;}
#portfolio-web .pika_play		{top: 65px; margin-left: 325px;}

.pika_play a{position:absolute;cursor:pointer;display: block; top: 200px; left: 50px; width:25px;height:25px;background:url('images/pikachoose/pause.jpg') top center no-repeat;}
.pika_play a.pika_play_button{background:url('images/pikachoose/play.jpg') top center no-repeat;}

/* position of forward/back arrows */
.pika_navigation{
	/* border: 1px dotted red; */
	position: absolute;
	top: 225px;
	*top: 275px;
	_top: 275px;
	left: -85px;
	/* left: 25px; */
	width: 150px;
}

/* IE7 ONLY: IE6 and earlier will *not* read this style */
html>body .pika_navigation {
	top: 275px;
}

/* FF reads this; IE7 can't read this; neither can Safari */
*:lang(en) .pika_navigation 						{top: 232px !important;}
#portfolio-print *:lang(en) .pika_navigation	{top: 265px !important;}
#portfolio-web *:lang(en) .pika_navigation	{top: 265px !important;}

/* Safari can read this */
.pika_navigation:empty {
	top: 260px !important;
}

.pika_navigation a{margin-right: 30px}
.pika_navigation a:hover{cursor: pointer}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:1px;width:1px;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:1px;width:1px;}

/* CPD additional styles */
img.pika_selected {display: none}
/*
<div class="pika_navigation"><a><img src="../images/portfolio/left_arrow_off.gif" width="24" height="23" alt="Previous" /></a><a><img src="../images/portfolio/right_arrow_off.gif" width="23" height="23" alt="Next" /></a></div>
 */