/* Blue Tiger Media CSS Styles */


/* Global Styles
*************************************/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #666666; margin: 0px;
	text-align: left; line-height: 18px;
}

a {color: #006699;}
a:visited {color: #006699;}
a:hover {color: #0099CC;}

#topNav {
	width: 100%; height: 20px; padding-top: 3px;
	background-color: #333333; color: #FFFFFF;
}
	#topNav a {color: #FFFFFF; text-decoration: none;}
	#topNav a:hover {color: #FFFFFF; text-decoration: underline;}
	
#topMast {
	width: 100%; height: 150px;
	background: url(../global-imgs/topMast-bg.jpg) repeat-x;
	line-height: 18px;
}

#wrapper {width: 650px; padding: 30px 10px 10px 10px; border-right: 1px dotted #999999;}
	#leftSide {width: 200px; padding-right: 15px; float: left; text-align: left;}	
	#rightSide {width: 425px; float: left;}
	#clearBottom {height: 100px;}

/* login style
*************************************/	
	.login {
		width: 147px; height: 17px; padding-top: 1px;
		background:url(../global-imgs/login-bg.gif) left no-repeat;
	}

	.box {
		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;
		background:none; border-width: 0px; color: #666666;
		height: 12px; padding-left: 5px;
	}




/* Home Page
*************************************/
img.float {float: left; margin: 0 10px 10px 0;}
.coName {font-size: 12px; color: #000000;}

img.client {float: left; margin: 0 30px 10px 0;}
.client {color: #003366; font-weight: bold;}
.portfolio {
	width: 325px; color: #009900; padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}



/* Request Proposal
*************************************/
.formTable {font-size: 10px; color: #000000; font-weight: bold;}
	.form {
		color: #666666; font-size: 10px;
		background: #EAF4FF; padding-left: 3px;
	}
	
	.formBox {
		color: #666666; font-size: 11px;
		background: #EAF4FF; padding-left: 3px;
	}



/* Footer
*************************************/
#footerLine {
	width: 100%; height: 10px; background: #006699;
	border-bottom: 1px solid #FFFFFF; position: relative;
	clear: both;
}

#footer {
	width: 100%; height: 80px; background: #333333;
	color: #CCCCCC; padding: 10px 0px 0px 10px;
	position: relative; clear: both;
}
	#footer a {color: #FFFFFF; text-decoration: none;}
	#footer a:hover {color: #FFFFFF; text-decoration: underline;}
	#legal {padding-left: 320px; font-size: 9px;}
	
