/* css reset */

html{overflow-y:scroll;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Tahoma, Verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:#fff url(../images/bg.gif) repeat-x top left;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end css reset */

#wrapper{margin-left:auto;margin-right:auto;width:892px;}
#container{float:left;width:892px;margin-top:7px;}
#logo{float:left;padding:44px 0 0 0;}

#navcontainer{clear:left;float:left;border:solid 0px red;width:100%;margin-top:28px;}
#navlist li{float:left;list-style-type:none;background:url(../images/navbg.gif) no-repeat center left;line-height:1em;}
#navlist li a{float:left;display:block;padding:0 12px 0 15px;text-decoration:none;font-size:0.7em;color:#666666;}
#navlist li a:hover{color:#0768a9;}
#navlist li a.active{color:#0768a9;}

#left{float:left;}
#right{float:left;margin:30px 0 0 10px;}

#content-area-bottom{clear:left;float:left;width:757px;height:auto;border:solid 1px #ccc; margin: 30px 0 0 0}
#content-area-bottom #welcome-text{float:left;width:420px;height:159px;padding:20px 0 0 22px;border:solid 0px red;}
#content-area-bottom #welcome-text h1{color:#006699;font-size:1em;font-weight:bold;}
#content-area-bottom #welcome-text p{color:#666666;font-size:0.8em;margin:10px 0 8px 0;line-height:14px;}
#content-area-bottom #welcome-text p b{color:#404040;}
#content-area-bottom #page-text{float:left;width:720px;height:auto;padding:20px 0 20px 22px;border:solid 0px red;}
#content-area-bottom #page-text h1{color:#006699;font-size:1em;font-weight:bold;}
#content-area-bottom #page-text p{color:#666666;font-size:0.8em;margin:10px 0 8px 0;line-height:14px;}
#content-area-bottom #page-text p b{color:#404040;}

#content-area-bottom #news-box{float:left;width:298px;height:183px;border:solid 1px #d6d6d6;margin:7px 0 0 8px;}
#content-area-bottom #news-box h1{display:block;background:#eee;font-size:0.8em;border:solid 2px White;padding:8px 0 7px 15px;color:#666;font-weight:bold;}
#content-area-bottom #news-box .item{float:left;border-bottom:dotted 1px #ccc;margin:8px 0 0 8px;font-size:0.7em;padding:3px 12px 12px 11px;background:url(../images/featured-job-arrow.gif) no-repeat top left;}
#content-area-bottom #news-box .item a{color:#0768a9;text-decoration:none;font-weight:bold;}
#content-area-bottom #news-box .item a:hover{text-decoration:underline;}
#content-area-bottom #news-box .item p{color:#999999;padding-top:4px;}

#search-area-bottom{clear:left;float:left;width:757px;border:solid 1px #ccc;margin-top:7px;}
#search-area-bottom #results{float:left;padding:9px;width:737px;}
#search-area-bottom .featured-header{float:left;border:solid 1px #ccc;padding:1px;width:734px;}
#search-area-bottom .featured-header a{color:#fff;font-size:0.7em;font-weight:bold;background:#0768a9;display:block;padding:10px 0 10px 11px;text-decoration:none;}
#search-area-bottom .featured-header a:hover{text-decoration:underline;}

#search-area-bottom .featured-result{float:left;border-left:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;padding:10px;width:716px;background:#e2ecf4 url(../images/featured-result-bg.gif) repeat-x bottom left;margin-bottom:8px;}
#search-area-bottom .featured-result .specs{float:left;border:solid 0px red;width:248px;font-size:0.7em;line-height:16px;}
#search-area-bottom .featured-result .specs b{width:148px;color:#0768a9;}
#search-area-bottom .featured-result .specs hr{height:1px;color:#ccc;}
#search-area-bottom .featured-result .specs a{color:#0768a9;text-decoration:none;}
#search-area-bottom .featured-result .specs a:hover{text-decoration:underline;}
#search-area-bottom .featured-result .description{float:left;margin-left:10px;width:450px;}
#search-area-bottom .featured-result .description p{font-size:0.7em;line-height:16px;}
#search-area-bottom .featured-result .description a{color:#0768a9;text-decoration:none;}
#search-area-bottom .featured-result .description a:hover{text-decoration:underline;}

#search-area-bottom .header{float:left;border:solid 1px #ccc;padding:1px;width:734px;}
#search-area-bottom .header a{color:#000;font-size:0.7em;font-weight:bold;background:#eeeeee;display:block;padding:10px 0 10px 11px;text-decoration:none;}
#search-area-bottom .header a:hover{text-decoration:underline;}

#search-area-bottom .result{float:left;border-left:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;padding:10px;width:716px;background:#fff url(../images/result-bg.gif) repeat-x bottom left;margin-bottom:8px;}
#search-area-bottom .result .specs{float:left;border:solid 0px red;width:248px;font-size:0.7em;line-height:16px;}
#search-area-bottom .result .specs b{width:148px;color:#0768a9;}
#search-area-bottom .result .specs hr{height:1px;color:#ccc;}
#search-area-bottom .result .specs a{color:#0768a9;text-decoration:none;}
#search-area-bottom .result .specs a:hover{text-decoration:underline;}
#search-area-bottom .result .description{float:left;margin-left:10px;width:450px;}
#search-area-bottom .result .description p{font-size:0.7em;line-height:16px;}
#search-area-bottom .result .description a{color:#0768a9;text-decoration:none;}
#search-area-bottom .result .description a:hover{text-decoration:underline;}

#right-banner{float:left;width:120px;height:240px;}

#footer { float: left; clear: left; font-size: 0.7em; margin-bottom: 10px; padding: 5px; width: 700px;}
#footer a { color: #404040 }
#footer a:hover { text-decoration: none }

.box { float: left; padding: 4px; border: solid 1px #ccc; margin: 10px 0px 10px 0; }
#page-text .box .items { float: left; clear: left; background: #e6f0f6; width: 680px; padding: 4px 8px 4px 8px; }
#page-text .box .items ul { float: left; padding: 0; margin: 0;  }
#page-text .box .items ul{ margin-left:0px; border-top: solid 1px #c1d9e9; width: 100% }
#page-text .box .items li { float: left; clear: left; width: 660px; position: relative; padding: 0; margin: 0; padding-left: 21px; background: url(../images/bullet.gif) no-repeat 7px 50%; list-style-type: none; border-bottom: solid 1px #c1d9e9; line-height: 18px; height: 18px; font-size: 11px; color: #04426c }
#page-text .box .items li a { font-size: 11px; color: #04426c; text-decoration: none; }
#page-text .box .items li a:hover { color: #0768a9; }
#page-text .box .items li span { float: right; }

#login-box{clear:left;float:left;border:solid 0px red;margin-right:30px;margin-top:10px; font-size: 1em }
#login-form {float:left;margin-top:2px;border:solid 1px #ccc;width:300px;background:#b1cde1;padding:10px;color:Black;}
#page-text .registration-benefits{float:left;width:310px;border:solid 0px red;margin-top:15px; font-size: 13px; line-height: normal}
#page-text .registration-benefits a { color: #04426c; text-decoration: none; }
#page-text .registration-benefits a { color: #04426c; text-decoration: none; }
#content-area-bottom #page-text #login-form p{color:#000;font-size:0.7em;margin:10px 0 8px 0;line-height:14px;}

/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform {
	width: 100%;
	font-size: 0.8em;
	padding-top:20px;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #0768a9;
	background: url(../images/formbg.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li 
{
    list-style-type: none;
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 10px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 160px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 160px; } /* Width plus 3 (html space) */

form.cmxform input{width:auto;}
form.cmxform textarea{width:450px;}
form.cmxform .sbmt{width:auto;}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.Box-Border { clear:left; float:left; width:266px; height:69px; border:solid 1px #CCC; padding:2px; margin-bottom:4px; }

    .Box-Border2 { clear:left; float:left; width:266px; height:112px; border:solid 1px #CCC; padding:2px; margin-bottom:4px;}

    .Box-Grey-Background { width:auto; height:59px; padding:5px 6px; background:#ebf6fa;}

    .Box-Grey-Background2{ width:auto; height:102px; padding:5px 6px; background:#eeeeee;}

    .Box-Image { float:left; padding-right:10px;}

    .Box-Details { float:left; width:180px; font-size: 1em}

        .Box-Details a{font-size:.8em; font-weight:normal;color:#666; text-decoration:none;}

        .Box-Details a:hover{text-decoration:underline;}

    .Box-Details2 { float:left; width:140px;border:solid 0px red; font-size: 1em}

        #content-area-bottom #page-text .Box-Details2 p{font-size:0.6em;color:#666;}

        .Box-Details2 a{text-decoration:none;font-weight:bold;}

        .Box-Details2 a:hover{text-decoration:underline;}
        #flashcontent{float:left;border:solid 0px red;margin:0 0 4px 0;}