html {
	font-size: small;
	font-family: Verdana;
}

body {
	margin-top: 4px;
}

table {
	font-size: small;
	font-family: Verdana;
	border: 0px;
	padding: 0px;
	table-layout:fixed;
}

img { border: none; }

p {
	margin: 0px;
	padding: 4px;
}

a { text-decoration: none; font-family: arial; }
a:link { color: #062247; }
a:visited { color: #062247; }
a:hover { color: black; text-decoration: underline; }
a:active { color: #062247; }

li {
	margin-left: auto;
	padding-left: auto;
	list-style-type: disc;
	list-style-position: inside;
}

.red {
	color: red;
}
.handy {
	cursor: pointer;
	cursor: hand;
}

/* Table col left */
.tcl {
	background-color: white;
	font-size: 90%;
	padding-left: 2px;
}

/* Breacrumb trail */
.breadcrumb {
	font-family: Verdana;
	color: #dcdcdc;
	padding: 1px 5px 1px 10px;
	text-align: left;
}
.breadcrumb a { color: #dcdcdc; text-decoration: none; font-family: Verdana; }
.breadcrumb a:link { color: #dcdcdc; }
.breadcrumb a:visited { color: #dcdcdc; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb a:active { color: #dcdcdc; }

/* Top plug boxes */
.plug_box {
	background-color: #e5ecf1; 
	border-top: 1px solid #bdc0c3;
	border-right: 1px solid #898b8c;
	border-left: 1px solid #bdc0c3;
	border-bottom: 1px solid #898b8c;
	padding: 0px;
	margin: 0px;
	width: 308px;
	height: 110px;
}
.plug_box .title {
	background-color: #e5ecf1;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #c9252b;
}
.plug_box .plugbody {
	background-color: #e5ecf1;
	color: black;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 90%;
}
.plug_box a { text-decoration: none; font-family: Verdana; }
.plug_box a:link { color: black; }
.plug_box a:visited { color: black; }
.plug_box a:hover { color: black; text-decoration: underline; }
.plug_box a:active { color:black; }

/* Nav block */
.nav_blk {
	background-color: #e5ecf1; 
	border-top: 1px solid #bdc0c3;
	border-right: 1px solid #898b8c;
	border-left: 1px solid #bdc0c3;
	border-bottom: 1px solid #898b8c;
	margin-bottom: 5px;
	margin-top: 2px;
}
.nav_blk .text{
	padding: 3px 3px 3px 3px;
}
.nav_blk .mini {
	font-size: 80%;
	color: #222;
}
.nav_blk .quiz {
	height:130px;
}
.nav_blk .title {
	background-color: #e5ecf1;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #c9252b;
}
.nav_blk a { text-decoration: none; font-family: Verdana; }
.nav_blk a:link { color: black; }
.nav_blk a:visited { color: black; }
.nav_blk a:hover { color: black; text-decoration: underline; }
.nav_blk a:active { color:black; }

.nav_blkfeed {
	background-color: #fee8d0; 
	border-top: 1px solid #bdc0c3;
	border-right: 1px solid #898b8c;
	border-left: 1px solid #bdc0c3;
	border-bottom: 1px solid #898b8c;
	margin-bottom: 5px;
	margin-top: 2px;
}
.nav_blkfeed .title {
	background-color: #fee8d0;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #ff4e00;
}
.nav_blkfeed .text{
	padding: 3px 3px 3px 3px;
}

/* Pale Nav block for use in main columns */
.nav_blk_pale {
	background-color: #f6f9fc; 
	border-top: 1px solid #cccdce;
	border-right: 1px solid #a0a1a1;
	border-left: 1px solid #cccdce;
	border-bottom: 1px solid #a0a1a1;
	margin-bottom: 5px;
	margin-top: 2px;
}
.nav_blk_pale .text{
	padding: 3px 3px 3px 3px;
}

.nav_blk_pale .quiz {
	height:130px;
}
.nav_blk_pale .title {
	background-color: #f6f9fc;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #a0a1a1;
}
.nav_blk_pale a { text-decoration: none; font-family: Verdana; }
.nav_blk_pale a:link { color: black; }
.nav_blk_pale a:visited { color: black; }
.nav_blk_pale a:hover { color: black; text-decoration: underline; }
.nav_blk_pale a:active { color:black; }

.nav_blk_pale .titlesearch1 {
	background-color: #f6f9fc;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #c9252b;
}

.nav_blk_pale .titlesearch2 {
	background-color: #f6f9fc;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #1a517d;
}

.nav_blk_pale .titlesearch3 {
	background-color: #f6f9fc;
	color: black;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
	border-bottom: 3px solid #156039;
}


.login{
	float:left;
	height: 22px;
	padding:  6px 4px 0px 4px;
}

.white_nav {
color: white;
font-family: verdana;
}

.white_nav a { text-decoration: none; font-family: verdana; font-weight: bold; }
.white_nav a:link { color: white; }
.white_nav a:visited { color: white; }
.white_nav a:hover { color: white; text-decoration: underline; }
.white_nav a:active { color:white; }


.left_nav {
	background: #ffffff url(/images/left_nav.gif) repeat-x scroll top;
}

.menu_options {

	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	font-weight: bold;
	color: white;
	text-align: left;


}
.menu_options a { text-decoration: none; font-family: "Arial", cursive; font-weight: bold; color: white;}
.menu_options a:visited{ text-decoration: none; font-family: "Arial", cursive; font-weight: bold; color: white;}
.menu_options a:hover{ text-decoration: none; font-family: "Arial", cursive; font-weight: bold; color: white;}
/*.menu_options a:active{ text-decoration: none; font-family: "Arial", cursive; font-weight: bold; color: white;}*/
.menu_options .box {
	background: #043b68 url(/images/nav_blk_back.gif) repeat-x scroll top left;
	font-size: 100%;
	padding: 2px 8px 2px 2px;
	border: 1px solid black;
	color: white;
}
.menu_options .boxselect {
	background: #043b68 url(/images/arrow.gif) repeat-x scroll top right;
	font-size: 100%;
	padding: 2px 8px 2px 2px;
	border: 1px solid black;
	color: white;
}
.menu_options .boxselectboiler {
	background: #043b68 url(/images/fire.gif) repeat-x scroll top right;
	font-size: 100%;
	padding: 2px 8px 2px 2px;
	border: 1px solid black;
	color: white;
}
.menu_options .boxselectelection {
	background: #043b68 url(/images/flag.gif) repeat-x scroll top right;
	font-size: 100%;
	padding: 2px 8px 2px 2px;
	border: 1px solid black;
	color: white;
}
.menu_options .boxpad {
	background: white;
	font-size: 100%;
	padding: 7px 0px 0px 0px;
	border: 0px solid black;
	color: white;
}

/* Table col middle */
.tcm {
	background-color: white;
}

/* Main content */
.content {
	padding-left: 10px;
	padding-right: 5px;
}
.content a { text-decoration: none; font-family: arial; font-weight: bold; }
.content a:link { color: #062247; }
.content a:visited { color: #062247; }
.content a:hover { color: black; text-decoration: underline; }
.content a:active { color:#062247; }

/* Bottom */
.bottom {
	font-size: 80%;
	border: 1px solid #ecf2ec;
	padding: 5px 5px 5px 5px;
}

.bottom a { color: #FFFFFF; }
/* Headings */
.tcl h1 {
	font-weight: bold;
	font-size: 110%;
	font-family: tahoma;
	padding: 2px 2px 2px 0px;
	margin: 0px;
}
.golfbody h1 {
	font-weight: bold;
	font-size: 110%;
	font-family: tahoma;
	padding: 2px 2px 2px 0px;
	margin: 0px;
}

.content h1 {
	font-family: arial;
	font-weight: bold;
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	margin: 0px 0px 8px 0px;
	color: white;
	background: #9c1e23 url(/images/corner1.gif) no-repeat scroll top left;
}
.content h2 {
	font-weight: bold;
	font-size: 105%;
	font-family: tahoma;
	padding: 2px 2px 2px 0px;
	margin: 0px;
}
.content h3 {
   font-weight:bold;
   font-size: 120%;
   font-family: tahoma;
   padding: 2px 2px 2px 0px;
   margin: 0px;
}
.content h4 {
	font-family: arial;
	font-weight: bold;
	padding: 2px 2px 1px 8px;
	margin: 0px 0px 8px 0px;
	font-size: 110%;
	color: white;
	background: #023a66 url(/images/corner3.gif) no-repeat scroll top left;
}
.content h5 {
	font-family: arial;
	font-weight: bold;
	padding: 2px 2px 1px 8px;
	margin: 0px 0px 8px 0px;
	font-size: 110%;
	color: white;
	background: #034e27 url(/images/corner2.gif) no-repeat scroll top left;
}

/* Pale Nav block for use in main columns */
.job_blk {
	background-color: #e5ecf1; 
	border-top: 1px solid #bdc0c3;
	border-right: 1px solid #898b8c;
	border-left: 1px solid #bdc0c3;
	border-bottom: 1px solid #898b8c;
	margin-bottom: 5px;
	margin-top: 2px;
	padding: 3px 3px 3px 3px;
	font-size: 90%;
	color: #333;
}

.job_blk_pale {
	background-color: #f6f9fc; 
	border-top: 1px solid #cccdce;
	border-right: 1px solid #a0a1a1;
	border-left: 1px solid #cccdce;
	border-bottom: 1px solid #a0a1a1;
	margin-bottom: 5px;
	margin-top: 2px;
	padding: 3px 3px 3px 3px;
	font-size: 90%;
	color: #333;
}
.mini_job {
	font-size: 90%;
	color: #333;
}
.mini_job h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #000;
	font-weight: bold;
	font-size: 125%;
	margin: 0px 0px 2px 0px;	
}
.mini_job_nice {
	background-color: #e5ecf1; 
	border: 1px solid #666;
	padding: 4px 4px 4px 4px;
	font-size: 90%;
	color: #333;
}
.mini_job_nice H1 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	color: #000;
	font-weight: bold;
	font-size: 125%;
	margin: 0px 0px 2px 0px;	
	}

.hgolf {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: black;
	background: #CDDBE6 url(/images/cornergolf.gif) no-repeat scroll top left;
}
.hjob {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: white;
	background: #074C75 url(/images/cornerjobs.gif) no-repeat scroll top left;
}
.hjob2 {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: white;
	background: #074C75 url(/images/cornerjobs2.gif) no-repeat scroll top right;
}
.hconf {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: #f5f97d;
	background: #bd0010 url(/images/cornerconf.gif) no-repeat scroll top left;
}
.hconf2 {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: #f5f97d;
	background: #bd0010 url(/images/cornerconf2.gif) no-repeat scroll top right;
}
.hconf3 {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: black;
	background: #f5f97d url(/images/cornerconf3.gif) no-repeat scroll top left;
}
.hfun {
	padding: 2px 2px 1px 8px;
	font-size: 110%;
	color: black;
	background: #CDDBE6 url(/images/cornerfun.gif) no-repeat scroll top left;
}

.mini {
	font-size: 80%;
	word-wrap: break-word;
}
/* Images */
.img_left {
	font-family: tahoma;
	font-size: 80%;
	float: left;
	border: 1px solid #ecf2ec;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}
.img_right {
	font-family: tahoma;
	font-size: 80%;
	float: right;
	border: 1px solid #ecf2ec;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}
.img_none {
	font-family: tahoma;
	font-size: 80%;
	display: block;
	border: 1px solid #ecf2ec;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

/* Pop-up box */
.pop {
	width: 300px;
	background-color: #fdfdfd;
	color: black;
	padding: 10px 10px 10px 10px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #999;
}

/* Search results box */
.searchBox {
	background: #ffffff url(/images/back.jpg) no-repeat scroll top;
	color: black;
	padding: 4px 4px 4px 4px; 
	margin: 1px 0px 4px 0px;
	border-top: 0px solid #ccc;
	border-right: 0px solid #c9252b;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #c9252b;
}
.searchBox .title {
	padding: 2px 2px 1px 8px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	background: #C9252B url(/images/corner1.gif) no-repeat scroll top left;
}
.searchBox2 {
	background: #ffffff url(/images/back2.jpg) no-repeat scroll top;
	color: black;
	padding: 4px 4px 4px 4px; 
	margin: 1px 0px 4px 0px;
	border-top: 0px solid #ccc;
	border-right: 0px solid #085da0;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #085da0;
}
.searchBox2 .title {
	padding: 2px 2px 1px 8px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	background: #085da0 url(/images/corner1.gif) no-repeat scroll top left;
}
.searchBox3 {
	background: #ffffff url(/images/back3.jpg) no-repeat scroll top;
	color: black;
	padding: 4px 4px 4px 4px; 
	margin: 1px 0px 4px 0px;
	border-top: 0px solid #ccc;
	border-right: 0px solid #08a050;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #08a050;
}
.searchBox3 .title {
	padding: 2px 2px 1px 8px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	background: #085da0 url(/images/corner2.gif) no-repeat scroll top left;
}
/* General purpose box */
.niceBox {
	padding: 1px 1px 1px 1px;

}
.niceBox h1 {
	font-family: arial;
	font-weight: bold;
	padding: 2px 2px 1px 8px;
	margin: 0px;
	font-size: 110%;
	color: white;
	background: #C9252B url(/images/corner1.gif) no-repeat scroll top left;
}

.niceBox h2 {
	font-weight: bold;
	font-size: 105%;
	font-family: tahoma;
	padding: 2px 2px 2px 0px;
	margin: 0px;
}
.niceBox h3 {
   font-weight:bold;
   font-size: 120%;
   font-family: tahoma;
   padding: 2px 2px 2px 0px;
   margin: 0px;
}
.niceBox h4 {
	font-family: arial;
	font-weight: bold;
	padding: 2px 2px 1px 8px;
	margin: 0px 0px 8px 0px;
	font-size: 110%;
	color: white;
	background: #08a050 url(/images/corner3.gif) no-repeat scroll top left;
}
.niceBox h5 {
	font-family: arial;
	font-weight: bold;
	padding: 2px 2px 1px 8px;
	margin: 0px 0px 8px 0px;
	font-size: 110%;
	color: white;
	background: #085da0 url(/images/corner2.gif) no-repeat scroll top left;
}

.niceBox  .title {
	padding: 2px 2px 3px 8px;
	font-size: 110%;
	color: white;
	background: #C9252B url(/images/corner1.gif) no-repeat scroll top left;
}
.niceBox  .title2 {
	padding: 2px 2px 3px 8px;
	font-size: 110%;
	color: white;
	background: #085da0 url(/images/corner2.gif) no-repeat scroll top left;
}

.niceBox  .title3 {
	padding: 2px 2px 3px 8px;
	font-size: 110%;
	color: white;
	background: #08a050 url(/images/corner3.gif) no-repeat scroll top left;
}
.niceBox .content {
	padding: 3px 8px 3px 5px;
	overflow: hidden;
}
.niceIshBox {
	padding: 3px 3px 3px 3px;
	border: 1px solid #ddd;
	background-color: #fefefe;
}
.countryFloat {
	font-size: 75%;
	color: #555;
	float: right;
}

/* half width box */
.halfBox {
	background-color: white;
	margin-bottom: 5px;
	height: auto;
	overflow: hidden; /* auto; */
}
.halfBox .content {
	margin: 0px;
	padding: 2px 4px 4px 4px;
}
.halfBox .title {
	background-color: #074C75;
	border-top: 1px solid #377Ca5;
	border-bottom: 1px solid #071C45;
	border-right: 1px solid #071C45;
	color: white;
	font-weight: bold;
	padding: 2px 4px 3px 4px;
	margin: 0px 0px 2px 0px;
	font-size: 110%;
}
	
/* Box for top nav */
/* half width box */
.topBox {
	background-color: white;
	border-left: 1px dotted #999;
	margin-bottom: 2px;
	margin-right: 2px;
	height: auto;
	overflow: hidden; /* auto; */
}
.topBox .title {
	background-color: #074C75;
	border-top: 1px solid #377Ca5;
	border-bottom: 1px solid #071C45;
	color: white;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 0px;
	font-size: 85%;
}
.topBox a { text-decoration: none; font-family: arial; font-weight: bold; }
.topBox a:link { color: #fff; }
.topBox a:visited { color: #fff; }
.topBox a:hover { color: black; text-decoration: underline; }
.topBox a:active { color:#fff; }

.divider {
	clear: both;
	height: 4px;
}


.job_img {
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

.midi {
	font-size: 90%;
	line-height: auto;
	color: #000;
}

.cvBox {
	padding: 3px 10px 3px 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #F8F5F4 url(/jobs/img/binder.gif) top left repeat-y;
}
.tiny_poll {
    /*background:url('/images/tinywindow2.jpg') no-repeat center;*/
	border:2px solid #014983;
	background-color:#F3F6FD;
    font-family:Verdana, Arial, Tahoma, Verdana;
    font-size:80%;
    width:105px;
	color:#014983;
	margin-left:5px;
	padding: 0px 0px 0px 2px;
}
.tiny_poll b {
	color:#000;
	margin-left: 0px;
	text-align:right;
	font-size:130%;
}
.tiny_poll h1 {
	font-size:150%;
}
.tiny_poll table {
	background-color:blue;
}
.tiny_poll2 {
    /*background:url('/images/tinywindow2.jpg') no-repeat center;*/
	border:2px solid #014983;
	background-color:#F3F6FD;
    font-family:Verdana, Arial, Tahoma, Verdana;
    font-size:80%;
    width:230px;
	color:#014983;
	margin-left:5px;
	padding: 0px 0px 0px 2px;
}

.logoLeft {
	padding: 2px 2px 2px 2px;
	margin: 2px 5px 2px 2px;
	border: 1px solid #555;
	background-color: #fff;
	float: left;
	height: 75px;
	width: 75px;
}

.logoRight {
	padding: 2px 2px 2px 2px;
	margin: 2px 5px 2px 2px;
	border: 1px solid #555;
	background-color: #fff;
	float: right;
	width: 120px;
}

.logoRightQuiz {
	padding: 2px 2px 2px 2px;
	margin: 2px 5px 2px 2px;
	border: 1px solid #555;
	background-color: #fff;
	float: right;
	width: 100px;
}