/********************************************************
***  Modern Staffing                                  ***
***  Default Style v1.0b (For Basic Browsers)         ***
***  Website: www.modernstaffing.ca                   ***
***  Written by: Brandon Bartelds                     ***
***  Date Written: October 4, 2006                    *** 
********************************************************/

/********************************************************************************
***  This file is based on suggestions / lessons provided on:                 ***
***                                                                           ***
***  CSS Zen Garden - www.csszengarden.com                                    ***
***  Hot Design (Seybold Seminars) - www.hotdesign.com/seybold/index.html     ***
***  Tantek Celik (A Touch of Class) - tantek.com/log/2002/12.html#L20021216  ***
***	Passed design experience / education							   ***
***                                                                           ***
********************************************************************************/

/************************************************************************************
***  Colour Schemes                                                               ***
***                                                                               ***
***  The following table defines a commenting convention for creating a colour    ***
***  scheme.  Make sure when using 'find and replace', that the replace includes  ***
***  the commenting to handle future 'find and replace' commands.                 ***
***                                                                               ***
***  Background Colour #1	/*msbgc#1/ #555555;                                 ***
***  Background Colour #2	/*msbgc#2/                                          ***
***  Colour Scheme - C1		/*mscsc1/  #999999;                                 ***
***  Colour Scheme - C2		/*mscsc2/  #FFFFFF;                                 ***
***                                                                               ***
***                                                                               ***
************************************************************************************/

/**************************
***  Element Selectors  ***
**************************/

html {}
body {
	background-color: #555555; /*msbgc#1*/
}
a:link {}
a:visited {}
a:hover, a:active {}
div {}
p {}
h1 {}
h2 {}
ul {}
li {}
table.contactdetails {
	border: 0px;
	margin-left: 20px;
}
tr.contactdetails {

}
td.contactdetailslabel {
	vertical-align: top;
	text-align: right;
	padding-right: 22px;
	font-weight: bold;
}
td.contactdetailsdata {
	vertical-align: top;
	text-align: left;
	/*font-style: italic;*/
}
/****************************
***  Specific DIV Blocks  ***
****************************/
#container {
	border: 0px solid red;
	text-align: center;
	width: 100%;
	background-color: #555555; /*msbgc#1*/
}
#header {
	/*border: 2px solid #999999;*/ /*mscsc1*/
	border: 0px solid #999999; /*mscsc1*/
	text-align: center;
	position: static;
	/*background-color: #FFFFFF;*/ /*mscsc2*/
	background-image: url(http://www.modernstaffing.ca/header-bg.jpg);
}
#mainnav {
	border: 0px solid blue;
	color: #0000CC;
	/*background-color: #999999;*/ /*mscsc1*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
#mainnav ul {
	/*background-color: #999999;*/ /*mscsc1*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: center;
}
#mainnav li {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline;
}
#mainnav a:link, #mainnav a:visited {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	font-size: 14pt;
	font-family: Georgia;
}
#mainnav a:hover {
	font-weight: bold;
	/*color: #F0F983;*/
	color: #000000;
	text-decoration: none;
	font-size: 14pt;
	font-family: Georgia;
}
#mainnav a:active {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
	font-size: 14pt;
	font-family: Georgia;
}
#content {
	/*border: 3px solid #999999;*/ /*mscsc1*/
	border: 0px solid #999999; /*mscsc1*/
	background-color: #FFFFFF; /*mscsc2*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	text-align: left;
}
#content p {}
#content p.indentedquote {
	font-style: italic;
	margin-left: 25px;
	margin-right: 25px;
}
#content ul.generalbullets {
	/*text-indent: 5px;*/
	/*list-style-position: inside;*/
	/*list-style-image: url(checkmark.gif);*/
	/*list-style-type: square;*/
	list-style: none;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	float: left;
	/*width: 100%;*/
	border: 2px solid #000000;
	/*display: inline;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content li.generalbullets {
	/*display: inline;*/
	/*margin: 5px;*/
	/*padding: 5px;*/
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 25px;
	/*padding-right: 20px;*/
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(http://www.modernstaffing.ca/checkmark.gif);
	background-position: 0 9px;
	background-repeat: no-repeat;
}
#content ul.columnbullets {
	/*text-indent: 5px;*/
	/*list-style-position: inside;*/
	/*list-style-image: url(checkmark.gif);*/
	/*list-style-type: square;*/
	list-style: none;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	float: left;
	/*width: 100%;*/
	border: 2px solid #000000;
	/*display: inline;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content li.columnbullets {
	/*display: inline;*/
	/*margin: 5px;*/
	/*padding: 5px;*/
	float: left;
	width: 230px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.modernstaffing.ca/checkmark.gif);
	/*background-position: 0 3px;*/
	background-repeat: no-repeat;
}
#content ul.address {
	padding-bottom: 6px;
	display: inline;
	/*border: 1px solid #000000;*/
}
#content li.address {
	
}
#content div.indentedsubtitle {
	margin-left: 25px;
	font-weight: bold;
}
#content div.slogans {
	font-weight: bold;
}
#content div.contactregion {}
#content div.box {
	border: 3px solid #000000;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	/*clear: both;*/
}
#content div.floatindenting {
	/*border: 2px solid #000000;*/
	margin-top: 5px;
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	width: 88%;
}
#content div.clearing {
	clear: both;
}
#content div.centering {
	margin-left: auto;
	margin-right: auto;
}
#content div.contactregionlabel {
	display: inline;
	border: 0px solid red;
	float: left;
}
#content div.contactregiondata {
	display: inline;
	border: 0px solid blue;
	float: left;
}
#content div.contactregion {
	border: 0px solid black;
	float: left;
}
#footer {
	border: 0px solid black;
	background-color: #999999; /*mscsc1*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: left;
}


/* user for the jobDetails page */
#careerdetails {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#careerdetails table {
	background-color: #cccccc;
}

#careerdetails table td {
	background-color: #ffffff;
}

#careerdetails b {
	color: #0000ff;
}
#careerdetails p {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#careerdetails h4 {
 margin: 0;
 padding: 0;
}

/* used for career nav at the bottom of the careers page */
ul.careernav {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
}
li.careernav {
	padding: .25em;
	display: inline;
	font-size: 13pt;
}
a.careernav {

}



