/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
/* attempt to fix 8192k dreamweaver bug */
body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
#header { 
	height:136px;
	background:url(/graphics/v2_headerBack.jpg) repeat-x;
	padding:0;  /* 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. */
} 
#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 */
}
#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 118px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0 0 130px 0;
	background:url(/graphics/v2_dude.jpg) 30px bottom no-repeat;
	text-align:right;
}
#nav ul{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li{
	padding:4px 0;
	background:url(/graphics/v2_menuBack.jpg) bottom right no-repeat;
}
#nav ul li.last{
	background:none;
}
#nav a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#nav a:hover{
	color:#3199FC;
}
#mainContent { 
	width:654px;
	margin: 0 0 0 136px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	clear:both;
	width:730px;
	margin:10px 0 0 0;
	padding:12px 82px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/graphics/v2_footerBack.jpg) top left no-repeat;
	color:#666666;
	text-align:center;
} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
	border-right:#666666 solid 1px;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footerContent a{
	display:inline;
	color:#333;
	text-decoration:none;
	padding:0 7px 0 6px;
}
#footerContent a:hover, #footer a:hover{
	color:#000;
}
#footer ul li.last{
	border:none;
}
#footerContent{
	/*padding-right:82px;*/
}
.copyright{
	padding:0;
}
.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: 1px;
    line-height: 0px;
}
h1{
	font-size:25px;
	margin:0;
	padding:0;
	color:#3199FC;
}
h2{
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
	color:#666666;
	text-decoration:none;
}
#content h2 a{
	color:#0099FF;
	text-decoration:none;
}
#leftContent h2 a{
	color:#0099FF;
}	
h3{
	font-size:16px;
	padding:0;
	margin:0 0 4px 0;
	color:#444444;
}
h3 a{
	text-decoration:none;
	color:#444444;
}
p{
	margin:0 0 0 0;
	padding:0 0 10px 0;
}
#leftContent{
	float:left;
	display:inline;
	width:400px;
	margin:0px;
	padding:0 10px 10px 0;
	text-align:left;
}
#leftContent p img{
	margin:0 10px 0 0;
}
#rightSide{
	float:right;
	display:inline;
	width:220px;
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
	color:#333;
}
#rightSide a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#rightSide a:hover{
	color:#000;
}
#rightSide ul{
	margin:4px 0 0 34px;
	padding:0;
}
#rightSide li a{
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
#rightSide li a:hover{
	color:#000;
	font-weight:bold;
}
.boxLeftSide{
	width:100%;
	padding:10px 0 0 10px;
	margin:0;
	/*background:url(/graphics/sliver2.jpg) repeat-x 0 -130px;*/
	/*border-top:#000 solid 1px;*/
}
.coreServicesImage{
	position:relative;
	float:left;
	margin:0;
	padding:0 10px 0 0;
}
.boxRightSide{
	width:100%;
	padding:8px 0 10px 0;
	background:#575757 url(/graphics/v2_boxFade.jpg) no-repeat;
}
.rightSideTitle{
	margin:0 0 30px 10px;
	font-weight:normal;
	font-size:21px;
	color:#0099FF;
}
#featured{
	width:100%;
	padding:8px 0 10px 0;
	color:#99D6FF;
	font-size:17px;
	font-weight:bold;
	border-top:#000 solid 1px;
	background:#262626 url(/graphics/sliver2.jpg) repeat-x;
}
#featured a{
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;
}
.featuredTitle{
	margin:0 0 30px 10px;
	font-weight:normal;
	font-size:21px;
	color:#003355;
}
.featuredPic{
	margin:10px auto 0 auto;
}
.featuredPic img{
	margin:0 0 10px;
	border:#666666 solid 1px;
}
.spacer{
	clear:both;
	margin:0;
	padding:0;
	height:9px;
	line-height:0;
	font-size:0;
}
#rightSide .boxRightSide .padding .call2action a{
	color: #666;
}
#rightSide .boxRightSide .padding .call2action a:hover{
	color:#000;
}
.padding{
	padding:4px 10px 4px 18px;
}
.padding a img{
	margin:0 4px 0 0;
}
.large{
	font-size:20px;
}

/* Portfolio */

.portfolioWrapper{
	position:relative;
	width:100%;
	height:160px;
	margin:20px 0;
	padding:0px 0px 6px 0px;
	clear:both;
	/*background:url(/images/portfolio/back.jpg) bottom repeat-x;*/
}
.portfolio{
	position:relative;
	padding:0 4px;
	clear:both;
	
}
.portfolio h2{
	padding-top:5px;
}
.portfolioPic{
	position:relative;
	/*border:#999999 solid 1px;*/
	margin:0px 14px 4px 4px;
	padding:8px;
	float:left;
	background: url(/graphics/v2_boxFade.jpg) no-repeat;
}
.portfolioPic img{
	border:#999999 solid 1px;
}
.portfolioButton{
	float:left;
	margin:14px 10px 0 0;
}
#content{
	overflow:auto;
}