/* @override 
	http://fburgsquare.publishpath.com/Websites/fburgsquare/templates/fburgsquare/_css/default.css
	http://localhost:9041/_css/default.css
	http://www.fburgsquare.com/Websites/fburgsquare/templates/fburgsquare/_css/default.css
*/

p {
	margin: .5em 0 1em;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

h2 {
	margin: .25em 0;
}


body {
	color: #1e4164;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #123150;
	font-size: 62.5%;
	line-height: 1.8em;
}

#wrapper {
	font-size: 1.4em;
	width: 864px;
	margin: 0 auto;
	background: #fff url(../_img/background.png) repeat-y left top;
}

#sidebar {
	width: 180px;
	padding: 160px 0 0;
	color: #fff;
	background: #3b5c7e;
	float: left;
}

#sidebar ul.globalMenu {
	text-align: right;
	padding-right: 10px;
}

#sidebar ul.globalMenu li{
	text-align: right;
	line-height: 2em;
}

#sidebar ul.globalMenu ul.level2 {
	margin-bottom: 10px;
}

#sidebar ul.globalMenu ul.level2 li a{
	text-align: right;
	line-height: 2em;
	font-size: .9em;
}

#sidebar ul.globalMenu a.selectedPage {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar a:link {
	color: #fff;
}

#sidebar a:visited {
	color: #ddd;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}

div#address {
	text-align: center;
	padding-top: 80px;
}


#header {
	float: right;
	width: 684px;
}

#main_content {
	float: right;
	width: 534px;
	padding: 0 70px 100px;
	background: #fff;
	text-align: justify;
}

#main_content.centered_text {
	text-align: center;
}

#main_content.centered_text table{
	text-align: center;
	font-size: .9em;
	margin: 20px auto;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
}

#main_content.centered_text table th{
	padding: 1em 4px 0;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	background: #ddd;

}

#main_content.centered_text table tr{
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#main_content.centered_text table td{
	padding: .25em .5em;
}

#main_content a:link {
	color: #a21a59;
}

#main_content a:visited {
	color: #8a144c;
}

#main_content a:hover, #main_content a:active {
	text-decoration: underline;
}

/* @group Album */

body#album div#main_content {
	padding: 20px 20px 100px;
	width: 644px;
}

body#album div#main_content div.thumbTile {
	margin: 11px 8px;
}

body#album div#main_content div.thumbTile img{
	border: 1px solid #898989;
}

/* @end */

/* @group Home */

body#home {
	background: #fff;
}

body#home div#wrapper {
	background: #1e4164;
}

body#home div#main_content {
	width: 864px;
	padding: 0;
	float: none;
}

body#home div#wrapper {
	background: #1e4164;
}

body#home div#main_content {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin-top: 45px;
}

body#home div#footer {
	width: 864px;
	padding: 0;
	float: none;
	color: #fff;
}

body#home div#footer #homenav {
	margin: 20px auto;
	font-size: 1.3em;
}

body#home div#footer a:link {
	color: #fff;
}

body#home div#footer #homenav a:link {
	color: #fff;
}

body#home div#footer #homenav a:visited {
	color: #ebebeb;
}

body#home div#footer #homenav a:hover, body#home div#footer #homenav a:active {
	color: #ebebeb;
	text-decoration: underline;
}

body#home div#footer #homenav td{
	padding: 5px 0;
}

hr {
	width: 70%;
	height: 1px;
	color: #fff;
	background: #fff;
}

/* @end */


