@import url('Forms.css');

body {
	background-color: #fff;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
}

h1 {
	color: #333366;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;	
	text-transform: uppercase;
}

h1.Home {
	font-size: 1.7em;	
}

h2 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0.75em;
	color: #51bdee;
}

h2.Home {
	font-size: 1.1em;	
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	padding-top: .75em;
	color: #51bdee;
}

p {
	line-height: 1.6em;
	margin-top: 0;	
}

a {
	color: #51BDEE; /* Changed from #333366 to blue */
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;	
}

.LightBlue {
	color: #51bdee;	
}

#ContentCol ul {
	line-height: 1.6em;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#ContentCol ul li {
	background-image: url('../images/Bullet.jpg');
	background-position: 0 .70em;
	background-repeat: no-repeat;
	margin-bottom: .75em;
	padding-left: 25px;
}

#ContentCol ol li {
	margin-bottom: .75em;
}

.ImageRight {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.ImageCenter {
	margin-bottom: 1.5em;	
}

.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.Error {
	color: #cc0000;	
}

.hr {
	height: 0;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 2em;
	padding-top: 1em;
}

.hr hr {
	display: none;	
}

#OuterBox {
	background-image: url('../images/Background.jpg');
	margin: auto;
	width: 971px;
}

#OuterBox2 {
	background-image: url('../images/HeadBackground.jpg');	
	background-repeat: no-repeat;
}

#Header {
	height: 117px;
	position: relative;
}

#Logo {
	background-image: url('../images/Belgrave_Logo.jpg');
	display: block;
	height: 0;
	left: 8px;
	overflow: hidden;
	padding-top: 111px;
	position: absolute;
	top: 6px;
	width: 215px;	
}

#HeadBar {
	background-image: url('../images/HeadGradient.jpg');
	height: 20px;	
	margin: 0 8px;
	overflow: hidden;
}

#ColBox {
	background: url('../images/Vertical_Content_Rule.jpg') no-repeat 214px 0;
	margin: 17px 8px 20px 8px;
}

#MenuCol {
	display: inline;
	float: left;
	margin-left: 33px;
	margin-right: 12px;
	margin-top: 30px;
	width: 169px;
}

#ContentCol {
	display: inline;
	float: left;
	margin-left: 58px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 611px;
}

#Footer {
	background-color: #ebeded;
	color: #666;
	font-size: 0.8em;
	margin: 0 35px;
	margin-bottom: 10px;
}

#Footer a {
	color: #666;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

#FootLeft {
	display: inline;
	float: left;
	padding: 14px;
	width: 45%;
}

#FootRight {
	display: inline;
	float: right;
	padding: 14px;
	text-align: right;
	width: 45%;
}

#FooterShadow {
	background-image: url('../images/Shadow_Bottom.jpg');
	background-repeat: no-repeat;
	height: 13px;	
	overflow: hidden;
}

#TopMenu {
	font-size: .9em;
	position: absolute;
	right: 41px;
	top: 34px;
}

#TopMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopMenu li {
	display: block;
	float: left;
	/* margin-left: 54px; */
	margin-left: 38px;
}

#TopMenu li a {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#TopMenu li a:hover {
	text-decoration: underline;	
}

#TopMenu2 {
	color: #74cedf;
	/* bottom: 12px; */
	bottom: 8px;
	font-size: 0.8em;
	position: absolute;
	right: 41px;
}

#TopMenu2 a {
	color: #636363;
	text-decoration: none;
}

#TopMenu2 a:hover {
	text-decoration: underline;
}

/* Testimonials */
blockquote.Testimonial {
	border-bottom: 1px solid #d6d6d6;
	padding: auto 0;
	margin: auto 0;
	margin-bottom: 1em;
}

blockquote.Testimonial.Last {
	border-bottom: none;	
}

blockquote.Testimonial p {
	font-style: italic;	
}

blockquote.Testimonial p.Source {
	color: #51bdee;
	font-style: normal;
}

/* Secondary Nav */

#Nav_Secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Nav_Secondary ul li {
	border-bottom: 1px solid #dedede;	
}

#Nav_Secondary ul li a {
	color: #636363;
	display: block;
	padding: 10px;
	text-decoration: none;
}

