/*###################################### START GENERIC CLASSES ######################################*/

.clear{
		clear: both;
}

.clearLeft{
		clear: left;
}

.clearRight{
		clear: right;
}

.noMarginLeft{
		margin-left: 0!important;
}

.noMarginRight{
		margin-right: 0!important;
}

.noBorderBottom{
		border-bottom: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/

*{
		margin: 0px;
		border: 0px;
		padding: 0px;
}

body{
		background: #fff;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

#container{
		display: inline;
		float: left;
		width: 100%;
		background: #fff url(../images/bgPage.gif) center top repeat-x;

}

#header{
		overflow: hidden;
		margin: 0 auto;
		width: 980px;
		height: 180px;
}

#header h1{
		display: inline;
		float: left;
		width: 780px;
		height: 47px;
		background: url(../images/logo.gif) left top no-repeat;
}

#header h1 span{
		display: none;
}

#content{
		margin: auto;
		width: 995px;


}
#domainHeader{
position:relative;
left:50%;
width:450px;
padding-top:13px;
margin-left:170px;
font-size:18px;
color:#CCCCCC;
border:0px solid #000000;
}

#contentMain{
		display: inline;
		float: left;
		width: 780px;
		margin: 0 10px;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		background: #FFF;

}

#footer{
		display: inline;
		float: left;
		width:100%;
		height: 52px;
		background-color:#666666;
		margin-top:15px;
}

#contentFooter{
		position:relative;
		width:700px;
		color: #000;
		color:#FFFFFF;
		padding:5px;
		left:50%;
		margin-left:-405px;
		margin
		border:1px solid #000000;
		background-color:#666666;
}

#contentFooter a{
		color:#FFFFFF;
		text-decoration:none;

}
#contentFooter a:hover{
		color:#FFFFFF;
		text-decoration:underline;

}
a {
		color:#a50d19;
		text-decoration:none;
}

a:hover{
		color:#a50d19;
		text-decoration:underline;
}

input,textarea{
		border:1px solid #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding:2px;

}
.none{
		border:0px solid #999999;
		padding:0px;
}

h4{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}

input.button { cursor:pointer; }
/*###################################### END TEMPLATE STYLES ######################################*/









/*###################################### START MAIN MENU ######################################*/

#mainNav {
		   display: inline;
		float: left;
		width: 780px;
}

#mainNav ul {
		list-style: none;
		}

#mainNav li {
		display: inline;
		float: left;

}

#mainNav li a {
		display: inline;
		float: left;
		height: 28px;
		font-size:14px;
		color:#a50d19;
		text-decoration:none;
		padding: 5px 5px 0 5px;
		background:url(../images/box_center.gif) repeat-x;
}

#mainNav li a:hover{
		color:#000000;
}


.Navsx {
		background:url(../images/box_sx.gif) no-repeat;
		width:6px;
		height:28px;
		float:left;
}

.Navdx {
		background:url(../images/box_dx.gif) no-repeat;
		width:6px;
		height:28px;
		float:left;
		padding-right:10px;
}

/*###################################### END MAIN MENU ######################################*/









/*###################################### START HEADER ######################################*/

#contentHeader{
		display: inline;
		float: left;
		color: #000;
		margin-left:450px;

}

/*###################################### END HEADER ######################################*/









/*###################################### START MENU LEFT ######################################*/

#leftNav {
		display: inline;
		float: left;
		width: 160px;
		margin-top: 10px;
}

#leftNav ul {
		display: inline;
		float: left;
		list-style: none;
}

#leftNav li {
		display: inline;
		float: left;
}

#leftNav li a {
		display: inline;
		float: left;
		width: 150px;
		height: 18px;
		border-bottom: 1px dotted #ccc;
		color: #a50d19;
		font-size: 12px;
		line-height: 18px;
		text-decoration: none;
}

#leftNav li a:hover {
		color: #000;
}

/*###################################### END MENU LEFT ######################################*/









/*###################################### START CONTENT ######################################*/

#leftContent{
		display: inline;
		float: left;
		width: 160px;
		padding-top:16px;
		/* height:300px; */
		background:url(../images/bgContent.gif) right top no-repeat;

}

#leftContent_home{
		display: inline;
		float: left;
		width: 360px;
		padding-top:16px;
		/* height:300px; */
		background:url(../images/bgContent.gif) right top no-repeat;

}
#centerContent_home{
		display: inline;
		float: left;
		padding:10px 10px 10px 20px;
		width:540px;

}
#centerContent{
		display: inline;
		float: left;
		padding:10px 10px 10px 20px;
		width:730px;
}

#textContent{
		display: inline;
		float: left;
		width: 780px;
		padding: 30px;
}

#centerContent h2{
		font-size: 24px;
		padding-bottom:10px;
}

#leftContent h3{
		font-size: 18px;
		padding-bottom:10px;
}
#leftContent h3{
		font-size: 14px;
		padding-bottom:10px;
}


#textContent p{
		font-size: 12px;
}
#centerContent h3{
  padding-top:5px;
  font-size: 16px;

}

/*###################################### END CONTENT ######################################*/

/*###################################### START TABLE ######################################*/

.table{
		color: #FFFFFF;
		background:#a50d19;
		padding-left:15px;
		padding-right:15px;
		padding-top:2px;
		padding-bottom:2px;
}
.table_int{
		padding-left:15px;
		padding-right:15px;
		padding-top:2px;
		padding-bottom:2px;
		height:28px;
}

.table2{
		color: #000;
		vertical-align:middle;
		border-bottom:1px dotted #a50d19;
		cellspacing:2;
		cellpadding:50;
}

/*###################################### END TABLE ######################################*/

/*###################################### START MODAL DIALOG #############################*/

.modalDialog_transparentDivs{
		filter:alpha(opacity=40);        /* Transparency */
		opacity:0.4;        /* Transparency */
		background-color:#000;
		z-index:1;
		position:absolute; /* Always needed        */
}

.modalDialog_contentDiv_error {

		font-familyamily:Arial, Verdana;
		border:1px solid #666;

		padding:0px;

		background-color:#FFFFFF;
		/*filter:alpha(opacity=85);
		opacity:0.85; */
		z-index:100;/* Always needed        */
		position:absolute;        /* Always needed        */

}
.modalDialog_contentDiv_error h1{


				font-size:16px;
				letter-spacing:1px;
				background-color:#E1E1E1;
				color:#b6111e;
				font-weight:bold;
				 padding:2px 2px 3px 2px; margin:0px 0px 0px 0px;

		z-index:100;/* Always needed        */
		}

.modalDialog_contentDiv_error p {
		border:0px dotted #999999;


		font-family:Arial;
		font-size:14px;
		text-align:center;
		padding:3px;
		color:#333333;
		background-color:#FFFFFF;
				margin-top:10px;
		z-index:100;/* Always needed        */
}
.modalDialog_contentDiv_error img { margin:        4px 5px -4px 3px; }
.modalDialog_contentDiv_error .btn_alert {

		margin:0px 0px 0px 0px; padding:2px 5px 1px 5px;

		border:2px solid #999;  background-color:#FFF;

		color:#333;  font-weight:bold;

		cursor:pointer;

} .btn_alert:hover { border:2px solid #666; cursor:pointer;}

/*###################################### END MODAL DIALOG #############################*/