/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
.bodyMain {
	font-size:100%;
	line-height:1em;
	background:url(images/bg.gif) repeat-x top #fff
}
html, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#667c94;
}
.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;
	outline:none
}
a:hover {
	text-decoration:none
}
.link {
	color:#06a8e6;
	font-weight:bold;
	float:right
}
.link2 {
	color:#06a8e6;
	font-weight:bold;
	float:left
}
.link1 {
	color:#fff;
	text-decoration:none;
	font-size:1.18em
}
.link1:hover {
	text-decoration: underline
}
.button {
	color:#062950;
	background:url(images/button.gif) top left no-repeat;
	padding:9px 13px 17px 9px;
	text-decoration:none;
	line-height:37px;
	font-size:14px;
	font-style: normal
}
.button:hover {
	text-decoration:underline
}
.button1 {
	color:#03163c;
	background:url(images/button1.gif) top left no-repeat;
	padding:7px 15px 15px 18px;
	line-height:37px;
	text-decoration:none;
}
.button1:hover {
	text-decoration:underline
}
.button2 {
	color:#fff;
	background:url(images/button2.gif) top left no-repeat;
	padding:7px 15px 15px 18px;
	line-height:37px;
	text-decoration:none;
}
.button2:hover {
	text-decoration:underline
}
.button3 {
	color:#fff;
	background:url(images/button3.gif) top left no-repeat;
	padding:7px 15px 15px 18px;
	line-height:37px;
	text-decoration:none;
}
.button3:hover {
	text-decoration:underline
}
#content ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content ul li {
	background:url(images/marker.gif) top left no-repeat;
	background-position:0 5px;
	margin:0;
	padding-left:10px;
}
#content ul li a {
	color:#e5156d;
	text-decoration: underline;
	line-height:1.5em
}
#content ul li a:hover {
	text-decoration:none;
}
.link-1 {
	display:block;
	float:right;
	background:url(images/link_bg.gif) left top repeat-x;
	color:#ffffff;
	text-decoration:none;
}
.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:4px 18px 10px 20px;
	font-weight:normal;
	font-style:normal;
}
.link-1:hover {
	text-decoration:none;
	color:#000000
}
/*header*/
.flash {
	margin:0 0 0 -37px;
	position: absolute
}
/*content*/
#content {
	font-size:0.75em;
	width:100%;
	text-align:left;
	padding-left: 1px;
	padding-top: 1px;
}
#content .indent-main {
	padding:0 17px 0 15px
}
#content .indent-col {
	padding:30px 0 0 0
}
#content .indent-col1 {
	padding:7px 20px 50px 25px
}
#content .title {
	margin-bottom:16px
}
#content .img-left {
	float:left;
	margin:0 20px 16px 0
}
#content .img-indent {
	margin:0 0 25px 0
}
#content p {
	margin:0 0 15px 0
}
#content .p {
	margin:0 0 17px 0
}
#content h4 {
	color:#00575B;
	font-size:1em;
	margin-bottom:13px;
}
#content h5 {
	color:#06a8e6;
	font-style:italic;
	font-size:1em;
	font-weight:normal;
	margin-bottom:19px
}
#content .h-5 {
	color:#667c94;
	font-style:italic;
	font-size:1em;
	font-weight:bold;
	margin-bottom:19px
}
#content h6 {
	color:#667c94;
	text-transform:uppercase;
	font-size:1em;
	font-weight:normal;
}
#content h2 {
	color:#062950;
	font-size:2.16em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:19px;
	margin-top:7px
}
#content .tail {
	background:url(images/tail3.gif) repeat-x bottom;
	padding-bottom:19px;
	margin-bottom:19px
}
#content .tail1 {
	background:url(images/tail3.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-bottom:19px
}
#content .tail2 {
	background:url(images/tail4.gif) repeat-x bottom;
	padding-bottom:19px;
	margin-bottom:19px
}
#content .indent {
	padding:0 0 0 0
}
/*box*/
.box {
	background:#fdfefe;
	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:0 0 0 0;
}
/*box1*/
.box1 {
	background:#f9fcfc;
	width:100%;
	font-size:.916em;
	color:#06a8e6
}
.box1 .border-top1 {
	background:url(images/border_top1.gif) repeat-x top;
}
.box1 .border-bottom1 {
	background:url(images/border_bottom1.gif) repeat-x bottom;
}
.box1 .border-left1 {
	background:url(images/border_left1.gif) repeat-y left;
}
.box1 .border-right1 {
	background:url(images/border_right1.gif) repeat-y right;
}
.box1 .corner-top-left1 {
	background:url(images/corner_top_left1.gif) no-repeat left top;
}
.box1 .corner-top-right1 {
	background:url(images/corner_top_right1.gif) no-repeat right top;
}
.box1 .corner-bottom-left1 {
	background:url(images/corner_bottom_left1.gif) no-repeat left bottom;
}
.box1 .corner-bottom-right1 {
	background:url(images/corner_bottom_right1.gif) no-repeat right bottom;
	width:100%;
}
.box1 .indent-box-1 {
	padding:21px 21px 30px 24px;
}
#content .box1 p {
	margin:0 0 5px 0
}
#content .box1 h2 {
	color:#062950;
	font-size:1.54em;
	margin-bottom:19px;
	font-weight:normal;
	background:url(images/tail2.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-top:0
}
/*footer*/
#footer {
	color:#667c94;
	font-size:0.75em;
	background:url(images/bot.gif) repeat-x top;
}
#footer .indent-footer {
	padding:15px 50px 0 39px;
	text-align:center;
}
#footer a {
	color:#06a8e6;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline
}
.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:46px
}
.jamp {
	width:40px;
	margin-left:6px
}
/*select {
	font-size:.84em;
	color:#2d3331;
	height:20px;
	font-family:Tahoma;
}*/
.indent-2 {
	position:relative;
	padding-left:20px;
	float:left
}
.h {
	height:30px
}
.h1 {
	height:23px;
	background:url(images/bg_input.gif) no-repeat top left
}
.block-contact span {
	float:right;
	margin-right:20px
}
.inputButton {
	background:url(images/inputBack.png) center no-repeat;
	color:#FFF;
	border:hidden;
	height:30px;
	width:70px;
}
.pInfoErrorMsg {
	color: maroon;
}
#inNewsletter {
	border-left:1px solid #404040; 
   	border-top:1px solid #404040; 
   	border-right:1px solid #d4d0c8; 
   	border-bottom:1px solid #d4d0c8; 

   	border:1px solid #000000; 
	background:#FFFFFF;
	width:193px; height:18px;
	font-size:1em;
	padding-left:5px;
	padding-top:2px;
}
.input{
   	border:none; 
	background:none;
	width:135px; height:20px;
	font-size:1em;
	padding-left:13px;
	color:#06a8e6;
	vertical-align:middle;
	padding-top:3px;
}

.tdWithBottomBorder {
	border-bottom: #CCC solid 1px;
}

/*
input{
	border-left:1px solid #404040; 
   	border-top:1px solid #404040; 
   	border-right:1px solid #d4d0c8; 
   	border-bottom:1px solid #d4d0c8; 

   	border:1px solid #000000; 
	background:#FFFFFF;
	width:193px; height:18px;
	font-size:1em;
	padding-left:5px;
	padding-top:2px
}
textarea {
	border:1px solid #000000;
	background:#FFFFFF;
	width:193px;
	height:152px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto
}
*/

