abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
* { border:none}


/*
----------------------------------------------------------
				MAIN PAGE FORMAT
----------------------------------------------------------
*/
div#content{
	min-height:100%; 
	height:auto !important; 
	height:100%; 
	margin: 0 auto -40px;
}

div#contentContainer{
	margin-left:auto;
	margin-right:auto;
	width:1135px;
	height:700px; 
}

div#footerContainer{
	font-size:11px;
	color:#ffffff;
	padding:0px; 
	width:960px;
	position:relative;
	top:80px;
	right:0px;
	float:right;
}

div#footerContainer div{
	display:inline-block;
	margin-left:10px;
	background:#000000;
	height:16px;
	padding:5px 10px;
	float:right;
}

div#footerContainer a{
	color:#ffffff;
}

div#footerContainer a.white{
	color:#777777;
}

div#footerContainer img{
	height:16px;
	float:right;
	margin-left:10px;
}

div#logo{
	height:43px;
	width:198px;
	position:relative;
	top:62px;
	left:0px;
}


div#menuContainer{
	height:30px;
	width:937px;
	position:relative;
	top:72px;
	right:0px;
	float:right;
	background:#000000;
}

div#templateBody{
	position:relative;
	text-align:left;
	height:563px;
	left:0;
	top:70px;
}

div#contentBlack{
	height:100%;
	background:#000000;
	color:#ffffff;
	padding:5px;
	line-height:17px;
	font-size:10px;
}

div#box{
	position:relative;
	top:20px;
	left:0px;
	width:152px;
	height:63px;
	background:#000000;
}

div#facebook{
	width:17px;
	height:17px;
	margin:0px 1px 0px 0px; 
	background:url(../images/Icons/facebook.gif);
}

div#linkedin{
	width:17px;
	height:17px;
	margin:0px 1px 0px 0px; 
	background:url(../images/Icons/linkedin.gif);
}

div#rss{
	width:17px;
	height:17px;
	margin:0px 1px 0px 40px; 
	background:url(../images/Icons/rss.gif);
}

#bgSlider{
	min-width:1020px;
}

#bgSlider img{
	bottom:0; 
	top:auto !important
}

.imageFrame{
	border:3px #403533 solid;
}


.fadebg{
	filter:alpha(opacity=70);
	opacity:.7;
	background:#000000;
	position:relative;
	top:60px;
	left:35px;
	width:320px;
	height:460px;
	float:left;
}


.contentInFade{
	position:relative;
	top:60px;
	left:-285px;
	width:305px;
	height:410px;
	float:left;
	padding:20px 5px 10px 10px;
}

#scroller{
	width:100%;
	height:370px;
}

/*
----------------------------------------------------------
				GALLERY
----------------------------------------------------------
*/

.galleryTop{
	height:5px;
	font-size:13px;
}

.galleryFooter{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:13px;
}

.galleryFooter a{
	color:#FFFFFF;
}

.galleryItem{
	margin-right:5px;
	font-size:13px;
	padding-bottom:20px;
}

.galleryItem a{
	color:#FFFFFF;
}

.galleryItem a.selected{
	color:#737373;
}

div#fancyboxGallery{
	
}

div#fancyboxGallery img{
	border:3px #76797e solid;
	float:left;
	margin:20px 25px 0px 25px;
	width:110px;
	height:110px;
}



/*
----------------------------------------------------------
				Scrollable
----------------------------------------------------------
*/

/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 320px;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:90000em;
	width:100%;
}

.scrollable .items .item{
	height:320px;
}

.pager{
	background:url(../images/ClientImages/pager.gif) no-repeat;
	width:104px;
	height:24px;
	float:right;
	margin-right:40px;
	margin-top:3px;
	padding-top:15px;
}

.pager .tabs a div{
	width:15px;
	height:15px;
	margin:0px 1px 0px 1px;
	float:left;
	display:block;
	background:url(../images/ClientImages/pageNormal.gif) no-repeat;
}

.pager .tabs a:hover div{
	background:url(../images/ClientImages/pageSelected.gif) no-repeat;
}

.pager .tabs a.current div{
	background:url(../images/ClientImages/pageSelected.gif) no-repeat;
}


/*
----------------------------------------------------------
				Articles
----------------------------------------------------------
*/

.article{
	width:100%;
	height:20px;
}

.article a{
	color:#595959;
	font-size:12px;
}

.article a:hover{
	color:#ffffff;
}

.article span.date{
	float:right;
	color:#595959;
	font-size:10px;
}

.article span.literal{
	width:58px;
	display:inline-block;
	color:#595959;
	border-right:2px solid #595959;
	font-size:12px;
}

.back{
	float:left;
	padding-top:15px;
}

.back a{
	color:#595959;
}

.back a:hover{
	color:#ffffff;
}


/*
----------------------------------------------------------
				WEB PAGE DEFAULTS
----------------------------------------------------------
*/

html {
	height:100%; 
	margin:0; 
	padding:0;
}

body{
	height:100%; 
	margin:0; 
	padding:0;
	background:#000; 
	border:0; 
	min-width:1020px;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
} 

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr { 
	height: 0; 
	border: 0; 
	border-top: 1px solid #000000; 
} 

p {
	text-align:left;
	margin:0px;
	padding:0px 0px 14px 0px;
}

img {
	border:0px;
}

pre{
	fonr-size:9px;
	font-family:tahoma;
	text-align:left;
}

h1{
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	text-decoration:none;
	padding-bottom:15px;
	padding-top:5px;
	
}

h2{
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	color:#000000
}

h3 {
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
}


/*
----------------------------------------------------------
				SEARCH PAGE DEFAULTS
----------------------------------------------------------
*/

#searchArea{

}

#searchArea input[type=text]{
	 width:200px;
}

#searchArea input[type=submit]{
	 font-size:11px;
}

#searchArea .resultsInfo{
	font-size:12px;
	text-decoration:underline;
}

#searchArea .resultsContainer{
	font-size:10px;
}

#searchArea .result{
	text-decoration:none;
}

#searchArea .result h3{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

#searchArea .result a{
	color:#000000;
}

/*
----------------------------------------------------------
				CONTACT PAGE DEFAULTS
----------------------------------------------------------
*/

#contactForm{
	color:#000000;
}

#contactForm .red{
	color:red;
}

#contactForm textarea{
	width:300px;
	height:70px;
	overflow:hidden;
}

#contactForm input[type=text]{
	width:200px
}

#contactForm input[type=submit]{
	
}