/* Import the header styles */
@import url("header.css");

/* Import the footer styles */
@import url("footer.css");

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #131313;
	background-color: #ffffff;
	min-width: 980px;
}

body {
	font: .75em/1.5em "Helvetica Neue", Helvetica, arial, sans-serif;
}

p {
	text-align: justify;
	margin: 5px 0px 15px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Cambria, Georgia, "Times New Roman", times, serif;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	font-weight: normal;
}

h3 {
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.75);
}

span.super {
	font-size: .75em;
	position: relative; top: -5px;
}

acronym, abbr {
	border-bottom: none;
}

noscript {
	display: block;
	padding: 5px;
	border: 2px solid red;
	font-weight: bold;
	background: #ffffff url(../images/noscript.gif) no-repeat 5px 5px;
	color: #131313;
	text-indent: 20px;
	margin: 5px 0px 5px 0px;
}

.js noscript {
	display: none;
}

noscript a.cLink {
	color: #131313 !important;
	border-bottom-color: #131313 !important;
}

noscript a.cLink:hover {
	color: #ffffff !important;
	background-color: #131313 !important;
}

.centered {
	width: 960px;
	margin: 0px auto 0px auto;
}

.clear {
	height: 1px;
	clear: both;
	float: none;
}

a.cLink:link, a.cLink:visited {
	color: #164163;
	text-decoration: none;
	border-bottom: 1px dotted #164163;
	zoom: 1;
}

a.cLink:hover, a.cLink:active, a.cLink:focus {
	color: #ffffff;
	background-color: #164163;
	border-color: transparent;
	zoom: 1;
}

#container {
	min-height: 100%;
	position: relative;
}

#contentContainer {
	background: #ffffff url(../images/content/contentBKG.gif) repeat-x;
	padding: 15px 0px 300px 0px;
	z-index: 1;
	*z-index: -10; /* I *HATE* INTERNET EXPLORER!!! */
	position: relative;
}

#content h2 {
	font-size: 2.5em;
	line-height: 1.25em;
	text-shadow: 0px 1px 0px rgba(0,0,0,.25);
	color: #0f3552;
	border-bottom: 1px solid #bac5ce
}

.left {
	width: 720px;
	float: left;
}

.right {
	width: 240px;
	float: left;
}


.js div.comptia {
	display: none;
	background-color: #ffffff;
}

/*********
Cool Buttons
***********/

a.refLib, a.qips {
	width: 220px;
	height: 25px;
	display: block;
	background: url(../images/slideshow/buttons.gif) 0px -200px;
	text-indent: -9999px;
	overflow: hidden;
}

a.refLib:hover, a.refLib:focus {
	background-position: 0px -225px;
}

a.qips {
	background-position: 0px -250px;
}

a.qips:hover, a.qips:focus {
	background-position: 0px -275px;
}

a.button1, a.button2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/slideshow/buttons.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:50px;
	margin:25px 10px 0;
	overflow:hidden;
	text-indent:-9999px;
	width:220px;
}

a.button1 {
	background-position: 0px 0px;
}

a.button1:hover, a.button1:focus {
	background-position: 0px -50px;
}

a.button2 {
	background-position: 0px -100px;
}

a.button2:hover, a.button2:focus {
	background-position: 0px -150px;
}

a.button1 span, a.button2 span, a.qips span, a.refLib span {
	display: block;
	width: 100%;
	height: 100%;
	
}

a.button1 div, a.button2 div, a.qips div, a.refLib div {
	width: 100%;
	height: 100%;
	background:transparent url(../images/slideshow/buttons.gif) no-repeat scroll 0 0;
	display: none;
}

a.button1 div, a.button2 div {
	margin-top: -50px;
}

a.qips div, a.refLib div {
	margin-top: -25px;
}

/*********
RSS Button
***********/

a.rss, a.rss img {
	border: none;
}

/*********
Image toggle
***********/

a.toggleImage {
	float: none;
	clear: both;
	font-size: 13px;
	text-align: left;
	display: inline;
	padding: 0px;
	margin: 2px;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #936c30;
	text-decoration: none;
	border-bottom: 1px dotted #936c30;
}

a.toggleImage:hover {
	background-color: #936c30;
	color: #ffffff;
	border-bottom: 0px none;
}

/**********
Google search
**********/

#google, #google fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	margin-bottom: -16px;
}

#google label {
	display: block;
	height: 1px;
	text-indent: -9999px;
}

#google #query {
	border: 1px solid #C6C6C6;
	color: #555555;
	display: block;
	font-size: 100%;
	padding: 5px 25px 5px 5px;
	width: 188px;
	margin: 5px 0px 0px 0px;
}

#google #query:hover, #google #query:focus, #google #query:active {
	-moz-border-image: url("../images/content/borderActive.gif") 3 3 3 3 repeat repeat;
	border: 3px solid #67B936;
	color: #131313;
	padding: 3px 23px 3px 3px;
}

#google #searchButton {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	border: 0px none;
	/* margin: -25px 0px 0px 150px; */
	position: relative;
	top: -21px;
	left: -5px;
	float: right;
}

span.searchword {
	background-image: url(../images/searchHighlight.png);
	border: 3px solid yellow;
	display: inline !important;
}
