/* CSS Document */

/* LAYOUT STYLES ----------------------------------------------------------------------------*/

/* UNDO STYLES */
* {
	padding: 0;
	margin: 0;
	}
	
/* Body and Wrapper Styles --------------------------------------------------------------*/
body	{
	text-align: center; 
	background: url(images/main-background.gif);
	}

#WrapperOuter	{ 
	width: 800px; 
	text-align: center; 
	background: url(images/background.gif) repeat-y 50% 0;
	}
#WrapperInner	{ 
	padding: 20px 110px 0 110px;
	}
	
/* Masthead Styles --------------------------------------------------------------*/
#Masthead {
	background: url(images/masthead1.jpg) no-repeat top;
	height: 140px;
	}
#Masthead h1 {
	display: none;
	}
	
/* Navigation Styles --------------------------------------------------------------*/
#Navigation { 
	float: right; 
	width: 170px;
	}
#Navigation h2 { 
	display: none; 
	}
#Navigation ul { 
	list-style-type: none;
	font-size: 0.9em;
	margin: 0 15px 0 0;
	}
#Navigation li { 
	margin-top: 0.5em; 
	background: transparent url(images/nav_dotted.gif) bottom left repeat-x;
	text-align: left;
	}
#Navigation li span {
	float: right;
	padding-left: 0.5em;
	background: #FFF;
	font-weight: bold;
	color: #6491B4;
}
#Navigation li a {
	padding-left: 0em;
	background: #FFF;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
}
#Navigation li a:hover { text-decoration: underline; }

#Default #HomeLink a,
#WebsiteDevelopment #WebsiteDevelopmentLink a,
#GraphicDesign #GraphicDesignLink a,
#CorporateID #CorporateIDLink a,
#DesktopSupport #DesktopSupportLink a,
#NetworkSupport #NetworkSupportLink a,	{
	color: #6491b4;
	text-decoration: underline;
	} 
	
/* Content Styles --------------------------------------------------------------*/
#ContentOuter { 
	margin: 0px 215px 0px 10px;
	width: 340px;
	background: url(images/lines.gif) repeat-y left;
	}
#ContentInner	{
	background: url() no-repeat top left;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
/* List Styles */	
#ContentInner ul { 
	line-height: 24px; 
	color: #959595;
	padding: 0 0 20px 10px;
	list-style-type: none;
	}
#ContentInner ul li{
	background: url(images/icon1.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
	font-size: 1em; 
	}		
#ContentInner li a	{
	color: #666;
	text-decoration: none;
	}
#ContentInner li a:hover { 
	text-decoration: underline; 
	color: #959595;
	}
/* Content Footer */
#ContentFooter	{
	background: url() no-repeat top left;
	height: 30px;
	}
	
/* Footer Styles --------------------------------------------------------------*/
#Footer {
	border-top: solid 1px #6491B4;
	display: block;
	margin: 30px 15px 10px 15px;
	padding: 10px 0px 3px 0px;
	}
	
/* Disclaimer Styles --------------------------------------------------------------*/
#DisclaimerOuter {
	width: 800px; 
	background: url(images/background.gif) repeat-y 50% 0;
	}
#DisclaimerInner	{ 
	background: url(images/nav_dotted.gif) top left repeat-x;
	display: block;
	margin: 10px 250px 30px 250px;
	padding: 10px 0px 20px 0px;
	font-size: 11px;
	}