body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-size: 80%;
	background-color: #666666;
	background-image: url('../images/greygradient.png');
	background-repeat: repeat-x;
}

div {
	margin: 0;
	padding: 0;
	border-color: #777777;
}


/* Headings */

h1 {
	font-size: 1.4em;
	color:#800000;
}

h2 {
	font-size:1.2em;
	color:#800000;
}

h3 {
	font-size: 1.2em;
	color: #800000;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
}
h4 {
	font-size: 1.0em;
	color: #800000;
	font-weight: normal;
	margin-left: 20px;
}

em {
	font-style: italic;
}

/* Link States */

a:link {
	text-decoration: underline;
	color: #000333;
}

a:visited {
	color:#800000;
}


a:hover {
	text-decoration: none;
	background-color: #000333;
	color: #FFFFFF;
}
a:active {
	color: #800000;
	text-decoration: underline;
}

/* Form Elements */

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	border-width: 0px;
}

input, textarea {
	margin-top: 5px;
}

label {
	color: #800000;
}



/* Layout Elements */

/* Hide the Following Items */

#mobilelogo, #printlogo {
	display: none;
}


/* Displayed Elements */

#container {
	border: 3px outset #777777;
	width: 825px;
	margin: 5px auto 5px auto;
	background-color: #999966;
}

#masthead {
	margin: 0px;
	width: 100%;
	color: #FFFFFF;
	height: 150px;
	background-color: #000333;
}

#mastlogo {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 25px;
	top: 30px;
}

#mastlogo h1 {
	font-variant: small-caps;
}

#mastlogo a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#mastlogo a:visited {
	color: #FFFFFF;
}
#mastlogo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#mastlogo a:active {
	
}
	
#mastadd {
	float: right;
	position: relative;
	top: 40px;
	right: 10px;
}
#mastadd p{
	color: #D3D3D3;
	text-align: right;
}

#actionbanner {
	border-style: groove;
	border-width: 2px 0px 2px 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 23px;
	background-color: #800000;
	color: #FFFFFF;
	overflow: hidden;
}
#actionbanner p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	font-variant: small-caps;
}

/* Content Section */

#content {
	border-width: 0px 0px 0px 2px;
	border-style: groove;
	border-color: #777777;
	margin: 0px;
	padding: 15px 15px 50px 15px;
	float: right;
	width: 609px;
	background-color: #FFFFFF;
	line-height: 150%;
	min-height: 850px;
	clear: right;
}

#content p {
	margin-left: 20px;
}

#content ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
	list-style-type: circle;
	line-height: 120%;
}

#content ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
}

#content li {
	padding: 0px 0px 3px 20px;
	margin: 0px;
	text-indent: 0px;
	
}

.rightfloat {
	float: right;
}

.leftfloat {
	float: left;
}

#pagetitle {
	text-align: right;
	padding-bottom: 10px;
	font-variant: small-caps;
}

#mapsearch {
	padding: 0px;
	border: 2px outset #777777;
	margin: 10px auto 10px auto;
	visibility: visible;
}

#gmap {
	width:605px; 
	height:600px;
}

#biggermap {
	font-size: .9em;
	text-align: left;
}


/* Class for All Pics in the Content Div */
.contentpic {
	border-style: outset;
	border-width: 2px 2px 2px 2px;
	border-color: #777777;
	margin: 10px;
	vertical-align: middle;
}


/*Defines Spacing After Return to Top Link */
.return {
	margin-bottom: 75px;
}

#toolbar {
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: left;
	clear: left;
}

/* Page Picture */

#pagepic {
	padding: 0px;
	margin: 0px auto 0px auto;
	border-style: groove;
	border-width: 2px;
	border-color: #777777;
	height: 175px;
	width: 175px;
	overflow: hidden;
	position: relative;
	left: 3px;
	top: 8px;
}

/* Navigation Bar */

#navigation {
	width: 173px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	list-style-type: none;
	margin: 5px 5px 15px 5px;
	padding: 2px 2px 2px 2px;
	border: 2px groove #777777;
	width: auto;
	background: #ccc999;
	font-size: 0.9em;
}

#navigation ul a:link {
	display:block;
	padding:1px 1px;
	text-decoration:none;
	color: #000333;
}

#navigation ul a:visited {
	display: block;
	padding: 1px 1px;
	text-decoration: none;
	color: #000333;
}
#navigation ul a:hover {
	display:block;
	padding:1px 1px;
	text-decoration:none;
	background: #000333;
	color: #FFFFFF;
}

#navigation ul a:active {
	display: block;
	padding: 1px 1px;
	text-decoration: none;
	color: #800000;
}
#navigation li {
	border-style: solid;
	border-width: 1px;
	border-color: #fff #aaa #666 #fff;
	margin: 0px;
	text-align: center;
}
#navigation li.navtitle {
	background-color: #800000;
	color: #ffffff;
	text-align: center;
	font-size: 1.1em;
	font-variant: small-caps;
}
#locations {
	margin: 0px;
	border: 2px groove;
	border-color: #777777;
	padding: 5px;
	width: 150px;
	background: #000333;
	color: #d3d3d3;
	font-size: 0.9em;
	position: relative;
	left: 7px;
}

#locations p {
	margin: 0px 10px 0px 10px;
}

#locations ul {
	list-style-type: circle;
	margin: 0px 10px 0px 30px;
	padding: 1px;
	width: auto;
}


/* Misc Elements */

.centered {
	text-align: center;
}

.smallcaps {
	font-variant: small-caps;
}




/*Footer Settings */

#footer {
	border-style: groove;
	border-width: 2px 0px 0px 0px;
	padding: 20px;
	clear: both;
	color: #FFFFFF;
	background-color: #000333;
	vertical-align: middle;
}

#footer p {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #D3D3D3;
}

/* Bottom Links Settings */

#pages {
	width: 825px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #666666;
	font-size: .8em;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
#pages ul {
	padding: 0px;
	margin: 10px auto 10px auto;
	list-style-type: square;
	list-style-position: inside;
}

#pages ul a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
#pages ul a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#pages ul a:hover {
	text-decoration:underline;
	color: #000333;
	background-color: #555555;

}

#pages ul a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


#pages li {
	padding: 0px;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	list-style-type: disc;
	list-style-position: inside;
}

/* Disclaimer Settings */

#disclaimer {
	width: 825px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #666666;
	font-size: .9em;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	color: #d3d3d3;
	vertical-align: middle;
}


/* Other Common Elements */


abbr {
	
}

/* Turn off borders on image links */

img {
	border:0;
}

/* Spacer div to follow multiple floated items */

.spacer {
	padding: 0px;
	margin: 0px;
	clear: both;
}





/* © Richelsoph Law Office, PC.  All Rights Reserved */

