/**
*
* Cascading Style Sheet (CSS) for Marcus Kngihtley
*
* Author:           Tony Taylor
* Author:           Rob Edwards <rob.edwards@brycefarrah.com>
* Copyright:        2008 bryce:FARRAH
* Compatibility:    IEv7, FIREFOXv2
* Version:          1.0
*
**/


/*
* ----------------------------------------
* Global elements
* ----------------------------------------
*/

body {
	margin: 0pt;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
}

#container {
	width: 1000px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0px auto;
	text-align: center;
    font-family: Helvetica,Arial,sans-serif;
}

.clear {
	clear: both;
}



/*
* ----------------------------------------
* Banner
* ----------------------------------------
*/

#inBannerSection {
	width: 950px;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;

}

#inBannerSection #bookmark {
	color: white;
    font-size: 1.5em;
    line-height: 1.2em;
    position: absolute;
    left: 740px;
    top: 210px;
    width: 200px;
    text-align: right;
	text-decoration: none;
}

#inBannerSection #bookmark:hover {
	color: #993300;
}

#inBannerSection h3 {
    text-align: right;
    margin: 0px 20px 0 0;
    padding-top: 160px;
    font-size: 1.3em;
    color: white;
}


/*
* ----------------------------------------
* Breadcrumb
* ----------------------------------------
*/

#breadcrumb {
    height: 55px;
    position: absolute;
	top: 45px;
	left: 10px;
}

#breadcrumbLeft {
    float: left;
    width: 23px;
    height: 100%;
	background: top left no-repeat url('../../images/crumbLeft.png');

}

#breadcrumbRight {
    float: left;
    width: 11px;
    height: 100%;
	background: top right no-repeat url('../../images/crumbRight.png');
}

#breadcrumb h1 {
    font-family: Arial,sans-serif;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 55px;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    background: top right repeat url('../../images/breadcrumbSlider.png');
}

/*
* ----------------------------------------
* Navigation
* ----------------------------------------
*/

#inNavigationSection {
	width: 950px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	margin: 10px auto 0 auto;
}

#inNavigationSection ul {
	list-style: none;
	margin: 0px 10px 0px 10px;
}

#inNavigationSection li {
	float: left;
	height: 31px;
	width: 88px;
	margin-top: 20px;
	text-align: center;
}

#inNavigationSection li.clear {
	float: none;
	height: 1px;
	width: 1px;
	visibility: hidden;
}

#inNavigationSection ul a {
	background: transparent url('../../images/inNavigationSectionBackground_a.gif') no-repeat center center;
	display: block;
	height: 31px;
	width: 88px;
	line-height: 31px;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#inNavigationSection ul a:hover {
	background: transparent url('../../images/inNavigationSectionBackground_a.gif') no-repeat center center;
	display: block;
	height: 31px;
	width: 88px;
	line-height: 31px;
	font-size: 1.3em;
	font-weight: bold;
	color: #417CA4;
	text-decoration: none;
}

#inNavigationSection ul a.navCurrent {
	background: transparent url('../../images/inNavigationSectionBackground_active.gif') no-repeat center center;
	display: block;
	height: 31px;
	width: 88px;
	line-height: 31px;
	font-size: 1.3em;
	font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
}

#inNavigationSection ul a.navCurrent:hover {
    background: transparent url('../../images/inNavigationSectionBackground_active.gif') no-repeat center center !important;
    color: #E1E1E1 !important;
}

#inNavigationSection img {
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
	float: right;
}


/*
* ----------------------------------------
* Sub Navigation
* ----------------------------------------
*/


#subNavigation {
    display: block;
	float: left;
	height: 26px;

	margin: 10px 0 0 10px;
	font-size: 1.1em;
	clear: both;
}

#subNavigation li {
    float: left;
	padding: 0 0 0 15px;
	font-weight: normal;
	background: transparent url('../../images/navSlider.png') repeat left center;
}

