/*  
Description: Griplock Systems, Home Page Specific Styles (griplocksystems.com)
Author: Derek Reager, Ideawork Studios
Author URI: http://ideawork.com/
*/

/* Updated 09/25/07 */

/* Imports 
------------------------------ */
@import url("global.css");

/* Page Layout/Structure 
------------------------------ */
#flashcontent {
	margin-bottom: 30px;
	height: 455px;
	}
#content {
	width: 570px;
	}
#sidebar {
	width: 340px;
	}

/* Styling
------------------------------ */

/* Flashcontent Div ----- */
#flashcontent {
	background-color: #FFF;
	border-bottom: 1px solid #A8C4D9;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_homeline_bg.gif") left top repeat-y;
	}
body.sitemap #both {
	margin-top: 30px;
	}
body.sitemap #both h1 {
	padding-bottom: 5px;
	}
body.sitemap #both ul a {
	font-size: 1.4em;
	}
body.sitemap #both ul li {
	padding-top: 10px;
	font-weight: bold;
	}
body.sitemap #both ul ul {
	margin-left: 4px;
	padding-left: 11px;
	border-left: 1px dotted #CCC;
	}
body.sitemap #both ul ul li {
	padding-top: 5px;
	font-weight: normal;
	}
body.sitemap #both ul ul ul {
	margin-bottom: 10px;
	}
body.sitemap #both ul ul ul a {
	font-size: 1.2em;
	}
body.sitemap #both ul ul ul ul {
	margin-bottom: 10px;
	}
body.sitemap #both ul ul ul ul a {
	font-size: 1em;
	}

/* Sidebar Div ----- */
#sidebar h2 {
	font-size: 1.8em;
	color: #6C9AD0;
	}
#sidebar address, #sidebar p {
	margin-top: 15px;
	font-size: 1.4em;
	font-style: normal;
	}
#sidebar p span {
	display: inline-block;
	width: 60px;
	}
#sidebar p a {
	color: #F93;
	}
#sidebar p a:hover, #sidebar p a:active {
	color: #999;
	}

/* Footer Div ----- */
#footer {
	margin-top: 30px;
	}

