/*
 * Greetings from Jeff Vader
 * iAssist stylesheet
 * Last modified	: 17 June 08
 * Mod				: Build the thing!
 * 
 * Dark blue		: 042e6e
 * Light blue		: 294d84
 * Orange			: f5821f
 */

/*
 * body and structural stuff
 */
body {
	font: 12px "Arial", sans-serif;	
}
#wrapper {
	width:80%;
	margin:0 auto;
	position:relative;
}
h1 {
	width:171px;
	height:127px;
	background:url(/images/logo.gif) no-repeat;
	text-indent:-999em;
}
h2{
	color:#f5821f;
}
p.tagline{
	position:absolute;
	top:0;
	right:0;
	width:357px;
	height:127px;
	text-indent:-999em;
	background:url(/images/tagline.png) bottom center no-repeat;
}
#main {
	background:#042e6e url(/images/body.gif) top right no-repeat;
	color:#fff;
	position:relative;
	padding:1em 0;
}
#sidebar {
	position:absolute;
	/*bottom:15px;*/
	top:15px;
	left:0;
	width:150px;
	padding:0 5px;
}
#sidebar a:hover{
	text-decoration:none;
	background:none;
}
#sidebar .logo {
	text-align:center;
}
#content {
	border-left: 1px solid white;
	padding:1em;
	min-height:400px;
	margin-left: 160px;
}

#myob #content {
	border-left: 1px solid white;
	padding:1em;
	min-height:400px;
	margin-left: 160px;
} 

#homepage #content ul {
	list-style:none;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	/*width:590px;*/
	width:100%;
	background:#555 url(../images/listBg.png) bottom left repeat-x;
}

#homepage #content ul li {
	color:#fff;
	font:normal normal 100 1.8em/35px Calibri, "Trebuchet MS", Verdanan, Helvetica;
	padding:0;
	background:transparent url(../images/check.png) 97% 50% no-repeat;
	padding-left:5%;
	margin:0;
	float:left;
	width:44.5%;
}

#homepage #content ul li.f {
	border-top:none;
}

#homepage #content ul li.o {
	border-left:none;
	text-align:right;
	padding-left:0;
	padding-right:5%;
	width:45%;
	background:transparent url(../images/check.png) 15px center no-repeat;
}

#content .contact-container {
	width:100%;
	background:#06f;
	margin:0 auto;
	height:3.2em;
}

#content p.contact {
	font:normal normal 100 2em/1.6em Calibri, "Trebuchet MS", Verdanan, Helvetica;
	margin:0;
	text-align:center;
}

#content p#phone {
	float:left;
	text-align:left;
	margin-left:20px;
}

#content p#fax {
	float:right;
	text-align:right;
	margin-right:20px;
}

#content p.contact strong {
	text-transform:uppercase;
	color:#effcff;
}

a{
	color:#f5821f;
}
a:hover{
	color:#042e6e;
	background-color:#f5821f;
	text-decoration:none;
}
#sam_login{ /* orange button */
	background:#042e6e;
	width:142px;
	height:92px;
	color:#042e6e;
	border:0;
	cursor:pointer;
	float:right;
	margin-left:10px;
}
table{
	border:1px solid #294d84;
}
th{
	background:#294d84;
	color:#f5821f;
}
/*
 * Navigation stuff
 */
#nav, #nav * {
	margin:0;
	padding:0;
	list-style-type:none;
/*	background:#f5821f;*/
}
ul#nav {
	width:100%;
	background:#f5821f url(/images/nav_right.gif) no-repeat right top;
	height:26px;
}
#nav li{
	float:left;
	height:26px;
}
#nav a{
	text-indent:-999em;	
	display:block;
	width:100%;
	height:100%;	
}
li#nav_home{width:100px; background:url(/images/nav_home_f2.gif) no-repeat;}
li#nav_home a{background:url(/images/nav_home.gif) no-repeat;}
li#nav_home a:hover{background:none;}
li#nav_service{width:102px; background:url(/images/nav_service_f2.gif) no-repeat;}
li#nav_service a{background:url(/images/nav_service.gif) no-repeat;}
li#nav_service a:hover{background:none;}
li#nav_myob{width:139px; background:url(/images/nav_myob_f2.gif) no-repeat;}
li#nav_myob a{background:url(/images/nav_myob.gif) no-repeat;}
li#nav_myob a:hover{background:none;}
li#nav_it{width:116px; background:url(/images/nav_itassist_f2.gif) no-repeat;}
li#nav_it a{background:url(/images/nav_itassist.gif) no-repeat;}
li#nav_it a:hover{background:none;}
li#nav_downloads{width:129px; background:url(/images/nav_downloads_f2.gif) no-repeat;}
li#nav_downloads a{background:url(/images/nav_downloads.gif) no-repeat;}
li#nav_downloads a:hover{background:none;}
li#nav_contact{width:129px; background:url(/images/nav_contact_f2.gif) no-repeat;}
li#nav_contact a{background:url(/images/nav_contact.gif) no-repeat;}
li#nav_contact a:hover{background:none;}

/*
 * Whatch your footsies!
 */
#footer {
	font-size:0.8em;
	color:#333;
	text-align:center;
}
#footer_strip{
	height:24px;
	clear:both;
	position:relative;
	background-color:#042e6e;
}
.left_foot{
	position:absolute;
	left:0;
	width:27px;
	height:24px;
	background:url(/images/foot_l.gif) no-repeat left bottom;
}
.right_foot{
	position:absolute;
	right:0;
	width:27px;
	height:24px;
	background:url(/images/foot_r.gif) no-repeat right bottom;
}
#footer a {
	color:#333;
}
