

html { overflow-x: auto; height:100%;}	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
	{
	background: url(images/bg.gif) no-repeat scroll 50% 0;
	background-color:#ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
    color: #999999;
	text-align: left;
	margin-top:0px;
	padding-top:0px;
	}

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
	font-size: 30px;
	color: #0067c5;
	line-height:30px;
    padding-left:20px;
	background-image: url(images/header1-icon.jpg);
    background-repeat: no-repeat;
    padding-bottom:0px;
	margin-bottom:10px;
	}

h2	{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #7fb3e2;
    padding-bottom:15px;
	padding-top:0px;
	margin:0px;
	}

.l h2 { } /* Left column specific */

.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; } /* Right column specific */

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
	font-size: 13px;
	line-height: 16px;
    margin-bottom: 10px;
	color: #2575ad;
	}

h4	{
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
	}

h5 	{
	font-size: 1.5em;
	line-height: 1.2em;
	}

h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	}


/* Typographic Elements
=====================================================================*/



blockquote, em, h1, h3, h5, i, .feedBy  
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* Homepage Specific Headers
=====================================================================*/



/* TOP
=====================================================================*/


#total 
	{
	width: 960px;
	margin: 0 auto;
	}

#header 
	{
	height: 91px;
	}

#header img
	{
	  border: 0;
	}

#menu 
	{
	height: 50px;
	background: #FFF;
	text-align: center;
	}  

#main 
	{
	background: #ffffff;
	height: relative;
	text-align: center;
    padding: 30px;
	}
	
#content
    {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
    color: #999999;
	text-align: left;
    }

p
    {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height:18px;
    color: #999999;
	text-align: left;
    }
	
#sidebar 
	{
	background: #f9f9f9;
	text-align: left;
	width: 240px;
	}
	
#sidebar2 
	{
	background: #f9f9f9;
	text-align: left;
	width: 180px;
	padding: 30px;
	}


#logo {
	height: 91px;
	display: block;
	background: transparent;
}

#header #logo {
	display: block;
	width: 200px;
	height: 91px;
	float:left;
	position: relative;
	background: transparent url(images/logo.gif) no-repeat 0 0;
	z-index: 0;
}




/*
-------------------------------------------------------------- 
LINKS
-------------------------------------------------------------- 
*/

