/*
COLORS: 
#FFFFFF - White
#E9F2F9 - Pale blue
#9CC4E4 - Light Blue
#3A89C9 - Blue
#3b6896 - Road Path Blue
#1157AA - Darker Blue
#1B324F - Navy
#F26C4F - Salmon
#F35A00 - Orange
*/


ul {
	margin-bottom: 1em;
}

ul li {
	margin-left:15px;
	list-style-position: outside;
	list-style-type: disc;
}

ol        		 { list-style-type: decimal }  /* 1 2 3 4 5 etc. */
ol ol     		 { list-style-type: upper-alpha } /* A B C D E etc. */   
ol ol ol  		 { list-style-type: lower-roman }  /* i ii iii iv v etc. */
ol ol ol ol  	 { list-style-type: decimal }  /* 1 2 3 4 5 etc. */
ol ol ol ol ol   { list-style-type: upper-alpha } /* A B C D E etc. */   
ol ol ol ol ol ol{ list-style-type: lower-roman }  /* i ii iii iv v etc. */

html, body {
	height: 100%;  
	margin: auto !important; 
}
html {
	background: url(http://www.jobstick.com/themes/jobstick/images/background.gif);
	background-color: #1B324F;
}

#hd {
	height:32px;
	margin-top:40px;
	background: url(http://www.jobstick.com/themes/jobstick/images/header-background.png);
	
	position: relative;
}

#ft, #ft a, #ft a:hover {
	color:#E9F2F9;
	text-align:center;
	padding: 0px 6px;
}
.sep {
	font-weight:bold;
	font-size:14px;
}

#headerBottom {
	background: url(http://www.jobstick.com/themes/jobstick/images/header-bottom.png);
	height:20px;
}

#logo {
	margin: 10px 0px -35px 10px;
}

.sprite {
	background: url(http://www.jobstick.com/themes/jobstick/images/sprite.png);
}

#navMenu {
	position:absolute;
	right:0px;
	bottom: 25px;
}

#navMenuLeft, #navMenuRight {
	background: url(http://www.jobstick.com/themes/jobstick/images/nav-background.png);
	background-repeat: repeat-y;
	height:39px;
}

#navMenuLeft {
	background-position: top left;
	margin-right:20px;
}

#navMenuRight {
	background-position: top right;
	margin-left:20px;
	margin-right:-20px;
}

#navMenuInner {
	margin: 0px 10px 0px -10px;
	padding-top:6px;
}
#navMenuClear {
	clear:both;
}

#navMenu li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
}

#navMenu a {
	display:block;
	
	margin-bottom:-17px;
	height:28px;
	
	padding:5px 15px 0px 15px;
	margin-right: 5px;
	float:left;

	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color: #1B324F;
	
	position:relative;
}

#navMenu a .tlc, #navMenu a .trc {
	background-image: url(http://www.jobstick.com/themes/jobstick/images/sprite.png);
	position:absolute;
	top:0px;
	height:7px;
	width:7px;
}
#navMenu a .tlc {
	left:0px;
}
#navMenu a .trc {
	background-position: -7px 0px;
	right:0px;
}

#navMenu li.nav-selected a {
	margin-bottom:-10px;
	background-color:#9CC4E4;
} 

#navMenu a:hover {
	background-color:#9CC4E4;
}
 
#navMenuActive {
}

#navSubMenu {
	float:right;
	color:#fff;
	
	margin-top: 12px;
	margin-bottom: -23px;
	
	padding-top:14px;
	padding-right:20px;
}
#navSubMenu a, #navSubMenu .sep {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	
	padding: 4px 10px 0px 10px;
	margin-top:-19px;
	height:25px;
	
	display:block;
	float:left;
}

#navSubMenu a.nav-selected {
	color:#1B324F;
}

#bd {
	background: url(http://www.jobstick.com/themes/jobstick/images/content-background.png);
	background-repeat: repeat-y;
	width:974px;
	padding:4px;
}
#bdBottom {
	background: url(http://www.jobstick.com/themes/jobstick/images/content-bottom.png);
	height:19px;
}

#breadcrumb {
	padding-left: 12px;
	margin-top: -5px;
}

#content {
	padding: 7px 18px 0px 12px;
}

#navMenu .navWrapper1
{
	margin-left:4px;
	background-color: #E9F2F9;
}

#headerImgWrapper
{
	background: url(http://www.jobstick.com/themes/jobstick/images/content-background.png);
	background-repeat: repeat-y;
	width:974px;
	padding:0px 4px;
	position:relative;
}

#headerText .home {
	color: #E9F2F9;
	width: 934px;
	position:absolute;
	top:336px;
}

#headerText {
	width: 854px;
	top:16px;
	
	padding:0px 10px;
	
	color: #1B324F;
	font-weight:bold;
	
	position: absolute;
}

#headerText p {
}

.headerTopLine, .headerBottomLine, .headerMidLine {
	line-height: .1em;
	position:absolute;
	display:block;
	top:15px;
	left:20px;
}

.headerTopLine {
	
}


.headerMidLine {
	font-size:20pt;
	margin-top:24px;
}

.headerBottomLine {
	margin-top:42px;
}

.headerRight {
	position:absolute;
	top:7px;
	left:50%;
}


/* customize_miscellaneous */ /* customize_miscellaneous */
