@charset "utf-8";
/* CSS Document */

a {
	color: #2E2F54;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFE50B;
}

body {
	background-color: #F8F8F8;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

img {
	border: 0px;
}

div#footer {
	width: 990px;
	border-top: 1px solid #E0E0E0;
	padding: 0px 5px 0px 5px;
	margin: 5px auto 0px auto;
	font-size: 10px;
}

div#header {
	height: 126px;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: right;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	box-shadow: 0px 0px 10px #888888;
	margin: 0px auto 0px auto;
}

div#inactive {
	width: 1000px;
	padding: 0px;
	margin: 50px auto 50px auto;
	text-align: center;
}

div#login {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: 9px;
	text-align: right;
}

div#login input {
	font-size: 9px;
}

table#main {
	width: 990px;
	border-top: 1px solid #E0E0E0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 5px 0px 5px;
}

table#menu {
	height: 20px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

table#menu a {
	color: #2E2F54;
}

table#menu a:hover {
	color: #FFE50B;
}

table#menu.followus {
	width: 300px;
}

#moduleTitle {
	font-weight: bold;
}

#SuccessBox {
	background-color: #87FF87;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #4EB24E;
}

#WarningBox {
	background-color: #FF7373;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #AF2B2B;
}

td.pageColumn {
	vertical-align: top;
}

/* Guestbook settings */
table#postform {
	width: 100%;
	border: 1px solid #999999;
	margin-top: 3px;
}

table#postform td.header {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999999;
}
table#postform td.field0 {
	width: 50%;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DDDDDD;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
table#postform td.field1 {
	width: 50%;
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
table#postform td.answer0 {
	width: 50%;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DDDDDD;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}
table#postform td.answer1 {
	width: 50%;
	background-color: #EFEFEF;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}

/* Blog Settings */
table#blogComments {
	border:1px solid #999999;
}

table#blogComments td.header {
	font-weight:bold;
	background-color:#CCCCCC;
	border-bottom:1px solid #999999;
 }
 
table#blogComments td.content {
	background-color:#EFEFEF;
}



/* CUSTOM STYLES */
table#pricing {
	width: 100%;
}

table#pricing td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table#services {
	/*background-image: url(../../userfiles/ServicesBanner.png);
	background-repeat: no-repeat;
	background-position: right;*/
	width: 980px;
	margin-top: 0px auto 0px auto;
	border: none;
	font-size: 20px;
}

table#services ul {
	list-style-image: url(../../userfiles/ServicesBannerArrow.png);
	line-height: 30px;
}

table#services td.left {
	width: 668px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 0px 10px;
}

table#services td.right {
	width: 312px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px 0px 0px;
}

