/* @group Headers */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-attachment: scroll;
	background-image: url(Images/Grad_01.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	margin:0;
	padding:0;
}

div#Wrapper {
	width:750px;
	margin:0 auto;
	text-align:left;
	clear: both;
}

ul.Menu li {
	display: inline;
	list-style-type: none;
	padding-left: 22px;
	padding-right: 22px;
}

a:Link.NavLink {
	color: #FFFFFF;
	text-decoration: none;
}

div#Header {
	text-align: center;
}


div#Menu {
	text-align: center;
	/*background-color: #0071BC;*/
}

h1 {
	background: url(Images/GreyStreak_01.gif) repeat-x 0 15px;
}

/* @end *//* @group Content */

div#Content {
	clear: both;
}

div.Illustration {
	float: right;
	clear: both;
	padding-left: 10px;
	padding-bottom: 10px;
}

.Hanging {
	padding-top: 34px;
}

/*Quote*/

div.Caption {
	display: none;
}

div.Caption i {
	font-style: italic;
	color: #333;
	font-size: larger;
}

/*Quoted Person*/
div.Caption b {
	font-weight: bold;
	color: #7895A4;
	font-size: larger;
}

.FirstParagraph:first-letter {
	font:50px/30px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #0071BC;
	border: 1px solid #7f7f7f;
	padding: 5px 5px 4px 4px;
	margin-right: 5px;
	margin-top: 2px;
	float: left;
}

dl.FAQs dt {
	font-weight: bold;
	font-style: italic;
	color: #0A3542;
	padding-top: 10px;
	padding-bottom: 5px;
}

dl.FAQs dd.definitionem {
	font-weight: bold;
}

div.Testimonials p {
	padding:10px;
	background-color: white;
	border: 1px dashed orange;
}

div.Testimonials dl {
	margin-left: 30px;
}

div.Testimonials dl dt {
	font-weight: bold;
}

table.tblContact tr td {
	font-weight: bold;
	color: #0A3542;
}

.Highlight {
	font-weight: bold;
	font-size: larger;
	color: #333;
}

/*
ul.TheServiceOptions li blockquote span {
	padding:10px;
	background-color: white;
	border: 1px dashed orange;
}
*/

ul.TheServiceOptions li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}


/* @end *//* @group Footer */

div#Footer {
	clear:  both;
}

div#FooterMenu {
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #999;
	margin-top: 6px;
	margin-bottom: 6px;
}

div#CopyrightNotice {
	text-align: center;
	font-size: smaller;
}

ul.FooterMenu {
	margin: 5px;
}

ul.FooterMenu li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

/* @end *//* @group LinkEffects */

a:link {
	color: #0071BC;
	text-decoration: underline;
}

a:visited {
  color: #0071BC;
  text-decoration: underline;

}

a:hover {
	color: orange;
	text-decoration: underline;
}

a:active {
	color: orange;
	text-decoration: underline;
}

a img {
	border: 0px;
}

/* @end */				
