body {
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
	background: url("/xerox/images/gradient_bg.jpg") repeat-x #363636;
	overflow-x: hidden; 
	margin: 20px 0 20px 0;
	text-align: left; 
}

/* general link styles  */

a:link,
a:visited, 
a:active {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

blueLink {
	color: #008aaf;
}

a img {
border: none; 
}

/* containers and whatnot  */

#top_cap {
	background:url('/xerox/images/top_cap_drop.png') no-repeat center;
	text-align: center; 
	height: 28px;
	margin: 0px auto;
}

#container {
	margin: 0 auto;
	background:url('/xerox/images/bg_drop.png') repeat-y center;
	padding: 0 0 40px 0;
}
#content_container {
	margin: 0 auto;
	width: 740px;
}
#bottom_cap {
	background: url('/xerox/images/bottom_cap_drop.png') no-repeat top center;
	text-align: center;
	height: 46px;
	margin: 0px auto;
}



#pageBanner {
width: 738px;
height:100px;
margin-left:1px;
margin-bottom:20px;
background-image:url('/xerox/images/banner.png');
background-repeat:no-repeat;
}
	.pageTitle {
	width: 500px;
	height:40px;
	padding:20px;
	text-align:left;
	font-family:"Xerox Sans Light", Arial, sans-serif;
	font-size:32px;
	color:#ffffff;
	}

#sidebar {
	width: 175px;
	padding-bottom: 40px;
	}
#content {
	width: 550px !important;
	min-height:500px;
	text-align:left;
	padding-bottom: 40px;
	}
.pos-right {
	float:right;
}
.pos-left {
	float:left;
}

.subhead {
width: 550px;
padding-bottom:20px;
text-align:left;
font-size: 20px;
color:#00B2BC;
}

.subhead2 {
text-align:left;
font-size: 12px;
color:#00B2BC;
}

.subhead3 {
width: 550px;
padding-bottom:20px;
text-align:left;
font-size: 12px;
}

#header,
#footer {
	margin: 0 auto;
	width: 740px;
}
#header {
	padding: 0 0 16px 0;
	text-align:left;
}
#header h1 {
	display:none;
}
#header img.logo {
	float:left;
	display:block;
	margin: 0;
}

/* navigation list stylings for header, footer, and utility navigation  */
ul#nav,
ul#footer {
	list-style-type:none;
	clear:both;
	margin: 0;
	padding:0;
}

ul#nav,
ul#footer {
	background-image: url("/xerox/images/background_740x31.gif");
	background-repeat: no-repeat;
	height: 31px;
	width: 740px;
}
ul#util_nav {
	float:right;	
	list-style-type:none;
	clear:both;
	margin: 5px;
	padding:0;
}
ul#util_nav a:link {
	color: #999;
}
ul#nav li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 16px;
	margin: 8px 0px;
	border-left: solid 1px #ddd;
	line-height: 1em;
	text-align: center;
	display: block;
}

ul#footer li {
	float:left;
	font-size: 11px;
	padding: 2px 5px;
	margin: 8px 0px;
	border-left: solid 1px #ddd;
	line-height: 1em;
	text-align: center;
	display:block;
}

ul#nav li.first, 
ul#footer li.first {
	border-left: none;
} 

ul#util_nav li {
	float:left;
	font-size: 11px;
	display:block;
	padding: 0 6px 0 6px;
	border-left: solid 1px #ddd;
}
ul#util_nav li.first {
	border-left: none;
}


/* active on states for main nav, based on body id, all pages in section should have id applied */
body#overview ul#nav li#overview a:link,
body#overview ul#nav li#overview a:visited,
body#overview ul#nav li#overview a:active,
body#programs ul#nav li#programs a:link,
body#programs ul#nav li#programs a:visited,
body#programs ul#nav li#programs a:active,
body#courses ul#nav li#courses a:link,
body#courses ul#nav li#courses a:visited,
body#courses ul#nav li#courses a:active,
body#test ul#nav li#test a:link,
body#test ul#nav li#test a:visited,
body#test ul#nav li#test a:active,
body#buy ul#nav li#buy a:link,
body#buy ul#nav li#buy a:visited,
body#buy ul#nav li#buy a:active {
	color: #333;
}

/* Sidebar */
.imgModule {
margin-top: 40px;
}
.logoModule {
margin: 0, auto;
padding-top:40px;
}
.callModule {
margin-top: 40px;
}
	.callTop{
	width:175px;
	height:10px;
	background-image:url(images/box_top.png);
	background-repeat:no-repeat;
	}
	.callFill{
	width:149px;
	padding-left:13px;
	padding-right:13px;
	background-image:url(images/box_fill.png);
	background-repeat:repeat-y;
	}	
	.callBottom{
	width:175px;
	height:10px;
	background-image:url(images/box_bottom.png);
	background-repeat:no-repeat;
	}		

/* Content styling */
	
h1 { margin:0px; font-size: 16px; font-weight:normal; }	
h2 { margin:0px; font-size: 12px; font-weight:bold; }	

h1, h2 {
color:#00B2BC; 
}

#content h4,
#content h5,
#content h6 {
	padding: 5px 0 3px 0;
	border-bottom: solid 1px #dadada;
	margin: 0 0 5px 0;
}

#content a:link,
#content a:visited, 
#content a:active {
	color: #0087C4;
}

#sidebar a:link,
#sidebar a:visited, 
#sidebar a:active {
	color: #0087C4;
}

#content ul {
padding-left:20px;
}

#content table td {
height:30px;
text-align:left;
}

p.footer_copyright {
	clear:both;
	color:#999999;
	font-size:11px;
	margin:0px;
	padding:3px 0px 10px 8px;
	text-align:left;
	width:720px;
}

/* forms */
form {
	padding: 10px 15px 10px 15px;
}
form.input {
}
