/* CSS Document */

body {
	background: #FFF url(../images/bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 12px;
	}

img, form {
	margin: 0;
	padding:0;
	border: 0;
	}

.Clear { clear: both; }

#Container {
	width: 766px;
	margin: 0 auto;
	border: 1px solid #c6c6c7;
	border-top: none;
	background: #FFF;
	padding: 0 2px 2px;
	}
	

a:link { color: #133996; text-decoration: underline; }
a:visited { color: #133996; text-decoration: underline; }
a:hover { color: #767676; text-decoration: underline; }
a:active { color: #767676; text-decoration: underline; }
	
/* --- Header --- */
#Header {
	background: #EEE url(../images/header_bg.gif) repeat-x top left;
	height: 99px;
	margin-bottom: 7px;
	}
	#Logo { float: left; }
	#Menu { 
		float: left;
		margin: 33px 0 0 22px;
		}
		#Menu ul {
			margin: 0;
			padding: 0;
			height: 54px;
			list-style: none;
			}
			#Menu li {
				margin: 0;
				padding: 0;
				float: left;
				}
	
/* --- Footer --- */
#Footer {
	background: #EEE url(../images/footer_bg.gif) repeat-x left top;
	height: 58px;
	text-align: center;
	color: #767676;
	font-size: 11px;
	padding: 20px 0;
	margin-top: 7px;
	}
	#Links { margin: 0 0 20px; }
		#Links a:link { color: #767676; text-decoration: underline; }
		#Links a:visited { color: #767676; text-decoration: underline; }
		#Links a:active { color: #133996; text-decoration: underline; }
		#Links a:hover { color: #133996; text-decoration: underline; }

/* --- Homepage --- */
#HomeContent {
	background: #FFF url(../images/home_bg.jpg) no-repeat right top;
	height: 435px;
	color: #133996;
	line-height: 18px;
	}
	#HomeContent h2 {
		margin: 0;
		padding: 0;
		}
	
	#Mantra {
		float: right;
		margin: 34px 30px 0 0;
		}
	#Welcome, #Tips {
		float: left;
		margin: 34px 0 0 20px;
		clear: left;
		width: 335px;
		padding-bottom: 20px;
		}
	#Welcome { border-bottom: 1px solid #C8C8C8; }
		.ReadMore { text-align: right; }
		
		.TipsDownload td { padding: 0 10px; }
		
		.TipsDownload img { border: 1px solid #5c7bb7; }
		.TipsDownload a, .ReadMore a { font-weight: bold; }


/* --- Content --- */
#Content {
	background: #FFF url(../images/content_bg.jpg) no-repeat left bottom;
	line-height: 18px;
	color: #545454;
	padding: 10px 20px;
	min-height: 340px;
	}

h1 {
	color: #133996;
	font-size: 20px;
	font-weight: normal;
	}
h2 {
	font-size: 16px;
	font-weight: normal;
	}
h3 {
	color: #5c7bb7;
	font-size: 14px;
	font-weight: normal;
	}

.ServicesList {
	font-weight: bold;
	color: #5c7bb7;
	}
	.ServicesList ul {
		font-weight: normal;
		color: #545454;
		margin-bottom: 10px;
		list-style: disc;
		}

blockquote {
	margin-bottom: 20px;
	padding-left: 45px;
	}
.BlockquoteLeft {
	background: url(../images/quote_grey.gif) no-repeat left top;
	width: 470px;
	float: left;
	clear: both;
	}
.BlockquoteRight {
	background: url(../images/quote_blue.gif) no-repeat left top;
	width: 470px;
	float: right;
	clear: both;
	color: #5c7bb7;
	}
blockquote .Author {
	text-align: right;
	font-style: italic;
	}
	
.about-photo, .contact-photo {
	float: right;
	color: 5c7bb7;
	font-style: italic;
	margin: 0 0 15px 15px;
	text-align: center;
	}
	.about-photo img {
		padding: 3px;
		background: #fff;
		border: 1px solid #c6c6c7;
		}
	