/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
body
{
	font-size: 100%;
	line-height: 1.125em;
	background: url(images/bg.gif);
}
html, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.alignMiddle
{
	vertical-align: middle;
}
.alignCenter
{
	text-align: center;
}
.container1
{
	width: 100%;
}
object
{
	vertical-align: top;
}
.clear
{
	clear: both;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
div.container
{
	overflow: hidden;
	width: 100%;
}
a img
{
	border: 0;
}
img
{
	vertical-align: top;
}

a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.bulletlink
{
	color: #000000;
	background: url(images/marker1.gif) top left no-repeat;
	font-weight: bold;
	padding-left: 20px;
	background-position: 0 1px;
	font-size: .92em;
}
/*EL ADDED*/
.link
{
	color: #c5281f;
	background: url(images/marker1.gif) top left no-repeat;
	font-weight: bold;
	padding-left: 20px;
	background-position: 0 1px;
	font-size: .92em;
}
.link1
{
	color: #c5281f;
	font-weight: bold;
}
.link2
{
	color: #c5281f;
	font-weight: bold;
	font-size: .92em;
	display: block;
	margin-bottom: 5px;
}


#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li
{
	padding-bottom: 19px;
	font-size: .82em;
}
/*EL CHANGE*/
#content ul li a
{
	color: #EA5F00;
	text-decoration: none;
	line-height: 1.5em;
}
/*EL CHANGE*/
#content ul li span
{
	background: url(images/marker.gif) top left no-repeat;
	background-position: 0 5px;
	margin: 0;
	padding-left: 16px;
	color: #2a2929;
	text-decoration: none;
	line-height: 1.5em;
}
.span2
{
	margin: 0;
	padding-left: 16px;
	color: #2a2929;
	text-decoration: none;
	font-size: .82em;
	text-align:left;
	float:left;
	margin-right:50px
}
/*EL ADDED*/
#content ul li strong
{
	font-size: .92em;
}
#content ul li a:hover
{
	text-decoration: underline;
}

.link-1
{
	display: block;
	float: left;
	background: url(images/link_bg.gif) left top repeat-x;
	color: #cd590c;
	text-decoration: none;
	font-size: .92em;
}
.link-1 em
{
	display: block;
	background: url(images/link_left.gif) no-repeat left top;
}
.link-1 b
{
	display: block;
	background: url(images/link_right.gif) no-repeat right top;
	padding: 2px 16px 3px 18px;
	font-style: normal;
}
.link-1:hover
{
	text-decoration: none;
	color: #000000;
}
.link-2
{
	display: block;
	float: right;
	background: url(images/link_bg1.gif) left top repeat-x;
	color: #cd590c;
	text-decoration: none;
	font-size: .92em;
}
.link-2 em
{
	display: block;
	background: url(images/link_left1.gif) no-repeat left top;
}
.link-2 b
{
	display: block;
	background: url(images/link_right1.gif) no-repeat right top;
	padding: 2px 16px 3px 18px;
	font-style: normal;
}
.link-2:hover
{
	text-decoration: none;
	color: #000000;
}

.orange_link /*EL ADDED*/
{
	text-decoration: none;
	color: #EA5F00;
}
.orange_link:hover
{
	text-decoration: underline;
}

/*header*/
#header
{
	font-size: 0.875em;
	color: #FFFFFF;
}
#header .logo
{
	margin: 65px 0 0 42px;
}
/*EL CHANGE*/
#header .slogan
{
	margin: 0 0 0px 0;
}
/*EL CHANGE*/
#header .indent
{
	padding: 38px 0 23px 551px;
}
#header .indent span
{
	text-decoration: underline;
	color: #EA5F00;
	font-weight:bold;
}
/*EL CHANGE*/
#header .indent1
{
	margin: 65px 0 0 -330px;
	position: absolute;
}
/*EL CHANGE*/
#header .img
{
	margin: 120px 0 0 850px;
	position: absolute;
}
#header a
{
	color: #b41c1c;
	text-decoration: underline;
}
#header a:hover
{
	text-decoration: none;
}
#header .button
{
	background-position: left top;
	color: #FBE802;
	font-weight: bold;
	background: url(images/button.gif) top left no-repeat;
	padding: 6px 20px 20px 15px;
	text-decoration: none;
	line-height: 31px;
	margin-left: 204px;
}
#header .button:hover
{
	text-decoration: underline;
}

#header ul
{
	margin: 0;
	padding: 0 0 0 28px;
	list-style: none;
}
#header ul li
{
	margin: 0;
	display: inline;
	background: url(images/bg_menu.gif) center left no-repeat;
	float: left;
}
#header ul li a
{
	color: #ffffff;
	text-decoration: none;
	width: 125px;
	text-align: center;
	display: block;
	float: left;
	padding: 19px 0 19px 0;
	font-size: .92em;
	font-weight: bold;
}
#header ul li a:hover
{
	text-decoration: none;
	background: url(images/bg_menu-act.gif) top left no-repeat;
}
#header ul li .current
{
	text-decoration: none;
	background: url(images/bg_menu-act.gif) top left no-repeat;
}
#header ul .first
{
	margin: 0;
	display: inline;
	background: none;
}
#header ul .first a:hover
{
	text-decoration: none;
	background: url(images/bg_menu-act-first.gif) top left no-repeat;
}
#header ul .first .current
{
	text-decoration: none;
	background: url(images/bg_menu-act-first.gif) top left no-repeat;
}


/*header_small - EL ADDED*/
#header_small
{
	font-size: 0.875em;
	color: #FFFFFF;
}
#header_small .logo
{
	margin: 65px 0 14px 42px;
}
#header_small .img
{
	margin: 120px 0 0 850px;
	position: absolute;
}
#header_small a
{
	color: #b41c1c;
	text-decoration: underline;
}
#header_small a:hover
{
	text-decoration: none;
}
#header_small .button
{
	background-position: left top;
	color: #FBE802;
	font-weight: bold;
	background: url(images/button.gif) top left no-repeat;
	padding: 6px 20px 20px 15px;
	text-decoration: none;
	line-height: 31px;
	margin-left: 204px;
}
#header_small .button:hover
{
	text-decoration: underline;
}

#header_small ul
{
	margin: 0;
	padding: 0 0 0 28px;
	list-style: none;
}
#header_small ul li
{
	margin: 0;
	display: inline;
	background: url(images/bg_menu.gif) center left no-repeat;
	float: left;
}
#header_small ul li a
{
	color: #ffffff;
	text-decoration: none;
	width: 125px;
	text-align: center;
	display: block;
	float: left;
	padding: 19px 0 19px 0;
	font-size: .92em;
	font-weight: bold;
}
#header_small ul li a:hover
{
	text-decoration: none;
	background: url(images/bg_menu-act.gif) top left no-repeat;
}
#header_small ul li .current
{
	text-decoration: none;
	background: url(images/bg_menu-act.gif) top left no-repeat;
}
#header_small ul .first
{
	margin: 0;
	display: inline;
	background: none;
}
#header_small ul .first a:hover
{
	text-decoration: none;
	background: url(images/bg_menu-act-first.gif) top left no-repeat;
}
#header_small ul .first .current
{
	text-decoration: none;
	background: url(images/bg_menu-act-first.gif) top left no-repeat;
}



/*content*/
#content
{
	font-size: 0.8125em;
	width: 100%;
	text-align: left;
	background: url(images/bg_cont.gif);
}
#content .bg-cont
{
	background: url(images/bg-cont1.gif) no-repeat top left;
	width: 100%;
}
#content .indent-main
{
	padding: 39px 31px 0 31px;
}
#content .indent-col1
{
	padding: 0 11px 0 18px;
}
#content .indent-col1 ul li
{
	background: url(images/marker.gif) top left no-repeat;
	margin: 0;
	padding-left: 26px;
	font-size: 90%;
	color: #2a2929;
	text-decoration: none;
	line-height: 1.3em;
}
/* EL ADDED */
#content .indent-col-1
{
	padding: 0 0 0 18px;
}
#content .indent-col2
{
	padding: 0 20px 0 25px;
}
#content .indent-col-2
{
	padding: 0 0 0 25px;
}
#content .title
{
	margin-bottom: 40px;
}
#content .title1
{
	margin-bottom: 36px;
	padding: 12px 0 9px 22px;
	background: url(images/bg_title.gif) no-repeat top left;
}
#content .title2
{
	margin-bottom: 35px;
	padding: 0 0 9px 18px;
	text-align: center;
	background: url(images/tail.gif) repeat-x bottom left;
}
#content .title3
{
	margin-bottom: 20px;
	padding: 12px 0 9px 22px;
	background: url(images/bg_title.gif) no-repeat top left;
}
/* EL CHANGED */
#content .img-left
{
	float: left;
	margin: 20px 30px 30px 0;
}
/* EL CHANGED */
#content .img-left1
{
	float: left;
	margin: 0 20px 10px -13px;
}
#content .img-left2
{
	float: left;
	margin: 0 25px 20px 0;
}
#content .img-left3
{
	float: left;
	margin: 0 20px 0 -13px;
}
#content .img-indent
{
	margin: 0 0 16px 0;
}
#content p
{
	margin: 0 0 11px 0;
}
#content .p
{
	margin: 0 0 5px 0;
}
#content .p1
{
	margin: 0 0 28px 0;
}
#content .p2
{
	margin: 0 0 15px 0;
}
#content h3
{
	color: #c34900;
	font-size: 1.15em;
	margin-bottom: 13px;
	font-weight: normal;
}
#content h4
{
	color: #c34900;
	font-size: 1.15em;
	font-weight: normal;
}
#content h5
{
	color: #c5281f;
	font-size: 1em;
}
#content .tail
{
	background: url(images/tail.gif) repeat-x bottom;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#content .indent
{
	padding: 26px 0 0 0;
}
#content .indent1
{
	padding: 16px 0 0 0;
}

/*box*/
.box
{
	background: #ececec;
	width: 100%;
}
.box .border-top
{
	background: url(images/border_top.gif) repeat-x top;
}
.box .border-bottom
{
	background: url(images/border_bottom.gif) repeat-x bottom;
}
.box .border-left
{
	background: url(images/border_left.gif) repeat-y left;
}
.box .border-right
{
	background: url(images/border_right.gif) repeat-y right;
}
.box .corner-top-left
{
	background: url(images/corner_top_left.gif) no-repeat left top;
}
.box .corner-top-right
{
	background: url(images/corner_top_right.gif) no-repeat right top;
}
.box .corner-bottom-left
{
	background: url(images/corner_bottom_left.gif) no-repeat left bottom;
}
.box .corner-bottom-right
{
	background: url(images/corner_bottom_right.gif) no-repeat right bottom;
	width: 100%;
}
.box .indent-box
{
	padding: 29px 35px 17px 38px;
}
/*EL CHANGE*/
.box .indent-box p
{
	font-weight: bold;
	font-size: 110%;
}
/*EL ADDED*/

/*footer*/
#footer
{
	color: #44484c;
	font-size: 0.6875em;
	background: url(images/bot.gif) repeat-x top;
	text-align: center;
}
#footer .indent-footer
{
	padding: 68px 50px 0 50px;
}
#footer a
{
	color: #44484c;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}
.bot-left
{
	background: url(images/bot_left.gif) no-repeat top left;
}
.bot-right
{
	background: url(images/bot_right.gif) no-repeat top right;
	height: 126px;
}


.indent-2
{
	position: relative;
	padding-left: 20px;
	float: left;
}
.h
{
	height: 30px;
	background: url(images/bg_input.gif) no-repeat top left;
}
.h1
{
	height: 270px;
	background: url(images/bg_textarea.gif) no-repeat top left;
}
.block-contact span
{
	float: right;
	margin-right: 150px;
}
.block-contact1 span
{
	float: right;
	margin-right: 70px;
}
.block-contact2 span
{
	float: right;
	margin-right: 10px;
}
input
{
	border: none;
	background: none;
	width: 224px;
	height: 18px;
	font-size: 1em;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
textarea
{
	border: none;
	background: none;
	width: 224px;
	height: 237px;
	font-size: 1em;
	padding-left: 5px;
	margin-bottom: 11px;
	overflow: auto;
}

.aboutus_p
{
	font-size: 90%;
	padding: 5px 0 0 15px;
}
#login
{
	text-align: center;
	background: #e3e3e3 url(images/whiteGradient.png) no-repeat top left;
	border: 1px solid #CFCFCF;
	min-height: 330px;
	_height: 330px;
	width: 705px;
	position: absolute;
	left: 50%;
	margin-left: -352px;
	top: 50%;
	margin-top: -165px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	_height: 100%; /* IE FIX */
}
.textbox
{
	border:solid 1px #000;
	padding:2px;
	width:150px
}
.client_img
{
	padding: 0 0 7px 0 
}
.client_img2
{
	padding: 10px 0 10px 0 
}
.client_img3
{
	vertical-align:middle;
	padding-right:3px
}
.nonlist
{
	 margin-left:5px;
	 font-size:90%
}
.green
{
	color: #005500;
	font-weight: bold;
	font-size: 110%;
}