.clearfix:after {  	
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background: #d7e9f2 url(/images/bg.jpg) center top no-repeat;
	margin:0;
	padding:0;
	height:100%;
	color: #000;
}

body.home {
	background: #d7e9f2 url(/images/bg_home.jpg) center top no-repeat;
}

form {
	margin:0px;
	padding:0px;
}
body {
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma;
}
/*td, p, div{
	font-family: Arial, Verdana, Tahoma;
}
*/

p {
	padding:0px;
	margin:10px 0px 10px 0px;
}

form {
	padding:0px;
	margin:0px;
}



td {/*padding : 3px;*/ /*border : 1px solid #000; */}

img { border : 0;  }
/*
img.png  { behavior: url(/iepngfix.htc); } 
input.png  { behavior: url(/iepngfix.htc); cursor: pointer;} 
*/

html>body img { behavior: none; } 

div.hr {
	background: #e8e8e8 url(/images/hr.gif) right top no-repeat;
	height:1px;
	line-height:1px;
	border:0;
	margin:10px 0;
	padding:0;
	clear:both;
	overflow:hidden;
}
div.hr2 {
	background: url(/images/hr2.png) center top no-repeat;
	height:19px;
	line-height:19px;
	width:272px;
	border:0;
	margin:20px auto;
	padding:0;
	display:block;
	clear:both;
	overflow:hidden;
}
hr {
	background: #e8e8e8 url(/images/hr.gif) right top no-repeat;
	height:1px;
	line-height:1px;
	border:0;
	margin:10px 0;
	padding:0;
}

/*
input, select, textarea { 
	vertical-align: middle; 
	margin:0px; 
	padding:0px; 
	background: #111111; 
	border: 1px solid #333333; 
	color: #999999;
	font-family: tahoma;
	font-size:11px;
	line-height:11px;
	padding:2px;	
	margin:0;
}
*/

h1 {
	color: #5a6972;
	margin: 15px 0 10px 0;
	padding:0;
	font-size:24px;
	text-transform:none;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial;
	line-height:28px;
}
h2 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:20px;
	text-transform:none;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial;
	line-height:24px;
}
h3 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:16px;
	text-transform:none;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial;
	line-height:20px;
}
h4 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial;
	line-height:18px;
}
h5 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial;
	line-height:16px;
}
h6 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial;
	line-height:15px;
}

.PageHeading h1 {
	font-size: 24px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #5a6972;
	line-height:28px;
	text-transform:none;
}

.PageHeading h1 span {
	color: #5b5b5b;
	text-transform:none;
}

a, a:link, a:visited, a:active {
	color:#223476;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}

.error {
	margin:10px;
	padding:20px;
	background: #ffeeee;
	font-family: verdana;
	color: #CC0000;
	font-weight: bold;
}

.error h2, .error h1	{ margin-top: 0px; color: #CC0000;}
.error h3				{ margin-top: 0px; margin-bottom: 12px; color: #CC0000; border-bottom: 1px #CC0000 solid;}

.error ul {
list-style-type: none;
list-style-position: outside;
}
.error ul li {
color:#CC0000;
}


tr.row{
	background:inherit;
}
tr.rowo{
	background:inherit;
}

tr.row{
	background:inherit;
}
tr.rowo{
	background:#efefef;
}


.clear {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

.center {
	text-align:center;
}
.aligncenter {
	text-align:center;
}
.alignjustify {
	text-align:justify;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

hr {
	background-color:#aaaaaa;
	height:1px;
	border:0;
}

.outer { width:100%; height: 100%; overflow: hidden; position: relative;}
.outer[class] { display: table; position: static;

	display:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'block' : 'block');
	position:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'relative' : 'relative');

}

.middle { width:100%; margin:auto;position: absolute; top: 50%;} /* for explorer only*/
.middle[class] { display: table-cell; vertical-align: middle; position: static;

	display:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'block' : 'block');
	position:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'absolute' : 'absolute');
}

.inner { width:100%; text-align:center;position: relative; top: -50%;} /* for explorer only */
.inner[class] {position: static; 
	position:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'relative' : 'relative');
}



