/*
 * GENERAL 
 */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #3B5D84;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #4F4F4F;
	font-size: 22px;
	margin: 0px;
}

h2 {
	margin: 0px;
}

h1.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding-left: 14px;
}

h1.header {
	font-size: 36px;
	margin-bottom: 10px;
}

h2.header {
	font-size: 20px;
}

.blue {
	color: #496F9D;
}

.green {
	color: #4C6E09;
}

.gray {
	color: #6C6C6C;
}


/*
 * HEADER 
 */
#header {
	background: #FFFFFF url(../graphics/header_bg.gif) top left repeat-x;
	height: 112px;
	min-width: 1238px;
}

#header #logo {
	float: left;
	width: 290px;
	height: 106px;
	margin-top: 5px;
	margin-left: 5px;
}

#header #top-right {
	float: right;
	background: url(../graphics/header_top-right.gif) top right no-repeat;
	width: 60%;
	height: 44px;
}

#header #top-right #text {
	float: right;
	width:260px;
	margin-top: 12px;
	margin-right: 35px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

#header #top-right #corner {
	float: right;
	width:125px;
	margin-top: 12px;
	text-align: center;
}

#header #top-right #corner a {
	color: #FFFFFF;
	font-weight: bold;
}

#header #special {
	float: right;
	width: 425px;
	padding-top: 14px;
	height: 50px;
	text-align: right;
	margin-right: 5px;
}

#header #ads {
	width:400px;
	height:100px;
	margin-left:80px;
	margin-top:8px;
	float:left;
}

#header #ads td {
	font-size: 11px;
	line-height: 130%;
}

#header #ads h1 {
	font-size: 20px;
	color: #3B5D84;
	padding-top:8px;
	padding-bottom: 2px;
	line-height: 30px;
}

#header #ads a {
	color: #507705;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/*
 * MENU 
 */
#menu {
	height: 42px;
	background: #000000 url(../graphics/menu_bg.gif) top left repeat-x;	
	width: 1003px;	
	text-align: center;
}

#menu #menu_left {
	background: #FFFFFF;
	width: 5px;
	height: 42px;
	float: left;
}

#menu #menu_right {
	background: #FFFFFF url(../graphics/menu_right.gif) top left no-repeat;	
	width: 16px;
	height: 42px;
	float: right;
}

#menu a {
	float: left;
	background: url(../graphics/menu_item_bg.gif) top left no-repeat;	
	display: block;
	height: 34px;
	width: 130px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 8px;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif
}

#menu a:hover, #menu a.selected {
	background: url(../graphics/menu_item_bg_hover.gif) top left no-repeat;	
}

#menu a.left {
	background: url(../graphics/menu_item_home_bg.gif) top left no-repeat;	
	width: 132px;
}

#menu a.left:hover, #menu a.left_selected, #menu a.left_selected:hover {
	background: url(../graphics/menu_item_home_bg_hover.gif) top left no-repeat;	
	width: 132px;
}

#menu #search {
	float: left;
	width: 160px;
	height: 31px;
	padding-top: 11px;
	padding-left: 34px;
	background: url(../graphics/menu_search.gif) top left no-repeat;		
}

#menu #search input {
	border: 0px;
	width: 150px;
	background: none;
	color: #727272;
	font-size: 11px;
}


/*
 * CONTENT 
 */
#content {
	/*
	margin-left: 5px;
	margin-right: 5px;
	*/
	width: 994px;
}

/*
 * FOOTER
 */
#footer {
	background: url(../graphics/footer_bg.gif) top left repeat-x;
	height: 52px;
	min-width: 1003px;
	margin-top: 10px;
}

#footer #footer_menu {
	float:left;
	background:#FFFFFF;
	margin-left: 5px;
}

#footer #footer_menu_left {
	float: left;
	background: url(../graphics/footer_menu_left_bg.gif) bottom left repeat-x;
	width: 9px;
	height: 10px;
	margin-top: 9px;
	/*+margin-top: 5px;*/
}

#footer #footer_menu_right {
	float: left;
	background: url(../graphics/footer_menu_right_bg.gif) bottom left repeat-x;
	width: 9px;
	height: 10px;
	margin-top: 9px;
	/*+margin-top: 5px;*/
}

#footer #footer_menu a {
	float: left;
	padding-left: 10px;
	padding-right: 5px;	
	font-size: 11px;
	color: #444444;
	background: url(../graphics/footer_menu_item_bg.gif) top left no-repeat;		
}

