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;
}


/*.....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;
}

#top-menu a:active {
	position:relative;
	top:1px;
}

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

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

#left-content h4 {
	background-color:#cc3333;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:14px;
	color:white;
	margin:0;
	background-image:url(pix/leftcontent_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;		
	
}

#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:5px;
	margin-right:10px;
	line-height:1.6em;
	padding-bottom:15px;
	padding-right:0px;
	border:1px solid #ccc;
	padding:10px;
	color:#575757;
	font-size:1.15em;
}

.wide#center-content {
	width:622px;
}

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

#center-content a:hover {
	color:#FF0000;
}

#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:-10px -10px 10px -10px;
	background-image:url(pix/center_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#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:#666;
	width:80px;
	font-size:1em;
	font-weight:100;
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	margin:0 0 -5px 0;*/
	/*background-color:#cd3333;
	padding:5px 5px 5px 13px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:white;
	margin:-10px -10px 10px -10px;
	background-image:url(pix/leftcontent_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x; 
	text-shadow:1px 1px 1px #6b1313;*/
}

#center-content img {
	border:none;
} 

#center-content form {
	background-color:#efefef;
	padding:10px;
	border:1px solid #ccc;
}

#center-content form h1 {
	background-image:url(pix/leftcontent_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.design_large {
	margin:-18px 0 0 -14px;
}

/*CENTER CONTENT HOMEPAGE ONLY */

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

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

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

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

#right-content h4 {
	background-color:#999999;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana; 
	font-size:15px;
	color:white;
	margin:-5px;
	background-image:url(pix/center_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
}

#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: #666666;
	text-decoration: none;
	font-size:13px;
}

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

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

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

#right-content blockquote {
	margin:15px 0 0 0;
	padding:10px;
	font-size:0.9em;
	background-color:#fff;
}

#right-content cite {
	margin:3px 0 0 10px;
	font-size:0.9em;
	display:block;
}

/*.....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:90%;
	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; 
}

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

/* BREADCRUMB ===============================*/

#breadcrumb {
    font-size:0.8em;
    background-image:url('pix/breadcrumb_bg.png'); 
    background-repeat:repeat-x;
	background-position:bottom left;
    height:33px;
    line-height:30px;
    color:#9b9b9b;
    border-bottom:solid 1px #cacaca;
	background-color:#efefef;
    width:460px;
    overflow:hidden;
    margin:-10px -10px 0 -10px;
    padding:0px;
}

#breadcrumb img {
	padding-top:4px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
	margin-top:2px;	
}

#breadcrumb a, #breadcrumb a:visited {
    height:30px;
    display:block;
    background-image:url('pix/separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    text-decoration: none;
    color:#454545;
	padding-right:20px;
}

.home {
    border:none;
    margin: 2px 0px 0 0;
}
 
#breadcrumb a:hover {
	color:#000;
}

/* BREADCRUMB FOR WIDE TEMPLATE =============== */

#breadcrumb-wide {
    font-size:0.8em;
    background-image:url('pix/breadcrumb_bg.png'); 
    background-repeat:repeat-x;
	background-position:bottom left;
    height:33px;
    line-height:30px;
    color:#9b9b9b;
    border-bottom:solid 1px #cacaca;
	background-color:#efefef;
    width:642px;
    overflow:hidden;
    margin:-10px -10px 0 -10px;
    padding:0px;
}

#breadcrumb-wide img {
	padding-top:4px;
}

#breadcrumb-wide li {
    list-style-type:none;
    float:left;
    padding-left:10px;
	margin-top:2px;	
}

#breadcrumb-wide a, #breadcrumb-wide a:visited {
    height:30px;
    display:block;
    background-image:url('pix/separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    text-decoration: none;
    color:#454545;
	padding-right:20px;

}

.home {
    border:none;
    margin: 2px 0px 0 0;
}
 
#breadcrumb-wide a:hover {
	color:#000;
}

/* PORTFOLIO / CLIENTS LISTING */

.client-listing {
	width:187px;
	margin-right:10px;
	padding:2px;
	border:1px solid #ccc;
	float:left;
	font-size:0.95em;
	text-align:right;
	margin-bottom:10px;
}

.client_name {
	padding-right:5px;
}

.client-listing img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

/* SERVICES LISTINGS */

.service {
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	width:275px;
	font-size:0.85em;
}

.service h3 {
	font-size:1.1em !important;
	color:#666 !important;
	line-height:1.3em;
	padding-bottom:3px;
	background-color:#efefef;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #cccccc;
	padding:7px 10px 7px 7px;
}

.service img {
	width:275px;
}

/* HOMEPAGE LAYOUT */

#homepage-services {
	margin:0 -10px -10px -10px;
	background-color:#eeeeee;
	padding-top:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #eee;
	min-height:440px;
}

#homepage-services h4 {
	color:#666;
	width:80px;
	font-size:1em;
	font-weight:100;
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	margin:-54px 0 0 10px;
}

#homepage-services ul {
	margin:10px 5px 15px 5px;
	padding:0 5px 0 5px;
	list-style:none;
	list-style-image:none;
	font-size:0.85em;
	color:#666666;
	text-shadow:1px 1px #fff;
}

#homepage-services ul li {
	padding-left:60px;
	overflow:hidden;
	margin-bottom:15px;
	float:left;
	width:200px;
	margin-right:30px;
	line-height:1.6em;
}

#homepage-services ul li img {
	float:left;
	position:relative;
	left:-60px;
	margin-right:-90px;
}

#homepage-services ul h3 {
	font-size:1.3em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:100;
	line-height:20px;
}

#homepage-services h3 a, #homepage-services h3 a:visited {
	color:#cd3333;
	text-decoration:none;
}

#homepage-services h3 a:hover { 
	text-decoration:none;
	color:#245a82;
}
 
#homepage-services h3 a:active {
	top:1px;
	position:relative;
}


/* LATEST NEWS */

#homepage-latest-news {
	background-color:#efefef;
	padding:10px;
	margin-top:15px;
	margin-bottom:-10px;
}

#homepage-latest-news h4 {
	background-color:#cc3333;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:14px;
	color:white;
	margin:-10px -10px 0 -10px;
	background-image:url(pix/leftcontent_h2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;		
}

#news-listings {
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
}

#news-listings a, #news-listings a:visited {
	color:#333;
	text-decoration:none;
}

#news-listings a:hover {
	color:#000;
	text-decoration:underline;
}

#news-listings li {
	width:140px;
	float:left;
	margin-left:13px;
	margin-right:13px;
	color:#666666;
	text-shadow:1px 1px #fff;
}

#news-listings li img {
	border:1px solid #ccc;
	margin-bottom:10px;
}

.image {
	position:relative;
}

#news-listings li img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.date {
	margin:-35px 0 0 1px;
	background-image:url(/pix/homepage_news_date_bg.png);
	color:#fff;
	text-shadow:none;
	padding:3px;
	z-index:1000;
	position:absolute;
}

.news-headline {
	color:#333;
	display:block;
}

/* NEW FOOTER */

#footer {
	background-color:#efefef;
	padding:10px 10px 5px 10px;
	margin-top:10px;
	color:#666666;
	text-shadow:1px 1px #fff;
	border:1px solid #ccc;	
	line-height:1.5em;
}

img {
	border:none;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
}

#footer-right a:active {
	position:relative;
	top:1px;
}

#footer a, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-extra {
	font-size:1em;
	margin-bottom:20px;
	margin-top:10px;
	color:#666666;
}

/* site quotes */

#center-content blockquote {
	padding-left:10px;
	border-left:2px solid #ccc;
	font-size:1.1em;
}