.box {
	width:auto;
	overflow:hidden;
}
.boxcontent {
	width:auto;
	padding:5px;
	background: #efefef;
}
.boxcontent .txt {
	width:auto;
	padding:0px;
	overflow:hidden;
}

.boxcontent h3 {
	font-size: 14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

object, embed {
	border:0;
	padding:0;
	margin:0;
}


.adbox {
	overflow:hidden;
}
.adboxcontent {
	overflow:hidden;
}
.adboxtxt {
	overflow:hidden;
}



#Main {
	width:1000px;
	margin: 0px auto;
	min-height:500px;

}

#LeftCol {
	width:233px;
	padding:0px 0 0 30px;
	float:left;
}
.home #LeftCol {
	margin-top:50px;
}

#MainCol {
	width:678px;
	float:left;
	margin-left:59px;
}


.home #MainCol {
	width:678px;
	float:left;
	margin-left:59px;
}


#HomeBox {
	clear:both;
	padding:10px 0;
}


/*
#WelcomeMsg {
	padding-left:0px;
}

#WelcomeMsg .title {
	float:left;
	line-height:87px;
	font-family: Tahoma, Verdana, Arial;
	color: #7c8e97;
	font-size:24px;
	height:87px;
	text-align:right;
	width:263px;
}
#WelcomeMsg .arrow {
	float:left;
	height:87px;
	width:59px;
	text-align:center;
}
#WelcomeMsg .content  {
	float:left;
	width:678px;
	font-family: Tahoma, Verdana, Arial;
	font-size:13px;
	line-height:15px;
	color: #3c3c3c;
	height:47px;
	padding:20px 0;
}
*/

#WelcomeMsg {
	padding-left:0px;
	margin:40px 0 30px 255px;
	float:left;
	width:390px;
	min-height:130px;
	height:auto;
	background: url(/images/home_arrow.png) left 41px no-repeat;
}

#WelcomeMsg .title {
	float:none;
	line-height:33px;
	font-family: Tahoma, Verdana, Arial;
	color: #4f616a;
	font-size:33px;
	height:auto;
	text-align:left;
	width:120px;
	height:66px;
	overflow:visible;
	font-weight:bold;
	font-style:italic;
	padding:0;
	margin:0;
	padding-left:55px;
}
#WelcomeMsg .title:first-letter {
	margin-left:-55px;
}

#WelcomeMsg .content  {
	width:auto;
	font-family: Tahoma, Verdana, Arial;
	font-size:13px;
	line-height:17px;
	color: #4e4e4e;
	padding:0px 0;
	padding-left:55px;
	text-align:justify;
	margin-top:10px;
}

#WelcomeMsg .content p {
	margin:0;
	padding:0;
}


#HomeBoxes {
	margin-left:19px;
}

#HomeBoxes .hbox {
	width:327px;
	height:250px;
	float:left;
}

#HomeBoxes .hbox .content {
	color: #535353;
	font-size:12px;
	font-family: Tahoma, Verdana, Arial;
	padding:0 20px;
}

#Header {
	padding:49px 0 0 200px;
}

.home #Header{
	padding:29px 0 0 350px;
}

#Header .contact {
	width:320px;
	float:left;
}

#Header .contact .title{
	width:50px;
	float:left;
	font-size:11px;
	color: #000;
	font-family: Tahoma, Verdana, Arial;
	line-height:12px;
	padding:5px 0;
	vertical-align:middle;
}
#Header .contact .phone{
	width:250px;
	float:left;
	color: #546770;
	font-family: Tahoma, Verdana, Arial;
	font-size: 22px;
	line-height: 34px;
	font-weight:normal;
	vertical-align:middle;
}
#Header .contact .phone span, #Header .contact .phone b, #Header .contact .phone strong {
	color: #1b3584;
	font-family: Tahoma, Verdana, Arial;
	font-size: 34px;
	line-height: 34px;
	font-weight:normal !important;
	font-weight:normal;
}


