/*
	CSS for cmalegal.com.au
	Author:		Leon Tee
	Company:	Pocket Lint Pty Ltd
	
*/

html {
	overflow: -moz-scrollbars-vertical;
	
	scrollbar-3dlight-color:#DCDCDC;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#002941;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#002941;
	scrollbar-highlight-color:#3A6D8B;
	scrollbar-shadow-color:#666666;
}

body {
	margin:0;
	background: #002941;
}

#contactUsMessage {
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #222222;
	float: right;
	text-align:right;
	padding: 10px;
	margin-top: 30px;
	margin-right: 5px;
	border: 1px #999999 solid;
	font-weight: bold;
	background-color: #E0E0E0;
}

#contactUsMessage a:link 	{color: #000000; text-decoration: underline}
#contactUsMessage a:active 	{color: #000000; text-decoration: underline}
#contactUsMessage a:visited {color: #000000; text-decoration: underline}
#contactUsMessage a:hover 	{color: #000000; text-decoration: none}

.bodyText {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #444444;
	text-align:left;
}

#welcomeBodyText {
	padding-left: 10px;
}

.bodyText a:link 	{color: #000000; text-decoration: underline}
.bodyText a:active 	{color: #000000; text-decoration: underline}
.bodyText a:visited {color: #000000; text-decoration: underline}
.bodyText a:hover 	{color: #000000; text-decoration: none}

.bodyText img {
	border: 1px #000000 solid;
}

#h1Container {
	border-bottom: 1px #999999 solid;
	height: 101px;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: verdana, tahoma;
	font-size: 20px;
	color: #000066;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: text-bottom;
	/*margin-bottom: 10px;*/
}

h2 {
	font-family: verdana, tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr, .seperator {
	border-bottom: 1px #EFEFEF solid;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: right;
	clear: both;
}

.contactField {
	border: 1px #000000 solid;
}

#handlerText {
	width: 70%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

li {
	padding-bottom: 1px;
}

/*---------------- Start Layout -----------------*/

#outerContainer {
	width: 100%;
	text-align:center;
}

#header {
	width: 800px;
	margin: 0 auto 0 auto;
}

#subheader {
	background-image:url(/images/subHeader.jpg);
	width:800px;
	margin-left: auto;
	margin-right: auto;
	height:21px;
}

#bodyContentBg {
	width:800px;
	background-color:#3A6D8B;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#bodyContent {
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;
	background-color: #EFEFEF;
	/*-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);*/
}

#menu {
	width:220px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding:0px;
	text-align:left;
	float: left;
	display:inline;
}

#dynamicContent {
	width:508px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 20px;
	text-align:left;
	float: right;
	display:inline;

	position:relative;
	
	/*-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);*/
}

#footer {
	
	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*---------------- End Layout -----------------*/


/*---------------- Start Header ---------------*/

#headerContentContainer {
	width: 800px;
	height: 92px;
	position:relative;
}

#headerContactDetails {
	position:absolute;
	z-index:3;
	top: 12px;
	left: 565px;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #0e5782;
	font-weight: bold;
	text-align:left;
}

.commonContactLabel {
	padding-right: 10px;
	padding-bottom: 3px;
	text-align:right;
}

.commonContactText {
	padding-bottom: 5px;
}

/*---------------- End Header ---------------*/

/* -------------- Start Dynamic contact component ----------------- */

#askUsAQuestionContainer {
	margin-top: 15px;
	
}

#dynamicContactFormContainer {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	width: 200px;
}

#qaPanel {
	border-bottom: 2px black solid;
	padding-bottom: 15px;
}

#qaPanelClosed {
	padding-bottom: 5px;
}

#dummyContactMessage {
	width: 200px;
}

#askQuestionHeader {
	font-family: Verdana, tahoma;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

#menuContactMessage, 
#menuContactName,
#menuContactEmail,
#menuContactPhone {
	border: 1px #999999 solid;
}

.auaqFieldContainer {
	padding-bottom: 2px;
}

/* -------------- End Dynamic contact component ----------------- */

/* -------------- Start Menu ----------------- */

#menuHomeHeaderImage {
	padding: 0;
	margin: 0;
	width: 218px;
	height: 100px;
}

#menuHeaderImage {
	border: 1px #ABABAB solid;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 100px;
}

#selectedMenuItem {
	background-color: #FFFFFF;
}

