/*  -----------------------  Site Colours  -----------------------------
------------------------------------------------------------------------
Dark Blue: #1b468a
Mid Blue: #4189b1
Light Blue: #82b9d8
Orange: #e88223
Grey: #ececec
Mid Grey: #aeaeae
Dark Grey: #737373

*/

body {
	background:url(images/bg.jpg) top left repeat-x #ffffff;
	padding:0 0 0 0;
	margin:25px 0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#363636;
}

h1, h2, h3, h4 {
	color:#000000;
	line-height:1em;
	font-weight:normal;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
	color:#363636;
}
h4 {
	color:#363636;
}

#wrapper {
	display: block;
	padding: 0 0 0 0;
	width: 900px;
	margin: 0 auto;
}
#branding {
	background-color:#ffffff;
	border:1px solid #82b9d8;
	display: block;
	width:898px;
	height:87px;
	padding:0 0 0 0;
	margin:0 auto;
	margin-bottom:2px;
	text-align:right;
}

#header-logo {
	padding:0 0 0 0;
	float: left;
	text-align:left;
	}

#header-logo a {
	display: block;
	height: 87px;
	width: 400px;
	text-indent: -9999px;
	background:url(images/logo.jpg) top left no-repeat;
}
#phone {
	float:right;
	text-align:right;
	font-size:1.9em;
	color:#1b468a;
	padding:0 10px 0 0;
	height:60px;
}

#content {
	background:#ffffff;
	display: block;
	padding:8px;
	border:1px solid #82b9d8;
}
#content a img {
	text-decoration: none;
	border: 0 none;
	}

#content a:link, #content a:visited {
	color:#4189b1;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#f08621;
	text-decoration:none;
}

#content-nav {
	width: 150px;
	margin: 10px;
}

#content-nav ul {
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-image:none;
}
#content-nav li {
	border:1px solid #aeaeae;
	margin-bottom:2px;
}

#content-nav li a {
	height: 32px;
 	height: 22px;
	text-decoration: none;
	font-weight:bold;
	}	
	
#content-nav li a:link, #content-nav li a:visited {
	color: #1b468a;
	display: block;
	background:url(images/menu2.jpg);
	padding: 8px 0 0 20px;
	}
	
#content-nav li a:hover {
	color: #ffffff;
	background:  url(images/menu2.jpg) 0 -32px;
	padding: 8px 0 0 20px;
	}

/*-------------------------------------------------------------
-------------------- Primary Navigation -----------------------
---------------------------------------------------------------*/

#navcontainer {
	display:block;
	width:900px;
	margin:0 auto;
	font-size:1.1em;
	color:#ffffff;
	text-align:center;
	height:30px;
}
.invertedshiftdown ul{
	margin:0 0 0 0;
	margin-left: 88px; /*margin between first menu item and left edge*/
	padding:0 0 0 0;
	list-style: none;
}

.invertedshiftdown li{
	display: inline;
	margin: 0 3px 0 0;
	padding:0 0 0 0;
}

.invertedshiftdown a{
	float: left;
	display: block;
	color:#ffffff;
	text-decoration: none;
	margin: 0 10px 0 0; /*Margin between each menu item*/
	padding: 5px 40px 0 40px; /*Padding within each menu item*/
	background-color:#663465; /*Default menu color*/
	border:1px solid #82b9d8;
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
	ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
	REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
	background-color:#A80532;
	padding-top: 10px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 6px; /*Flip default padding-bottom value with padding-top*/
	color:#ffffff;
	border:1px solid #ececec;
}

/*-------------------------------------------------------------
---------------------------------------------------------------*/


#btm-bar {
	margin-top:10px;
	height:49px;
	clear:both;
}

#footer {
	background:#ffffff;
	display: block;
	clear:both;
	width:882px;
	margin:0 auto;
	color:#737373;
	font-size:0.85em;
	height:29px;
	padding:15px 8px 3px 8px;
	border:1px solid #82b9d8;
}

#copyright {
	display:block;
	float:left;	
}
#footer-nav {
	display:block;
	float:left;
	margin-left:40px;
}

#footer-nav ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}

#footer-nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-decoration:none;
	color:#737373;
}

#footer-nav li a:link, #footer-nav li a:visited {
	color:#737373;
	text-decoration:none;
}

#footer-nav li a:hover, #footer-nav li a:active {
	color:#e88223;
	text-decoration:none;
}

#webdev {
	width:100px;
	float:right;
	margin-left:40px;
	text-align:right;
}

#webdev a:link, #webdev a:visited {
	color:#737373;
	text-decoration:none;
}

#webdev a:hover, #webdev a:active {
	color:#1b4689;
	text-decoration:none;
}

