/*reset styles for browser compatibility*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Begin styles here*/

html,body {
	margin:0;
	padding:0;
	background: #c8cdcb;
	color:#6b6b6b;
}

body {
	font: 76% arial,sans-serif;
	text-align:center;
	color: #3b3b3b;
}

p {
	line-height:1.4;
}

.strong {
	font-weight:bold;
}

img {
	border:none;
}

a {
	color:#3086ab;
	text-decoration:none;
}

a:hover {
	color:#ff7400;
	text-decoration:underline;
}

h1 {
	height:25px;
	padding:12px 0px 20px 0px;
	color:#f77f00;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
}

h4 {
	background:#c8dbe3;
	padding:5px 0px 5px 7px;
	font-weight:bold;
}

h6 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	margin:20px 0 15px 0;
}

div#wrapper {
	float:left;
	width: 100%;
}

div#header {
	height: 135px;
}

div#navbar_shadow {
	height: 4px;
	padding: 0px;
	margin:0px 0px 20px 0px;
	background: url(http://www.pusdsef.org/images/navbar_shadow.gif) repeat-x;
}

div#breadcrumbs {
	height:0px;
	width:740px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 15px 0px;
	font-size:12px;
	color: #3086b5;
	border-bottom:2px solid #f77f00;
}

.nolink {
	color:#666;
	font-weight:bold
}




div#container{text-align:left;background: #fff;}
div#sidebar{float:left;width:246px;margin:122px 22px 75px -268px}

div#sidebar_main{float:right;width:296px;margin:0px 15px 25px 0px;}

div#container{width:960px;margin:0 auto 12px auto;padding:0px 10px;background:url(/images/main_bg7.gif) repeat-y;}

div#content{padding:0px 22px 75px 22px;margin: 0 268px 0px 176px;}

div#content_wide {padding:0px 15px 15px 15px;width:619px;float:left;}

div#content_full {width:916px;padding:0px 15px 75px 15px;}

div#footer{clear:left;width:100%;}


div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 0px 6px 12px;
	text-align:left;
	background:#b2cde0;
	height:14px;
	width:948px;
	color:#5d6f75;
}

div#footer a {
	padding:0px 7px;
	border-right:1px solid #3086b5;
}

div#footer a.lastlink {
	padding:0px 7px;
	border-right:none;
}



div#navigation {
	margin:85px 0px 75px -960px;
	float:left;
	width:176px;
	border-bottom: 1px solid rgb(160, 167, 174);
}

.nav_item {
	border-top: 1px solid rgb(160, 167, 174);
	padding: 7px 0px 0px 10px;
	height: 22px;
	font-weight:bold;
}

.nav_item_active {
	border-top: 1px solid rgb(160, 167, 174);
	padding: 7px 0px 0px 10px;
	height: 22px;
}

nav_item_active {
	font-weight:bold;
}
		
.nav_subitem {
	border-top: 1px solid rgb(160, 167, 174);
	padding: 5px 10px 5px 20px;
	background: rgb(233, 237, 243);
}

.nav_subitem a {
	font-size:11px;
}

blockquote {
	padding:5px 0px 20px 40px;
}

.intro {
	margin-bottom:25px;
}

/* Style for default section page grid */

.default_wide {
	width:739px
	;height:118px;
	margin-bottom:20px;
}

.default_left {
	height:118px;
	width:358px;
	float:left;
	border-bottom:1px solid #adc3cd;
}

.default_right {
	height:118px;
	width:358px;
	float:right;
	border-bottom:1px solid #adc3cd;
}

.noborder {
	border:none;
}

.default_description {
	float:left;
	width:220px;
}

.thumb {
	background:#fff;
	border: 1px solid rgb(126, 137, 142);
	padding: 3px;
	margin-right:10px;
	float:left;
}

.main {
	font-size:13px;
}

a.main:hover {
	color:#3086b5;
	text-decoration:none;
}