/* layout 
-----------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background-color: #ffffff;
}
.page-wrapper {
	margin: 0 auto;
	margin-top: 10px;
	text-align:center;
	width: 1029px;
	background-image: url(../images/layout/bg-shadow.png);
	background-repeat: repeat-y;
}

/* Header 
-----------------------------------------------------------------*/
.header-wrapper {
	padding: 10px 15px 0;
	background-image: url(../images/layout/bg-header-shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
}
.header-grey-bar {
	padding:30px 0 20px 80px;
	background-color: #BBBDC0;
	text-align:left;
}
.header-red-bar {
	height: 50px;
	background-color: #DD3127;
}

/* Navigation 
-----------------------------------------------------------------*/
.nav {
	margin: 0 10px 0 90px;
	padding:10px;
	background-color: #A1D8F1;
	text-align:left;
	font-size: 15px;
	min-height:400px;
}
.nav h3 {
	padding:5px 0;
	border-top: dashed 1px  #56A3D7;
	margin: 0;
	cursor: pointer;
	font-size: 15px;
	font-weight:normal;
}
.nav h3 a {
	color: #000000;
	display: block;
	text-decoration: none;
	cursor:pointer;
}
.nav h3 a:hover, .nav h3 a#current {
	color: #DD3127;
	text-decoration: none;
}
 .nav h3 a:active, {
	background: #A1D8F1;
}
.nav p {
	background: #fff;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 13px;
	font-size: 12px;
	display: none;
}
.nav p a {
	padding: 5px 0;
	color: #000000;
	display: block;
	text-decoration: none;
	cursor:pointer;
}
.nav p a:hover, .nav p a#current {
	color: #DD3127;
	display: block;
	text-decoration: none;
	cursor:pointer;
}
                  
/* Content 
-----------------------------------------------------------------*/
.content-wrapper {
	text-align:left;
	padding:0 25px 10px;
	margin:10px 0 0;
	background-image: url(../images/layout/bg-dashed-vert.png);
	background-repeat: repeat-y;
	background-position: 305px;
}

/* Left Column
-----------------------------------------------------------------*/
.left-column {
	margin: 0;
	width:280px;
	vertical-align: top;
	text-align: right;
}

/* middle Column
-----------------------------------------------------------------*/
.middle-column {
	padding-left:10px;
	vertical-align: top;
}

/* Right Column
-----------------------------------------------------------------*/
.right-column {
	padding-left:10px;
	vertical-align: top;
}

/* footer 
-----------------------------------------------------------------*/
.footer-wrapper {
	padding: 0 15px 45px;
	background-image: url(../images/layout/bg-footer-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
}
.footer-blue {
	background-color: #A1D8F1;
}
.footer-green {
	background-color: #008c8d;
}
.footer-blue, .footer-green {
	padding: 10px;
	text-align:left;
	height: 160px;
	background-image: url(../images/layout/bg-dashed-vert.png);
	background-repeat: repeat-y;
	background-position: 290px 5px;
}
.footer-left {
	float: left;
	width: 290px;
	color: #000;
	font-size: 12px;
	font-style:italic;
}
.footer-right {
	float: left;
	padding: 40px 0 40px 20px;
	width: 620px;
	font-size: 15px;
	color: #000;
	font-style: italic;
}

/* text formatting 
-----------------------------------------------------------------*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.form-texterror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CC0000;
}
.medtext {
	font-size: 10px;
}
.smalltext {
	font-size: 9px;
}
.italic {
	font-style:italic;
}
.whitetext {
	color: #fff;
}
.heading {
	font-size: 18px;
	color: #fff;
	font-style: italic;
}
.heading-home {
	font-size: 18px;
	color: #000;
	font-style: italic;
	color: #DD3127;
}
.heading1 {
	font-size: 18px;
	color: #000;
}
.heading2 {
	font-size: 16px;
	color: #DD3127;
	font-style: italic;
}
.heading3 {
	font-size: 14px;
	color: #fff;
}
.heading4 {
	font-size: 14px;
	font-style: italic;
	color: #000;
}
.heading5 {
	font-size: 16px;
	color: #DD3127;
}

/* Links 
-----------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #DD3127; 
	text-decoration: underline;
}

.enter,  .enter a{
	color: #008c8d;
	text-decoration: none;
	outline: none;
}
.enter a:hover {
	color: #DD3127; 
	text-decoration: none;
}

.download-cat, .download-cat a {
	font-size: 11px;
	color: #fff;
	font-style:italic;
	text-decoration: none;
	outline: none;
}
.download-cat a:hover {
	color: #fff; 
	text-decoration: underline;
}

/* page elements 
-------------------------------------*/
hr {
	color: #666;
	height: 1px;
}
br {
line-height:80%;
}