/*
#################################
#      RE-STYLE BASIC TAGS      #
#################################
*/
html,body { height:100%; } /* This is key for IE6! */
body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
body { margin: 0px 0px 0px 0px; }
a:link, a:visited { color: #006983; text-decoration: none; }
a:hover { text-decoration: underline; }
p{ margin:0px; }
h1{ color: #006983; font-size:20px; font-weight:bold; margin:0px 0px 5px 0px; }
h2{ color: #006983; font-size:16px; font-weight:bold; margin:0px 0px 5px 0px; }
h3{ color: #006983; font-size:12px; font-weight:bold; margin:0px 0px 5px 0px; }

/*
#################################
#            ROOT DIV           #
#################################
*/
#base{
	position: relative; /* Do not forget this one!*/ 
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

/*
#################################
#      HEADER/NAVIGATION        #
#################################
*/
#header{
	height:40px;
	background-image: url(../images/framework/header_background.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
}
#header a:link { padding: 0px 4px 0px 4px; }

/*
#################################
#        CONTENT FRAME          #
#################################
*/
.content{
	background-image: url(../images/framework/content_background_1x197.gif);
	background-repeat: repeat-x;
	margin:1px 0px 0px 0px;
	padding: 26px 0px 102px 0px;
	display:block;
}

/* This is a fix for Firefox and Safari not including this will make the footer travel above the text inside the content frame */
.content:after { clear: both; display: block; font: 1px/0px serif; content: "."; height: 0; visibility: hidden; }

/*
#################################
#       MAIN NAVIGATION         #
#################################
*/
.navigation{ background-color:#FFFFFF; width:162px; float:left; margin:0px 0px 0px 8px; }

.navigation .nav a:link,.navigation .nav a:visited,.navigation .header{
	background-image: url(../images/framework/nav_light.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 18px;
	width: 150px;
	margin:0px 0px 6px 3px;
	padding:2px 0px 0px 6px;
}

.navigation .nav a:hover{ font-weight:bold; }

.navigation .header{
	background-image: url(../images/framework/nav_dark.jpg);
	color:#FFFFFF;
	font-weight:bold;
	height: 26px;
	padding:4px 0px 0px 6px;
	margin:12px 0px 2px 3px;
}

.navigation .contact{ font-weight: bold; text-align: center; margin-top: 15px; }

/*
#################################
#           ARTICLE             #
#################################
*/
.article {
	background-image:url(../images/framework/content_cap_top.gif);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	width:737px;
	float:right;
	padding:0px;
}
.col_pri { width:480px; float:left; margin:0px; padding: 15px 0px 0px 10px; }

.col_sec { width:190px; float:right; margin:15px 10px 0px 10px; padding: 0px 0px 0px 15px; border-left: 1px dashed #CCCCCC; }

.col_sec #jobs{
	width:117px;
	height:65px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/framework/col_header.gif);
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 55px;
	font-size: 14px;
}

.col_sec ul{
	margin: 0px;
	padding: 0px;
}

.positionlinks li{
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 10px;
	list-style-image: url(../images/framework/pixel.gif);
}

/*
#################################
#            FOOTER             #
#################################
*/
#footer{
	width: 100%;
	height: 102px;
	background-image:url(../images/framework/footer_background.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}
#foot-text{ padding-top: 35px; width: 930px; color: #006983; text-align: center; font-size:14px; }

/*
#################################
#        SIMPLE VISUALS         #
#################################
*/
.divider{ height:1px; border-bottom:1px solid #C5C8CA; clear:both; font-size: 1px; } /* font-size: 1px; is important for IE6 widths */

/*
#################################
#          FORM STYLES          #
#################################
*/

#marginForm fieldset{
	display: block;
	margin: 0 0 1em 0;
	border-top: 1px solid #FFFFFF;
	padding: 0 1em 1em 1em;
	border-right: 0 solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
}

#marginForm fieldset legend{ color:#000000; } 

#marginForm fieldset.radio { margin: 0; border: 0 solid #FFFFFF; }

#marginForm fieldset.radio input{
	position: static;
	clear: both;
	float: left;
	margin-top: -0.1em;
}

#marginForm fieldset.radio label{
	position: relative;
	top: 0em;
	display: inline;
	width: auto;
	margin: 0 0 0 0em;
	font-weight: bold;
	font-weight: normal;
	padding-top: 4px;
}

#marginForm fieldset.radio legend{ float: left; font-weight: bold; }


#marginForm input,#marginForm select,#marginForm textarea{
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
}

#marginForm input.submit{ 
	clear: both; 
	top: 0; 
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-size:11px;
}
#marginForm input.submit:active { border: 3px double #CCCCCC; border-top-color: #999999; border-left-color: #999999; }

#marginForm label{
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm label.first{ margin-top: 1em; }

.required{ color:#FF0000; }
.clearer { clear: both; }

/**********************************************************/
/****                  Table list                      ****/
/**********************************************************/

table.list {	empty-cells: show;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;}

th.list {	font-weight: bold;	text-decoration: none;	color: #FFFFFF;	background: #003E59 url(http://dignus.easycruit.com/files/bg.jpg) repeat-x top left; height:20px}
td.list-item-light {	text-decoration: none;	color: #000000;	background-color: #ffffff;}
td.list-item-dark {	text-decoration: none;	color: #000000;	background-color: #ededed;}

a.list-head {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	text-decoration: none;	color: #ffffff;}
a:active.list-head {	text-decoration: none;	color: #ffffff;}
a:visited.list-head {	text-decoration: none;	color: #ffffff;}
a:hover.list-head {		text-decoration: underline;	color: #ffffff;}

a.list {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;font-weight: bold;text-decoration: none;color: #003E59;}
a:active.list {		font-weight: bold;	text-decoration: none;	color: #003E59;}
a:visited.list {	font-weight: bold;	text-decoration: none;	color: #003E59;}
a:hover.list {		font-weight: bold;	text-decoration: underline;	color: #003E59;}