#Header .searchform {
	margin-top:40px;
	width:320px;
	height:29px;
	line-height:25px;
}

#Header .searchform .searchform_textfield {
	background: url(/images/search_fld_bg.png) left top no-repeat;
	width:184px;
	height:22px;
	color:#404040;
	line-height:22px;
	padding:5px 12px;
	margin:0px 0 0 0;
	border:0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	vertical-align:middle;
}

#Header .searchform .searchform_button {
	background: url(/images/search_button.png) left top no-repeat;
	width:73px;
	height:32px;
	color:#fff;
	line-height:32px;
	padding:0px 0px;
	margin:0px 0 0 0;
	border:0;
	text-transform:lowercase;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	vertical-align:middle;
  text-shadow:#000 1px 1px 1px;
  cursor: pointer;
}



#Header .languages {
	clear:right;
	text-align:right;
}

.home #Header .languages {
	width:295px;
	margin-bottom:40px;
	margin-right:5px;
	clear:right;
	text-align:right;
}


.languages a, .languages a:link, .languages a:visited, .languages a:active {
	display:inline-block;
	width:33px;
	height:33px;
	line-height:33px;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	background: url(/images/lang_bg.png) left top no-repeat;
	text-align:center;
	color:#fff;
}
.languages a:hover {
	background: url(/images/lang_bg_selected.png) left top no-repeat;
	color:#585f76;
}

.languages .selected {
	display:inline-block;
	width:33px;
	height:33px;
	line-height:33px;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	background: url(/images/lang_bg_selected.png) left top no-repeat;
	text-align:center;
	color:#585f76;
}




#Menu {
	margin:0;
	padding:120px 0 0 0;
	line-height:26px;
	font-family: Tahoma, Verdana, Arial;
	font-size:16px;
	color:#546770;
	text-align:right;
}

#Menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#Menu ul li {
	list-style-type:none;
	margin:0;
	padding:3px 0;
	display:block;
	line-height:20px;
}
#Menu ul li.first {
	padding-left:0;
}
#Menu ul li.last {
	padding-right:0;
}

#Menu a, #Menu a:link, #Menu a:visited, #Menu a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#546770;
	line-height:20px;
	display:block;
	width:auto;
	padding: 0px 0px;
	margin:0;
	text-decoration:none;
}
#Menu a:hover {
	text-decoration:underline;
	color: #223476;
}

#Menu li.selected {
}

#Menu li.selected a, #Menu li.selected a:link, #Menu li.selected a:visited, #Menu li.selected a:active {
	color: #223476;
	text-decoration:underline;
	font-weight:normal;
}
#Menu li.selected a:hover {
	color: #546770;
	text-decoration:underline;
}

#Footer {
	clear:both;
	margin:20px auto 0 auto;
	width:600px;
	height:90px;
	padding: 0px 0 0px 0px;
	color: #6b7479;
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	text-align:left;
}

.index #Footer div {
	text-align:center;

}


.contact_form input, .contact_form textarea {
	border: 1px solid #6b7479;
	background: #d7e9f2;

	color: #000;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;

}
.contact_form textarea {
	height:128px;
}

html>body .contact_form textarea {
	height:128px;
}


#Content {
	clear:both;
	margin-top:80px;
}

#Content ul {
	margin: 0px;
	padding: 10px 20px;
	list-style-type: square;
	list-style-position: inside;
}
#Content ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 5px 0px;
	padding:0px;
}
#MenuGroup {
	clear:both;
}

#MenuGroup h1 {
	padding-left: 50px;
	font-weight:normal;
	background: url(/images/menugroup_heading.gif) left center no-repeat;
}


#MenuGroup {
	margin:0;
	line-height:27px;
	font-family: Tahoma, Verdana, Arial;
	font-size:17px;
	color:#546770;
}

#MenuGroup ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#MenuGroup ul li {
	margin:0 20px 0 0px;
	padding:0;
	list-style-type:none;
	padding:0;
	float:left;
	line-height:27px;
}
#MenuGroup ul li.first {
	padding-left:0;
}
#MenuGroup ul li.last {
	padding-right:0;
}

