/* Global CSS Stylesheet for garrettwoods.com */
/* ---------------------------------------------------------*/

html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#A7987E;
	height:100%;
	margin:0;
	padding:0;
}
#header {
	width:100%;
	height:100px;
	border-bottom: #D3D2D4 1px solid;
	background-color:#11293c;
}
a,a:link,a:visited,a:hover,a:active {
	color:#2F6187;
}
a:hover {
	text-decotation:underline;
}
#allContainer {
	width:850px;
	padding:8px;
	margin-left:auto;
	margin-right:auto;
	border:#CCC 1px solid;
	background-color:#fff;
	position:relative; 						  /* forces the menus to be totally hidden when not hovered on */
	/* Right Drop Shadow */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#mainContent {
	padding:7px 20px 40px 20px;
	margin:0px;
	overflow:hidden;
}
.clear {
	clear:both;
}
body#projects .imgLeft, body#projects .imgRight {
	padding-top:0;
}
body { font:0.8125em/1.618 Arial, sans-serif; color:#111; }
p { padding:0 0  0.8125em 0; }
h1,h2,h3,h4,h5,h6{ font-family: Georgia, serif;  margin-bottom:5px; font-weight:normal; }
img { border:0; }
h1 { width:100%; border-bottom:#000 1px solid; }
h1 { font-size: 2.615em; line-height:1.18;  } /* 34px */
h2 { font-size: 2em; line-height:1.19;    } /* 26px */
h3 { font-size: 1.618em; line-height:1.24;   } /* 21 */
h4 { font-size: 1.308em; line-height:1.23;  } /* 17*/
h5,h6 { font-size: 1em; line-height:1.3;   font-weight:700; } /* 13px */
a { text-decoration:none; }
a:hover { text-decoration: underline; }

/* Resume Styles ############################################################*/
.resume-major h2 {
	border-bottom:#000 1px solid;
	width:100%;
}
.resume-minor {
	padding-left:40px;
}
.resume-minor p {
	margin-top:0;
	margin-bottom:0;
}
.resume-minor .date-loc, .resume-minor p {
	margin-left:5px;
}

/* Service Styles ############################################################*/
.service-box {
	width:300px;
	height:250px;
	font-weight:bold;
	background-color:#F2F9FF;
	margin:40px 50px 0px 50px;
	border:#000 1px solid;
	/* Right & Bottom Drop Shadow */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.service-box .service-heading {
	font-size:1.2em;
	font-style:italic;
	height:25px;
	color:#ffffff;
	width:100%;
	text-align:center;
	border-bottom:#000 1px solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.service-box .green {background-color:#2B634A;}
.service-box .purple {background-color:#343564;}
.service-box .bullet-arrow {
	margin-left:40px;
}
.price {
	color:#E66A17;
	text-align:right;
	padding-right:10px;
}
.extra-terms {
	color:#555555;
	float:right;
	text-align:right;
	font-size:.7em;
	padding-right:10px;
}
/* Text Formatting ############################################################*/
.bullet-arrow {
	padding-left:30px;
	background-image:url('../images/arrow-right.png');
	background-repeat:no-repeat;
}
.center {
	text-align:center;
	font-style:italic;
}
.blue {
	width:100%;
	background-color:blue;
}
.red {
	color:red;
}
.box-shadow {
	/* Right & Bottom Drop Shadow */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.pullquote {
	width:300px;
	float:right;
	border-left:#ccc 1px solid;
	padding:0 0 30px 20px;
	margin-left:40px;
	margin-bottom:30px;
}
#quote-button {
	float:right;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	margin-right:20px;
}
#quote-button a {
	color:#E66A17;
}
#quote-button span {
	background-image:url('../images/arrow-right.png');
	background-repeat:no-repeat;
}
.imgRight {
	float:right;
	padding:30px;
}
.imgLeft {
	float:left;
	padding: 4px 30px 30px 30px;
}
.imgRight p, .imgLeft p {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}
#col-1, #col-2, #col-3 {
	width:230px;
	padding-left:6px;
	padding-right:6px;
	text-align:center;
}
#col-1 {
	float:left;
}
#col-2 {
	float:left;
	margin-left:44px;
}
#col-3 {
	float:right;
}
#col-1 h3, #col-2 h3, #col-3 h3 {
	border-bottom:#000 1px solid;
}
#col-1 p, #col-2 p, #col-3 p {
	margin-top:20px;
	text-align:justify;
} 
/* Form Styles  ############################################################*/
.form-item {
	float:left;
	margin-bottom:30px;
}
.form-label {
	width:140px;
	float:left;
	font-weight:bold;
}
.form-input {
	margin-left:20px;
}
#about-you {
	width:350px;
}
#about-project  .form-item{  /* Keeps  the form from wrapping around the pullquote div */
	clear:both;
	width:100%;
}

