/* copyright 2007 education & life training center fort collins colorado */


/* below wildcard sets all tags to zero/none so that various browser defaults are overridden */

* {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
	}

body {
	color:#333333;
	padding:0;
	background-image: url(../images/repeating_background_sliver.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	height: auto;
	float: none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
}

/* Main layout and header */
#wrap {
	color:#303030;
	width:760px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-image: url(../images/leftside_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}




#header {
	color:#505050;
	height:165px;
	background-image: url(../images/header_main_extra_narrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 760px;
	padding: 0;
	margin: 0;
	position: relative;
}
#header img {
	float: left;
	margin: 10px;
}


#header h2{
	margin-left: -9000px;
	display: inline;
	}



/* Left sidebar and menu */
#leftside {
	clear:left;
	float:left;
	padding:0;
	width:150px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 2px;
}
h5 {
	font-size: .9em;
	font-weight: bold;
}

#leftside ul.avmenu {
	list-style:none;
	padding:0;
	width:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}
#leftside ul.avmenu li {
	display:inline;
	padding:0;
	width:150px;
}
#leftside ul.avmenu li a {
	color:#333333;
	float:left;
	font-size:1em;
	font-weight:700;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:138px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-left-color: #ccc;
	background-color: #000000;
	background-image: url(../images/menubg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin-left: 5px;
}
#leftside ul.avmenu li a:hover, #leftside ul.avmenu li a.current {
	color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #505050;
	background-color: #FDD181;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/or.gif);
}
#leftside ul.avmenu ul {
	font-size:0.9em;
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	width:133px;
}
#leftside ul.avmenu ul a {
	padding:3px 1px 3px 5px;
	width:123px;
	background-image: url(../images/menubg.gif);
}
#leftside h2 {
	font-size:1.2em;
	font-weight:400;
}
#leftside .announce {
	background:url(../images/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	clear:left;
	color:#505050;
	line-height:1.3em;
	margin:10px 0;
	padding:5px 5px 5px;
	width:130px;
	margin-right: 5px;
}
#leftside p, .announce p {
	font-size:0.9em;
}

/* Main content variations */
#content {
	line-height:1.5em;
	margin:10px 150px 10px 160px;
	padding:0;
	text-align:left;
}
#content p {
	text-align: justify;
	line-height: 1.5em;
	padding-right: 5px;
}
#contentwide {
	line-height:1.5em;
	padding:0;
	text-align:justify;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 160px;
	/*width: 590px;*/
}
#contentwide ol {
	list-style-position: inside;
	list-style-type: disc;
}
#contentwide li {
	text-align: left;
	font-weight: bold;
}

#content h2, #contentwide h2 {
	font-size:1.8em;
	font-weight:400;
	letter-spacing:-1px;
	margin:8px 0 10px;
	padding:0;
}
#content h3, #contentwide h3 {
	font-size:1.5em;
	font-weight:400;
	margin:6px 0;
	padding:0;
	text-align: left;
}
#content img, #contentwide img {
	color:#303030;
	display:inline;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentwide h4 {
	font-size: .9em;
}

#content ul, #content ol, #contentwide ul, #contentwide ol {
	margin:0 0 16px 20px;
	padding:0;
}
#content ul ul, #content ol ol, #contentwide ul ul, #contentwide ol ol {
	margin:2px 0 2px 20px;
}
#content li, #contentwide li {
	margin:0 0 2px 10px;
	padding:0 0 0 4px;
}
/* Footer */
#footer {
	clear:both;
	color:gray;
	font-size:0.7em;
	height:25px;
	text-align:center;
	vertical-align:middle;
	width:760px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	position: relative;
	bottom: 0px;
	/*clip: rect(auto,auto,5px,auto);*/
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 12px;
}


#footer p {
	margin:0;
	padding:0px;
}
/*#footer a {
	background:inherit;
	color:gray;
	font-weight:400;
	text-decoration:none;
}*/
#footer a:hover {
	text-decoration:underline;
}
/* Links and paragraphs */
a {
	background:inherit;
	color:#226EF4;
	text-decoration:none;
	font-weight:700;
}
a:hover {
	background:inherit;
	color:#DB6401;
}
a img {

}
p {
	margin:0 0 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
blockquote {
	background:url(../images/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	margin:16px;
	padding:7px 7px 7px 11px;
}
blockquote p {
	font-size:1.1em;
	line-height:1.3em;
	margin:0;
}


/* Various classes */
.announce h2 {
	margin:0 0 10px;
	padding:0;
}
.textright {
	text-align:right;
	margin-top: -10px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0;
}
#contentwide img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#staff p {
	width: 170px;
	padding-right: 15px;
	float: left;
	text-align: center;
	background-image: none;
	margin-left: 5px;
}
#staff h3 {
	display: block;
	margin-left: 10px;
}

.center {
	text-align:center;
}
.small {
	font-size:0.8em;
}
.large {
	font-size:1.3em;
}

.hide {
	visibility: hidden;
}

.highlighted {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	color:#303030;
	padding:3px;
}
.button {
	background:url(../images/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	font-weight:700;
	margin:0 0 15px;
	padding:7px 7px 7px 11px;
	width:120px;
}
.left {
	float:left;
	margin:10px 10px 5px 0;
	border: 1px none #000000;
}
.right {
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
#contentwide p {
	margin-right: 5px;
}


.clear {
	clear: both;
}

.asuivre {
	font-size: 0.9em;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	display: block;
	clear: both;
}


/*-------Top Navigation Bar---- */

    #navbar {
	width:auto;
	font-size:85%;
	line-height:normal;
	position: absolute;
	left: 215px;
	top: 134px;
	border-bottom-style: none;
	border-bottom-color: #F2A242;
	border-top-style: none;
	border-top-color: #F2A242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	font-weight: lighter;
	border-right-style: none;
	border-left-style: none;
	color: #222222;
}
#navbar ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
}
#navbar li {
	display:inline;
	margin:0;
	padding:0;
}
#navbar a {
	float:left;
	background:url(../images/tableft2x.gif) no-repeat left top;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	margin: 0;
}
#navbar a span {
	float:left;
	display:block;
	background:url(../images/tabright2x.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#444444;
}
#navbar a:hover {
	background-position:0% -42px;
}
#navbar a:hover span {
	background-position:100% -42px;
	color: #333333;
}
#navbar #current a {
	background-position:0% -42px;
}
#navbar #current a span {
	background-position:100% -42px;
}
#search_box {
	position:absolute;
	width:134px;
	height:22px;
	z-index:1;
	left: 594px;
	top: 143px;
	background-image: url(../images/search-box.gif);
	background-repeat: no-repeat;
}


 #search_box #s {
	float: left;
	border: 0;
	width:98px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #fdebcf;
 }
 #search_box #go {
	float: left;
	margin: 0px;
	bottom: 0px;
 }




h3 {
	font-size: 1em;
}
#contentwide #staff {
	margin-top: 15px;
}
h6 {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}