﻿	/*	-------------------
	HTML Element styles
	-------------------	*/

body { font-family: Arial, Helvetica, sans-serif; color: #7d6a55; background: #ffffff; margin: 0; padding: 0; }
h1 { font-size: 1em; color:#19398a; }
h2 { font-size: 0.9em; color:#19398a; }
h3 {  font-size: 0.8em; color:#19398a; }
p { font-size: 0.9em; line-height:1.2em; padding-bottom: 5px; text-align: left;}
ul { font-size: 0.9em; margin-left:0; padding-left:0; list-style-position:inside; line-height:1.4em; list-style-type: none; text-align: left;  }
li { }
ol { font-size: 0.9em; margin-left:14px; padding-left:0; list-style-position:outside; line-height:1.4em; }
a { text-decoration: none;  color: #7d6a55; }
a:hover { text-decoration: none;  color: #19398a; }
img { border: 0; }


/*	-------------------
	Shared class styles
	-------------------	*/
	
.clearFloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
.smallerText { font-size: 0.75em; }
.img-align-left{ float:left; margin: 0 20px 0 0;}
.img-align-right{ float:right; margin: 0 0 0 20px;}
.blue { color: #19398a; }

/*	-------
	Wrapper 
	-------	 */

#wrapper { position:relative; width: 970px; min-height:430px; margin: 0 auto; padding: 0 0 50px 0; text-align: left; } 
#HomepageTemplate #wrapper { background: url(/App_Themes/icdesign/apple.jpg) no-repeat 560px top; }
#ServicesTemplate #wrapper { background: url(/App_Themes/icdesign/balloon.jpg) no-repeat 580px top; }

/*	-------------
	Header Styles 
	-------------	*/

#header {position:relative; width: 970px; height:100px; margin: 0 auto; }
#logo { position: absolute; top:22px; left:62px; border-style:none;}
#navMain { position:absolute; top:45px; left:270px; }
#navMain ul { list-style: none; font-size:1em; padding: 0; margin:0 12px;}
#navMain li { float:left; padding:10px 15px 8px 15px; display:block; }
#navMain li.active a { color: #19398a; }

/*	------------------
	sideBarLeft styles
	------------------	*/

#sideBarLeft { float: left; width: 140px; padding-left:65px; }
#sideBarLeft ul { list-style: none; }
#sideBarLeft li { padding: 0; }

/*	-------------------
	sideBarRight styles
	-------------------	*/

#sideBarRight 
{
	padding-bottom:50px;
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

/*	--------------
	Content styles
	--------------	*/

#content { 
	margin: 35px 400px 0 62px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#HomepageTemplate #content { margin: 35px 475px 0 62px; } 

#sitemapLinks{ }
#sitemapLinks a { font-weight:normal; }
#sitemapLinks ul { list-style-type:circle; text-transform:uppercase; }
#sitemapLinks ul li { margin:0; padding:4px 0 4px 0; }
#sitemapLinks ul ul { font-size:1em; text-transform:none; }
#sitemapLinks ul ul li{  margin:0; padding:4px 0 4px 40px; }

#ServicesTemplate #content h2 { margin-bottom:0; font-size: 0.8em; }
#ServicesTemplate #content p { }
#ServicesTemplate #content ul { font-size:0.8em; margin:0; }
#ServicesTemplate #column1 { float: left; width:50%; padding-bottom: 10px; }
#ServicesTemplate #column2 { float: left; width:50%; padding-bottom: 10px; }

#TeamTemplate #content { margin: 35px 0 0 62px; }
#TeamTemplate #content p { }
#TeamTemplate #content ul { font-size:0.8em; margin:0; }
#TeamTemplate #content li { float:left; width: 33%;}
#TeamTemplate #column1 { float: left; width: 370px; }
#TeamTemplate #column1 img { position: relative; left: -10px;}
#TeamTemplate #column2 { float: left; width: 450px; margin-left: 50px; }
#TeamTemplate #column2 h1 { margin-bottom: 30px; }
#TeamTemplate #column2 a { color: #19398a; font-size: 0.9em; }
#TeamTemplate #column2 img { position: relative; left: -5px; padding-bottom: 15px;}

#PortfolioTemplate #content { margin: 35px 0 0 300px; }
#PortfolioTemplate #content .listing { float: left; width: 165px; }
#PortfolioTemplate #content .listing p { font-size:0.75em; }
#PortfolioTemplate #content .listing img { width: 110px; height: 110px; }

#ProjectTemplate #content { margin: 35px 290px 0 225px; }
#ProjectTemplate #sideBarRight h1 { border-bottom: solid 1px #7c6a55; padding-bottom: 12px;}
#gallery { position: relative; top: 375px; }
#gallery  ul { padding:0; margin:0; }
#gallery  ul li { display: inline; padding:5px; }
#gallery .mainImage { position: absolute; top: -380px; left:0; display:none;}
#gallery .thumbnail { cursor: pointer; width:64px; height:64px; }

#ContactTemplate #content { margin: 35px 62px 0 62px; }

/*	-------------
	Footer styles
	-------------	*/

#footer { font-size: 11px; height: 41px; background-color:#ffffff; border-bottom: solid 1px #7c6a55; } 
#footerWrapper {width: 970px; margin: 0 auto; text-align: left; }
#footer p { line-height: 30px;}
#footer img { vertical-align:top; }
#footer .left{ float: left; padding-left: 62px; }
#footer .right{ float: right; padding-right: 62px; }
