@charset "utf-8";

/* ----------------------------------------------------------------
   Default text styles
   ---------------------------------------------------------------- */

p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 11px;
}
td {
	font-size: 12px;
}
ul {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-left: 25px;
}
h1 {
	font-size: 20px;
	color: #333333;
	margin: 0px;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	color: #333333;
	margin-bottom: 0px;
	margin: 0px;
	font-weight:bold;
}
body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", "Lucida Console", "Verdana", "Arial";
}

/* ----------------------------------------------------------------
   Cell dividers.
   ---------------------------------------------------------------- */
.LeftColumn { 
	padding-right:20px;
}
.MiddleColumn {
	border-left:2px #C7D3DB solid;
	padding-right:20px;
	padding-left:20px;
}
.RightColumn {
	border-left:2px #C7D3DB solid;
	padding-left:20px;
}

/* ----------------------------------------------------------------
   Product list styles
   ---------------------------------------------------------------- */

ul.productlist {
	font-family: "Lucida Sans";
	font-size: 13px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: #bad4e0 1px solid;
	margin-top: 5px;
	padding-top: 5px;
}
ul.productlist li {
	margin-bottom: 5px;
	border-bottom: #bad4e0 1px solid;
}
ul.productlist a:hover {
	background-color: #c2c2af;
}
ul.productlist a {
	display: block;
	cursor: pointer;
	background-color: #d7d6c2;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------------------------------------------------------
   Link list styles
   ---------------------------------------------------------------- */

ul.linklist {
	font-family: "Lucida Sans";
	font-size: 13px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.linklist li {
	border: 1px solid #c2dddc;
	padding: 3px;
	margin-bottom: 5px;
}
ul.linklist a:hover {
	background-color: #a6d5ec;
}
ul.linklist a {
	display: block;
	cursor: pointer;
	background-color: #bad4e0;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------------------------------------------------------
   Positioning styles for main page elements.
   ---------------------------------------------------------------- */

#Nav {
	position:absolute;
	width:100%;
	display:block;
	height:101px;
	z-index:9999;
	top:153px;
	left:0px;
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0px;
	background-attachment: fixed;
	background-image: url(Images/spacer.gif);
	background-repeat: no-repeat;
}
#Header, #NavSpacer, #Footer{
	margin: 0px;
	padding: 0px;
	display:block;
}
#PageContent {
	/*background-image:url(Images/ContentBack.gif);*/
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:500px;
	padding:20px;
}
#HomePageContent {
	/*background-image:url(Images/ContentBack.gif);*/
	background-position:left bottom;
	background-repeat:no-repeat;
}
#ContentBack {
	/*overflow:visible;*/
	margin:0;
}

.mybutton{
	display: inline;
	cursor: pointer;
	background-color: #bad4e0;
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", "Lucida Console", "Verdana", "Arial";
	border: #A0B7C8 2px solid;
	padding: 5px;
	border:none;
}
.mybutton:hover{
	background-color: #a6d5ec;
}
.infobox{
	background-color:#f4ecdf; 
	border:#debc90 2px solid; 
	padding:5px; 
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 0;
	margin-right:0;
}
.errorbox{
	background-color:#FAEFEF; 
	border:#990000 2px solid; 
	padding:5px; 
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 0;
	margin-right:0;
}

.row1 td {
	background-color:#fcf8f3;
}
.row2 td {
	background-color:#faf4ea;
}

.currentstep {
	background-color:#a0b5c3;
	color:#FFFFFF;
}
.previousstep {
	background-color:#bccfdd;
}

body {
	background-color: #7a7970;
	background-image: url(Images/Background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	/*overflow-y:scroll;*/
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}