																		     /*
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);


/* HOME PAGE - 
-----------------------------------------------------------------------------*/

#hm_sideBar_Content {
	margin: 2em 0 0 2em;
	padding: 2em 0 2em 2em;
	background-color: #558f69;
	color:#FFFFFF;
}

#hm_sideBar_Content h1 {
	margin-top: 0.95em;
	margin-bottom: 0;
	color:#FFFFFF;
	font-size: 1.1em;
	font-weight:normal;
	line-height: 1.4em;
}

#hm_sideBar_Content img {
	border: 0;
}

#hm_sideBar_Content a {
	color:#FFFFFF;
	font-weight:normal;
}

#hm_sideBar_Content strong {
	font-weight:normal;
}

#hm_sideBar_Creative {
	margin: 0;
	padding: 0;
	background: url(../images/bkgd/world_map.gif) no-repeat top right;
	height: 11em;
}

#hm_mainSection_header {
	margin: 5.58em 0 0 0;
	background-color: #558f69;
	height: 18.75em;
}

#hm_mainSection_header h1 {
	padding: 0.75em 0.85em 0.4em 0.85em;
	line-height: 1.3em;
	color:#FFFFFF;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
}

#hm_mainSection_header h1 strong {
	font-weight: normal;
}

#hm_mainSection_header h2 {
	padding: 0 0 0 1.6em;
	line-height: 1.5em;
	color:#FFFFFF;
	font-size: 1.35em;
	font-weight: normal;
	margin: 0;
}

#hm_mainSection_header a {
	color:#FFFFFF;
	font-size: 0.85em;
	text-decoration:underline;
}

#hm_mainSection_content1 {
	padding: 2em 0 0.2em 2em;
	float: left;
	border: 1px #0033FF;
	width: 20em;
	font-size: 0.95em;
}

#hm_mainSection_content1 h3 {
	color: #8e3c6e;
	font-size: 1.70em;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#hm_mainSection_content1 ul {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	padding-left: 0.5em;
}

#hm_mainSection_content1 li {
	margin-top: 0.25em;
	margin-bottom: 0.6em;
	margin-left: 0.25em;
	padding-left: 0.1em;
}

#hm_mainSection_content2 {
	padding: 2em 1em 0.2em 2em;
	float:right;
	border: 1px #FF0033;
	width: 22em;
	border-left: 1px #CCCCCC dotted;
	font-size: 0.95em;
}

#hm_mainSection_content2 h3 {
	color: #8e3c6e;
	font-size: 1.70em;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#hm_mainSection_content2 p {
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#hm_mainSection_content2 ul {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	padding-left: 0.5em;
}

#hm_mainSection_content2 li {
	margin-top: 0.25em;
	margin-bottom: 0.6em;
	margin-left: 0.25em;
	padding-left: 0.1em;
}

																					/*
##################################### END OF CSS ############################################
							-------------------------------
																					*/

