@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}

@font-face {
    font-family: 'MidoMedium';
    src: url('../fonts/Mido-webfont.eot');
    src: url('../fonts/Mido-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mido-webfont.woff') format('woff'),
         url('../fonts/Mido-webfont.ttf') format('truetype'),
         url('../fonts/Mido-webfont.svg#MidoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background:url(../images/diagonals.png);
}

header, footer, aside, article, nav {
	display:block;
}

#container {
	width: 1000px;
	padding:10px 13px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFF;
	box-shadow: 0 1px 4px #DDDDDD;
}
#header, header {
	/*float:left;
	width:500px;*/
	border-bottom:2px solid #000;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom:2px;
	padding: 6px;
}

a:visited {
	color: #345;
}

a:hover {
	background-color: #CCC;
	}	

p, dd, dt {
	padding:3px 0;
}
dt {
	/*text-decoration:underline;*/
    font-size: 18px;
    color:#666;
    letter-spacing: .04em;
    
}
dl {
	margin-bottom: 30px;
	margin-top:30px;
	clear:both;
}

h1 {
	color:#000;
}

h2 {
	color: #666;
}

h1, h2, h3 {
	padding: 2px 2px 2px 0;
	display:block;
	font: 36px/39px 'MidoMedium', helvetica, Arial, sans-serif;
	letter-spacing: 0;
	font-weight:normal;
}

h3 {
	border-bottom:2px solid #000;
	margin-top:25px;
}

h4 {
	text-decoration:underline;
	font-size:16px;
	padding-left:6px;
}

h3, h3 a {
	font-size:24px;
	line-height:26px;
}
	
h1 a, h2 a, h3 a {
	color:#000;
	padding:0px;
	margin: 0px;
	font-weight:normal;
	letter-spacing: 0;
}

h1 a:hover, h1 a:visited, h2 a:hover, h2 a:visited, h3 a:hover, h3 a:visited {
	background-color:#FFF;
	color:#000;
}

h2 a, h3 a {
	display: inline;
	color:#000;
	font-weight:normal;
}

.clear {
	clear:both;
	display:block;
	height: 1px;
}
.nofontface {
	font-family:Arial, Helvetica, sans-serif;
}



#list {
	float: left;
	width: 450px;
}

#columnTwo {
	float: right;
	/*width: 238px;*/
	width: 190px;
	margin-right: 174px;
	background-color:#f3f3f3;
	margin-bottom:25px;
	padding-bottom:8px;
	padding-top:8px;
}

ul {
	list-style:none;
	/*margin-top: 12px;*/
	display: block;
	/*overflow: hidden;*/
}

li {
	/*float: left;*/
	clear: left;
	display: block;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 2px solid #000;
	display: block;
	margin-top: 15px;
}

#mainNav {
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	display:block;
	/*border-top:2px solid #000;*/
	clear: both;
}

#mainNav ul {
	float: none;
	/*background: #FFF;*/
	overflow:hidden;	
}

#mainNav li {
	float: left;
	clear: none;
}

#mainNav li a {
	font-size: 16px;
	margin-right: 12px;
	background-color: #555;
	color: #FFF;
	background-image: url(../images/nav_bottom_arrow_cutout.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 6px 15px 10px 15px;
	line-height: 44px;
	letter-spacing: 1px;
	text-shadow:0 -1px 0 #000;
}
#mainNav li a.last {
	margin-right:0;
}

#mainNav li a:hover {
	background-color: #000;
}

#mainNav li a.current {
	background-color: #000;
	background-image: url(../images/nav_bottom_arrow_cutout.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.star {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 45%;
	padding-left: 15px;
}
.anchor {
	background: #FFF url(../images/upArrow.png) no-repeat right center;
	width: 50px;
	background-color: #FFF;
}
.noColor:hover, .anchor:hover {
	background-color:#FFF;
}

.special {
	background: #F3F3F3;
	padding: 8px 10px;
	width: 170px;
	float: right;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 25px;
	white-space: nowrap;
}
.special li.multiSection {
		padding-top:5px;
		border-top:1px solid gray;	
	}
	
.normal	{
	font-weight:normal;
}


.slideable { /*class that's added to the nav in the jquery (home page only)*/
	display:none;
	
}

a.noColor {
	padding: 0px;
	height: 1px;
}
.utility {
	float: right;
	margin-top: 10px;
}
.utility a {
	background: url(../images/spiral.png) no-repeat left bottom;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	line-height: 24px;
	color:#333;
}
.utility a:hover {
	background-position: 0 3px;
	background-color:transparent;
	padding-bottom:3px;
	color:#000;
}

.inline {
	display:inline;	
	line-height:26px;
}


/******Make fluid and Remove extra space******/
@media screen and (max-width: 966px) {
	
	#container {
		width:98%;
		padding:1%;
		margin:0;
		
	}
	
	#mainNav li {
		float: left;
		clear: none;
	}
	
	#mainNav li a {
		font-size: 15px;
		margin-right: 4px;
		padding: 6px 10px 10px 10px;
		letter-spacing: auto;
	}
	
	#list {
		float: left;
		width: 553px;
		/*width: 443px;*/
	}
	
	#list a {
		padding:10px 6px;
	}
	
	#columnTwo {
		float: none;
		width: 652px;
		/*margin-left:5px;*/
	}
	.special {
		width:auto;
		padding: 8px 6px;
		float:none;
	}
	
}

@media screen and (max-width: 800px) { 
	#list a {
		padding:15px 6px;
	}
}

/******One-Column Layout*******/
@media screen and (max-width: 835px) {   
	
	#container {
		
	}
	
	#header, header {
		float:none;
		/*width:100%;*/
		padding-right:80px;
	}
	
	#mainNav li {
		float: none;
		clear: left;
	}

	#mainNav li a {
		font-size: 16px;
		margin-right: 0px;
		background-color: #555;
		color: #FFF;
		background-image: none;
		padding: 20px 15px 20px 15px;
		line-height: 17px;
		letter-spacing: 2px;
	}
	
	#mainNav li a.current {
		background-image: none;
	}
	
	#list {
		float: none;
		width:auto;
		
	}
	#list li {
		float:none;
		}
		
	#columnTwo {
		float:none;
		width:100%;
		margin-top:12px;
	}
	.special {
		float:none;
		
	}
	

}
