																		     /*
Cascading Style Sheet
-----------------------------------------------------------------------------
	version:		1.0 (July 2008)
	description:	CSS for home page
	site:			corellitechnics.com | corelliconsulting.com.au
	author:			Copticom Pty Ltd
	author email:	info@copticom.com
	author website:	http://www.copticom.com/
-----------------------------------------------------------------------------
																			 */


/* Import Main CSS File
-----------------------------------------------------------------------------*/
@import url(general_corelli.css);



/* INTERNAL PAGE - 
-----------------------------------------------------------------------------*/

#int_sideBar_Content {
	margin: 2em 0 0 2em;
	padding: 2em 0 2em 2em;
	color:#FFFFFF;
}


#int_pgTitle {
	margin: 5.58em 0 0 0;
	background:url(../images/bkgd/pgtitle_bkg.png) no-repeat top left #558f69;
	height: 8.05em;
}

#int_pgTitle h1 {
	padding: 1.75em 0.85em 0.4em 0.85em;
	line-height: 1.3em;
	color:#FFFFFF;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
}



#int_pgContent {
	padding: 2em 1.0em 0.2em 2em;
	float: left;
	border: 1px #0033FF;
	width: 46.0em;
	font-size: 0.95em;
}

#int_pgContent h2 {
	color: #8e3c6e;
	font-size: 1.65em;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0.9em;
	line-height: 1.5em;
}

#int_pgContent h3 {
	color: #558F69;
	font-size: 1.3em;
	font-weight:normal;
	margin-top: 0;
	line-height: 1.5em;
}

#int_pgContent h4 {
	font-size: 1.1em;
	font-weight:bold;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
	line-height: 1.5em;
}


#int_pgContent p {
	line-height: 1.65em;
}

#int_pgContent .secondary {
	color:#666666;
	margin: 0;
	padding: 0;
}

#int_pgContent .weak {
	font-size: 0.8em;
	color:#666666;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#int_pgContent ul {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 1.8em;
	padding-left: 0.5em;
}

#int_pgContent li {
	margin-top: 0.25em;
	margin-bottom: 1.2em;
	margin-left: 0.25em;
	padding-left: 0.1em;
	line-height: 1.35em;
}

#diannePhoto {
	float:right;
	margin-top: -26px;
}

#int_pgAnchor {
	margin-top: 0.25em;
	margin-bottom: 1.0em;
	margin-left: 0.6em;
	padding-left: 0.8em;
	line-height: 1.35em;
}


#int_pgDivider {
	border-top: 1px dotted #999999;
	width: 28em;
	height: 1.2em;
	margin-top: 2.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}


#int_secNav {
	color: #8e3c6e;
	font-size: 0.96em;
	font-weight: normal;
	margin-left: 5em;
	width: 22.5em;
	text-transform: capitalize;
}

#int_secNav ul {
	margin-left: 5em;
	padding: 0;
	list-style: none;
}

#int_secNav li  {
	margin-top: 1.2em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px #CCCCCC solid;
}


#int_secNav a {
	color: #8e3c6e;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 20px 6px 15px;
}


#int_secNav a:hover, #int_secNav a:focus, #int_secNav a:active {
	background:url(../images/bkgd/bullet.gif) no-repeat left center;
}

#int_secNav .currentsecNav {
	font-weight: bold;
	background:url(../images/bkgd/bullet.gif) no-repeat left center;
}



																					/*
##################################### END OF CSS ############################################
							-------------------------------
																					*/

