/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #5F5F5F;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	background: url(../images/texture-bg.gif) repeat;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}
img {
	border-style: none;	
}

#wrapper {
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*background: url(../images/light.png) no-repeat center center;*/
}

h1 {
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	color: #626262;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #FFF;
	font: italic normal 1.1em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
															/** MAIN CONTAINERS **/
div#container {	
}

div#header {
	border-bottom: 1px solid #353535;
	margin-bottom: 10px;
	padding-bottom: 14px;
	padding-top: 14px;
}

div#header-in {
}

div#content {
	margin-right: auto;
	margin-left: auto;
	width: 978px;
	padding-left: 12px;
}

div#center {			
}

div#center-in {
}

div#footer {
	font-size: 0.75em;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 16px;
}

div#footer-in {
}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
.x {
	display: none;
	}
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
	}
	div.unauthorized-401, div.forbidden-403,
	div.notfound-404, div.internalerror-500 {
		color: #333;
		background-color: #ffc;
		border: 1px solid #ff0;
		}
	div.unauthorized-401 a, div.forbidden-403 a,
	div.notfound-404 a, div.internalerror-500 a {
		color: #00f;
		background-color: #ffc;
		}

a:link {
	color: #6C6C6C;
	text-decoration: none;
}
a:active {
	color: #6C6C6C;
	text-decoration: none;
}
a:visited {
	color: #6C6C6C;
	text-decoration: none;
}
a:hover {
	color: #B9B9B9;
	text-decoration: none;
}

.underlineLink:link, .underlineLink:active, .underlineLink:visited, .underlineLink:hover {
	color: #B9B9B9;
}

.underlineLink:hover {
	text-decoration: underline;
}

.logo {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.title {
	float: right;
	padding-left: 10px;
	text-align: center;
	padding-right: 30px;
}

div.thumbnail, div.thumbnailNoBorder {
	float: left;
	width: 154px;
	margin: 0 9px 20px 0;
	text-align: center;
	background: url(../images/thumb-bg.png) repeat;
	height: 154px;
	font-size: 0.8em;
	color: #6C6C6C;
	cursor: default;
	line-height: 16px;
}

.clearboth {
	clear: both;
}

div.thumbnail img, div.thumbnailNoBorder img {
	border: 1px solid #666;
	/*margin-bottom: 3px;*/
	margin-top: 12px;
	vertical-align: bottom;
	outline: none;
}
div.thumbnailNoBorder img {
	border:none;
}
div.thumbnail img:hover {
	border: 1px solid #DADADA;
}

div.thumbnail a {
	outline:none;
}
div.thumbCaption {
	padding-top: 5px;
}

div#header div img {
}

div.categoryLinks {
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: 12px;
	cursor: default;
	font: italic normal 1.1em Georgia, "Times New Roman", Times, serif;
	color: #444;
	text-align: center;
	
}

.categoryLinks a:link, .categoryLinks a:active, .categoryLinks a:visited, .categoryLinks a:hover {
	color: #999;
	text-decoration: none;
}

.categoryLinks a:hover {
	color: #FFF;
	text-decoration: none;
}

.categoryLinkActive {
	color: #FFF;	
}

div.categoryTitle {
	border-bottom: 1px solid #6C6C6C;
	margin-bottom: 10px;
	font-size: 0.8em;
	width: 969px;
	padding-bottom: 3px;
	margin-top: 20px;
}

.smallTxt {
	font-size: 0.75em;
	color: #5F5F5F;
}

.linkArrow {
	font-size: 1.2em;
	cursor: default;
}

#copyright li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

