
/* CSS Document */

/* Colors - Green #86e646 - Grey - Light #f8f8f8f - Med #f3f3f3 - Full #d1d3d5    */


/* Defines Overall Layout */
/*==========================================================================================*/

body{


	background-color:#666;
	/*font:12px/16px arial;
	background-repeat:no-repeat;
	background-position:center;
	*/
}



#container{
	width:1280px;
	background-color:#fff;
	height:600px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	
	
	_text-align:center;
}

#contentLeft{
	width:640px;
	height:500px;
	float:left;
}


/* Defines Layout Sections */
/*==========================================================================================*/


/* HEADER */
/*==========================================================================================*/

#headerBar{
	height:30px;
	padding:3px;
	background-color:#84a532;
	margin-top:42px;
	margin-left:61px;
}

#header{

	height:150px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	
	}


/* CONTENT */
/*==========================================================================================*/
	
.contentBlock{

	float:left;
	padding:40px 0px 0px 0px;
	/*position:relative;
		width:640px;*/
	width:200px;
	margin-left:76px;
	text-align:left;
}

.contentBlockRight{

	float:left;
	width:240px;
	margin-left:20px;
	text-align:left;
}

p.bodyCopy{
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#333;
}


.projectLinkBlock{
	padding: 40px 20px 0px 310px;
	width:280px;
	margin-left:20px;
}
	


.leftImage{
	
	position:relative;
	float:right;
	margin-left:20px;
	
}

#rightHome{
	margin-top:40px;
	margin-right:40px;
	float:right;
	position:relative;
	width:400px;
	height:380px;
	background-color:#a8bd96;
}

#rightHome img{
	margin-top:40px;
	margin-left:80px;
	padding-bottom:40px;

}
	


	
/* LEFT */
/*==========================================================================================*/
	
#homeContainer{
	
	width:1280px;
	height:460px;
	background-color:#84a532;
}
	
#leftHome{
	
	margin:40px 0px 40px 40px;
	width:800px;
	height:500px;
	float:left;
	
	
	
}


#leftAbout{
	
	width:1000px;
	height:600px;
	float:left;
	background-Image:url(../images/backgroundAbout.jpg);
	
}

#leftContact{
	
	width:1000px;
	height:600px;
	float:left;
	background-Image:url(../images/backgroundContact.jpg);
	
}

#leftMark{
	
	width:1000px;
	height:600px;
	float:left;
	background-Image:url(../images/backgroundMark.jpg);
	
}

#leftDonna{
	
	width:1000px;
	height:600px;
	float:left;
	background-Image:url(../images/backgroundDonna.jpg);
	
}



/* RIGHT */
/*==========================================================================================*/


	
.right{

	float:right;
	position:relative;
	width:240px;
	background-color:#e9eff2;
	padding:20px;
	
	}
	
	

#contentRight{
	
	width:640px;
	height:600px;
	float:right;
	background-color:#a8bd96;
}

	
	
#logo_grBackround{
	
	padding-top:100px;	
	background-color:#a8bd96;
	
}

img.logo{
	
	position:absolute;
	
	padding:-39px  0px 0px -60px;
	
	
}
	
	


/*text*/
/*==========================================================================================*/

.bodyBold{

font-weight:bold;

}

.bodyUnderline{

text-decoration:underline;

}

.bodyGreen{

color: #86e646;

}



h1{

	font:32px/38px Helvetica, Arial, sans-serif;
	color:#84a532;
	
}
	
h2 {
	
	font:18px/10px Helvetica, Arial, sans-serif;
	padding-left:16px; 
	color:#000;
}
	

h3 {
	font:13px/15px Helvetica, Arial;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
		
}
	
h4 {
	

	
	font:11px/13px Helvetica, Arial;
	color:#999;
	font-weight:bold;
	padding-bottom:5px;
}

	
h5 {

	font:18px/18px Georgia;
	font-style:italic;
	margin-left:40px;

}
	
	
/* FOOTER */
/*==========================================================================================*/
	
.footer{
	/*position*/
	clear:both;
	width:960px;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;	
	_text-align:center;
	
	/*font*/
	font:10px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#999999;
	text-align:right;
	
}


.footer a{

	/*link*/
	color:#000;
	
	}

	
	
/* Sub Sections Layout */
/*==========================================================================================*/


.leftFooter{
	
	padding-top:20px;
	padding-bottom:20px;
	background-color:#d1d3d5;
	margin-top:30px;
	
	}
	
.leftFooter p{

	padding-right:30px;
	text-align:right;

}

