body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background-image:url(pix/top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#wrapper {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:12px;
}
#box-container {
	width:900px;
	margin: 2px auto;
	text-align:left;
	min-height:500px;
	clear:both;
}

.box {
width:29%;
margin:8px 4px;
padding: 0 18px 0 8px;
float:left;
height:170px;
	border:1px solid #999;

	-webkit-box-shadow: 4px 4px 4px #888;
	-moz-box-shadow: 4px 4px 4px #888;

}
#box-container a, #box-container a:visited {
	color:#333333;
}
#box-container a:hover {
	color:#cc0000;
		text-decoration:none;
}

.box h2 {
color:#cc0000;
	font-family:"trebuchet MS", Arial, Verdana; 
	background-image:url(pix/service_cog.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	border-bottom:solid 1px #999;
	padding:8px 2px 7px 30px;
	margin:7px 0 10px 0;
	
}
.box ul {
display:inline;
padding:0;
margin: 7px 0;
text-indent:0px;
text-align:left;
}
.box ul li{
display:inline;
list-style:none;
text-indent:0;
margin:0 4px 0 0;
padding:0;
}

.box#box1	 {

	background-image:url(pix/usability.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.box#box1 h2 {
	color:#8C0000;
	text-transform:uppercase;
}
.box#box1 a, .box#box1 a:visited {
	color:#222;
}
.box#box1 a:hover {
	color:#111;

}
.box#box2	 {
	background-image:url(pix/webapps.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.box#box3	 {


		background-image:url(pix/analysis.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.box#box4 {
	color:#6E6E6E;
}
.box#box4 h2 {

color:#CC3333;
}
.box#box5	 {

	color:#333;
	

}
 .box#box5 ul {

 }
 .box#box5 ul li {
display:list-item;
list-style:square;
 margin:0 0 0 20px;
}
.box#box5 h2 {
	color:#666;
}

.box#box6 {

}
.box#box6 h2 {
color:#333;
}
#box-content {
width:98%;
height:250px;
margin:0;
color:#666666;
font-size:1.3em;
}
#box-content  ul, #box-content  li {
list-style:none;
margin:0 0 10px -20px;
}
#box-content  ul, #box-content  li {
list-style:none;
margin:0 0 10px 0;
}
#box-content h2 {
	display:block;
	background-color:#CC3333;
	color:#FFFFFF;
	font-weight:100;
	padding: 3px 0 3px 15px;
		font-family:"trebuchet MS", Arial, Verdana;
		font-size:1.2em;
}
#box-content strong {
	color:#222;
	font-weight:500;
}
/*.....list of other styles.....*/

.clear {
	clear:both;
}

/*.....header.....*/

#header {
	width:100%;
	height:155px;
	background-image:url(pix/webint_logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#descript-and-links-container {
	float:right;
	text-align:right;
}

#page-descript {
	padding:30px 0px 25px 0px;
}

#page-descript h2 {
	font-family:"trebuchet MS", Arial, Verdana;
	color:#AEAEAE;
	font-size:1.2em;
	font-weight:bold;
}

#top-menu {
	padding:0px 5px 2px 0px;
	color:#FF0000;
}

#top-menu a, #top-menu a:visited {
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	padding:0px 3px 0px 3px;
}

#top-menu a:hover {
	color:#999999;
}

/*.....left content.....*/

#left-content {
	width:200px;
	float:left;
	display:inline;
	background-color:#efefef;
	
}

#left-content h2 {
	background-color:#cc3333;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:14px;
	color:white;
	margin:0;
}

#left-content ul {
	margin: 5px 0 5px 3px;
	padding-left: 1px;
	list-style-type: none;
}

#left-content li a {
	display: block;
	padding:6px 3px 6px 3px;
	width: 190px;
	border-bottom: 1px solid  #CCCCCC;
	font-weight:100;
}

#left-content li a:link, #left-content li a:visited {
	color: #000;
	text-decoration: none;
	font-size:13px;
}

#left-content li a:hover {
	background-color:#EBEBEB;
	color: #000;
	text-decoration:underline;
}

#left-content li li a {
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid  #CCCCCC;
	background-image:url(pix/sub_menu_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:6px 3px 6px 25px;
}

#left-content li li a:hover {
	background-image:url(pix/sub_menu_arrow_over.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#left-content li li li a {
	display: block;
	padding: 3px;
	width: 140px;
	border-bottom: 1px solid  #CCCCCC;
	background-image:none;
	padding:6px 3px 6px 35px; 
}

