/* CSS Styles for Corporate | 180 website */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#f2f2f2;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.333em;
	color:#000000;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#A4121A;
}
a:hover{text-decoration:none;}
p {padding-top:16px;}

/* ============================= main layout ====================== */

.more { float:right; margin-top:7px;}

li {
	/* background:url(../images/list_bg.gif) no-repeat 0 13px; */
	padding: 5px 0px 5px 5px;
	margin-left: 0;
	}

.bulletslist {
	list-style-type: square;
	margin-left: 0;
	padding-left: 15px;
	}

li a {color:#ffffff; font-weight:bold; text-decoration:none; background:url(../images/list_line.gif) bottom repeat-x; display:block; padding:4px 0 2px 0;}
li a:hover { color:#ac010c;}
.last a {background:none;}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 6px 23px 0; float:left;}
.title {margin-bottom:13px;}
.black {color:#1f1f1f;}



/* ============================= header ====================== */

.fifty {
	position:absolute;
	width:100%;
	height: 154px;
	left: 126px;
	top: 28px;
}
.left_tall {width:49%; height:377px; float:left;}
.right_tall {width:51%; height:377px; float:right; /** background:url(images/header_tall2.gif) top repeat-x; **/ }

.menu {
	padding:23px 0 0 52px;
}
.date_time {color:#6b6b6b; background:url(../images/date_time_bg.gif) top left no-repeat; padding:7px 67px 9px 45px; display:block; text-align:left;}
#header .left {padding:32px 0 0 52px;}
#header .right {padding:51px 33px 0 0;}

.slogan {margin:43px 0 0 33px;}
.button {margin:0 0 0 33px;}
#header .column2 .indent {
	padding:34px 38px 0 0;
	color:#fff;
	text-align: left;
}
#header .column2 .title {position:relative; margin:0 -37px 11px -10px;}
#header .indent span {float:right;}
#header .indent a {color:#fff;}

/* ============================= middle ====================== */

.list li {padding:0 30px 0 20px;}
.list li a {color:#8c8c8c; background:url(../images/list_line2.gif) bottom left repeat-x; display:block; padding:9px 0 17px 49px; line-height:1.273em;}
.list li a:hover { color:#fff;}
.list .list1 {background:url(../images/list1_bg.jpg) no-repeat 0 0; height:63px;}
.list .list2 {background:url(../images/list2_bg.jpg) no-repeat 0 0; height:57px;}
.list .list3 {background:url(../images/list3_bg.jpg) no-repeat 0 0; height:57px;}
.list .list4 {background:url(../images/list4_bg.jpg) no-repeat 0 0; height:50px;}
.list .list5 {background:url(../images/list5_bg.jpg) no-repeat 0 0; height:63px;}
.list .list6 {background:url(../images/list6_bg.jpg) no-repeat 0 0; height:57px;}
.list .list4 a {background:none;}

#middle .indent {padding:30px 32px 0 57px;}
.column_padding1 {padding:0 20px 0 0;}
.column_padding2 {padding:0 0 0 34px;}
.listing {list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;}
.col_pad {padding-right:23px;}
.line2 {background:url(../images/line_hor.gif) bottom repeat-x; padding-bottom:8px;}
.margin1 {margin-left:31px;}
.margin2 {margin-top:28px;}
.margin3 {margin-left:173px;}
.padding1 {padding-top:22px;}
.ul {margin:13px 0 9px 0;}
.border {border-bottom:10px solid #fff;}

.rss {margin-left:6px;}

.box {background:#1f1f1f url(../images/box_bg.gif) left repeat-y; position:relative; margin:-31px 5px 10px -19px; color:#fff;} 
.box .padding {padding:20px 29px 5px 19px;}

#index .box {height:237px;}
#index_2 .list .list1 { background:url(../images/list1_bg2.jpg) no-repeat 0 0; height:55px;}
#index_2 #middle .main { padding-bottom:9px;}
#index_5 #middle .indent {padding:30px 40px 0 59px;}

/* ============================= footer ====================== */

#footer p {	
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 0 0 49px;
	color:#333333;
	font-weight:bold;
	font-size:0.917em;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover { color:#000;}


/* ============================= form =========================== */


form .rowi {height:30px;}

.input {width:189px; height:21px; border:1px solid #e1dfdf; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:394px; height:88px; border:1px solid #e1dfdf; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}

.imgLeft {
	float: left;
	margin: 0px 5px 0px 0px;
	}
	
.imgRight {
	float: right;
	margin: 3px 0px 3px 15px;
	}