/* Slideshow Styles ############################################################*/
#slideshow{
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.ft-title{
	width:100%;
	text-indent:10px;
}

/* Footer ############################################################*/
#footer {
	margin:0px;
	height:50px;
	border-top: #C8C8B5 1px solid;
	text-decoration:none;
	clear:both;
	width:850px;
	font-size:.85em;
}
#footerLeft {
	float:left;
	text-align:left;
}
#footerCenter {
	text-align:center;
}
#footerRight {
	float:right;
	text-align:right;
}
	
/* MENU CSS ###########################################################*/
/* Keep the current page's category tab white */
body#home #nav-link-home > a, 
body#about #nav-link-about > a,
body#services #nav-link-services > a,
body#projects #nav-link-projects > a,
body#contact #nav-link-contact > a
{
	text-decoration:underline;
	font-style:italic;
}
#navContainer {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-image:url('../images/header-bg.jpg');
	background-repeat:no-repeat;
	width:950px;
}
#navigation {
	padding:0px;
	float:right;
	margin-top:80px;
	width:450px;
	height:20px;
	font-size:12px;
}
ul.topnav {
	list-style-type:none;
	line-height:1.5em;
	padding:0 3px 0 3px;
	width:70px;
	border:#000000 1px solid;
	float:left;
	position:relative;
	background-color:#ffffff;
	top:-12px;
	margin-right:1px;
}
ul.topnav:hover {
	background-color:#b3becd;
	border-top:#11293C 2px solid;
}
ul.topnav li.tab {
	text-align:center;
}
ul.topnav li.tab:hover {
	background-color:#b3becd;
}
ul.topnav li.tab a {
	color:#000000;
}
ul.topnav li.tab a:hover {
	color:#000000;
}
ul.topnav li.tab:hover a{
	display:block;
}
ul.topnav:hover li.tab ul.subnav{
	display:block;
	z-index:9999;
	position:absolute;
	top:17px;
	left:-41px;
	text-align:left;
	visibility:visible;
}
ul.subnav {
	list-style-type:none;
	margin-top:1px;
	visibility:hidden;
}
ul.subnav li {
	width:110px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#D6DDE6;
	padding-left:2px;
	color:#000000;
	border:#000000 1px solid;
	border-top:0;
}
#nav-link-services .subnav li{    /* Give the Services Menu a little extra room */
	width:150px;
}
ul.subnav li:hover {
	background-color:#B3BECD;
	font-weight:bold;
}
ul.subnav li:hover a{
	text-decoration:none;
}
#js-warning {
	background-color:#FFE9DC;
	padding:5px;
	text-align:center;
}

/* HOMEPAGE FEATURE CAROUSEL CORNERS ###########################################################*/
.roundedcornr_box {
   background: #91b4cf;
}
.roundedcornr_top div {
   background: url('/images/corner-tl.png') no-repeat top left;
}
.roundedcornr_top {
   background: url('/images/corner-tr.png') no-repeat top right;
}
.roundedcornr_bottom div {
   background: url('/images/corner-bl.png') no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url('/images/corner-br.png') no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }

#canvas-controls {
	float:right;
	width:195px;
}


