/***** Global Settings *****/

html, body {
	border:0;
	margin:0px;
	padding:0;
}


body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
}

body#twbhome {	
	background-image: url(../images/banner-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;}
	
body#twbabout, body#twbservices, body#twbportfolio, body#twbcontact {	
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/banner-bg-sub.gif);
}


p {
	font-size: 90%;
	line-height: 140%;
}

.soman{ display:inline; width:100%;}
.soman h3{margin:0; padding:0; display:inline;}
.soman h3 a{text-decoration:none;color:#ffffff;}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6, {
margin:0;
padding:0;
font-weight: bold;
}

h1 {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 1.0em;
	color: #4c4c4c;
	margin: 0.3em 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px 0 5px 0;
}

h2 {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 1.0em;
	margin: 0.8em 0 0 0;
}

h3 {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size: 1.0em;
	color: #4c4c4c;
	margin: 0.3em 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px 0 5px 0;
}

h4 {
	font-weight: bold;
	color: #4c4c4c;
	text-transform: uppercase;
	margin: 2px 0 0px 0;
	padding: 0;
	font-size: 95%;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

input, select {
	font-size:80%;
	color:#666666;
}

label {
	font-size:80%;
	color:#333333;
}

/***** Links *****/

a:link, a:active, a:visited {
	text-decoration:none;
	color: #6d6e71;
}

a:hover {
	text-decoration:underline;
}

a img {border:0;}

/***** order list: roman numerals *****/
OL { 
	list-style:decimal;
	}   
li {	
	font-size: 90%;
	margin-bottom:4px;
}

/***** Global Classes *****/

.hidden {display:none;}

.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; }



.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.green { color: #acea53; }
a.green { color: #acea53; }

