/* global declarations */
body {
	position: relative;
    margin: 0;
    padding: 0;
    background: #F2F2EC;
    font-family: Myriad, Arial;
    font-size: 11px;	
	background: url(../images/background_body.jpg) top center;
	background-repeat: repeat-y;    
}
div {
    font-family: Myriad, Arial;
    font-size: 11px;
}
span {
    font-family: Myriad, Arial;
    font-size: 11px;
}
a {
    color: #2A9DD5;
    text-decoration: underline;
}
a:hover {
    color: #2A9DD5;
    text-decoration: none;
}
h1 {
    font-family: 'Trebuchet MS', Arial;
    font-size: 18px;
    color: #0E75A7;
    line-height: 20px;
}
h2 {
    font-family: 'Trebuchet MS', Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    text-decoration: none;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	color: #33333;
}
h4 {
	font-family: 'Trebuchet MS', Arial;
	font-size: 22px;
	font-weight: bold;
	color: #535352;
	line-height: 27px;
}

input[type="text"] {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: default;*/
	padding: 2px;
	margin: 0;
}
input[type="text"]:hover {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: pointer;*/
	padding: 2px;
	margin: 0;
}

input[type="file"] {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: default;*/
	padding: 2px;
	margin: 0;
}
input[type="file"]:hover {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: pointer;*/
	padding: 2px;
	margin: 0;
}

input[type="password"] {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: default;*/
	padding: 2px;
	margin: 0;
}
input[type="password"]:hover {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: pointer;*/
	padding: 2px;
	margin: 0;
}

textarea {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: default;*/
	padding: 2px;
	margin: 0;
}
textarea:hover {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	/*border: 1px solid #0E75A7;*/
	/*cursor: pointer;*/
	padding: 2px;
	margin: 0;
}


/* css buttons */
/* css buttons */
input.button, input.button:hover {
	background: url(../images/button.jpg) no-repeat top left;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	cursor: default;
	font-family: 'Trebuchet MS', Arial;
	height: 21px;
	width:90px;
	text-align: center;
	border: none;
	position: relative;
	clear: none;
	margin: auto 5px auto 5px;
	cursor:pointer;
}
div.button, div.button:hover {
	background: url(../images/button.jpg) no-repeat top left;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	cursor: default;
	font-family: 'Trebuchet MS', Arial;
	height: 19px;
	width:90px;
	text-align: center;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
	cursor:pointer;
}
a.button {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position:relative;
	top: 2px;
}
a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position:relative;
	top: 2px;
}

/* 2007 Button (big) */

input.button2, input.button2:hover {
	background: url(../images/button.gif) repeat-x top left;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Trebuchet MS', Arial;
	height: 21px;
	text-align: center;
	border: 1px solid rgb(124, 124, 124);
	position: relative;
	clear: none;
	margin: auto 5px auto 5px;
}
div.button2, div.button2:hover {
	background: url(../images/button.gif) repeat-x top left;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Trebuchet MS', Arial;
	height: 19px;
	text-align: center;
	border: 1px solid rgb(124, 124, 124);
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
}
a.button2, a.button2:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position:relative;
	top: 2px;
}

/* main box */
#main_index_body {
	position: relative;
	width: 1004px;
	height: auto;
	/*min-height: 760px;*/
	margin:auto;
}

