@charset "utf-8";

body
{
	background: #dee5e9 url(../images/css/bg_body.gif) no-repeat center top; /*ead6bb*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #222222;
}

form
{
	padding: 0;
	margin: 0;
}

/* main container */

#idMainContainer 
{
	background-color: #f3f6f6; /*fefaf1*/
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

/* end of main container */

/* header */

#idHeader 
{
	background: #f3f6f6 url(../images/css/bg_header.jpg) no-repeat bottom;
	height: 220px;
	width: 773px;
	text-align: right;
	padding: 15px 7px 0 0;
	font-size: .7em;
	color: #222222;
	position: relative;
}

/* end of header */

#idMainContainer a:link,
#idMainContainer a:active,
#idMainContainer a:visited
{
	color: #ca2020;
	text-decoration: none;
}

#idMainContainer a:hover
{
	color: #222222;
	text-decoration: none;
}

/* main navigation */

#idNavigation 
{
	height: 41px;
	width: 760px;
	margin: 0 0 0 10px;
	text-align: center;
	background: #738196 url(../images/css/bg_navigation.gif) no-repeat;
	z-index: 1;
	position: relative;
}

#idNavigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#idNavigation ul li
{
	float: left;
	border-left: 1px solid #ffffff;
	list-style-type: none;
	padding: 0;
	position: relative;
	display: block;
	overflow: visible;
}

#idNavigation ul li.clsStart
{
	border-left: none;
	border-right: none;
}

#idNavigation ul li.clsSub
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#idNavigation ul li.clsEnd
{
	border-left: 1px solid #ffffff;
	border-right: none;
}

#idNavigation ul li a:link,
#idNavigation ul li a:active,
#idNavigation ul li a:visited,
#idNavigation ul li.clsStart a:link,
#idNavigation ul li.clsStart a:active,
#idNavigation ul li.clsStart a:visited,
#idNavigation ul li.clsSub a:link,
#idNavigation ul li.clsSub a:active,
#idNavigation ul li.clsSub a:visited,
#idNavigation ul li.clsEnd a:link,
#idNavigation ul li.clsEnd a:active,
#idNavigation ul li.clsEnd a:visited
{
	background: #738196 url(../images/css/bg_navigation_li.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.65em;
	height: 17px;
	padding: 12px 12px 12px 12px;
	display: inline-block;
	overflow: visible;
}

#idNavigation ul li a:hover,
#idNavigation ul li.clsSub a:hover,
#idNavigation ul li.clsStart a:hover,
#idNavigation ul li.clsEnd a:hover
{
	background: #95a0b0 url(../images/css/bg_navigation_li_over.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#idNavigation ul li.clsSub ul
{
	display: none;
	list-style-type: none;
	position: absolute;
	margin: 0 0 0 -1px;
	padding: 0;
	top: 41px;
	left: 0px;
	width: 300px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* ie fix */

#idNavigation ul li.clsSub:hover ul,
#idNavigation ul li.clsSub.over ul
{
	display: block;
}

#idNavigation ul li.clsSub ul li
{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	color: #ffffff;
	border-left: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#idNavigation ul li.clsSub ul li.clsEnd
{
	border-right: 0px;
}

#idNavigation ul li.clsSub ul li a:link,
#idNavigation ul li.clsSub ul li a:active,
#idNavigation ul li.clsSub ul li a:visited
{
	background-color: #738196;
	background-image: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.65em;
	height: 15px;
	width: 90px;
	padding: 12px 12px 12px 12px;
	display: block;
}

#idNavigation ul li.clsSub ul li a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #95a0b0;
	background-image: none;
}

/* end of main navigation */

/* content */

#idContent 
{
	padding: 0;
	height: auto;
	width: 455px;
	min-height: 300px;
	top: 10px;
	left: 10px;
	float: left;
	position: relative;
}

#idContent .clsBlock10px
{
	padding: 10px;
	display: block;
	width: 435px;
	background-color: #ffffff; 
	height: auto;
	font-size: 0.75em;
	margin-bottom: 10px;
}

#idContent .clsBlock10px p,
#idContent .clsBlock10px span
{
	margin-top: 0;
}

#idContent .clsTint100,
#idRightColumn .clsTint100
{
	padding: 0;
	display: block;
	width: 100%;
	background-color: #ffffff; 
	height: auto;
	font-size: 0.75em;
}

#idContent .clsTint50,
#idRightColumn .clsTint50
{
	padding: 0;
	display: block;
	width: 100%;
	background-color: #e6edf1; /*f0ede8*/
	height: auto;
	font-size: 0.75em;
}

#idContent .clsTint100 table th,
#idContent .clsTint50 table th
{
	font-size: 0.9em;
	font-weight: 700;
	text-align: right;
	width: 200px;
}

#idContent .clsTint100 table td,
#idContent .clsTint50 table td
{
	font-weight: 500;
	font-size: 0.9em;
}

#idContent .clsTint100 table td.clsTableTop,
#idContent .clsTint50 table td.clsTableTop
{
	background: url(../images/css/tabletopbg.gif) no-repeat left center;
	background-color: #78859a; /*c4b6a3*/
	font-weight: 700;
	font-size: 0.85em;
	width: 437px;
	color: #ffffff;
	padding-left: 18px;
	border-top: 10px solid #f3f6f6;
	border-bottom: 1px solid #ffffff;
}

#idContent select 
{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	width: 250px;
	font-size: 0.95em;
}

#idContent input 
{
	background-color: #ffffff;
}

#idContent .clsCheckbox
{
	background-color: transparent;
}

#idContent .clsTint50 .clsSubmit
{
	background-color: #ca2020;
	border: none;
	color: #ffffff;
	font-weight: 700;
	margin: 5px;
	border: 1px solid #ffffff;
	font-size: 0.9em;
}

#idContent .clsPaging
{
	background-color: #78859a;
	font-weight: 700;
	font-size: 0.7em;
	width: 450px;
	color: #ffffff;
	height: 18px;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #ffffff;
	display: block;
	margin: 10px 0;
}

#idContent .clsPaging a:link,
#idContent .clsPaging a:active,
#idContent .clsPaging a:visited
{
	color: #e6edf1;
	text-decoration: none;
}

#idContent .clsPaging a:hover
{
	text-decoration: underline;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ca2020;
	margin: 10px;
	padding: 0px;
}

#idContent h1 
{
	margin: 0 0 10px 0;
}

#idContent h2
{
	font-weight: 700;
	font-size: .9em;
	width: 100%;
	color: #ca2020;
	height: 20px;
	margin: 0 0 10px 0;
}

#idContent .clsBlock10px h2
{
	font-size: 1.2em;
	margin: 0;
}

.clsPara1
{
	color: #ca2020;
	font-size: 1.3em;
	font-weight: 700;
}

.clsPara1Inline
{
	color: #ca2020;
	font-size: 1.2em;
	font-weight: 700;
	display: inline;
	float: left;
}
	
ol.clsQuestions
{
	width: auto;
	list-style-type: decimal;
}

ol.clsQuestions li.clsQuestion
{
	font-weight: 700;
	padding: 5px 5px 5px 0px;
}

ol.clsAnswers
{
	width: auto;
	list-style-type: decimal;
}

ol.clsAnswers li.clsAnswer
{
	padding: 10px;
	background-color: #e6edf1; 
	border-bottom: 10px solid #ffffff;
}
	
ol.clsAnswers ul li
{
	list-style-type: circle;
}

ul.clsPlain
{
	list-style-type: disc;
	margin: 10px 0 10px 20px;
	padding: 0;
}

ul.clsPlain li
{
	color: #ca2020;
	padding: 3px;
}
	
ul.clsPlain li span
{
	color: #222222;
}
	
.clsImageMain
{
	padding: 0px;
	margin: 0px;
}

.clsPadding5
{
	padding: 5px;
}

.clsHighLight
{
	padding: 5px;
	background-color: #78859a;
	color: #ffffff;
	text-align: center;
	width: auto;
	display: block;
	font-size: 1.15em;
}

#idRightColumn .clsTint100 .clsHighLight
{
	background-color: #e6edf1;
	font-size: 1.1em;
	color: #222222;
	text-align: left;
}

.clsHighLightSmall
{
	padding: 5px;
	background-color: #F7F9FD;
	width: auto;
	display: block;
	text-align: left;
}

/* end of content */

/* contact table */

#idContent .clsBlock10px table.clsContact
{
	width: 100%;
}

#idContent .clsBlock10px table.clsContact tr td
{
	width: auto;
	text-align: left;
	padding: 5px;
}

#idContent .clsBlock10px table.clsContact tr td input
{
	border: 1px solid #78859a;
	background-color: #ffffff;
	width: 200px;
	margin-top: 5px;
}

#idContent .clsBlock10px table.clsContact tr td textarea
{
	border: 1px solid #78859a;
	background-color: #ffffff;
	width: 300px;
	margin-top: 5px;
}

#idContent .clsBlock10px table.clsContact tr td .clsSelect
{
	border: 1px solid #78859a;
	background-color: #ffffff;
	width: 300px;
	margin-top: 5px;
}

.clsRequired
{
	color: #ca2020;
}

/* end of contact table */

/* right col */

#idRightColumn 
{
	padding: 0;
	float: right;
	height: auto;
	width: 295px;
	top: 10px;
	left: 20px;
	float: left;
	position: relative;
}

#idRightColumn .clsTint100 table th,
#idRightColumn .clsTint50 table th
{
	font-size: 0.8em;
	font-weight: 700;
	text-align: right;
	width: 200px;
}

#idRightColumn .clsTint100 table td,
#idRightColumn .clsTint50 table td
{
	font-weight: 500;
	font-size: 0.9em;
}

#idRightColumn .clsTint100 table td.clsTableTop,
#idRightColumn .clsTint50 table td.clsTableTop
{
	background: url(../images/css/tabletopbg.gif) no-repeat left center;
	background-color: #78859a;
	font-weight: 700;
	font-size: 0.85em;
	width: 277px;
	color: #ffffff;
	padding-left: 18px;
	border-top: 10px solid #f3f6f6; /*fefaf1*/
	border-bottom: 1px solid #ffffff;
}

#idRightColumn .clsTint100 table td.clsTableTopAlt,
#idRightColumn .clsTint50 table td.clsTableTopAlt
{
	background: url(../images/css/tabletopbg.gif) no-repeat left center;
	background-color: #78859a;
	font-weight: 700;
	font-size: 0.85em;
	width: 277px;
	color: #ffffff;
	padding-left: 18px;
	border-bottom: 1px solid #ffffff;
}

#idRightColumn .clsTint100 table td.clsTableTopNews,
#idRightColumn .clsTint50 table td.clsTableTopNews
{
	background: url(../images/css/tabletopbg.gif) no-repeat left center;
	background-color: #ca2020;
	font-weight: 700;
	font-size: 0.85em;
	width: 277px;
	color: #ffffff;
	padding-left: 18px;
	border-bottom: 1px solid #ffffff;
}

#idRightColumn select 
{
	background-color: #ffffff;
	width: 200px;
	font-size: 0.85em;
}

#idRightColumn input 
{
	background-color: #ffffff;
}

#idRightColumn .clsCheckbox
{
	background-color: transparent;
}

#idRightColumn .clsTint50 .clsSubmit
{
	background-color: #ca2020;
	border: none;
	color: #ffffff;
	font-weight: 700;
	margin: 5px;
	border: 1px solid #ffffff;
	font-size: 0.9em;
}

#idRightColumn .clsTint100 table tr td img.clsThumb,
#idRightColumn .clsTint50 table tr td img.clsThumb
{
	margin: 2px 0 0 0;
	padding: 0px
}

#idRightColumn .clsTint100 table tr td img.clsThumbMid,
#idRightColumn .clsTint50 table tr td img.clsThumbMid
{
	margin: 2px 2px 0 2px;
	padding: 0px
}

/* end of right col */

/* page bottom */

#idPageBottom
{
	background: url(../images/css/bg_pagebottom2.jpg) no-repeat;
	float: left;
	height: 210px;
	width: 780px;
}

/* end of page bottom */

/* footer */

#idFooter
{
	background: #78859a url(../images/css/bg_footer.jpg) no-repeat center top;
	float: left;
	height: auto;
	width: 770px;
	padding: 45px 10px 10px 0;
	text-align: right;
	font-size: .75em;
	color: #FFFFFF;
}

#idFooter a:link,
#idFooter a:active,
#idFooter a:visited
{
	font-weight: bold;
	color: #e6edf1;
	text-decoration: none;
}

#idFooter a:hover
{
	color: #ffffff;
}

/* end of footer */

#idClear 
{
	clear: both;
}

#idClear p 
{
	display: none;
}

/* general / editor */

.clsSmall
{
	font-size: .75em;
}

.clsBold
{
	font-weight: 700;
}

.clsItalic
{
	font-style: italic;
}

.clsUnderline
{
	text-decoration: underline;
}

/* end of general / editor */

/* map */

.clsMap
{
	width: 425px;
	height: 315px;
	border: 5px solid #e6edf1;
	padding: 0;
	margin: 0;
	display: block;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	color: #555555;
}

.imageRight{
float:right;

position:relative;
right:-10px;

}