/*
 * This file is part of the SpyderSilk Applictions software suite.
 * Copyright (c) 2005-2006, SpyderHost.net, Inc.
 * Licensed under the SpyderSilk Applications Software License
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * File     $Id: style.css,v 1.2 2006/04/14 20:32:57 dfdugal Exp $ <br>
 * Author   Adam Harris <awharris at spyderhost dot net>
 * @package spydersilk.applications.common
 */

/*HTML SELECTORS*/
*					{ margin:0; padding:0; }
body					{ font-family:Times, serif; background:#666; }
p.company				{ font-size:22px; padding-top:30px; letter-spacing:2px; }
p.tagline				{ font-size:16px; color:#333; text-align:right; font-style:italic; font-weight:bold; }
p.header				{ font-size:14px; color:white; font-weight:bold; }
p.subhead				{ font-size:16px; color:white; text-decoration:underline; }
p.caption 				{ font-size:14px; color:white; text-align:right; }
p.reg_txt				{ font-size:15px; color:white; margin:10px 0; }
p.list_txt				{ font-size:15px; color:white; }
span.llc				{ font-size:10px; }
img.logo				{ border:1px solid white; }
ul.navbar				{ width:250px; }
li.nav_item				{ list-style:none; display:inline; margin-right:10px; }
ul.locations				{ width:800px; float:right; display:block; text-align:right; font-size:13px; color:#333;  }
li.loc_place				{ list-style:none; display:inline; margin-left:10px; }
/*HTML SELECTORS*/

/*LINK CLASSES*/
a:link.sitename, a:active.sitename, a:visited.sitename 					{ color:white; text-decoration:none; }
a:hover.sitename									{ color:#ddd; }
a:link.nav, a:active.nav, a:visited.nav 						{ font-size:13px; color:#333; text-decoration:none; }
a:hover.nav										{ color:#900; text-decoration:underline; }
a:link.nav_active, a:active.nav_active, a:visited.nav_active, a:hover.nav_active 	{ font-size:13px; color:#900; }
a:link.link, a:active.link, a:visited.link 						{ font-size:13px; color:#ccc; text-decoration:none; }
a:hover.link										{ color:yellow; }
a:link.link_active, a:active.link_active, a:visited.link_active, a:hover.link_active 	{ font-size:13px; color:#cf0; text-decoration:none; }
/*LINK CLASSES*/

/*DIV IDS*/
#master_container			{ min-width:800px; padding:20px; }
#container				{ width:100%; border:1px solid white; }
#header					{ width:100%; height:100px; text-align:center; }
#navigation				{ width:100%; background:white; display:table; }
#content				{ width:100%; }
#footer					{ width:100%; display:table; }
/*DIV IDS*/

/*DIV CLASSES*/
.company				{ width:400px; margin:0 auto; }
.tagline				{ width:800px; float:right; display:block; }
.line_block				{ width:100%; clear:both; }
.index_content				{ width:900px; display:table; padding:20px; }
.links_column				{ width:200px; float:left; margin-right:25px; }
.info_column				{ width:350px; float:left; padding-left:10px; border-left:1px solid #bbb; }
.info_column_img			{ width:250px; float:right; text-align:right; }
.links_block				{ margin-bottom:20px; }
.info_block				{ margin:10px 0; }
.footer					{ width:800px; float:right; }
/*DIV CLASSES*/