/* Colors

Blue text: #0067b1
Gray text: #aaaaaa
Dark gray text: #474747

Blue background (tab color): #0193ce
Gray background: #ecebf0;
Text links : #0193ce

*/

html
	{
	margin: 0;
	padding: 0;
	}

body
	{
	margin: 0;
	padding: 0;
	color:#666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

/* ===================  Structural IDs ========================= */

#outside_container
	{
	width: 990px;
	margin: 0  auto;
	background-image: url(http://www.technisource.com/images/homepage_10/background-container.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#inside_container
	{
	width: 950px;
	margin: 0  auto;
	overflow: hidden;
	}

#page_head
	{
	width: 950px;
	height: 315px;
	background-color: transparent;
	}

#logo
	{
	width: 268px;
	height: 60px;
	float: left;
	border-left: 1px solid #aaaaaa;
	}

#top_nav_text
	{
	height: 39px;
	text-align: right;
	background-color: #ffffff;
	border-right: 1px solid #aaaaaa;
	}

#top_nav_tabs
	{
	height: 21px;
	background-color: #ffffff;
	border-right: 1px solid #aaaaaa;
	}

#nav_block
	{
	width: 950px;
	height: 30px;
	background-color: #0193ce;
	}

#splash
	{
	width: 950px;
	height: 225px;
	background-image: url(http://www.technisource.com/images/homepage_10/background-splash.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	overflow: hidden;
	}

#splash_copy
	{
	width: 360px;
	margin: 25px;
	float: right;
	}

#content
	{
	width: 950px;
	height: auto;
	margin-top: 21px;
	background-color: transparent;
	overflow: hidden;
	}

#side_links
	{
	width: 218px;
	float: left;
	margin: 0px;
	padding-top: 3px;
	}

#side_links_text
	{
	margin-top: 20px;
	}

#side_info
	{
	width: 250px;
	float: right;
	margin: 0px;
	}

#side_info_content
	{
	margin-left: 20px;
	}

#main_copy
	{
	width: 479px;
	min-height: 610px;
/*	_height: 610px;  */
	float: left;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(http://www.technisource.com/images/homepage_10/background_main_copy.png);
	background-repeat: repeat-x;
	background-position: top left;
	}

#main_copy_content
	{
	margin-left: 30px;
	margin-right: 30px;
	background-color: transparent;
	}

#footer
	{
	clear: both;
	}

#footer
	{
	clear: both;
	width: 480px;
	margin: 50px auto 20px auto;
	text-align: center;
	}

/* ======================== Selectors =========================== */

h1
	{
	font-size: 30px;
	color: #0193ce;
	background-color: transparent;
	margin-bottom: 0px;
	}

h2
	{
	font-size: 16px;
	color: #0193ce;
	}

#main_copy_content h3
	{
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 0px;
	color:#333333;
	}

#main_copy_content p, #side_info_content p
	{
	width: 90%;
	margin: 5px 0px 5px 0px;
	}

#footer p
	{
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	color: #000000;
	}

#side_info_content h3
	{
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	color: #474747;
	}

p.separator
	{
	border-bottom: 1px solid #0193ce;
	}

img
	{
	border: none;
	}

/* ==================== Link Formatting ======================== */

#side_links_text a
	{
	color: #0067b1;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	}

.top_nav_text a
	{
	text-decoration: none;
	color: #aaaaaa;
	font-size: 11px;
	font-weight: bold;
	}

#content a
	{
	text-decoration: none;
	color: #0193ce;
	}

#footer a
	{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}


/* ======================== Classes ============================ */

.top_nav_text
	{
	margin:0 30px 0 0;
	padding-top:10px;
	text-align:right;
	}

.tag_line
	{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	}

.tab
	{
	float: left;
	margin: 0px;
	padding: 0px;
	}

.segment
	{
	margin-top: 20px;
	}


/* ======================== Retained from ts_homev2.css ============================ */
#top-login {
	color: #999;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#top-login a {
	text-decoration: none;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
#top-login a:hover {
	text-decoration: underline;
	color: #999;
}
#top-search {
	color: #999;
	padding: 9px 0 0 0;
}

#qm0 a span {
	background-image: url(images/tab-r-blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 30px 4px 30px;
}

#qm0 a:hover span {
	background-image: url(images/tab-r-black.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 30px 4px 30px;
}

body #qm0 .qmactive span, body #qm0 .qmactive:hover	span
{
	background-image: url(images/tab-r-black.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 30px 4px 30px;
}

