﻿/* CSS Document */

/* Pages Background Color and Font Color */

body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Title */

#H1, H2, H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	line-height: 30px;
  	background-color: #FFFFFF;
	color: #996633;
}

/* Ocre Page Title */

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
  	background-color: #FFFFFF;
	color: #996633;
}

/* Black, Bold, Section Title */

.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28x;
	line-height: 20px;
	font-weight: bold;
  	color: #000000;
}

/* Only first page (default body text) */

.firstPageBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}

/* Top of page NavBar */

.linksText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}

/* All pages body text */

.bodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

/* Lawyers Title/Position Description */

.biggerBodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
}

/* Para Header Green Bold Text */

.paragraphHeadText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: green;
}

/* A CLASS is preceded by a dot (.), and an ID with a hash mark (#), then the CLASS or ID name and the declaration. With the ID selector you identify an element to be an *unique instance* in a document. */

/* Box border attributes (thin, medium, thick) */
/* Box border styles (none, dotted, dashed, solid, double, groove, ridge, inset,outset) */
/* Box border attributes (boder-top-width, boder-right-width, boder-bottom-width, boder-left-width) */
/* Box border attributes (boder-top-width, boder; border-style; color; */

.box1 {
	border-color: black;
	boder: thin;
	border-style: dotted;
}

.sidebarHeader1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #336666;
}

.sidebarFooter1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background-color: #CCCCCC;
}

.careerDetails {
	font-size:medium;
	color:green;
}

/* address */

.addressLine {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

/* Link attributes always in the following order (l/v/h/a) */

a {
color: teal;
text-decoration: none;
font-size: 100%;
}


a:link {
	text-decoration: none;
	color: teal;
}
	
a:visited {
	text-decoration: none;
	color: teal;
}

a:hover {
	text-decoration: none;
	color: #996633;
}

a:active {
	text-decoration: none;
	color: teal;
}

/* Copyright Notice at Page's Bottom */

.footer {
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;	
}
