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

body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
background:url(images/headermenuBG.png) repeat-x top center #1c1630;

}
.inputItem {
width:100px; text-align:right; float:left; margin-top:3px; margin-right:8px;
}
.inputItem2 {
width:100px; text-align:right; float:left; margin-top:0px; margin-right:8px;
}
h1 {
	font-size:25px;
}

.wrapper {
	width: 850px;
	margin:0 auto;
}

.footer{
background:#2f2849;
margin:10px 0 0 19px;
width:716px;
font-size:11px;
color:#FFFFFF;
}

.footer a{
color:#FFFFFF;
font-weight:bold;
}

.footer a:hover{
text-decoration:none;
}

.footer .leftCurve{
background:url(images/footerCurveLeft.jpg) left top no-repeat;
}

.footer .rightCurve{
background:url(images/footerCurveRight.jpg) right top no-repeat;

}

.content {
	width: 100%;
}
.leftColumn {
	width: 250px;
	float:left;
}

.mainColumn{

width:475px;
float:left;
margin:5px 5px 10px 10px;
}
.mainHeaderIMG {
	margin-top: -5px;
	margin-left: 10px;
}



.mainColumnContent{
background:url(images/mainBG.png) repeat-y center;
}

.mainColumn .topCurve{
background:url(images/mainBG-top.png) center top no-repeat;
width:100%;
height:15px;

}

.mainColumn .bottomCurve{
background:url(images/mainBG-bottom.png) center bottom no-repeat;
width:100%;
height:15px;
margin:0px;
position:relative;
top:-1px;

}
.columnBlock{
	background-color: #FFFFFF;
	/*height: 195px;*/
	width: 234px;
	margin: 5px 5px 5px 19px;
	
}

.columnBlock .topLeft{
background:url(images/topLeftWhite.jpg) left top no-repeat;
}

.columnBlock .topRight{
background:url(images/topRightWhite.jpg) right top no-repeat;
}

.columnBlock .botLeft{
background:url(images/botLeftWhite.jpg) left bottom no-repeat;

}

.columnBlock .botRight{
background:url(images/botRightWhite.jpg) right bottom no-repeat;

}


.columnBlock2{
	width: 234px;
	margin: 5px 5px 5px 19px;
	
	background:#2f2849;
color:#FFFFFF;
	
}

.columnBlock2 .topLeft{
background:url(images/purpleBlockTopLeft.jpg) left top no-repeat;
}

.columnBlock2 .topRight{
background:url(images/purpleBlockTopRight.jpg) right top no-repeat;
}

.columnBlock2 .botLeft{
background:url(images/purpleBlockBottomLeft.jpg) left bottom no-repeat;

}

.columnBlock2 .botRight{
background:url(images/purpleBlockBottomRight.jpg) right bottom no-repeat;

}



.columnBlock2 a{
color:#FFFFFF;
font-weight:bold;
}

.columnBlock2 a:hover{
text-decoration:none;
}

.columnBlock3{
	background-color: #FFFFFF;
	/*height: 195px;*/
	width: 234px;
	margin: 5px 5px 5px 5px;
	
}

.columnBlock3 .topLeft{
background:url(images/topLeftWhite.jpg) left top no-repeat;
}

.columnBlock3 .topRight{
background:url(images/topRightWhite.jpg) right top no-repeat;
}

.columnBlock3 .botLeft{
background:url(images/botLeftWhite.jpg) left bottom no-repeat;

}

.columnBlock3 .botRight{
background:url(images/botRightWhite.jpg) right bottom no-repeat;

}

.indented{
padding:0px 20px 15px 20px;
}
.indented p {
	padding-top:10px;
}
.imageRight{
margin:10px 5px 10px 10px;
float:right;
}

.imageLeft{
margin:10px 10px 10px 5px;
float:left;

}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:500px;
  width:600px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

