/*
Theme Name: Tricor Technologies
Theme URI: http://www.tricortech.com
Description: Default theme created for Tricor Technologies by <a href="http://www.dogstarcreative.com">Dogstar Creative</a>.
Version: 1.0
Author: Donny Hansen
Author URI: http://www.ooxeye.com
Tags: 

	Tricor Technologies V1.0
	 http://www.ooxeye.com
	 http://www.dogstarcreative.com
	 http://www.tricortech.com

	This theme was designed by McCabe Christian, 
	whose blog you will find at http://www.mccabechristian.com,
	and developed and coded by Donny Hansen,
	whose blog you will find at http://www.ooxeye.com

	The CSS, XHTML and design are NOT to be used by anyone other than
	employees and owners of TriCor Technologies or Dogstar Creative.

*/

/**********************************

Use: Main Screen Import
Author: Nick Rigby

***********************************/

@import "css/core.css";

@import "css/cmxform.css";
@import "css/cmxform2.css";

/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #3fc6f6 url('images/lightBlue_background.jpg') no-repeat top center;
	color: #AFD4F0;
	text-align: center;
	}
	
h2 {
	color:#fff;
	font-size:13px;
	padding-left:60px;
	}
	
a:link, a:active {
	color:#fff;
	text-decoration: underline;
}

a:visited {
	color:#EBF7FF;
	text-decoration: underline;
	}
	
a:hover {
	color:#AFD4F0;
	text-decoration: underline;
	}

#page {
	width: 899px;
	text-align: left;
	margin:0 auto;
	position:relative;
	}

#header {
	width:899px;
	height:82px;
	background: url('images/header_background.png') no-repeat top center;
	}
	
#leftColumn {
	float: left;
	width:221px;
	padding:0;
	margin:0;
	position:absolute;
	}

#rightColumn {
	float:right;
	width:690px;
	margin-left:204px;
	padding:0;
	background: url('images/rightColumn_background.png') repeat-y;
	position:absolute;
	}
	
#rightColumn p {
	width:580px;
	padding: 10px 10px 20px 60px;
	}
	
#rightColumn form {
	width:570px;
	padding: 10px 10px 20px 60px;
	}
	
#rightColumn h1 {
	color:#fff;
	font-size: 22px;
	padding-left: 60px;
	}

#downloadForms {
	padding:10px 10px 80px 40px;
	}
	
#downloadForms p {
	width:450px;
	}

.formsLeft {
	float:left;
	text-align: center;
	width:120px;
	padding:0;
	}

.formsRight {
	text-align: left;
	padding: 0px 10px 0px 60px;
	}

#nav {
	background: url('images/nav_background.png') no-repeat top left;
	margin:0px;
	height:218px;
	width:221px;
	padding:0;
	}

#nav_pages {
	color: #999A9B;
	font-size: 12px;
	padding:20.5px 0px 0px 16px;
	width:202px;
	}
	
#nav_pages p{
	display:none;
	}

#nav_pages ul{
	margin:0;
	padding:0;
	}
	
#nav_pages li{
	margin:0;
	padding:0;
	list-style-type:none;
	}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#nav_pages li {
		margin:0;
		padding:1px;
		list-style-type:none;
	}
}

		
#nav_pages a{
	display:block;
	padding:2.90px 7px 6.75px 10px;
	color:#999A9B;
	text-decoration: none;
	cursor: pointer; /* IE 7 bug-fix */
	}
	
html>body #nav_pages a{
	width:auto; /* IE bug-fix to allow full width to be targeted by mouse */
	}

#nav_pages a:hover {
	color:#fff;
	background-color: #7a8cb5;
	}

#body_wrap {
	width:941px;
	background-color: #195388;
	}
	
#footer {
	background: url('images/footer_background.png') no-repeat top;
	width:695px;
	height:100px;
	
	padding:3px 0 0 0;
	position:absolute;
	}
	
#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 5px 0 5px;
	}
	
#headerImg{
	margin-left:16px;
}

#creditLine{
	float:right;
	padding-top:600px;
	padding-right:20px;
	}
	