@charset "UTF-8";
/* CSS Document */

body	{
	font: 14px/22px px Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	background-color: #394753;
	margin: 0;
	color: #333;
}

a, a:link, a:visited	{
	font-weight: bold;
	color: #3f617c;
	text-decoration: none;
}

a:link img, a:visited img, a:focus img, a:hover img, a:active img {
	font-weight: bold;
	color: #3f617c;
	text-decoration: none;
}


a:hover	{
	color: black;
	text-decoration: underline;
}

#title	{
	font: normal normal normal 17pt/130% Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.h1	{
	font-weight: bold;
	font-size: 16px;
}

.h2	{
	font-weight: bold;
	font-size: 14px;
}

hr	{
	border-top: 2px solid gray;
	border-bottom: 2px solid white;	
}

#mainContainer	{
	margin: 25px auto 0 auto;
	width: 862px;	
	background:  url(../images/layout-background.png) repeat-y scroll;
}

#header	{
	height: 100px;
	margin: 15px 25px 0 25px;
	width: 812px;
}

#footer {
	margin: 0px 25px 0 25px;
	width: 812px;
}

#logo	{
	float: left;
	display: inline;
	margin-right: 15px;
}

/* layout for the horizontal menu structure */
#menu	{
	position: relative;
	top: -30px;
	margin: 0 80px 0 80px;
	width: 732px;
	text-align: left;
}


/* creates the horizontal menu structure */
#menu li, #menu ul {
	list-style: none;
	display: inline;
}

/*links within the menu */
#menu a, #menu a:link, #menu a:visited	{
	font: 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: gray;
	margin-left: 32px;
}

#menu a:hover	{
	font: 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: gray;
	margin-left: 32px;
	padding-bottom: 3px;
	border-bottom: 2px solid gray;
}

#faceless	{
	float: right;
	display: inline;
	border:1px solid gray;
	padding:5px;
	margin: 0 0 20px 30px;
}

#content	{
	clear: both;
	margin: 10px 80px 10px 80px;
}

#top	{
	vertical-align: top;
}

#bottom	{
	vertical-align: bottom;
}

#further	{
	text-align: right;
	vertical-align: middle;
	margin: 50px 0 30px 0;
}

#further a, #further a:link, #further a:visited	{
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#further a:hover	{
	color: #3f617c;
	text-decoration: underline;
}

.arrow	{
	font-size: 30px;
	position: relative;
	top: 2px;
}

#footer	a, #footer a:link, #footer a:visited	{
	font-weight: normal;
	color: black;
}

#footer a:hover	{
	color: #3f617c;
}

#facebook	{
	display: inline;
	float: right;
	border: 0;
}

.floatLeft	{
	float: left;
	display: inline;
}

.floatRight	{
	float: right;
	display: inline;
}

.txtRight	{
	text-align: right;
}

.clearBoth	{
	clear: both;
}

.inline	{
	display: inline;
}


/*---------------------*/
/*--- PRACTICE PAGE ---*/
/*---------------------*/

.imgLeft	{
	float: left;
	display: inline;
	border:1px solid gray;
	padding: 5px;
	margin-bottom: 50px;
}

.imgRight	{
	float: right;
	display: inline;
	border:1px solid gray;
	padding:5px;
	margin-left: 5px;
	margin-bottom: 50px;
}

.mr330	{
	margin-right: 330px;
}

.ml330	{
	margin-left: 330px;
}

.mr230	{
	margin-right: 230px;
}

.ml230	{
	margin-left: 230px;
}

.m50	{
	clear: both;
	margin: 50px;
}

.mlr50	{
	clear: both;
	margin:0 50px 50px 50px;
}

/*-------------------*/
/*--- FRAMES PAGE ---*/
/*-------------------*/

.logoRow	{
	width: 790px;
}

.logoRow img	{
	border: 1px solid gray;
	padding: 5px;
	margin: 20px;
	vertical-align: middle;
}



/*---------------------*/
/*--- SERVICES PAGE ---*/
/*---------------------*/

.mb0	{
	margin-bottom: 0;
}

#map	{
	clear: both;
	display: inline;
	margin-bottom: 50px;
}