body{
	background-color:#324395;
	background-image:url(../images/bgrd/body.gif);
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
}


.MainContainer{
	background-color:#324395;
	width:900px;
}

.MainC_Left{
	background-image:url(../images/bgrd/mc_left.png);
	background-repeat:repeat-y;
}
.MainC_Right{
	background-image:url(../images/bgrd/mc_right.png);
	background-repeat:repeat-y;
}.MainC_Bottom{
	background-image:url(../images/bgrd/mc_bottom.png);
	background-repeat:repeat-x;
}







form{
	margin:0px;
	padding:0px;
}
.Input{
	font-family:'Verdana';
	font-size:11px;
	color:#0f1a4f;
	width:150px;
	font-weight:normal;
	border:1px solid #0f1a4f;
	background-color:#FFFFFF;
	background-image:url(../images/bgrd/input.gif);
	background-repeat:repeat-x;
}
.Button{
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	border:1px solid #113961;
	background: url(../images/layout/bgrd/button.gif) repeat-x #FFFFFF;
}
.Div_Search{
	position:absolute;
	left:50%;
	margin-left:80px;
	top:45px;
	text-shadow: #1a265e 3px 3px 2px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

a.SearchResultLink
{
	color: #ffffff;
	text-decoration: none;
}

a.SearchResultLink:hover
{
	text-decoration: underline;
}

/*************************************************/
/* right  */

.RightMenu{
	background-image:url(../images/bgrd/right_bgrd.gif);
	background-repeat:no-repeat;
	padding-top:102px;
}
.RightMenu_inside{
	margin:0px;
}
.RightMenu_inside td{
	text-align:center;
}
.RightMenu_inside span{
	text-shadow: #492612 3px 3px 2px;
	font-family:'Arial';
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.RightMenu_inside a{
	text-shadow: #000417 3px 3px 3px;
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.RightMenu_inside a:hover{
	font-family:'Verdana';
	font-size:10px;
	color:#6777c4;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}


.Right_secondMenu{
	background-image:url(../images/bgrd/under_menu.gif);
	background-repeat:no-repeat;
	background-color:#11185a;
	width:549px;
	min-height:113px;
	padding-left:2px;
}
.Right_secondMenu a{
	text-shadow: #000417 3px 3px 3px;
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.Right_secondMenu a:hover{
	font-family:'Verdana';
	font-size:10px;
	color:#6777c4;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.Right_secondMenu td{
	padding:2px;
}
.Right_underMenu{
	text-shadow: #1a265e 3px 3px 2px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:7px;
}

/*************************************************/
/* left  */


.LeftMenu{
	margin-left:25px;
	padding-left:5px;
	border-left:3px solid #d97134;
}
.LeftMenu a{
	text-shadow: #1a265e 3px 3px 2px;
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.LeftMenu a:hover{
	text-shadow: #e6e6e7 1px 1px 2px;
	font-family:'Verdana';
	font-size:10px;
	color:#122064;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}

/*************************************************/
/* content  */
.Content{
	padding:10px;
}
.ImgCommon{
	border:2px solid #FFFFFF;
	margin-bottom:5px;
}

/*************************************************/
/* footer  */

.Line_banda{
	height:17px;
	background: url(../images/bgrd/footer.gif) repeat-x;
	margin-top:20px;
}
.Line_orange{
	/*height:20px;*/
	background: url(../images/bgrd/footer_orange.gif) repeat-x #d97134;
	padding:3px 10px 8px 10px;
	text-shadow: #1a265e 2px 2px 2px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}


.Footer{
	border-top:2px solid #d97134;
	border-bottom:2px solid #d97134;
	padding:5px;
	color:#d97134;
}

.Footer a{
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	text-shadow: #1a265e 2px 2px 2px;
}
.Footer a:hover{
	font-family:'Verdana';
	font-size:11px;
	color:#091344;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	text-shadow: #0f1a4f 1px 1px 2px;
}

.Copyright
{
	color: #1e2859;
	margin-top:5px;
}

.News_ContentItem{
	background-image:url(../images/bgrd/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px;
	margin-top:5px;
}
.News_date{
	color:#0a1135;
	font-weight:bold;
}


/*** CONTACT FORM ***/

table.ContactFormTable input.text, table.ContactFormTable textarea 
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	width: 150px;
}

table.ContactFormTable textarea
{
	height: 80px;
}

/* NEW HOME STYLES 2014 */

#home {background-image:none; background: #314397 url('../images/mainbg.jpg') 50% -150px no-repeat;}

#home .wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#home .Div_Search {
	display: none;
}

#home .PageTitle {
	font-size: 16px;
	text-align: right;
	height:32px;
}

#home .Right_underMenu {
	font-size: 16px;
}

#home .MainMenu {
	border-top:2px solid #d97134;
	border-bottom:2px solid #d97134;
	padding:5px;
	color:#d97134;
	text-align: center;
	position:relative;
}

#home .MainMenu span {
	color:#fff;
}

#home .MainMenu a{
	font-family:'Arial';
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	text-shadow: #1a265e 2px 2px 2px;
	font-weight:bold;
}

#home .MainMenu a:hover{
	font-family:'Arial';
	font-size:12px;
	color:#091344;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	text-shadow: none;
}

#home .OutsideColumn {
	background: #ffffff;
	position: absolute;
	top: 310px;
	width: 150px;
	height:600px;
}

