/* Universal Styles */

body {
	background-image: url(images/background-texture.jpg);
	text-align: center;
	font-family: Optima, Candara, "Gill Sans", Verdana, serif;
}

.root {
	width: 800px;
	margin: 0 auto;
	border: solid 1px black;
	text-align: left;
}

.title {
	width: 800px;
	height: 165px;
	background-color: #211D4C;
	color: #DFE1B0;
	opacity: 0.75;
	filter:alpha(opacity=75);
	border-bottom: solid 1px black;
	position: relative;
}

.title img {
	position: relative;
	top: 30px;
	left: 15px;
}

.telephone {
	position: absolute;
	top: 5px;
	right: 5px;
	font-variant: small-caps;
}

.lawoffice {
	position: absolute;
	top: 10px;
	left: 15px;
	font-variant: small-caps;
	font-size: 1.1em
}

.contactMenu {
	font-size: 1.1em;
	*font-size: 1em;
	font-variant: small-caps;
	float: left;
	position: relative;
	top: 25px;
	left: 12px;
	*top: 20px;
}

.contactMenu form {
	*top: -15px;
	*position: relative
}

.links {
	font-size: 1.1em;
	*font-size: 1em;
	font-variant: small-caps;
	float: right;
	position: relative;
	top: 50px;
	right: 12px;
}

.links a:link {
	color: #DFE1B0;
	text-decoration: none;
}

.links a:visited {
	color: #DFE1B0;
	text-decoration: none;
}

.links a:hover {
	color: #DFE1B0;
	text-decoration: underline;
}

.links a:active {
	color: #DFE1B0;
	text-decoration: underline;
}

.content {
	width: 800px;
	background-color: #DFE1B0;
	color: #211D4C;
	min-height: 425px;
	*height: 425px;
	border-bottom: solid 1px #DFE1B0; /* Fixes a bug in Safari ... I don't know why */
}

.content p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.linksBlock {
	text-align: center;	
	width: 800px;
	background-color: #DFE1B0;
	color: #211D4C;
}

.contactBlock {
	width: 760px;
	min-height: 25px;
	padding: 20px;
	background-color: #211D4C;
	color: #DFE1B0;
	opacity: 0.75;
	filter:alpha(opacity=75);
	text-align: justify;
	font-size: 0.8em;
}

.contactBlock a:link {
	font-variant: small-caps;
	color: #DFE1B0;
	text-decoration: underline;
}

.contactBlock a:visited {
	font-variant: small-caps;
	color: #DFE1B0;
	text-decoration: underline;
}

.contactBlock a:hover {
	font-variant: small-caps;
	color: #DFE1B0;
	text-decoration: none;
}

.contactBlock a:active {
	font-variant: small-caps;
	color: #DFE1B0;
	text-decoration: none;
}

/* Index.php Styles */

.intro {
	width: 800px;
	height: 300px;
	position: relative;
}

.quotes {
	position: absolute;
	width: 400px;
	height: 300px;
	left: 0px;
	top: 0px;
}

.quoteText {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 20px;
	height: 240px;
	width: 360px;
	font-size: 32px;
	font-family: Palatino, 'Palatino Linotype', serif;
}

.pic {
	position: absolute;
	left: 399px;
	top: -1px;
	width: 400px; /* the border takes up 2 pixels */
	height: 300px;
	border: solid 1px black;
	background-color: green;
}

.pic img {
	height: 300px;
	width: 400px;
}

.pic_links {
	width: 800px;
	height: 200px;
	background-color: white;
	position: relative;
}

.pic_links a {
	position: absolute;
	top: 0px;
	text-decoration: none;
}

.pic_links a img {
	border: solid 1px black;
	width: 199px;
	height: 200px;
	position: absolute;
}

.pic_links a:link img {
	opacity: .4;
	*filter:alpha(opacity=40);
}

.pic_links a:visited img {
	opacity: .4;
	*filter:alpha(opacity=40);
}

.pic_links a:hover img {
	opacity: 1;
	*filter:alpha(opacity=100);
}

.pic_links a:active img {
	opacity: 1;
	*filter:alpha(opacity=100);
}

.linktext {
	position: absolute;
	left: 5px;
	bottom: -195px;
	color: #000000;
	opacity: 1;
	font-weight: bold;
	font-size: 28px;
	width: 180px;
}

a:link .linktext {
	opacity: 1;
	*filter:alpha(opacity=100);
}

a:visited .linktext {
	opacity: 1;
	*filter:alpha(opacity=100);
}

a:hover .linktext {
	opacity: .5;
	*filter:alpha(opacity=50);
}

a:active .linktext {
	opacity: .5;
	*filter:alpha(opacity=50);
}

.linkbox {
	width: 160px;
	float: left;
	border: solid 1px black;
	padding: 10px;
	margin: 20px;
}

/* Secondary Page Styles */
.practiceLinks {
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.picture {
	padding-left: 20px;
	padding-right: 20px;
}

.assessmentForm {
	border: solid 1px black;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	font-size: .8em;
	*margin-left: 100px;
	*margin-right: 100px;
}

.section {
	font-size: 2em;
	font-variant: small-caps;
}
