/* CSS for 4tia.com */
/* Created by Lisa Ortiz | METROPINk - www.designlab.metropink.com */
/* Last update: 03.25.07 */

/* Basic HTML Elements */
* {
	margin: 0px;
	padding: 0px;
}
.acronym {
	border-bottom: 1px dotted #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: #0055A4 url(../images/bg_01.gif) top left repeat-x;
}

li {
	display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
strong {
	font-weight: bold;
}
small {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
form p {
	margin: 0;
}
fieldset {
	margin: 10px 0 10px 0;
	font-size: 12px;
	line-height: 14px;
	padding: 20px 20px 20px 20px;
	border: 1px dotted #CCCCCC;
}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
input {
	margin: 0;
	width: 250px;
	font-size: 12px;
	height: 20px;
}
input[type="text"], textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 250px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input[type="submit"] {
	width: 100px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3300;
	margin: 5px 0 10px 0; 
}
select {
	width: 100px;
}
label {
	float: left;
	margin-top: 2px;
	width: 125px;
}

/* Basic Structure
-------------------------------------------------------------------- */
#wrapper {width:892px;
	margin: 0 auto;
	padding: 0px;
}

/* Branding
-------------------------------------------------------------------- */

#branding {
	height: 118px;
	width: 880px;
	margin: 0 auto;
}
#branding-logo {
	background: transparent url(../images/logo.gif) top left no-repeat;
	width: 100%; /* Firefox uses image min-width in h1 when off -  Safari prefers on, same - width screws up design in IE */
	height: 108px;
	float: left;
}
#branding h1 {
	background: transparent url(../images/tagline.gif) top right no-repeat;
	height: 108px;
	width: 400px; /* Keeps graphic from overlapping */
	float: right;
}
#branding span {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Content - copy area
------------------------------------------------------------- */

#content {
	width: 878px;
	border-left:2px solid #444;
	border-right:2px solid #444;
	margin: 1px auto 0;
}
#imgBar {
	width: 878px;
	height: 222px;
	background: url(../images/greybg_top_home.gif) bottom left no-repeat;
	margin: 0;
}
#body-img {
	background: #C5C5C5 url(../images/greybg_mid_home.gif) top left repeat-y;
	width: 878px;
	margin: 0;
}
#inner-img {background: url(../images/road.gif) bottom center no-repeat;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	padding: 42px 100px 30px 100px;
}
#inner-img .clientList {
	margin: 0 0 20px 15px;
}
#inner-img span {
	font-style: italic;
}
#inner-img .col1 {
	width: 50%;
	float: left;
	margin: 0;
}
#inner-img .col2 {
	width: 50%;
	float: right;
	margin: 0;
}
#inner-img h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	word-spacing: 1px;
	font-weight: lighter;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#inner-img h2 {color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#inner-img p {
	padding-bottom: 15px;
}
#content a:link {
	color: #222222;
	text-decoration: underline;
}
#content a:visited {
	color: #444444;
	text-decoration: underline;
}
#content a:hover, #contact a:active {
	color: #0066CC !important;
	text-decoration: underline;
}
.star {
	width: 12px;
	background: #FFF url(http://www.ontimemedia.com/clients/tia/images/asterisk.gif) top left no-repeat; 
	margin-left: -13px;
	padding-right: 9px;
 }
.clear {
	clear: left;
}
.clearBoth:after{
	clear: both;
	height: 0;
}


/* Navigation
--------------------------------------------------------------------- */

#navigation {
	height: 32px;
	margin: 0;
}
#navigation ul {
	width: auto;
	margin-left: 2px;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation li {
	height: 30px;
	margin: 0;
	font: 12px/12px Arial, sans-serif;
	display: inline;
	float: left;
}
#navigation a {font-weight:bold;
	padding:11px 8px 10px 9px;
	text-decoration: none;
	color: #ccc;
	float: left;
	display: block;
}

#navigation a:hover, 
#navigation .selected a {
        color:#333;
        padding:9px 6px 8px 7px;
        border-top:2px solid #aaa; 
        border-right:2px solid #bbb;
        border-bottom:2px solid #999;
        border-left:2px solid #ddd;
       	background: url(../images/nav_bg_o.gif) top left repeat-x !important;
	}

/* Footer
------------------------------------------------------------- */

#footer {
	width: 878px;
	color: #666666;
	text-align: center;
	background: #EEE url() top left repeat-y;
	clear: both;
	border-bottom:2px solid #444;
}
#footerBG {
        text-align: center;
	width: 848px;
	padding: 15px;
	background: #fff url(../images/footer_bg.gif) top left repeat-x;
}
#footer h3 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 10px;
}
#footer img {
	position: relative;
	top: 6px;
	border: none;
}
#footer a:link, #footer a, #footer a:visited {
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none !important;
}
.sitemap {
	color: #0066CC !important;
}


.leftfoot {width:350px; float:left; text-align:left;}
.rightfoot {width:350px; float:right; text-align:right;}
.rightfoot a {text-transform:none!important;}