#footer #footer_menu a.left {
	background: none;		
	padding-left: 4px;
}

#footer #copyright {
	float: right;
	width: 350px;
	color: #C7C7C7;
	font-size: 11px;
	margin-top: 24px;
	text-align: right;
	padding-right: 5px;
}


/*
 * SPECIAL
 */

/* Widebar default */  
.widebar {
	background: url(../graphics/widebar_bg.gif) top left repeat-y;	
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 0px;
	text-align: left;
}

.widebar_top {
	background: url(../graphics/widebar_top_bg.gif) top left no-repeat;
	height: 9px;
}

.widebar_bottom {
	background: url(../graphics/widebar_bottom_bg.gif) bottom left no-repeat;
	height: 15px;
	margin-bottom: 5px;
} 

.box_a {
	background: url(../graphics/box_a_bg.gif) top left no-repeat;
	height: 98px;
	width: 224px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;	
}
 
/* Inverse tab default (and green and gray) */ 
a.inverse_tab, a.inverse_tab_selected,
a.inverse_tab_green, a.inverse_tab_green_selected,
a.inverse_tab_gray, a.inverse_tab_gray_selected {
	float: left;
	background: url(../graphics/inverse_tab_bg.gif) top left no-repeat;	
	display: block;
	height: 32px;
	width: 165px;
	text-align: center;
	color: #2E4C71;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:1px;
}

a.inverse_tab:hover,
a.inverse_tab_green:hover,
a.inverse_tab_gray:hover {
	background: url(../graphics/inverse_tab_bg_hover.gif) top left no-repeat;
	text-decoration: none;
} 
 
a.inverse_tab_selected, a.inverse_tab_selected:hover,
a.inverse_tab_green_selected, a.inverse_tab_green_selected:hover,
a.inverse_tab_gray_selected, a.inverse_tab_gray_selected:hover {
	background: url(../graphics/inverse_tab_bg_hover.gif) top left no-repeat;
	text-decoration: none;	
}

/* Inverse tab green (details) */
a.inverse_tab_green, a.inverse_tab_green_selected {
	background: url(../graphics/inverse_tab_bg_green.gif) top left no-repeat;	
	color: #4C6E09;
}

a.inverse_tab_green:hover {
	background: url(../graphics/inverse_tab_bg_green_hover.gif) top left no-repeat;
} 

a.inverse_tab_green_selected, a.inverse_tab_green_selected:hover {
	background: url(../graphics/inverse_tab_bg_green_hover.gif) top left no-repeat;
}

/* Inverse tab gray (details) */
a.inverse_tab_gray, a.inverse_tab_gray_selected {
	background: url(../graphics/inverse_tab_bg_gray.gif) top left no-repeat;	
	color: #6C6C6C;
}

a.inverse_tab_gray:hover {
	background: url(../graphics/inverse_tab_bg_gray_hover.gif) top left no-repeat;
} 

a.inverse_tab_gray_selected, a.inverse_tab_gray_selected:hover {
	background: url(../graphics/inverse_tab_bg_gray_hover.gif) top left no-repeat;
}

/* Button big default */
a.button,
a.button_green,
a.button_gray {
	float: inherit;
	width: 202px;
	height: 46px;
	background: url(../graphics/button.gif) top left no-repeat;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;	
	padding-top: 17px;
}

a.button:hover,
a.button_green:hover,
a.button_gray:hover {
	background: url(../graphics/button_hover.gif) top left no-repeat;
	text-decoration: none;
}

/* Button big green (details) */
a.button_green {
	background: url(../graphics/button_green.gif) top left no-repeat;
}

a.button_green:hover {
	background: url(../graphics/button_green_hover.gif) top left no-repeat;
}

/* Button big gray (details) */

a.button_gray {
	background: url(../graphics/button_gray.gif) top left no-repeat;
}

a.button_gray:hover {
	background: url(../graphics/button_gray_hover.gif) top left no-repeat;
}
 
/* Button small */ 
a.button_small {
	float: inherit;
	width: 118px;
	height: 23px;
	background: url(../graphics/button_small.gif) top left no-repeat;
	display: block;	
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
	font-size: 11px;
}

a.button_small:hover {
	background: url(../graphics/button_small_hover.gif) top left no-repeat;
	text-decoration: none;
}