@import url("menu.css");
@import url("news.css");
.notice{font-weight:bold}
body {
	background: #F9F8F5 url(img/body_bg.gif) top repeat-x;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
}

img, table {
	border: 0;
}

p {
	margin: 0 0 1em;
}

a {
	color: #039;
}
a:hover {
	color: #006;
}


/* HEADER */
#header-main {
	margin: 0 auto;
	width: 960px;
}
#header-main .logo {
	background: url(img/logo_bg.gif) left top no-repeat;
	vertical-align: top;
	width: 260px;
}
#header-main a,#header-main a:hover {color:rgb(141,155,183);font-size:1.3em;font-weight:bold;text-transform:uppercase;text-decoration:none;margin-right:10px;}
#header-main a:hover {color:rgb(185,192,206)}
#header-main .banner {
	vertical-align: bottom;
	width: 700px;
}
#header-main .banner table {
	width: 100%;
}

#header-main .banner .topmenu {
	background: #C6CACF url(img/topmenu_right.gif) right top no-repeat;
}
#header-main .banner .topmenu .left {
	padding-left: 15px;
}
#header-main .banner .topmenu .right {
	padding-right: 30px;
}
#header-main .banner .topmenu .right table {
	margin-left: auto;
	width: auto;
}
#header-main .banner .topmenu .right input.text {
	margin: 0 4px 0 6px;
	width: 116px;
}

#header-main .banner .topbanner {
	background: #192E49 url(img/topbanner_bg.gif) left top no-repeat;
	height: 110px;
	width: 700px;
}


/* CONTENT */
#content-main {
	margin: 0 auto;
	width: 960px;
}
#content-main td {
	vertical-align: top;
}
#content-main p {
	line-height: 1.4em;
}
#content-main .left {
	width: 680px;
}
#content-main .right {
	width: 280px;
}

/* home page content */
#content-index .topleft {
	background: #DDE5EB url(img/contidx_topleft_btm.gif) bottom left no-repeat;
	height: 100%;
	width: 400px;
}
#content-index .topleft table {
	background: url(img/contidx_topleft_bg.gif) top repeat-x;
	height: 100%;
	padding: 20px 20px 10px;
	width: 100%;
}
#content-index .topright {
	background: #77ADE2 url(img/contidx_topright_bg.gif) top repeat-x;
	height: 100%;
	width: 280px;
}
#content-index .topright table {
	/*background: url(img/contidx_topright_btmline.gif) bottom left no-repeat;*/
	height: 100%;
	padding: 20px 20px 0;
	width: 100%;
}
#content-index .topright table .morenews {
	padding-bottom:5px;
	text-align: right;
	vertical-align: bottom;
}

#content-index .btm {
	background: #BDD1DE url(img/contidx_btm_bg.gif) top repeat-x;
	width: 680px;
}
#content-index .btm table {
	background: url(img/contidx_btm_btm.gif) bottom left no-repeat;
	padding: 15px 20px 20px;
	width: 100%;
}
#content-index .btm table.topright-btm {
	background: none;
	height: 10px;
	padding: 0;
	text-align: right;
	width: 100%;
}

#rightcol-index {
	background: #EFF2F4 url(img/rightcol_bg.gif) top repeat-x;
	width: 280px;
}
#rightcol-index td {
	padding: 20px;
	vertical-align: top;
}
#rightcol-index .btm {
	background: none;
	padding: 0;
}


/* sub page content */
#content-page {
	background: #DDE5EB url(img/contpage_btm.gif) bottom left no-repeat;
	font-size: 1.1em;
	width: 100%;
}
#content-page table.content {
	background: url(img/contpage_bg.gif) top repeat-x;
	padding: 20px;
	width: 100%;
}

#rightcol-page {
	background: #EFF2F4 url(img/rightcol_bg.gif) top repeat-x;
	width: 280px;
}
#rightcol-page td {
	padding: 20px;
}
#rightcol-page .btm {
	background: none;
	padding: 0;
}


/* footer */
#footer {
	background: #627A94;
	width: 680px;
}
#footer table {
	background: url(img/contidx_footer_btm.gif) bottom left no-repeat;
	color: #A0B5C6;
	padding: 6px 20px 6px;
	width: 100%;
}
#footer table a {
	color: #A0B5C6;
}
#footer table .right {
	text-align: right;
}


/* links */
a.more-black,
a.more-black:hover {
	background: url(img/morearrow_black.gif) right no-repeat;
	color: #000;
	padding-right: 18px;
	font-weight: bold;
}
a.more-blue,
a.more-blue:hover {
	background: url(img/morearrow_blue.gif) right no-repeat;
	color: #1275DA;
	padding-right: 18px;
	font-weight: bold;
}
a.more-grey,
a.more-grey:hover {
	background: url(img/morearrow_grey.gif) right no-repeat;
	color: #555;
	padding-right: 18px;
	font-weight: bold;
}

/* lists */
ul {
	margin: 0;
	padding: 0;
}
ul li {
	background: url(img/generic_list_bul.gif) left 5px no-repeat;
	list-style: none;
	padding: 0.2em 0 0.2em 14px;
}

ul.technologies {
	margin: 0;
	padding: 0;
}
ul.technologies li {
	list-style: none;
	padding: 0 0 1em;
}
ul.technologies li a {
	color: #1275DA;
	font-size: 1.1em;
	font-weight: bold;
}
ul.technologies li p {
	margin: 0.25em 0 0;
}

/* content images */
img.img-right {
	border: 1px solid #333;
	float: right;
	margin: 0.4em 0 0.4em 0.4em;
}


/* headings */
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 0.5em;
}
h1.blue {
	color: #1275DA;
}
h1.grey {
	color: #555;
}
h1.white {
	color: #FFF;
}

h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

h3 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

h4 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em;
}


/* Forms */
form {
	margin: 0;
}

input, textarea, select {
	border: 1px solid #AAB5C1;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 2px;
}
select {
	padding: 1px;
}

input.imgbtn {
	border: 0;
	margin: 0;
	padding: 0;
}

