@charset "UTF-8";
html {
       overflow-y: scroll;
}
body {
	font-family: Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #ffffff;
	background-image:url(layout-images/bg-tile.png);
	background-repeat:repeat-x;
	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;
	font-size: 14px;
	line-height:1.5em;
}




.oneColFixCtrHdr #header-info {
	position: relative;
	z-index:50;
	left: 20px;
	bottom: 30px;
/*	height:20px; */
	margin:0px;
	text-align: left;
}


/*	MAIN MENU STYLES*/

.oneColFixCtrHdr #menu {
	position: fixed;
	z-index:100;
	left: 20px;
	top: 0px;
	height:20px;
/*	width:300px; */
	margin:0px;
}
#nav {
	background-image:url(layout-images/menu-grey-bg.png);
	background-repeat:repeat;
	margin:0;
	padding:0px 10px 0px 10px;
	list-style-type:none;
/*	background:#666666; */
	float:left;
/*	width:300px; */
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	color:#ffffff;
/*	background:#666666; */
	padding:5px 8px;
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
	border-bottom: 0px;

}
#nav a:hover,
#nav a:focus {
	/* color:#fff;
	background:#00aeff; */
	color:#00aeef;
	margin:0px;
}

#home #nav-home a,
#print #nav-print a,
#digital #nav-digital a,
#design #nav-design a,
#contact #nav-contact a,
background:#00aeef;
color:#fff; {
background:#00aeef;
color:#ffffff;
margin:0px;
}

#home #nav-home a:hover,
#print #nav-print a:hover,
#digital #nav-digital a:hover,
#design #nav-design a:hover,
#contact #nav-contact a:hover,
#nav-casestudies a:hover {
background:#00aeef;
margin:0px;
}

#nav a:active {
background:#00aeef;
color:#fff;
margin:0px;
}

/*	END MAIN MENU STYLES*/


/*	CLIENT MENU STYLES*/

.oneColFixCtrHdr #client-menu {
	position: fixed;
	z-index:100;
	right: 20px;
	top: 0px;
	height:20px;
/*	width:250px; */
	margin:0px;
}
#client-nav {
	background-image:url(layout-images/menu-blue-bg.png);
	background-repeat:repeat;
	margin:0;
	padding:0px 10px 0px 10px;
	list-style-type:none;
/*	background:#666666; */
	float:left;
/*	width:300px; */
}
#client-nav li {
	display:inline;
	padding:0;
	margin:0;
}
#client-nav a:link,
#client-nav a:visited {
	color:#ffffff;
/*	background:#666666; */
	padding:5px 8px;
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
	border-bottom: 0px;
}
#client-nav a:hover,
#client-nav a:focus {
	/* color:#fff;
	background:#00aeff; */
	color:#00aeef;
	margin:0px;
}

#client-upload #client-nav-client-upload a,
#client-technical #client-nav-client-technical a,
#client-home #client-nav-client-home a,
{
color:#fff;
background:#00aeef;
margin:0px;
}

#client-upload #client-nav-client-upload a:hover,
#client-technical #client-nav-client-technical a:hover,
#client-home #client-nav-client-home a,
{
background:#00aeef;
margin:0px;
}

#client-nav a:active {
background:#00aeef;
color:#fff;
margin:0px;
}

/*	END CLIENT MENU STYLES*/


/*  LAYOUT */

.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image:url(layout-images/90pc-white.png);
	background-repeat:repeat;
	position:relative;
}
.oneColFixCtrHdr #header {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background-image:url(layout-images/header-bg.png);
	background-repeat:repeat;
	height:200px;
	text-align: center;
	/* 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. */
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #slider-space {
	padding: 0px;
	margin: 0px;
	height:280px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	margin: 0px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #subcontainer {
	padding: 0px;
	margin: 0px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #left-third {
	padding: 20px 10px;
	margin: 0px;
	width: 273px;
	height:200px;
	background-color:#00aeef;
	background-image:url(layout-images/left-third-bg.png);
	float:left;
}
.oneColFixCtrHdr #middle-third {
	padding: 20px 10px;
	margin: 0px 20px;
	width: 273px;
	height:200px;
	background-color:#75983e;
	background-image:url(layout-images/middle-third-bg.png);
	float:left;
}
.oneColFixCtrHdr #right-third {
	padding: 20px 10px;
	margin: 0px;
	width: 273px;
	height:200px;
	background-color:#ffcb08;
	background-image:url(layout-images/right-third-bg.png);
	float:left;
}
.oneColFixCtrHdr #left-third h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	line-height: 1;
}
.oneColFixCtrHdr #middle-third h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	line-height: 1;
}
.oneColFixCtrHdr #right-third h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	line-height: 1;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(layout-images/footer-bg.png);
	background-repeat:repeat;
	clear:both;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
}
.oneColFixCtrHdr #footer li {
	color: #ffffff;
}
.oneColFixCtrHdr #footer a {
	color: #ffffff;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #00aeef;
}
.oneColFixCtrHdr #footer h4 {
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	text-transform:uppercase;
}

