
* { 
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	/*font-size: 1.1em;*/
}

html {
	overflow-y: scroll;
	font-size: 125%;
}

body {
	background: url(../images/common/bg-body.gif) repeat-x center top #FFFFFF;
	color: #1c1c1c;
	font-size: 50%;
}

label, input, textarea, select, button {
	font-size: 1.1em;
}
img { border: 0; }

.td9 {
	font-size: 0.9em;
}
.td10 {
	font-size: 1em;
}
.td14 {
	font-size: 1.4em;
}
.td17 {
	font-size: 1.7em;
}

ul {
	padding-left: 16px;
}

p {
	line-height: 130%;
	font-size: 1.1em;
}

h1 {
	background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	font-size: 1.8em;
	font-weight: bold;
	color: #e30019;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
	position: relative;
}
	h1 a:link, h1 a:visited {
		/*font-size: 1.8em;*/
		color: #e30019;
	}
	h1 a:hover {
		color: #e57c43;
		text-decoration: none;
	}

h2 {
	/*
	background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	font-size: 1.8em;
	font-weight: bold;
	color: #e30019;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
	*/
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-left-link {
	float: left;
	margin-right: 3px;
}
.float-right-link {
	float: right;
	margin-left: 3px;
}
.clear-both {
	clear: both;
}



#wrapper {
	width: 913px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/common/bg-wrapper-img.jpg) no-repeat center top;
	/*background: Black;*/
	position: relative;
	padding-bottom: 80px;
}




/***************************************/
/*              SUBMENU                */
/***************************************/

#submenu {
	position: absolute;
	top: 43px;
	right: 28px;
	height: 31px;
}
	#submenu div {
		float: left;
	}
	#submenu #submenu-content {
		background: url(../images/common/bg-submenu.gif) repeat-x left top;
		height: 31px;
	}
	#submenu #corner-left {
		background: url(../images/common/corner_left_submenu.png) no-repeat left top;
		width: 51px;
		height: 31px;
	}
	#submenu #corner-right {
		background: url(../images/common/corner_right_submenu.png) no-repeat left top;
		width: 51px;
		height: 31px;
	}
	#submenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#submenu ul li {
			float: left;
			margin-top: 9px;
			padding: 0 5px;
			border-right: 1px #3d3d3d solid;
		}
		#submenu ul .submenu-last {
			border-right: none;
		}
		#submenu ul li a {
			color: #3d3d3d;
			font-size: 1.1em;
		}




/**************************************/
/*              HEADER                */
/**************************************/

#header {
	background: url(../images/common/bg-header-img.jpg) no-repeat left top;
	width: 913px;
	height: 95px;
	position: absolute;
	top: 68px;
	left: 0;
}		
	#logo {
		position: absolute;
		top: 26px;
		left: -10px;
	}
	
	#path {
		position: absolute;
		top: 72px;
		right: 37px;
	}
		#path a {
			color: #3d3d3d;
			font-size: 1.1em;
		}



/*****************************************/
/*              MAIN MENU                */
/*****************************************/

#main-menu {
	position: relative;
}
	#main-menu ul {
		position: absolute;
		top: 16px;
		right: 30px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#main-menu ul li {
			float: left;
			margin: 9px 0px 0 0px;
		}
		#main-menu ul li a {
			color: #3d3d3d;
		}



/***************************************/
/*              CONTENT                */
/***************************************/

#content {
	width: 913px;
	position: relative;
}
	
	#content-left {
		float: left;
		width: 230px;
		padding: 0;
		margin-right: 20px;
		margin-top: 165px;
		position: relative;
	}
	#content-center {
		float: left;
		width: 413px;
		margin-top: 165px;
		position: relative;
		padding-top: 23px;
	}
	#content-center-large {
		float: right;
		width: 663px;
		margin-top: 165px;
		position: relative;
		padding-top: 23px;
	}
	#content-right {
		float: right;
		width: 230px;
		margin-top: 165px;
		position: relative;
	}


/***************************************************/
/*              CONTENT LEFT + RIGHT               */
/***************************************************/

/* Panel Left White */
#panel-white {
	margin-top: 7px;
}
	#panel-white .corner-top {
		background: url(../images/panels/panel-white-corner-top.png) no-repeat left bottom;
		width: 230px;
		height: 6px;
	}
	#panel-white .corner-bottom {
		background: url(../images/panels/panel-white-corner-bottom.png) no-repeat left top;
		width: 230px;
		height: 5px;
	}
	#panel-white .content-wrapper {
		background: #FFFFFF;
		padding: 0 6px 1px 6px;
	}
	#panel-white .content {
		background: url(../images/panels/panel-white-bg.gif) no-repeat left top #FAFAFA;
		display: block;
		padding: 10px;
		width: 198px;
	}
	/*#panel-white h2 {
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
		font-size: 1.8em;
		font-weight: bold;
		color: #e30019;
		margin-bottom: 10px;
		padding: 0px 0px 2px 0px;
	}*/
	/* rest of the elements are styled in site-formatting-left.css, individually for each section */


/* Panel Right */
#panel-right {
	margin-top: 7px;
	clear: both;
}
	#panel-right .corner-top {
		background: url(../images/panels/panel-right-corner-top.png) no-repeat left bottom;
		width: 230px;
		height: 6px;
	}
	#panel-right .corner-bottom {
		background: url(../images/panels/panel-right-corner-bottom.png) no-repeat left top;
		width: 230px;
		height: 5px;
	}
	#panel-right .content-wrapper {
		background: #fcbe01;
		padding: 0 6px 1px 6px;
	}
	#panel-right .content {
		background: url(../images/panels/panel-right-bg.gif) no-repeat left top #FFFFFF;
		display: block;
		padding: 10px;
		width: 198px;
	}
	/*#panel-right h2 {
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
		font-size: 1.8em;
		font-weight: bold;
		color: #e30019;
		margin-bottom: 10px;
		padding: 0px 0px 2px 0px;
	}*/
	/* rest of the elements are styled in site-formatting-left.css, individually for each section */
	

