/* FONTS
-------------------------------*/
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('League_Gothic.ttf') format('truetype');
}


/* GENERAL EDITIOR STYLES
-------------------------------*/
html{
}
a, a:visited{
}
	a:hover{
	}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}

blockquote{
}

ul{
}
	ul li{
	}
ol{
}

img{
}

legend{
}
form fieldset label{
}
form .buttons .button{
	background: #4D4E53 url(../images/gloss.png) repeat-x scroll 0 50%;
	border: .167em outset #4D4E53;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: .333em .667em;
}

form .buttons input.submit:hover {
	background-color: #FFA20F;
	border-color: #FFA20F;
}

* html form .buttons input.button {
	background-image: none;
}
* html form .buttons input.submit {
	background: #FFA20F;
	border-color: #FFA20F;
}

.hand{
	cursor:row-resize;
}
.ui-state-highlight{
	background:#F8FFB0;
	border:4px dotted #FFBD34;
}


/* GENERAL LAYOUT STYLES
-------------------------------*/
body{
	padding: 0;
	font-size:12px;
}
	#wrap{
	}
		#header{
			background:url(../images/header_bg.jpg) 0 0 no-repeat;
			height:234px;
		}
			#logo{
			}
				#logo a{
				}
			#search{
			}
		#content{
			width: 100%;
		}
			#main{
			}
				.layout-navtop-1col #main{
				}
				* html .layout-navtop-1col #main{
					float: none;
				}
				#crumbs{
				}
					#list{
					}
						#list a, #list a:link, #list a:visited{
						}
						#list a:hover{
							color: #FFA20F;
						}
					#email{
					}
						#email a, #email a:link, #email a:active, #email a:visited{
						}
						#email a:hover{
						}
					#print{
					}
						#print a, #print a:link, #print a:active, #print a:visited{
						}
						#print a:hover{
						}
				#pagetitle{
				}
					#pagetitle h1{
						/*font: 40px/48px 'LeagueGothicRegular', Arial, sans-serif;
						letter-spacing: 0;*/
					}
				#modules{	
				}
				#sub{
				}
				#local{
				}
					#local li{
					}
						#local li a{
						}
						#local li a:hover{
						}
						#local li.selected a{
						}
					#local ul ul{
					}
					#local li li{
					}
						#local li.selected li a{
						}
							#local li li a:hover, #local li li.selected a{
							}
				#nav{
				}
					#wrapper{
					}
						#wrapper h3{
						}
						#wrapper ul{
						}
							#wrapper ul li{
							}
								#wrapper a{
								}
							#wrapper ul li.selected{
							}
								#wrapper a:hover,
								#wrapper li.selected a{
								}
								
								/* Drop Down Menu */
								#wrapper li li{
								}
									#wrapper li li a{
									}
										#wrapper li li a:hover{
										}
		#footer{
		}
			#footer p.copyright{
			}
				#footer p.copyright span{
				}
			#footer p.poweredby{
			}
				#footer p.poweredby a, #footer p.poweredby a:link, #footer p.poweredby a:active, #footer p.poweredby a:visited{
					font-weight: bold;
				}
	#extra1{}
	#extra2{}
		
/* VERY BASIC CSS
-------------------------------*/
/**/
body{background-color:#c9ba9b;}
#wrap{background-color:#211c73;border:2px solid #807f7d;}
#nav{background-color:#807f7d;}
#nav li a,#nav li.selected li a,#nav li li a{background:#807f7d;color:#ffffff;}
#nav li a:hover,#nav li.selected a,#nav li li a:hover{background:#dddddd;color:#03396C;}
#local li a{background:#ffffff;color:#000000;}
#local li a:hover,#local li.selected a{background:#000000;color:#ffffff;}
#local li.selected li a{background:#211c73;}
#local li.selected li a:hover, #local li li.selected a{background:#000000;color:#ffffff;}
#footer{background:#000000;color:#ffffff;}

/*#crumbs{margin-top:30px;}*/
#local{margin-top:30px;}
#wrapper{background-color:#807F7D;}
#wrapper ul li a{padding-left:11px;padding-right:11px;}
#analytics{text-align:center;}

#nav li#t11 li, #nav li#t11 li a{
	width:15em;
}
/*height:54px;*/			

.fckeditor{
	background:#FFF;
	margin:0;
	padding:0;
}

.zebra{
	border:1px solid #000;
	border-collapse:collapse;
}
	.zebra td{
		border:1px solid #000;
		padding:7px;
	}

.zebra .even { background:#c99329; }
.zebra .odd { background:#FFFFE6; }

#p1 #pagetitle,
#p1 #list {
	display: none;
}

#p1 #modules {
	margin-top: 30px;
}

.shadow {
	-moz-box-shadow: 5px 5px 5px #999; /* FF3.5+ */
	-webkit-box-shadow: 5px 5px 5px #999; /* Saf3.0+, Chrome */
	box-shadow: 5px 5px 5px #999; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=5px, OffY=5px, Color='#999999'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5px, OffY=5px, Color='#999999')"; /* IE8 */
	margin-bottom:5px;
}
