@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b4d34b;
	margin: 0;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #1b5896;
	width: 100%;
	border-bottom: 2px #1b5896 dashed;
}
h2 {
	font-size: 18px;
	color: #1b5896;
}
h3 {
	font-size: 14px;
	color: #1b5896;
	margin: 0px;	
}
img {
	border: 0;	
}
a {
	color: #1b5896;	
}
a:hover {
	color: #839ac0;
}
a span {
	display: none;	
}

select, .box, textarea, .good {
	border: 1px #1b5896 solid;	
}
.error {
	border: 1px #F00 solid;
}
.required {
	color: #0092b2;
	font-size: 10px;
}
#container {
	background-color: #FFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#header_login {
	background-color: #b4d34b;
	width: 960px;
	height: 30px;
}
#header_login img {
	vertical-align: middle;
	float: left;	
	margin-left: 5px;
	margin-top: 5px;
}
#header {
	background-image: url(/images/header_BG.jpg);
	background-repeat: repeat-x;
	width: 960px;
}
#flash {
	float: right;
	background-image: url(/images/flash_BG.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 550px;
	height: 114px;
	vertical-align: middle;
	clear: both;
	padding-top: 14px;
	padding-right: 10px;
	
}
#navigation {
	width: 960px;
	height: 36px;
}
#navigation * {
	margin: 0;
	padding: 0;
}
#navigation a {
	float: left;
}
#navigation a:hover {
	background-position: right;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	display: block;
	float: left;
}

#home {
	background-image: url(/images/btnHome.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 86px;
	height: 36px;
}
#packages {
	background-image: url(/images/btnPackages.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 121px;
	height: 36px;
}
#learn {
	background-image: url(/images/btnLearn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 36px;
}
#contact {
	background-image: url(/images/btnContact.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 151px;
	height: 36px;
}
#portfolio {
	background-image: url(/images/btnPortfolio.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 134px;
	height: 36px;
}
#quote {
	background-image: url(/images/btnQuote.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 157px;
	height: 36px;
}

#content {
	background-image: url(/images/content_BG.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 960px;
	min-height: 295px;
	padding-top: 15px;
	padding-left: 15px;
}
#main {
	float: left;
	background-image: url(/images/main_BG.png);
	background-repeat: repeat;
	border: 1px #333 solid;
	width: 650px;
	padding: 5px;
}

#shad_left {
	position: absolute;
	background-image: url(/images/shad_lft.gif);
	background-repeat: repeat-y;
	top: 0px;
	left: -33px;
	width: 33px;
	height: 100%;
}
#shad_right {
	position: absolute;
	background-image: url(/images/shad_rgt.gif);
	background-repeat: repeat-y;
	top: 0px;
	right: -33px;
	width: 33px;
	height: 100%;
}
#shad_botleft {
	position: absolute;
	background-image: url(/images/shad_botlft.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: -33px;
	width: 33px;
	height: 33px;
}
#shad_botright {
	position: absolute;
	background-image: url(/images/shad_botrgt.gif);
	background-repeat: no-repeat;
	top: 0px;
	right: -33px;
	width: 33px;
	height: 33px;
}
#footer {
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	position: relative;
	background-image: url(/images/shad_bot.gif);
	background-repeat: repeat-x;
	width: 960px;
	font-size: 12px;
}
#sidebar {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 210px;
	padding-right: 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 5px;	
	margin-right: 10px;
}
#sidebar span {
	display: none;	
}

.sidebarLogin {
	background-image: url(/images/sidebar_RidgeCMS.gif);
	background-position: left;
	display: block;
	width: 233px;
	height: 59px;
}
.sidebarLogin:hover {
	background-position: right;	
}
.sidebarPortfolio {
	background-image: url(/images/sidebar_portfolio.gif);
	background-position: left;
	display: block;
	width: 233px;
	height: 82px;
}
.sidebarPortfolio:hover {
	background-position: right;	
}

.portTable {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #000 dashed;
	width: 80%;
	font-size: 12px;
}
.smlTXT {
	font-size: 10px;	
}
.clear {
	clear: left;	
}