#menu a {
	display:block;
}

.menuSectionTitle {
	font-family: verdana, tahoma;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 8px;
	border-top: 1px #CCCCCC solid;
	width: 200px;
}

a.menuTopSection {
	width: 202px;
	font-family: verdana, tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 8px;
	margin-top: 15px;
}

a.menuTopSection:link		{ color: #000000;}
a.menuTopSection:visited	{ color: #000000;}
a.menuTopSection:active		{ color: #000000;}
a.menuTopSection:hover		{ color: #666666; background-color: white;}

a.menuSection {
	width: 202px;
	font-family: verdana, tahoma; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 8px;
}

.menuDividerLine {
	background-color: #cccccc;
	height: 1px;
	width: 204px;
}

a.menuSection:link		{ color: #000000;}
a.menuSection:visited	{ color: #000000;}
a.menuSection:active	{ color: #000000;}
a.menuSection:hover		{ color: #666666; background-color: white;}

a.menuSubSection {
	width: 174px;
	padding-left: 30px;
	font-family: verdana, tahoma; 
	font-size: 11px; 
	text-decoration: none;
	padding-bottom: 7px;
	padding-top: 5px;
}

a.menuSubSection:link		{ color: #000000; }
a.menuSubSection:visited	{ color: #000000; }
a.menuSubSection:active		{ color: #000000; }
a.menuSubSection:hover		{ color: #666666; background-color: white; text-decoration: underline;}

#menuSpacer {
	height: 50px;
}



/*---------------- End Menu ---------------*/

/*---------------- Start Footer ---------------*/

div.footerText {
	font-family: verdana, arial;
	font-size: 10px;
	color: white;
}

#footer a {
	font-family: verdana, arial;
	font-size: 10px;
}

a.footerLink:link		{color: #ffffff; text-decoration: none}
a.footerLink:visited	{color: #ffffff; text-decoration: none}
a.footerLink:active		{color: #ffffff; text-decoration: none}
a.footerLink:hover		{color: #888888; text-decoration: none}

div #company {
	padding-left: 20px;
	padding-top: 5px;
	float:left 
}

div #tac {
	padding-right: 21px;
	padding-top: 5px;
	float:right 
}

/*---------------- End Footer ---------------*/

/*---------------- Start SubHeader ---------------*/


#subheader a {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
}

a.subheaderLink:link	{color: #000099; text-decoration: none}
a.subheaderLink:visited	{color: #000099; text-decoration: none}
a.subheaderLink:active	{color: #000099; text-decoration: none}
a.subheaderLink:hover	{color: #444444; text-decoration: underline}

div #subheadLinks {
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	float:right;
	font-size: 10px;
	letter-spacing: 1px;
}

/*---------------- End SubHeader ---------------*/

/* -------------- Start Debug ----------------*/

#debugLog {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	background-color: orange;
	border: 1px #000000 solid;
	padding: 10px;
}

.debugFilename {
	width: 200px;
}

.debugMessage {}

/* -------------- End Debug ---------------------*/


















/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ================= Begin Pages ==================== */




/* ---------------------- Start Contact Us Page -------------------- */

#contactUs .formLabel {
	height: 25px;
	text-align:right;
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
}

.contactFormInfo {
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 6px;
}

#contactName, #contactEmail, #contactPhone 
{
	background-color: #ffffff;
	width: 150px;
	font-family: tahoma, verdana;
	font-size: 11px;
}

#contactSubject, #contactMessage
{
	background-color: #ffffff;
	width: 300px;
	font-family: tahoma, verdana;
	font-size: 11px;
}

#contactFormContainer {
	padding: 10px;
}

#businessHours {
	width: 210px;
	height: 180px;
	/*float:right;*/
}
/*
#sydneyOfficeDetails {float: left}

#stLeonardsOfficeDetails {float: left; clear:left}
*/
.contactTable { padding: 5px;}

.busHoursTable {}

.oabLabel {
	text-align:left;
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
	height: 15px;
}

.oabText {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000000;
}


/* ---------------------- End Contact Us Page -------------------- */

/* ----------------- Start Links Page -----------------*/

.linkLogo {
	width: 100px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 5px;
	float:left;
}

.linkName {
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.linkDescription {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000000;
}

.linkTable {
	margin-bottom: 10px;
}
		
/* ----------------- End Links Page -----------------*/