#Nav_Secondary ul li a:hover,  #Nav_Secondary ul li a.Active {
	background-color: #ebeded;
	color: #51bdee;
}

/* - One level in */
#Nav_Secondary ul li ul {
	border-top: 1px solid #dedede;	
}

#Nav_Secondary ul li ul li {
}

#Nav_Secondary ul li ul li:last-child {
	border-bottom: none;
}

#Nav_Secondary ul li ul li a {
	background-image: url('../images/MenuArrow.jpg');	
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-left: 25px;
}

#Nav_Secondary ul li ul li a:hover, #Nav_Secondary ul li ul li a.Active  {
	background-color: transparent;
}

/* - Two Level in */
#Nav_Secondary ul li ul li ul {
	padding-left: 10px;	
}


/* Inner Cols (Contact Page */
.InnerColBox {
	border-top: 1px solid #d6d6d6;	
	padding-top: 1em;
	margin-bottom: 2em;
}

.InnerCol1 {
	display: inherit;
	float: left;
	width: 45%;	
}

.InnerCol2 {
	display: inherit;
	float: left;
	width: 45%;	
	margin-left: 8%;
}

#FeatureButtons {
	margin-top: 0.8em;	
}

#FeatureButtons a {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin-bottom: 8px;
	overflow: hidden;
	padding-top: 100px;
	width: 169px;
}

#FB_newfb {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin-bottom: 8px;
	overflow: hidden;
	width: 169px;
	background-image: url('/files/get-fb.jpg');
	padding-top: 66px !important;
}

#FB_newgetvid {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin-bottom: 8px;
	overflow: hidden;
	width: 169px;
	background-image: url('/files/get-videos.jpg');
	padding-top: 89px !important;
}

#FB_newltnews {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin-bottom: 8px;
	overflow: hidden;
	width: 169px;
	background-image:url('/files/click.jpg');
	padding-top: 89px !important;
}

#FB_PadInAmerica {
	background-image: url('../images/FB_PadInAmerica.jpg');
	padding-top: 86px !important;
}

#FB_DailyMail {
	background-image: url('../images/FB_DailyMail.jpg');
	padding-top: 86px !important;
}

#FB_Register {
	background-image: url('../images/RegisterButton.jpg');
}

#FB_USProperties {
	background-image: url('../images/USPropertiesButton.jpg');
}

#FB_News {
	background-image: url('../images/FB_News.jpg');
	padding-top: 35px !important;
}

#FB_MoneyArticle {
	background-image: url('/files/FB_thisismoney_article.jpg');
	padding-top: 86px !important;
}

#FB_Independent {
	background-image: url('../images/FB_Independent.jpg');
	padding-top: 86px !important;
}

#FB_Guardian {
	background-image: url('../images/FB_Guardian.jpg');
	padding-top: 86px !important;
}

#FB_Telegraph {
	background-image: url('../images/FB_Telegraph.jpg');
	padding-top: 86px !important;
}

#FB_ThisIsMoney {
	background-image: url('../images/FB_ThisIsMoney.jpg');
	padding-top: 86px !important;
}
#FB_SundayTelegraph {
	background-image: url('../images/FB_SundayTelegraph.jpg');
	padding-top: 86px !important;
}
#FB_ConfusedArticle {
	background-image: url('../images/FB_confused_article.jpg');
	padding-top: 86px !important;
}
#HomeFlash {
	background-color: #eee;
	height: 240px;
	margin: auto;
	text-align: center;
	width: 901px;
}

/**********************************
***********Alphawavemedia**********
**********************************/

#Footer .Clear {
	border-top: 1px dashed rgb(191, 191, 191);
	height: auto;
}

#Footer .Clear .block{
	float: left;
	text-align: left;
	border-right: 1px dashed rgb(191, 191, 191); 
	padding: 0pt 20px; 
	width: 184px; 
}

#Footer .Clear #footer_block-1{
	width: 220px; 
}

#Footer .Clear #footer_block-2{
	width: 150px; 
}

#Footer .Clear #footer_block-5{
	border-right:0;
}

#Footer .Clear #footer_clear{
	clear: both; display: block;
}

#Footer .Clear .indent ul{
	padding-left: 15px;
}

#Footer .Clear .block .title{
	text-align: left;
	color: #51BDEE;
}

hr{
	border: 0;
	border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 10px;
}
