@charset "utf-8";
/* CSS Document */

/* ----------------------------------
	Main Layout Style CSS

	Jody D'Arcy Photography 2009
	(c) 2009 JC iMages & Jody D'Arcy
	
	Website Design: JC iMages | jayson(at)jcimages(dot)com(dot)au
	Thanks to: Marco Rosella | marco@centralscrutinizer.it for The Horizontal Way template
	
----------------------------------- */


/* Page Layout */
body {
	margin:0;
	padding:0;
	width: 17600px;
	height: 100%;
	color:#000000; 
	font: 62.5%/150% Calibri, Arial;
	text-decoration: none;
	background: #FFFFFF /*url(../img/bgXX.gif) repeat-x left top*/;
/*	border-bottom: 2px solid #FFFFFF;  */
}

/*  STYLES  */
.style1 {font-size: 2.0em; font-family:"neutra Text"; font-weight: bold; color: #05A3AF;}
.style2 {font-size: 1.3em; font-family:"neutra Text"; text-decoration:none; color: #05A3AF;}
.style3 {font-size: 1.5em; font-family:"neutra Text"; font-weighet: bold; color: #05A3AF;}
.style4 {font-size: 1.0em; font-family:"neutra Text"; font-weight: normal; color: #05A3AF; text-decoration:none; }
.style5 {font-size: 1.6em; font-family:"neutra Text"; font-weight: bold; color: #05A3AF; text-decoration:none;}
.style6 {font-size: 1.3em; font-family:"neutra Text SC"; font-weight: normal; color: #05A3AF;}
.style7 {font-size: 0.8em; font-family:"neutra Text SC"; font-weight: normal; color: #05A3AF;}
.style8 {font-size: 1.0em; font-family:"neutra Text"; font-weight: normal; color: #000000; }
.style9 {font-size: 2.0em; font-family:Marydale; font-weight: bold; color: #FF6633; text-decoration:none; }

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 600px; 
}

/*  NAVIGATION / MENU  */
.navigation	{
	height: 10%; 
	width: 100%;
	padding-left: 12em;
	padding-top: 3.8em;
	background-color: #000000;
	color: #05A3AF;
	border-bottom: 2px solid #05A3AF;
} 

#menu{
	position: relative;
	left: -20px;
	width: 800px;
	color: #05A3AF;
	font-family: "neutra Text", Calibri, Arial;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 2.4em;
	_padding-top: 3.2em; 
	padding-left: 3em;
}


#menu a{
	text-decoration: none;
	color: #05A3AF;
}

#menu a:hover{
		text-decoration: none;
		color: #05A3AF;
		border-bottom: 1px solid #05A3AF;
}

#menu a:link{
		text-decoration: none;
		color: #05A3AF;
}

#menu a:visited{
		text-decoration: none;
		color: #05A3AF;
}

#a{
	text-decoration: none;
	color: #05A3AF;
}


#a:link{
		text-decoration: none;
		color: #05A3AF;
}



/*  CONTENT  */
#content {
	margin: 4em 4em 4em 4em; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}

#linkpic{
	position: relative;
	color: #05A3AF;
	background: url(../logo/darcy-logo-v4b-sm.png);
	background-image: url(../logo/ie-darcy-logo-v4b-sm.gif);
	text-decoration: none;
}

/*  SECTOR SIZES  */

.par {
	margin: 0 6em 0 6.5em; 
	padding-left: 12em; 
	float: left; 
	width: 90em;	
	height: 44em;
}

.alt {/* modify this to add style to alternate sections*/
	width: 34em;
}

.home {
	margin: 0 3em 0 0; 
	padding-left: 12em;
	padding-top: 1em; 
	float: left; 
	width: 99em;
	height: 44em;
}

.final {
	margin: 0 3em 0 0; 
	padding-left: 3em; 
	float: left; 
	width: 64em;
}
/*  IMAGES  */





/*  OTHERS  */
#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #05A3AF;
/*	background: url(../img/leftsmall.png) no-repeat scroll left center;  */
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #05A3AF;
}

/*  ARROW NAVIGATION  */
#arrows {
	position: fixed;
	bottom: 4.5%;
	left: 660px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
	z-index: 6;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat; z-index: 6;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat; z-index:6;}

/*  RIGHTSIDE Copyright info  */
#rightSider {
	padding: 150px 0 0 190px;
}	

#rightSider a{
	color: #05A3AF;
	text-decoration: none;
}

/* FOOTER  */
#footer {
	position: fixed;
	_position: fixed;
	height: 10%;  
	margin: 0;
	padding-right: 8em;
	bottom:0;
	right: 0;
	display: block;
	width: 100%; 
	text-align: right;
	font-size: 0.90em;
	font-family: "neutra Text", calibri, arial;
	border-top: 2px solid #05A3AF;
	color: #05A3AF;
	background: #000000;
	z-index: 1;
}


#footer a{
	color: #05A3AF;
	text-decoration: none;
}

/*  END  */