#subNavigationLeftDoor {
    display: block;
    background: transparent url('../../images/leftNavDoor.png') no-repeat left center !important;
    width: 15px;
    height: 100%;
    padding: 0 !important;
}

#subNavigationRightDoor {
    display: block;
    background: transparent url('../../images/rightNavDoor.png') no-repeat right center !important;
    width: 30px;
    height: 100%;
    padding: 0 !important;
}

#subNavigation li.clear {
    clear: both;
}

#subNavigation a {
    color: #6A96B5;
    text-decoration: none;
	line-height: 26px;
	height: 100%;
	display: block;
	float: left;
	padding: 0px 2px;
}

#subNavigation a:hover {
	background-color: black;
}

#inSubNavigationSection {
    width: 950px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    background: #F3F3F3;
    margin: 0pt auto;
    margin-bottom: 15px;

}

#inSubNavigation ul {
    float: right;
}

#inSubNavigation li {
    float: left;
    margin-left: 10px;
}

#inSubNavigation li.clear {
    float: none;
}

#inSubNavigation a {
    font-size: 1.2em;
    color: black;
    text-decoration: none;
}

#inSubNavigation a:hover {
    color: #993300;
}


/*
* ----------------------------------------
* Feed
* ----------------------------------------
*/

#inFeed {
	border-right: 0;
	width: 565px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	float: left;
	text-align: left;
	line-height: 30px;
	padding-left: 20px;
}

#inFeed h3 {
    display: inline;

    font-weight: bold;
    font-size: 1.5em;
	color: #993300;
}

#inFeed h4 {
	font-size: 1.2em !important;
	font-weight: normal !important;
	text-transform: capitalize !important;
}

#inFeed span {
	font-size: 1.1em !important;
}

#inFeed a {
    margin-left: 10px;
    text-decoration: none;
	color: #993300;
}

#inFeed a:hover {
	color: #EE4400;
}

#inFeed h4 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
}

#inFeed span {
    display: inline;
    font-size: 1em;
    margin-left: 10px;
}


/*
* ----------------------------------------
* Main Content
* ----------------------------------------
*/
#inContentSection {
	width: 950px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0pt auto;
}

#inMainContent {
	width: 700px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
	text-align: left;
}

#inMainContent h1 {
    font-size: 2.0em;
    font-weight: 100;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}


#inMainContent h2 {
    font-size: 1.7em;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
}


#inMainContent ul {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 20px 20px 40px;
}

#inMainContent li {
	list-style: circle;
	margin-left: 15px;
	margin-bottom: 5px;
}

#inMainContent img {
	padding: 0;
	margin: 0;
	border: 0;
}

#inMainContent a {
     color: #993300;
     text-decoration: none;
}

#inMainContent a:hover {
    text-decoration: underline;
}

#marketsBubble {
	position: absolute;
	background: #E7E7E7 top left repeat-x url(../../images/marketsBubbleRepeat.gif);
}

#marketsBubbleLeft {
	background: top left no-repeat url(../../images/marketsBubbleLeft.gif);
}

#marketsBubble p {
	margin: 0px !important;
	padding: 12px 5px 6px 5px;
	min-width: 86px;
	text-align: center;
	color: #94B2C6;
	font-size : 1.3em;
	font-weight: bold;
	font-family: arial, sans-serif;
}

#marketsBubbleRight {
	background: top right no-repeat url(../../images/marketsBubbleRight.gif);
}

#inMainContent #marketsList li {
	list-style: none;
	display: inline;
	margin: 0;
}

#inMainContent p {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 20px 15px 20px;
}


/*
* ----------------------------------------
* Job Search
* ----------------------------------------
*/
#inJobSearch {
	float: right;
	min-height: 334px;
	height: auto !important;
	height: 334px;
	margin: 0 15px 5px 0;
	width: 164px;
}