#home .LeftOutsideColumn {
	left: -200px;
	background:url('../images/wattles.png') 0 0 no-repeat;
}

#home .RightOutsideColumn {
	right: -200px;
	background:url('../images/wattles.png') 100% 0 no-repeat;
}

#home .Logo {width:100%; text-align:center; display:block;}
	#home .Logo img {margin:50px auto; width:70%; height:auto;}

#home .ProductMenu {position:relative;}
	.title_squares {position:absolute; width:106px; height:75px; right:-33px; top:-43px; background:url('../images/squares.png') no-repeat;}

#home .ProductMenu_inside {text-align:center;}

	#home .ProductMenu_inside .main_titles {background:#9d7e14; box-shadow: 0 1px 2px 0 #000;}
		#home .ProductMenu_inside .main_titles td {padding: 7px 0; color:#fff !important;}
			#home .ProductMenu_inside .main_titles td span {font-size:16px !important; font-weight:bold;}
	
	#home .ProductMenu_inside td {text-shadow: 0 1px 0 #000; font-size:14px;}
	
	#home .ProductMenu_inside tr td:nth-child(even) {color:#9d7e14;}
		#home .ProductMenu_inside td a {color:inherit; *color:#ffffff; text-decoration:none; line-height:18px; font-weight:bold;}
			#home .ProductMenu_inside td a:hover {text-decoration:underline; color:#fff;}

#home .Right_underMenu {border-bottom:7px solid #9d7e14; margin-top: 20px; padding-bottom: 25px;}

#home .MainMenu {background:#e20181;}

#home .PageTitle {color:#ff0091; background:none; font-weight:bold;}
	#home .PageTitle p {background:url('../images/titlebg.png') 0 0 repeat-y; padding: 7px 13px 7px 25px; display:inline-block; *display:inline; *line-height:32px;}
		#home .PageTitle p span {color:#14c42a;}

#home .Footer {margin:25px 0;}
#home .Copyright {margin:25px 0;}

.hp_container {width:100%; text-shadow: 0 1px 0 #000;}
	.hp_image {display:inline-block; *display:inline; zoom:1; box-shadow: 0 1px 2px 0 #000; width: 57%; vertical-align:top;}
		.hp_image img {width:100%; height:auto;}
	.hp_text {display:inline-block; *display:inline; zoom:1; padding-left:15px; width: 40%; vertical-align:top; font-size:13px;}
		.hp_text p {margin-bottom:10px;}
			.green_text {color:#14c42a;}


.footer_img a img {height:52px !important; width:auto;}


@media only screen and (max-width: 1200px) {
  #home .OutsideColumn {display:none;}
}
	