/* MAIN FIVE COLUMN LAYOUT */
.oneColFixCtrHdr #column-1 {
	padding: 20px 0px;
	margin: 0px;
	width: 172px;
	float:left;
}
.oneColFixCtrHdr #column-2-triple {
	padding: 20px 0px;
	margin: 0px 20px;
	width: 526px;
	float:left;
}
.oneColFixCtrHdr #column-2-double {
	padding: 20px 0px;
	margin: 0px 20px;
	width: 354px;
	float:left;
}
.oneColFixCtrHdr #column-2 {
	padding: 20px 0px;
	margin: 0px 0px 0px 20px;
	width: 172px;
	float:left;
}

.oneColFixCtrHdr #column-3 {
	padding: 20px 0px;
	margin: 0px 20px;
	width: 172px;
	float:left;
}
.oneColFixCtrHdr #column-4 {
	padding: 20px 0px;
	margin: 0px 20px 0px 0px;
	width: 172px;
	float:left;
}
.oneColFixCtrHdr #column-4-double {
	padding: 20px 0px;
	margin: 0px;
	width: 344px;
	float:left;
}


.oneColFixCtrHdr #column-5 {
	padding: 20px 0px;
	margin: 0px;
	width: 172px;
	float:left;
}

/* END MAIN FIVE COLUMN LAYOUT */

.oneColFixCtrHdr #column-1 li {
	color: #ffffff;
}
.oneColFixCtrHdr #column-1 ul {
    margin: 0px;
	padding: 20px 0px 0px 0px;}

.oneColFixCtrHdr #column-1 a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #column-1 a:hover {
	color: #00aeef;
	text-decoration: none;
}
.oneColFixCtrHdr #column-1 h4 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #00aeef;
	text-transform:uppercase;
}
.oneColFixCtrHdr #column-5 h4 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #00aeef;
	text-transform:uppercase;
}
.oneColFixCtrHdr #column-4-double h4 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #00aeef;
	text-transform:uppercase;
}
.oneColFixCtrHdr #column-5 a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #column-5 a:hover {
	color: #00aeef;
	text-decoration: none;
}

/* FOOTER FIVE COLUMN LAYOUT */
.oneColFixCtrHdr #footer-column-1double {
	padding: 0px;
	margin: 0px;
	width: 410px;
	float:left;
}
.oneColFixCtrHdr #footer-column-1 {
	padding: 0px;
	margin: 0px;
	width: 152px;
	float:left;
}
.oneColFixCtrHdr #footer-column-2 {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	width: 152px;
	float:left;
	border-left:1px dotted #fff;
}
.oneColFixCtrHdr #footer-column-3 {
	padding: 0px;
	margin: 0px 20px;
	width: 152px;
	float:left;
	border-left:1px dotted #fff;
}
.oneColFixCtrHdr #footer-column-4 {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	width: 152px;
	float:left;
	border-left:1px dotted #fff;
}
.oneColFixCtrHdr #footer-column-5 {
	padding: 0px;
	margin: 0px;
	width: 152px;
	float:left;
	border-left:1px dotted #fff;
}

/* END FOOTER FIVE COLUMN LAYOUT */




h1 {
	font-family: rawengulksansregular, Helvetica, Arial, sans-serif;
	color: #00aeef;
	font-size: 2em;
	margin: 20px 0px;
}
h2 {
	font-family: rawengulksansregular, Helvetica, Arial, sans-serif;
	color: #75983e;
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
#sitemap {
    list-style-type:none;
	padding: 0px 10px;
	margin: 0px;
}
a {
	text-decoration:none;
	color:#666;
	border-bottom: #cccccc 1px dotted;
}
a:hover {
	color:#00aeef;
	border-bottom: #00aeef 1px dotted;
}
a:active {
	color:#00aeef;
}
.plus5 {
	color:#00aeef;
	font-style:normal;
	font-weight:bold;
}
.ive {
	font-style:normal;
	font-weight:bold;
}
a.logo {
	border-bottom: 0px;
}