#MenuGroup a, #MenuGroup a:link, #MenuGroup a:visited, #MenuGroup a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size:17px;
	color:#2f4786;
	line-height:27px;
	display:block;
	width:auto;
	padding: 0px 0px;
	margin:0;
	text-decoration:none;
	display:inline-block;
}
#MenuGroup a:hover {
	text-decoration:underline;
	color: #2f4786;
}

#MenuGroup li.selected {
}

#MenuGroup li.selected a, #MenuGroup li.selected a:link, #MenuGroup li.selected a:visited, #MenuGroup li.selected a:active {
	color: #2f4786;
	text-decoration:underline;
	font-weight:normal;
}
#MenuGroup li.selected a:hover {
	color: #2f4786;
	text-decoration:underline;
}

#MenuGroup ul li img {
	margin: 4px 0 3px 0;
	vertical-align:top;


}



.listmod ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.listmod ul li {
	list-style-type:none;
	margin: 15px 0 15px 0;
	padding:0;
	clear:both;
}
.listmod .thumb {
	width:203px;
	height:78px;
	padding: 0 7px;
	margin: 0 0px 0 10px;
	float:right;
	background: url(/images/list_bg.png) left top no-repeat;
	text-align:center;
}

.listmod .title {
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial; 
	font-weight: bold; 
	color:#3c3c3c;
	padding:5px 0;
}

.listmod .content, .listmod .content td, .listmod .content p, .listmod .content div {
	font-size:12px;
	color:#000;
	font-family: Arial, Verdana, Tahoma; 
}




.pages {
	/*line-height:21px;*/
	clear:both;
	margin:10px;
	width:600px;
}

.pages_boxes span {
	border: 1px solid #dbdbdb;
	margin-left:2px;
	height:23px;
	display:inline-block;
}
.pages b {
	font-size:12px;
	line-height:17px;
	color: #000;
	font-family: verdana, tahoma, arial;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #f7f7f7;
	padding:2px 7px;
	background:#ddd;
	height:17px;
	display:inline-block;
	background: url(/images/pages_selected.gif) left top repeat-x;
	text-transform:uppercase;
}
.pages a, .pages a:link, .pages a:visited, .pages a:active {
	display:inline-block;
	font-size:12px;
	line-height:17px;
	height:17px;
	color: #223476;
	font-family: verdana, tahoma, arial;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px;
	border: 1px solid #f7f7f7;
	background: url(/images/pages_link.gif) left top repeat-x;
	text-transform:uppercase;
}
.pages a:hover {
	text-decoration:none;
	/*border: 1px solid #ddd;*/
	color:#000;
	background: url(/images/pages_selected.gif) left top repeat-x;
}
.pages .pages_title {
	font-weight:bold;
	width:100px;
	display:inline-block;
	font-family:tahoma;
	padding:2px 5px;
	border: 1px solid #ccc;
	background:#ddd;
}


.pages .pages_list {
	/* nothing here */
}




.photomod ul {
	list-style-type:none;
	margin:0;
	padding:0;
	margin: 50px auto;
	width:233px;
}

.photomod ul li {
	list-style-type:none;
	margin: 15px 0 15px 0;
	padding:0;
	clear:both;
	width:233px;
}
.photomod .thumb {
	width:233px;
	height:125px;
	padding: 0 0px 0px 0;
	margin: 0 0px 0 0px;
	text-align:center;
}

.photomod .title {
	width:215px;
	display:block;
	padding:10px 8px 0px 9px;
	height:34px;
}

.photomod .title .arrow {
	width:20px;
	height:27px;
	margin:4px 0 3px 0;
	text-align:left;
	float:left;
}

.photomod .title .content {
	width:195px;
	height:34px;
	float:left;
	font-size: 13px; 
	font-family: Tahoma, Verdana, Arial; 
	font-weight: normal; 
	color:#687f8c;
	line-height: 17px;
}