.blockBackground{

	font: 10px/10px Arial, Helvetica, sans-serif; 
	background-color:#999966;
	text-align:center;
	color:#f8f5e6;
	margin-bottom:20px;
	text-transform:uppercase;
	padding:3px;
	}

.printButton{

	position:absolute;
	left:570px;
	top:100px;
	
}
	
.printButton a{

	font:8px/10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	

/*form page only*/
table.signatures td{

	border-top:solid;
	border-width:thin;
	height:30px;
	padding-bottom:40px;
	
	}	
	
#layerBG{
	height:500px;
	background-image:url(../images/layerBG.jpg);
	background-repeat:no-repeat;
}

/* Lists */
/*==========================================================================================*/


.alphabet ul{

list-style-type:lower-latin;
margin-right:20px;

}

.alphabet li{
margin-bottom:10px;
}

.contact ul{

	

	list-style-type:none;
text-align:left;
	}

.numerical ol{
list-style-type:decimal;
margin-left:20px;
margin-right:20px;
}

.numerical li{
margin-bottom:10px;
}








img.noBorder{

	border:none;
	margin-top:5px;
	margin-bottom:10px;	
	}



img.leftAlign{
	
	float:left;
	margin:20px;
}


img.mainImage{
	
	float:right;
	postition:relative;
	padding:20px 0 10px 10px;
}


img.coverImage{
	
	
float:left;
position:relative;
margin-left:-20px;
}


/* Navigation */
/*==========================================================================================*/


a.projectLink:link{
	
	font:12px/15px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	text-decoration:none;
	color:#333;
	font-weight:bold;

}

a.projectLink:visited{
	font:12px/15px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	text-decoration:none;
	color:#333;
}

a.projectLink:hover{
	color:#84a532;
	font-weight:bold;
}


a.projectLink:active{
	font-weight:bold;
	
}

a.featureProject{
	font:14px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	float:left;
	margin-left:100px;
}






/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/



#navigationBar{
	
	position:absolute;
	/*background-color:#84a532;*/
	width:1200px;
	top:600px;
	margin-left:61px;
	height:80px;
	background-image:url(../images/msaLogo.png);
	background-position:right;
	background-repeat:no-repeat;	
	
	
}


#navbar{
	margin-top:19px;
	list-style:none;
	/*font-weight:bold;*/
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.*/

	position:relative;
	z-index:500;
	}
#navbar li{
	-webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
     -o-transform: scaleY(-1);
        transform: scaleY(-1);
	float:left;
	position:relative;
}
#navbar a{
	
	-webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
     -o-transform: scaleY(-1);
        transform: scaleY(-1);
	font:16px/15px Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	display:block;
	padding:5px 10px 5px 10px;
	color:#FFF;
	background:#84a532;
	text-decoration:none;
}
#navbar a:hover{
	color:#FFF;
	background:#6b0c36;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#navbar ul{
	-webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
     -o-transform: scaleY(-1);
        transform: scaleY(-1);
	background:#e9eff2; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navbar ul li{
	
	padding-top:3px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navbar ul a{
	color:#262626;
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navbar li:hover ul{ /* Display the dropdown on hover */
	left:-40px;
	/* Bring back on-screen when needed */
}
#navbar li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	top:-20px;
	background:#a8bd96;
	text-decoration:underline;
}


#navbar li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */

	text-decoration:none;
}
#navbar li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-color:#888;
	
}


/* Images */
/*==========================================================================================*/

#pics {
	
	width:515px;
	margin-top:40px;
	margin-left:90px;
	position:relative;
	height:410px;
	background-color:#CC3;
	
}

#pics img {
	padding: 1px;
	border: 1px solid #ccc;
	background-color:#eee;
	width:515px;
	height:410px;
	
}

#navigation{
	margin:40px 0px 0px -20px;
	width:56px;
	float:left;
}
	
		

	#navigation img{
		border: 1px solid #ccc;
}

	#navigation li{
		list-style-type:none;
	
	}

	#navigation a{
		
		color:white;
		font-weight:bolder;
		text-decoration:none;
}				
	








/* Tabs */
/*==========================================================================================*/




/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url("http://www.defdesign.ca/setter/images/blue.png") no-repeat -52px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, tabs .current:hover, tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }	
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes div {
	display:none;	
}




/* Scrollable */
/*==========================================================================================*/







/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 700px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.item {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	height:160px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:140px;
	width:200px;
	padding-bottom:20px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:normal;
}

p.itemSmall {
		font:11px/13px arial;

}
/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	








/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/layerBG.jpg);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:700px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(../images/overlaysBG.png);
		color:#efefef;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:600px;
		overflow-y:auto;
	}

