/**************** General Classes *****************/
body {
	margin: 0px;
	font-size: 11px; /* Font Size */
	color: #05052C;
	background-image: url(../images/background/greylines.gif);
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 800px;
	margin: 15px auto 0px auto;
	background-image: url(../images/background/global-background.gif);
	 /* Global White */
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #D30090;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: <Text_Medium />; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 16px;
	color:#000000; /* Link */
	font-weight: bold;	
	margin: 0px 0px 0px 0px;		
}


#homePage h1 {
	clear: none;
}

#homePage h2 {
	clear: none;
}

#homePage h3 {
	clear: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px 0px 20px 0px;
	width:98%;
	font-size:12px;
}

p.small {
	margin: 0px 0px 20px 0px;
	width:98%;
	font-size:11px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	width: 760px;
	margin: 10px auto;
	padding-bottom:10px;
	color:#000000;
}
#footerleft{
float:left;
margin-top:2px;
}
#footerright{
	float:right;
	background-image: url(../images/jettec-logo-white.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:30px;
	width:300px;
}

#footer a {
	color:#FFFFFF; /* Global White */
	text-decoration:none;
}

#footerjt {
float:right;
top:0px;
right:0px;	
}

#footer a:hover {
	color:#FFFFFF; /* Global White */
	text-decoration:underline;
}

#borderTop {
	background-image: url(../images/border_top.gif);
	height: 7px;
}

#borderBottom {
	background-image: url(../images/border_bottom.gif);
	height: 7px;
	
	background-position: center;
}

/**************** search classes *****************/
.backgroundlight {
background-color: #E8E5F8;
padding:2px;
}
#searchprinter {
	background-image: url(../images/printer.gif);
	background-repeat: no-repeat;
}

/**************** Header Classes *****************/
#logo {
text-align:center;
}

#mainarea {
	text-align:center;
	background-image: url(../images/main-area-bgrnd.gif);
	background-repeat:no-repeat;
	height: 300px;
	background-position: center center;	
}

#subheader {
	text-align:center;
	background-image: url(../images/sub_header_bgrnd.gif);
	background-repeat:no-repeat;
	background-position: center center;
}

#homePage # {
	background-image: url(../images/home_header_background.jpg);
	background-repeat:no-repeat;
	height: 201px;
	margin: 0px 6px 0px 20px;	
}


#subPage #header {
		/*background-image: url(../images/home_header_background.jpg);*/
	background-repeat:no-repeat;
	
	margin: 0px 0px 0px 0px;
	
}

#subPage #header #mainFeaturedLeft {
	float: left;
	width: 159px;
	
	padding: 60px 10px 10px 20px;
	color: #FFFFFF; /* Global White */
}

#subPage #header #mainFeaturedRight {
	margin-left: 184px;
	padding: 100px 215px 20px 30px;
	color: #FFFFFF; /* Global White */
}

#subPage #header #mainFeaturedLeft h1 {
	color: #E3E3E4; /* BG Light */
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#subPage #header #mainFeaturedLeft p {
	color: #F1F0EE; /* Global Gray Light */
}

#subPage #header #mainFeaturedRight h1 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	font-style: italic;
}

#subPage #header #mainFeaturedRight h2 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	padding-left: 15px;
}

/**************** Top Nav Classes *****************/
#topNavTop {
	background-image: url(../images/topnav_border_top.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
}

#topNav {
	text-align:center;
}

#innerContainerWrapper {
	/* background-image: url(../images/inner_body_background.gif);*/
	background-repeat:no-repeat;
	background-position: center 100%;
	 /* Global White */
	padding: 5px 10px;
	margin: 0px 12px 0px 12px;
}

#innerContainerWrapper #innerContainer {
	background-image: url(../images/inner_left_background.jpg);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 3px;
}

#innerContainerWrapper #innerContainer #innerLeft {
	width: 180px;
	float: left;
}


#homePage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 184px;
}

#subPage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 184px;
}

#subPage .contentHeaderContainer {
	padding-left: 0px;
	padding-right: 15px;
}

#subPage .contentBodyContainer {
	padding-left: 15px;
	padding-right: 5px;
}

#subPage div.hr {

}

/**************** Resources Classes *****************/
#resources {

	padding: 10px 0px 0px 20px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px 20px 0px 20px;
}

#sideNav h1 {
	margin: 0px 0px 5px 0px;
}

#homePage #sideNav a {
  text-decoration: none;
	display: block;
	color: #D30090;
}

#featured {
	padding: 0px 15px 10px 15px;
}

#featured .featuredLeft {
	width: 260px;
	float: left;
	padding-right: 15px;
}

#featured .featuredRight {
	margin-left: 260px;
	padding-left: 15px;
}

#featured .featuredmain {
	width: 520px;
	float: left;
	padding-top:5px;
	padding-right: 0px;
	padding-left: 10px;
}

#featured h1 {
	margin: 0px 0px 10px 0px;
}

#featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#featured li {
	padding-bottom: 10px;
}
 