/* including content */
#main_index_content {
    width: 1004px;
	position: relative;
	float:left;
	clear:none;
	height: auto;
	/*min-height: 760px;*/
}
#main_index_column_left {
	position:relative;
	float:left;
	clear:none;
}
#main_index_column_content {
	position:relative;
	float:left;
	clear:none;
}
#main_index_column_right {
	position: relative;
	clear: none;
	float: right;
	height: 100%;
}
#main_index_column_right_abs {
	position:absolute;
	float: right;
	right: 0px;
	height: 100%;
}
/* main menu on top */
ul.main_index_navigation {
	position: relative;
	float: left;
	clear: both;
	width: 645px;
	margin:0px 0px 0px 5px;
	padding:0;
	list-style-image: none; 
	list-style: none none;
}
li.main_index_navigation {
	margin: 0;
	background: #BDBDBD;
	float: left;
    font-weight: bold;
    font-family: Myriad, Arial;
    font-size: 14px;
    border-right: 1px solid white;
}
li.main_index_navigation:hover {
	margin: 0;
	background: #1995D1;
	float: left;
    font-weight: bold;
    font-family: Myriad, Arial;
    font-size: 14px;
    border-right: 1px solid white;
}
li.main_index_navigation_selected {
	margin: 0;
	background: #1995D1;
	float: left;
    border-right: 1px solid white;
}
li.main_index_navigation_selected:hover {
	margin: 0;
	background: #1995D1;
	float: left;
    border-right: 1px solid white;
}
a.main_index_navigation {
	display:block;
	float:left;   
	/*width: 93px;*/
	height: 18px;
	background:none;
	color: #fff;
    text-decoration: none;
    text-align:left;
    padding: 3px 3px 3px 8px;
    margin:auto;
    font-weight: bold;
    font-family: Myriad, Arial;
    font-size: 14px;
}
a.main_index_navigation:hover {
	display:block;
	float:left;   
	/*width: 93px;*/
	height: 18px;
	background:none;
	color: #fff;
    text-decoration: none;
    text-align:left;
    padding: 3px 3px 3px 8px;
    margin:auto;
    font-weight: bold;
    font-family: Myriad, Arial;
    font-size: 14px;
}
a.main_index_navigation_selected {
	display:block;
	float:left;   
	/*width: 93px;*/
	height: 18px;
	background:none;
	color: #fff;
    text-decoration: none;
    text-align:left;
    padding: 3px 3px 3px 8px;
    margin:auto;
    font-weight: bold;
    font-family: Myriad, Arial;
    font-size: 14px;
}
a.main_index_navigation_selected:hover {
	display: block;
	float: left;   
	/*width: 93px;*/
	height: 18px;
	background:none;
	color: #fff;
    text-decoration: none;
    text-align:left;
    padding: 3px 3px 3px 8px;
    margin:auto;
    font-weight: bold;
    font-family: Myriad, Arial;
    font-size: 14px;
}

/* main footer */
#main_index_footer {
	position:relative;
	clear:both;
	width: 1004px;
	height: 180px;
	text-align:center;
	margin: auto;
	float: center;
	background: white;
}
#main_index_footer_separator {
    height: 14px;
    background: url(../images/bg_title_line.jpg) repeat-x;
    margin: 0px 0px 10px 0px;
}
/* footer links */
.main_index_footer_list {
	position:relative;
	float:center;
	clear:none;
	margin:auto;
	list-style-image: none; 
	list-style: none none;
	padding: 5px;
}
.main_index_footer_list li {
	position:relative;
	float:center;
	clear:none;
	display:inline;
	padding: 5px;
}
/* copyright */
#main_index_footer_createdby {
	position: relative;
	clear: both;
	float: center;
	padding: 5px;
}
/* box for icons */
#main_index_footer_box {
	position: relative;
	clear: both;
	float: center;
	width: 704px;
	margin: auto;
	text-align: center;
}
/* vertical column for icons like metriweb */
.main_index_footer_column {
	position: relative;
	float: center;
	clear: none;
	display: inline;
	margin: 5px;
}
/* error box */
#message_stack {
	position: absolute;
	width: 600px;
	height: 150px;
	overflow: auto;
	z-index: 999;
	background: #eff6fc;
	border: 2px solid #d1e7f7;
	color: #933;
    font-family: Myriad, Verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	top: 110px;
	left: 42px;
	display: block;
	cursor: default;
}
#message_stack:hover {
	position: absolute;
	width: 600px;
	height: 150px;
	overflow: auto;
	z-index: 999;
	background: #eff6fc;
	border: 2px solid #d1e7f7;
	color: #933;
    font-family: Myriad, Verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	top: 110px;
	left: 42px;
	display: block;
	cursor: pointer;
}
/* ads */
#ads_footer {
	position: relative;
	float: center;
	clear: both;
	margin: auto;
	width: 704px;
}
#ads_column_left {
	position: relative;
	float: left;
	clear: both;
	width: 300px;
	margin: 10px;
}
#ads_column_right {
	position: relative;
	float: left;
	clear: both;
	width: 300px;
	margin: 10px;
}
#ads_header {
	position: relative;
	float: left;
	clear: both;
}
#ads_column_content {
	position: relative;
	float: left;
	clear: both;
}