#content #more-link a {
	background:url(file:///Macintosh%20HD/Users/samantha/My%20Sites/WCA/web/wca/includes/images/ui/menu.jpg) top left no-repeat;
	display:block;
	width:90px;
	height:24px;
	text-align:right;
	text-decoration:none;
	padding:3px 8px 0 0;
	color:#4189b1;
}

#content #more-link a:hover {
      background-position:0% -34px;
	  color: #474739;
}

/* use for two column layout in the content area */
#content #col-lft {
	display:block;
	float:left;
	width:430px;
}

#content #col-rht {
	display:block;
	float:left;
	width:430px;
	margin-left:20px;
}

#case-study {
	background-color:#8ab5cc;
	padding:5px;
	border:2px solid #ffffff;
}

#quick-facts {
	background:url(file:///Macintosh%20HD/Users/samantha/My%20Sites/WCA/web/wca/includes/images/services/facts.jpg) top left no-repeat #4f96bd;
	padding:5px;
	/*border:2px solid #ffffff;*/
	width:870px;
	height:215px;
	font-size:1.15em;
}

#boxes {
	display:block;
	clear:both;
	margin:0 auto;
}

#left-news {
	display:block;
	float:left;
	text-align:left;
	margin:15px 0 3px 0;
}


#middle-news {
	display:block;
	float:left;
	text-align:left;
	margin:15px 20px 3px 20px;
}

#right-news {
	display:block;
	float:right;
	text-align:left;
	margin:15px 0 3px 0;
}

/*-------------------------------------------------------------
----------------------- Classes & Divs ------------------------
---------------------------------------------------------------*/

.blue-txt {
	color:#4189b1;
}

.dkblu-txt {
	color:#1b468a;
}

.gry-txt {
	color:#737373;
}

.org-txt {
	color:#e88223;
}

.wht-txt {
	color:#ffffff;
}

.red-txt {
	color:#CC0000;
}

.image-right, .image-caption-right, .pullquote-right {
	float: right;
	margin: 5px 8px 10px 20px;
	}
	
.image-left, .image-caption-left, .pullquote-left {
	float: left;
	margin: 5px 20px 10px 0;
	}
	
.image-caption-left, .image-caption-right {
	background-color: #e9e9e9;
	padding: 5px;
	}
	
.pullquote-left, .pullquote-right {
	width: 190px;
	font-style: italic;
	color: #fff;
	background-color: #eee;
	padding: 10px 10px 0 10px;
	}

.switch {
	display:block;
	overflow:visible;
}

.third {
	width:280px;
}

.half {
	width:440px;
}

.height-100 {
	height:100px;
}

.footnote {
	font-style:italic;
	color:#737373;
	font-size:.8em;
}

.caption {
	font-size:.80em;
}

/*-------------------------------------------------------------
-------------------------- Tables -----------------------------
---------------------------------------------------------------*/
th {
	font-weight:bold;
	font-size:11px;
	color:#474739;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px;
	background:url(file:///Macintosh%20HD/Users/samantha/My%20Sites/WCA/web/wca/includes/images/ui/bg_header.jpg) repeat-x #bddffb;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}
th.spec {
	background: url(file:///Macintosh%20HD/Users/samantha/My%20Sites/WCA/web/wca/includes/images/ui/bullet1.gif) no-repeat;
	border-top: 0;
	font-size:10px;
	color:#6084A8;
	padding-left:10px;
}

th.specalt {
	border-top: 0;
	background: url(file:///Macintosh%20HD/Users/samantha/My%20Sites/WCA/web/wca/includes/images/ui/bullet2.gif) no-repeat;
	font-size:10px;
	color: #7E7E6B;
	padding-left:10px;
}
td {
	background: #fff;
	padding: 4px 6px 3px 12px;
	color: #6084A8;
}


td.alt {
	background: #F5FAFA;
	color: #7E7E6B;
}

td.blank {
	background:#ececec;
	border:none;
	color:#000000;
}

/*-------------------------------------------------------------
------------------------ FeedBurner ---------------------------
---------------------------------------------------------------*/

.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	}

.feedburnerFeedBlock li {
	margin-top:30px;
	padding-left:0;
	list-style-type: none;
	} 
	
#main.feedTitle { 
	font-size:1.2em;
	}

#content #main .headline {
	background:url(file:///Macintosh%20HD/Users/samantha/My%20Sites/WCA/web/wca/includes/images/ui/orange-w.gif) no-repeat top left;
	padding:5px 0 20px 40px;
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	}

#content .headline a {
	color:#4189b1;
}

#content .headline a:hover {
	color:#e88223;
}

p.feedburnerFlareBlock a {
	color: #4189b1;
	border: 1px solid #59641f;
	padding: 3px;
	background-color:#fff;
	}

#creditfooter {
	display:none;
}

#content #industry .headline {
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	}