/* Panel Left Orange */
#panel-orange {
	margin-top: 7px;
}
	#panel-orange .corner-top {
		background: url(../images/panels/panel-orange-corner-top.png) no-repeat left bottom;
		width: 230px;
		height: 6px;
	}
	#panel-orange .corner-bottom {
		background: url(../images/panels/panel-orange-corner-bottom.png) no-repeat left top;
		width: 230px;
		height: 5px;
	}
	#panel-orange .content-wrapper {
		background: #f9ba06;
		padding: 0 5px 0px 5px;
	}
	#panel-orange .content-block {
		background: url(../images/panels/panel-orange-bg-block.gif) no-repeat left bottom;
		padding-bottom: 10px;
		position: relative;
	}
	#panel-orange h2 {
		background: url(../images/panels/panel-orange-bg-h2.gif) no-repeat left top;
		font-size: 1.8em;
		font-weight: bold;
		color: #111111;
		margin: 0;
		padding: 10px 10px 5px 10px;
		border-bottom: 1px #ffaf00 solid;
		position: relative;
	}
		#panel-orange h2 a:link, #panel-orange h2 a:visited {
			/*font-size: 1.8em;*/
			font-weight: bold;
			color: #111111;
		}
		#panel-orange h2 a:hover {
			text-decoration: none;
			color: #72602d;
		}
	
	#panel-orange p {
		padding: 10px 10px 0 10px;
	}
	#panel-orange .separator {
		height: 5px;
	}
	
	#panel-orange .link-arrow:link, #panel-orange .link-arrow:visited {
		background: url(../images/common/arrow-white-bg-orange.gif) no-repeat left 5px;
		text-indent: 10px;
		display: block;
		color: #060606;
		position: relative;
	}
	#panel-orange .link-arrow:hover {
	}



/*************************************/
/*              FOOTER               */
/*************************************/

#footer {
}
	#footer-spacer {
		border-bottom: 1px #c2c4bf solid;
		padding-top: 15px;
		position: relative;
	}
	#footer-logos {
		float: left;
		list-style-type: none;
		margin-top: 5px;
		margin-left: -14px;
	}
		#footer-logos li {
			float: left;
			margin-right: 10px;
		}
	
	#footer-links {
		float: right;
		width: 500px;
		margin-top: 13px;
	}
		#footer-links ul {
			list-style-type: none;
		}
			#footer-links ul li {
				float: right;
				margin-left: 10px;
			}
				#footer-links ul li a {
					color: #3d3d3d;
					font-size: 1.1em;
				}
	
		#footer-links p {
			width: 500px;
			clear: right;
			float: right;
			text-align: right;
		}
	



/*********************************************/
/*                 LINKS                     */
/*********************************************/

a {
	color: #1573dd;
	outline: 0;
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* blue arrow links */
.link-arrow:link, .link-arrow:visited, 
.link-arrow-red:link, .link-arrow-red:visited, 
.link-arrow-yellow:link, .link-arrow-yellow:visited {
	background: url(../images/common/arrow-blue-square.gif) no-repeat left 2px;
	text-indent: 14px;
	display: block;
	margin-top: 3px;
}
.link-arrow:hover, 
.link-arrow-red:hover, 
.link-arrow-yellow:hover {
}

.link-arrow-red:link, .link-arrow-red:visited {
	color: #e30019;
}
.link-arrow-yellow:link, .link-arrow-yellow:visited {
	color: #d29c00;
}
/* END blue arrow links */

.link-arrow-small:link, .link-arrow-small:visited {
	background: url(../images/common/arrow-blue.gif) no-repeat left 5px;
	text-indent: 8px;
	display: block;
}
.link-arrow-small:hover {
}



/* LINK ON IMAGES*/
.link-img img {
	border: 4px #ced7c5 solid;
}
.link-img:hover img {
	border: 4px #70a5e0 solid;
}


/* PAGE NAVIGATION */
.page-nav {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
	.page-nav li {
		float: left;
		margin-left: 5px;
		height: 12px;
		line-height: 12px;
	}
		.page-nav li .link-page:link, .page-nav li .link-page:link {
			display: block;
			text-align: center;
			color: #3d3d3d;
			padding: 0 1px;
		}
		.page-nav li .link-page-active:hover {
		}
		
		.page-nav li .link-page-active:link, .page-nav li .link-page-active:visited {
			width: 18px;
			height: 12px;
			background: url(../images/common/bg-page-nav-active.gif) no-repeat left top;
			display: block;
			text-align: center;
			color: #FFFFFF;
			position: relative;
		}
		.page-nav li .link-page-active:hover {
			text-decoration: none;
		}



/* colors */
.red {
	color: #e30019;
}
.yellow {
	color: #d29c00;
}
.blue {
	color: #1573dd;
}
.black {
	color: #1c1c1c;
}
.grey {
	color: #858585;
}
.white {
	color: #FFFFFF;
}
		


/* FORMS */
.bg-line {
	background: #DDDDDD;
}
.form {
	background: #f5f5f5;
	border: 1px solid #BBBBBB;
	padding: 3px 4px 0 4px;
	height: 16px;
}
.form:focus {
	background: #FFFFFF;
	border: 1px solid #666666;
}
.checkbox {
	color: #444444;
	background-color : transparent;
	margin : 0;
	padding: 0;
}
.radio {
	background-color : transparent;
	margin : 2px 10px 0 0;
	padding: 0;
}
form {
	margin : 0;
	padding: 0;
	display: inline;
}
