/* GLOBAL STYLES */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	background: url(../img/menu_bg.gif) repeat-x;
}

h1 {
	margin: 0px 0px 12px 0px;
	color: #c21414;
	font-size: 19px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}

h2 {
	margin: 28px 0px -7px 0px;
	color: #4e4e4e;
	font-size: 14px;
	font-family: Arial, "Trebuchet MS";
}

p {
	margin-top: 14px;
	line-height: 19px;
	color: #252525;
	font-size: 13px;
	font-family: Arial, "Trebuchet MS";
	text-align: justify;
}

a {
	color: #ba0000;
	font-size: 13px;
	font-family: Arial, "Trebuchet MS";
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
}

ul {
	margin: -7px 0px 19px 0px;
	line-height: 19px;
	color: #252525;
	font-size: 13px;
	font-family: Arial, "Trebuchet MS";
	text-align: justify;
}

li {
	margin: 0px !important;
	padding: 0px !important;
}

img {
	border: none;
}

/* END GLOBAL STYLES*/



/* GLOBAL WRAPPER */

.global_wrapper {
	margin: -50px auto 0px auto;
	width: 998px;
	min-height: 100%;
}

/* END GLOBAL WRAPPER */



/* HEADER */

.header {
	margin: auto;
	padding-top: 50px;
	width: 944px;
	height: 159px;
	background: url(../img/header_bg.jpg) no-repeat bottom right;
}

.logo {
	padding-top: 35px;
	width: 100px;
	height: 159px;
}

/* END HEADER */



/* MENU */

.menu {
	width: 944px;
	height: 37px;
	background: url(../img/menu_bg.gif) repeat-x bottom;
}

.menu a {
	padding-top: 11px;
	color: #6d6d6d;
	font-size: 13px;
	font-family: Arial, "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	float: left
}

.menu a:hover {
	color: #950000;
}

.menu .select {
	color: #950000;
}

.menu_mark {
	padding-top: 3px;
	width: 34px;
	height: 37px;
	background: url(../img/menu_mark.gif) no-repeat center;
	float: left;
}

/* END MENU */



/* MAIN */

.main {
	margin: auto;
	width: 944px;
}

/* END MAIN */



/* RIGHT SIDEBAR */

.right_sidebar {
	padding: 33px 0px;
	width: 278px;
	float: right;
}

.right_sidebar_header {
	padding: 5px 0px 0px 6px;
	width: 278px;
	height: 21px;
	background: url(../img/right_sidebar_header.gif) no-repeat;
	color: #950000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}

.right_sidebar_header img {
	margin: -3px 5px 0px 0px;
	float: left;
}

.right_sidebar_content {
	margin-bottom: 27px;
	padding: 6px 10px;
	line-height: 19px;
	color: #252525;
	font-size: 13px;
	font-family: Arial, "Trebuchet MS";
	text-align: justify;
	background: url(../img/right_sidebar_content_bg.png) no-repeat bottom;
}

.right_sidebar_content p {
	margin: 0px;
	padding-top: 7px;
}

/* END RIGHT SIDEBAR */



/* CONTENT */

.content {
	padding: 28px 0px;
	width: 630px;
}

.horizontal_delimiter {
	width: 630px;
	height: 32px;
	background: url(../img/horizontal_delimiter.gif) no-repeat top;
}

.note {
	margin-bottom: 19px;
	padding: 0px 10px 7px 10px;
	width: 479px;
	border: 1px solid #CCC;
	background: url(../img/note_bg.gif) repeat-x bottom;
}

.note p {
	margin: 5px 0px 0px 0px;
}

.attention {
	width: 479px;
}

.breadcrumbs {
	padding: 0px 10px 0px 5px;
	color: #c21414;
	font-size: 22px;
	line-height: 22px;
	font-family: Arial, "Trebuchet MS";
	float: left;
}

.breadcrumbs_link {
	margin: 0px 0px 12px 0px;
	color: #c21414;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	float: left
}

/* END CONTENT */



/* FOOTER */

.footer {
	margin: auto;
	width: 944px;
	height: 50px;
	color: #707070;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS";
	font-weight: bold;
}

.footer a {
	color: #707070;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
	float: left;
}

.footer a:hover {
	color: #950000;
}

.bottom_menu {
	width: 100%;
    min-width: 630px;
	float: left;
}

.bottom_menu .menu_mark {
	height: 16px;
}

.copyright {
	float: right;
}

.copyright a {
	float: none;
}

.copyright span {
	margin: 0px 5px;
}

/* END FOOTER */