#left-content li li li a:hover {
	background-image:none;
}

#left-content li li a:link, #left-content li a:visited {
	color: #000;
	text-decoration: none;
	font-size:13px;
}

#left-content li a.current, #left-content li a.current, #left-content li li a.current {
	font-weight:bold;
	border-bottom-color:white;
}

#left-content li li a:hover {
	background-color:#EBEBEB;
	color: #000;
	text-decoration:underline;
}

#left-content a, #left-content a:visited {
	color:#000000;
}

/*.....this div floats #center-content and #right-content to the right of #left-content.....*/

#container {
	float:right;
	width:650px;
}

/*.....center-content.....*/

#center-content {
	float:left;
	display:inline;
	width:440px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.6em;
	padding-bottom:15px;
	padding-right:0px;
}
.wide#center-content {
	width:640px;
}

#center-content a, #center-content a:visited {
	color:#666666;
	text-decoration:underline;
}

#center-content ul{
	list-style:square;
	
}
 
#center-content ul li a{
	display: block;
	padding: 4px 3px 4px 3px;
	width: 150px;

}

#center-content h1 {
	background-color:#B1B1B1;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:white;
	margin-top:0px;
	margin-right:4px;
	margin-bottom:3px;
}

#center-content h2 {
	color:#666666;
	font-size:1.2em;
	line-height:20px;
}

#center-content h3 {
	color:#cc3333;
	font-size: 1.3em
}

#center-content h4 {
	color:#cc3333;
}

#center-content img {
	padding:4px;

}

/*.....right content.....*/

#right-content {
	float:right;
	width:157px;
	background-color:#efefef;
	padding:5px;
}

#right-content a, #right-content a:visited {
	color:#666666;
}

#right-content a:hover {
	color:#000;
}

#right-content h2 {
	background-color:#999999;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana; 
	font-size:15px;
	color:white;
	margin:-5px;
}

#right-content ul {
	margin: 5px 0 5px 0;
	padding-left: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
}

#right-content li a {
	display: block;
	padding: 6px 3px 6px 3px;
	width: 150px;
	border-bottom: 1px solid #ccc;
	font-weight:100;
}

#right-content li a:link, #right-content li a:visited {
	color: #000;
	text-decoration: none;
	font-size:13px;
}

#right-content li a:hover {
	background-color:#EBEBEB;
	color: #666666;
	text-decoration:underline;
}

#right-content input {
	background-color:#fff;
	border:1px solid #cccccc;
}

#right-content .submit {
	background-color:#cc3333;
	color:#fff;
	border:none;
}

/*.....footer.....*/

#footer {
	padding-top:20px;
	margin-top:5px;
	background-image:url(pix/top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:12px;
	width:100%;
}

#footer-left {
	float:left;
	display:inline;
}

#footer-right {
	float:right;
	text-align:right;
}

#footer-right a {
	color:#000000;
}

/*.....quick contact box.....*/

#quick-title {
	width:430px;
	padding:5px;
	background-image:url(pix/quick_contact_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	color:#fff;
	font-weight:bold;
	border-bottom:1px dotted #000;
}

#quick-text {
	background-color:#efefef;
	border-bottom:1px solid black;
	padding:5px;
}

hr {
	color:#efefef;
}

.portfolio img {
	padding:2px;
	margin-right:10px;
	margin-bottom:10px; 
}

.highlighted {
	background-color: #ff0;
}

#scm-sidebar-sitelinks {
	padding:10px;
}

#scm-sidebar-newlinks {
	padding:0px; 
}

/*..........website package boxes.........*/

#entry-level {
	width:439px;
	height:216px;
	margin-bottom:10px;
	background-image:url(/pix/entry.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#enchanced-level {
	width:439px;
	height:216px;
	margin-bottom:10px;
	background-image:url(/pix/enhanced.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#industrial-level {
	width:439px;
	height:216px;
	margin-bottom:10px;
	background-image:url(/pix/industrial.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.package-content {
	width:289px;
	height:161px;
	float:right;
	margin:25px 0px 0px 0px;
	padding:5px;
}

#web-design-homepage {
	background-image:url(pix/website_design.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:175px;
}

.news-byline {
	border-bottom:1px dashed #ccc;
	padding-top:5px;
	padding-bottom:5px;
	width:430px;
}