@charset "UTF-8";

/* HTML selectors
------------------------*/
* { 
	margin: 0px; 
	padding: 0px; 
	}
	
body { 
	width: 100%;
 height: 100%; 
 overflow: auto;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: #000; 
	background-color: #9c9d7d;
	}
	
	
a { 
	color: #9fb5b9; 
	text-decoration: underline; 
	}
	
a:hover { 
	color: #9fb5b9; 
	text-decoration: underline; 
	}

p { 
	margin: 0; 
	padding: 10px 0 0 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #9fb5b9;
}
	
h1 { 
	font-size: 220%; 
	}
	
h2 { 
	font-size: 200%; 
	}

h3 { 
	font-size: 180%; 
	}
	
h4 { 
	font-size: 160%; 
	}
	
h5 { 
	font-size: 140%; 
	}

h6 {
	font-size: 120%;
}



/* Containers
------------------------*/

#mainContainer, #top, #contentContainer, #footer, #copyright { 
	width: 950px; 
	}
	
#mainContainer { 
	position: relative; 
	top: 40px; 
	margin: 0 auto; 
	}
	
#top { 
	height: 15px; 
	background: #fff url(../images/top_fixed.gif) no-repeat top left; 
	}
#top span { 
	display: none; 
	visibility: hidden; 
	}

#contentContainer { 
 position: relative; 
	height: 100%; 
	overflow: hidden; 
	text-align: left;   
	background: transparent url(../images/content_bg.gif) repeat-y top left;
	}

#main, #sidebar { 
 padding-bottom: 1001em; /* X + padding-bottom */
	margin-bottom: -1001em; /* X */ 
	}

#main { 
 float: left; 
	position: relative;
	left: 14px; 
	width: 680px; 
	height: 100%;
	min-height: 436px;
	}
	
#main span { 
	display: none; 
	visibility: hidden; 
	}
	
#main.misc { 
	background: transparent;
	}
	
#main.aboutUs { 
	background: transparent url(../images/homepage_pigeons_bg.jpg) no-repeat top left;
	}

#main.portfolioTemp { 
	background: transparent url(../images/portfolio_temp_bg.jpg) no-repeat top left;
	}
	
#main.contactUs { 
	background: transparent url(../images/contactus_pigeons_bg.jpg) no-repeat top left;
	}
	
#main .comingSoon { 
	font-size: 150%;
	}
	
	
/* Sidebar 
------------------------*/
#sidebar { 
 float: left; 
	position: relative;
	left: 25px; 
	width: 235px;
	}
	
#pigeons { 
 position: absolute; 
	bottom: 7px; 
	right: 7px; 
	width: 228px; 
	height: 142px; 
	background: url(../images/navbar_pigeon.jpg) #fff top right no-repeat; 
	}
	
	
/* Navigation
------------------------*/
#nav { 
	width: 215px; 
	list-style: none; 
	padding-top: 10px; 
	}
#nav li { 
	display: block; 
	float: right; 
	height: 40px; 
	}
	
#about span, #portfolio span, #contact span, #print span, #identity span, #web span, #political span { 
	visibility: hidden; 
	display: none; 
	}

#about, #about a { 
	display: block; 
	width: 80px; 
	height: 22px; 
	background: transparent url(../images/nav/about.gif) no-repeat top right; 
	clear: both; 
	}
	
#portfolio, #portfolio a { 
	display: block; 
	width: 124px; 
	height: 22px; 
	background: transparent url(../images/nav/portfolio.gif) no-repeat top right; 
	clear: both; 
	}
	
#print, #print a { 
	display: block; 
	width: 59px; 
	height: 22px; 
	clear: both; 
	outline: none;
	}
	
#identity, #identity a { 
	display: block; 
	width: 82px; 
	height: 22px; 
	clear: both; 
	outline: none; 
	}
	
#web, #web a { 
	display: block; 
	width: 52px; 
	height: 22px;  
	clear: both; 
	}
	
#political, #political a { 
	display: block; 
	width: 72px; 
	height: 22px;  
	clear: both; 
	}
	
#print { 
	position: relative; 
	top: -5px;
	background: transparent url(../images/nav/print.gif) no-repeat top right;
	}
#identity { 
	position: relative; 
	top: -15px;
	background: transparent url(../images/nav/identity.gif) no-repeat top right; 
	}
#web { 
	position: relative; 
	top: -25px;
	background: transparent url(../images/nav/web.gif) no-repeat top right;
	}
#political { 
	position: relative; 
	top: -25px;
	background: transparent url(../images/nav/political.gif) no-repeat top right;
	}
	
#contact, #contact a { 
	display: block; 
	width: 109px; 
	height: 22px; 
	background: transparent url(../images/nav/contact.gif) no-repeat top right; 
	clear: both; 
	}
	
.current { 
 	background: transparent url(../images/nav/arrow.gif) no-repeat left center;
	}
	
/* Footer
------------------------*/
#footer { 
	height: 66px; 
	background: #fff url(../images/footer_bg.gif) repeat-y top left; 
	clear: both;
	}
	
#logo { 
	float: left; 
	width: 450px; 
	height: 66px; 
	margin: 0; 
	padding: 0; 
	background-color: transparent; 
	}
#logo a { 
	display: block; 
	width: 450px; 
	height: 66px;
	}
#logo a span { 
	display: none; 
	visibility: hidden; 
	}
	
#tag { 
	float: right; 
	width: 334px; 
	height: 24px;
	background: transparent url(../images/graphicdesign_projectmanagement.gif) no-repeat; 
	position: relative; 
	top: 18px; 
	left: -36px; 
	}
	
#portfolioInfo { 
	float: right; 
	width: 465px; 
	height: 10px;
	position: relative; 
	top: 7px; 
	left: -15px; 
	overflow: hidden;
	}
#portfolioInfo b.desc { 
	font-size: 115%; 
	color: #fff; 
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative; 
	top: -8px;
	padding-right: 8px; 
	}
#portfolioInfo b.client { 
	font-size: 70%; 
	color: #686b3a; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative; 
	top: -8px; 
	}
	
#portfolioNav { 
	float: right; 
	display: block;
	width: 470px; 
	height: 20px;
	position: relative; 
	top: .8em; 
	left: -18px;
	}
#portfolioNav a { 
	float: right; 
	display: block;
	width: 35px; 
	height: 20px;
	position: relative; 
	top: 0px;  
	margin-left: 8px; 
	background-color: #818c73;
	}
#portfolioNav ul { 
	position: relative;
	}
	
#portfolioNav a:hover { 
	background-color: #686b3a;
	}
#portfolioNav a.on { 
	background-color: #686b3a;
	}
#portfolioNav a.off { 
	background-color: #818c73;
	}
	

/* copyright 
------------------------*/
#copyright { 
	padding: 5px 0 5px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	color: #fcfced; 
	}
#copyright a { 
	color: #fcfced; 
	text-decoration: underline; 
	}
#copyright a:hover { 
	color: #fcfced; 
	text-decoration: none; 
	}