/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
caption, th, td {
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** End *****/

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	background:#83b2b4 url(../images/blank.gif) repeat-x top left;
	margin:0px;
	color:#333;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#000;
	margin-bottom:4px;
}
h1 {
	font-size:18px;
	color:#313f51;
	padding-bottom:2px;
	margin-bottom:12px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #F66A21;
	font-weight:bold;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:12px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
}
.sIFR-hasFlash h5#pullquote {
	visibility: hidden;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
#content ul, #content ol, #content p {
	line-height:18px;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
em {
	font-size:10px;
	color:#000;
}
img {
	border:0;
	behavior: url(../iepngfix.htc);
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:link, a:visited {
	text-decoration:none;
	color:#000;
}
a:hover, a:active {
	text-decoration:underline;
	color:#F66820;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
input, select {
	line-height:20px;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	display:block;
	line-height:20px;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
table tr td {
}
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:0px 10px 4px 0;
}
.img-right {
	float:right;
	margin:0px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.margin {
	padding:20px;
}
.hspace {
	margin:0px 5px;
}
.vspace {
	margin:5px 0px;
}
img.bordered {
	padding:1px;
	border:1px solid #360;
	background-color:#fff;
}
.required {
	color:#cc3333;
	font-weight:bold;
	font-size:12px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
}
ul.inline {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
}
ul.inline li {
	display:inline;
}
.bg-wrap {
	margin:0px auto;
	width:800px;
	background:transparent url(../images/bg.gif) repeat-y top center;
	clear:both;
}
#header {
	margin:0px auto;
	width:780px;
	height:120px;
}
#menu {
	margin:0px auto;
	width:780px;
	line-height:35px;
	height:35px;
	background:transparent url(../images/bg-menu.gif) repeat-x top left;
}
#menu a:link, #menu a:visited {
	display:block;
	float:left;
	width:156px;
	line-height:35px;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#banner {
	margin:0px auto;
	width:780px;
	height:230px;
	background:transparent url(../images/bg-banner.gif) repeat-x top left;
}
#map {
	background:transparent url(../images/map.png) no-repeat top right;
	behavior: url(../iepngfix.htc);
	height:230px;
}
#headers {
	margin:0px auto;
	width:780px;
	height:160px;
}
.yuimenu .bd {
	background-color:#000;
	width:180px;
	border:2px solid #444;
	border-top:none;
	border-bottom:1px solid #444;
}
.yuimenuitem {
	line-height:26px;
}
.yuimenuitem a.submenulink:link, .yuimenuitem a.submenulink:visited {
	display:block;
	color: #fff;
	line-height:26px;
	padding-left:8px;
	font-weight:bold;
	border-top:1px solid #111;
	border-bottom:1px solid #222;
	background:url(../images/menu-sub-bg.jpg) repeat-x center;
}
.yuimenuitem a.submenulink:hover, .yuimenuitem a.submenulink:active {
	display:block;
	line-height:26px;
	background-color:#555;
	text-decoration:none;
	background:url(../images/menu-hover-bg.jpg) repeat-x center;
}
.SlidingPanels {
	position: relative;
	width: 948px;
	height: 325px;
	padding: 0px;
	border: none;
	overflow:hidden;
	margin:0px auto;
	border-left:6px solid #ccc;
	border-right:6px solid #ccc;
}
.SlidingPanelsContentGroup {
	position: relative;
	width: 1896px;
	height: 975px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent {
	width: 948px;
	height: 325px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float:left;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.SlidingPanelsCurrentPanel {
}
.SlidingPanelsFocused {
}
.SlidingPanelsContentItem {
	display:block;
	float:left;
	width: 948px;
	height: 325px;
}
#mainStory {
	padding:0px 30px;
	text-align:center;
}
#topStories {
	float:left;
}
#topStories a:link, #topStories a:visited {
	display:block;
	line-height:37px;
	text-align:right;
	width:125px;
	cursor: hand;
	text-decoration: none;
	color:#fff;
	padding:0px 10px 0px 40px;
	font-size:11px;
	background:url(../images/featured-menu-bg.gif) no-repeat center right;
}
#topStories a.on:link {
	background:url(../images/featured-menu-bg-selected.gif) no-repeat center right;
	font-weight:bold;
}
#topStories a:active {
	background:url(../images/featured-menu-bg-selected.gif) no-repeat center right;
	font-weight:bold;
}
#topStories a.on:hover {
	text-decoration: none;
	background:url(../images/featured-menu-bg-selected.gif) no-repeat center right;
}
#topStories a.off:hover {
	text-decoration: none;
	background:url(../images/featured-menu-bg-hover.gif) no-repeat center right;
}
.btn {
	float:right;
	height:32px;
	overflow:hidden;
	display:none;
}
.btn a:link, .btn a:visited {
	cursor:hand;
	display:inline;
}
#mainStory1, #mainStory2, #mainStory3, #mainStory4, #mainStory5, #mainStory6 {
	width:418px;
	height:282px;
	background:transparent url(../images/web-design-feature-bg.gif) no-repeat center;
	display:none;
	float:left;
}
#mainStory1 {
	display:block;
}
input.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	border:1px inset #ccc;
	padding:2px;
}
select.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	border:1px inset #ccc;
	padding:2px;
}
input.submit {
	font-size:11px;
	font-weight:bold;
	margin:10px 0px;
	width:120px;
	padding:4px;
}
.small {
	font-size:9px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.homeServiceList {
	margin:10px 10px 0px 10px;
	font-size:13px;
	padding-bottom:0px;
	color:#fff;
	line-height:20px;
	list-style-image:url(../images/bullet-orange.gif);
}
#content {
	margin:0px auto;
	width:780px;
}
#footer {
	margin:0px auto;
	width:780px;
}
#footer a:link, #footer a:visited {
}
#bottom {
	margin:0px auto;
	width:800px;
}