A							{text-decoration: none;}
A:link 						{color: #2575ad;}
A:visited 					{color: #2575ad;}
A:hover 					{color: #ac3433;}
A:active 					{color: #ac3433;}

.home-icon-text a			{text-decoration: none;}
.home-icon-text a:link 		{color: #99a7b4;}
.home-icon-text a:visited 	{color: #99a7b4;}
.home-icon-text a:hover 	{color: #2575ad;}
.home-icon-text a:active 	{color: #2575ad;}

.home-facebook a			{text-decoration: none; display:block; height:112px; width:239px;}
.home-facebook a:link 		{color: #99a7b4;}
.home-facebook a:visited 	{color: #99a7b4;}
.home-facebook a:hover 		{color: #2575ad;}
.home-facebook a:active 	{color: #2575ad;}

.home-newsletter a			{text-decoration: none; display:block; height:112px; width:239px;}
.home-newsletter a:link 	{color: #99a7b4;}
.home-newsletter a:visited 	{color: #99a7b4;}
.home-newsletter a:hover 	{color: #2575ad;}
.home-newsletter a:active 	{color: #2575ad;}

.home-shop a				{text-decoration: none; display:block; height:112px; width:239px;}
.home-shop a:link 			{color: #99a7b4;}
.home-shop a:visited 		{color: #99a7b4;}
.home-shop a:hover 			{color: #2575ad;}
.home-shop a:active 		{color: #2575ad;}

.home-client a				{text-decoration: none; display:block; height:112px; width:239px;}
.home-client a:link 		{color: #99a7b4;}
.home-client a:visited 		{color: #99a7b4;}
.home-client a:hover 		{color: #2575ad;}
.home-client a:active 		{color: #2575ad;}


#mini-nav
	{
	line-height: 1.3;
	display: block;
	padding: 4px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 11px;
	position: relative;
	letter-spacing: 1px;
    float: right;
	}



/*
-------------------------------------------------------------- 
SECONDARY NAV2
-------------------------------------------------------------- 
*/

#secondary2
    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	line-height: 2em;
	background: #f9f9f9;
	width: 180px;
    }

#secondary2 ul
    {
    list-style: none;
    margin: 0;
    padding:0;
    }

#secondary2 ul li
    {
    margin: 0;
    }

#secondary2 ul li a
    {
    padding-left: 10px;
    border-bottom:1px solid #cccccc;
    color: #7fb3e2;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    }

html>body nav ul li a
    {
    width: auto;
    }

#secondary2 ul li a:hover
    {
    padding-left: 10px;
    border-bottom:1px solid #cccccc;
    color: #cccccc;
    }
	
	
/*
-------------------------------------------------------------- 
SECONDARY NAV2
-------------------------------------------------------------- 
*/

#secondary
    {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 2em;
	background: #f9f9f9;
	width: 240px;
    }

#secondary ul
    {
    list-style: none;
    margin: 0;
    padding:0;
    }

#secondary ul li
    {
    margin: 0;
    }

#secondary ul li a
    {
    padding-left: 10px;
    border-bottom:1px solid #cccccc;
    color: #7fb3e2;
    display: block;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    }

#secondary ul li a:hover
    {
    padding-left: 10px;
    border-bottom:1px solid #cccccc;
    color: #cccccc;
    }
	
.header2
    {
    height: 50px;
    width: 960px;
	background-image: url(images/header-bg.jpg);
    background-repeat: repeat-x;

	}
	
	
/*
-------------------------------------------------------------- 
JANGLE NEWS
-------------------------------------------------------------- 
*/
	
.border
	{
	background-color:#99a7b4;
	}
	
.home-news
    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
    font-weight: normal;
	color: #99a7b4;
	text-align:right;
    }
	
.home-newsitems
    {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-align:left;
    }

.home-newsdates
    {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
    font-weight: normal;
	padding-right: 20px;
	padding-left:20px;
    }
	

/*
-------------------------------------------------------------- 
JANGLE HIGHLIGHTS
-------------------------------------------------------------- 
*/

.home-facebook
	{
	background-image:url(images/home-facebook-bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	height:112px;
	color: #99a7b4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}

.home-newsletter
	{
	background-image:url(images/home-newsletter-bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	height:112px;
	color: #99a7b4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}

.home-shop
	{
	background-image:url(images/home-shop-bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	height:112px;
	color: #99a7b4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
.home-client
	{
	background-image:url(images/home-client-bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	height:112px;
	color: #99a7b4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
.home-icon-header
    {
	font-size: 11px;
	text-transform:uppercase;
    font-weight: bold;
	padding-right: 20px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
    }
	
.home-icon-text
    {
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
	margin-left:90px;
	padding-top:0px;
	margin-top:0px;
	line-height:12px;
	text-align:left;
    }
	

/*
-------------------------------------------------------------- 
JANGLE FOOTER
-------------------------------------------------------------- 
*/

#footer 
	{
	vertical-align: bottom;
	height:100px;
	background: transparent url(images/footer.gif) no-repeat bottom;
	clear: both;
	}

.footer a { display: inline; white-space: nowrap; text-decoration: none;}
.footer a:link 		{color: #ffffff;}
.footer a:visited 	{color: #ffffff;}
.footer a:hover 	{color: #ff0000;}
.footer a:active 	{color: #ff0000;}

.footer ul 
	{
   	margin: 0 auto;
   	padding-top: 25px;
	padding-left: 25px;
   	text-align: left;
	}
	
.footer ul li
	{
	display: inline;
	padding: 0.5em;
	color:#ffffff;
	}

/* Copyright */
.copyright ul 
	{
   	margin: 0 auto;
   	padding-top: 20px;
	padding-right: 20px;
   	text-align: right;
	font-size:9px;
	}
	
.copyright ul li
	{
	display: inline;
	padding: 0.5em;
	color:#cccccc;
	}
	
/*
-------------------------------------------------------------- 
ALTERNATIVE CONTENT - FEATURE
-------------------------------------------------------------- 
*/
.alt-feature
	{
	background-image:url(images/alt-home-feature-bg.jpg);
	padding:0px;
	height:400px;
	width:960px;
	color:#ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	}
.alt-feature-left
	{
	padding-left:10px;
	text-align:center;
	}
.alt-feature-right
	{
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	}
.alt-feature-header1
    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height:26px;
    font-weight: normal;
    }
.alt-feature-header2
    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:20px;
    font-weight: normal;
	color:#8cb9e2;
    }
.alt-feature a			{text-decoration: none;}
.alt-feature a:link 	{color: #ffffff;}
.alt-feature a:visited 	{color: #ffffff;}
.alt-feature a:hover 	{color: #8aa5d4;}
.alt-feature a:active 	{color: #8aa5d4;}


/*
-------------------------------------------------------------- 
ALTERNATIVE CONTENT - NAV
-------------------------------------------------------------- 
*/

#alt-nav 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	}

.alt-nav a { display: inline; white-space: nowrap; text-decoration: none;}
.alt-nav a:link 	{color: #2575ad;}
.alt-nav a:visited 	{color: #2575ad;}
.alt-nav a:hover 	{color: #ac3433;}
.alt-nav a:active 	{color: #ac3433;}

.alt-nav ul 
	{
   	text-align: right;
	padding-right:48px;
	}
	
.alt-nav ul li
	{
	display: inline;
	padding-left:48px;

	}

.caption
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	color: #0067c5;
	padding-right:30px;
	padding-bottom:30px;
	}
	
.portfolio-button
	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:3px;
	}
	
.news-article
	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height:18px;
    color: #999999;
	text-align: left;
	padding: 20px;
	}
	
.team-opening
	{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
	font-size: 13px;
	line-height: 16px;
    margin-bottom: 10px;
	color: #2575ad;
	}