#inJobSearchTitle {
	background: transparent url('../../images/inJobSearchTitle.gif') no-repeat center center;
	min-height: 94px;
	height: auto !important;
	height: 94px;
	width: 164px;
}

#inJobSearchTitle img {
	float: left;
	margin: 1px 0 1px 1px;
}

#inJobSearchTitle h3 {
	color: #FFFFFF;
	font-size : 1.1em;
	font-weight: 400;
	font-family: arial, sans-serif;
	padding: 35px 0 0 0;
}

#inJobSearchContent {
    background: transparent url('../../images/inJobSearchContent.gif') no-repeat top left;
    min-height: 207px;
    height: auto !important;
    height: 207px;
    text-align: left;
    width: 164px;
}

#inJobSearchContent h2 {
	border-bottom: 2px solid #3A759C;
	color: #FFFFFF;
	display: block;
	font-size : 1.6em;
	font-weight: bold;
	font-family: arial, sans-serif;
	margin: 0 10px 5px 10px;
	padding: 10px 0 5px 0;
	width: 136px;
}

#inJobSearchContent p {
	color: #FFFFFF;
	font-size : 1.0em;
	font-weight: normal;
	font-family: verdana, sans-serif;
	margin: 0 5px 5px 10px;
}

#inJobSearchContent .lblSelect {
	color: #FFFFFF;
	display: block;
	font-size : 1.0em;
	font-weight: bold;
	font-family: verdana, sans-serif;
	padding: 0 5px 5px 10px;
}

#inJobSearchContent select {
	margin: 0 5px 5px 10px;
	width: 145px;
}

#inJobSearchContent .lblCheckbox {
	color: #032D4C;
	font-size : 1.0em;
	font-weight: normal;
	font-family: arial, sans-serif;
}

#inJobSearchContent #cmdSearch {
	float: right;

	width: 100% !important;
	font-size : 1.0em;
	font-weight: normal;
	font-family: arial, sans-serif;
}

#inJobSearchContent #searchBoxPadd {
    width: 100%;
    height: 8px;
}

/*
* ----------------------------------------
* Footer
* ----------------------------------------
*/

#inFooterSection {
	background: #333333;

	width: 930px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	margin: 0pt auto;
	line-height: 25px;
	color: white;
	text-align: right;
	padding: 0 10px;
	font-size: 1.3em;
}

#inFooterSection a {
	line-height: 25px;
	color: white;
	text-decoration:none;
}

#inFooterSection a:hover {
	color: #993300;
}

/*
* ----------------------------------------
* Internal Content
* ----------------------------------------
*/

/**
 * --------------------------------------
 * JOB LISTINGS
 * --------------------------------------
 */

.jobListing h2 {
	margin-top: 40px !important;
}

.jobListing .link {
	margin-bottom: 40px !important;
}

.jobListing hr {
	color: #993300;
	background-color: #993300;
}

/*
* ----------------------------------------
* Contact Form
* ----------------------------------------
*/

.contactyouform {
	width: 100%;
}

.contactyouform form {
    padding-left: 20px;
}

.contactyouform label {
    font-size: 1.5em;
    line-height: 1.2em;
}

.contactyouform .howandwhen label {
    display: block;
}

.contactyouform .howandwhen textarea {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 500px;
}

.contactyouform .otherinfo .grouping {
    clear: both;
    margin-bottom: 10px;
    width: 500px;
}

.contactyouform .otherinfo .groupingleft {
    clear: left;
    display: inline;
    float: left;
    height: 25px;
    padding: 0;

	width: 150px;
}

.contactyouform .otherinfo .groupingright {
    display: inline;
}

.contactyouform  {
	clear: both;
	float: right;
	margin-bottom: 10px;
}

.submitbutton {
	float: right;
	margin-bottom: 10px;
}

.msg {
	margin-bottom: 10px;
    margin: 0 !important;
    float: left !important;
    color: #E40D2E;
}