@charset "UTF-8";
body  {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
	background-color: #444;
	background-image:url(images/pagebackground.png);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

a{
	color:#FF0;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#8a521a;
	text-decoration:none;
	font-weight:bold;
}

.twoColFixRtHdr #container { 
	width: 831px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/containerBackground.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* ------------------------------ The Header Stuff  ------------------------------ */


.twoColFixRtHdr #header { 
    height:171px;
	position:relative;
	background-image:url(images/headerLeft.png);
	background-repeat:no-repeat;
	
} 

.twoColFixRtHdr #header #headerMenu{
	position:absolute;
	z-index:99;
	right:0px;
	top:0px;
	background-image:url(images/sidebarTop.png);
	background-repeat:no-repeat;
	height:320px;
	width:261px;
	padding-top:5px;
	padding-left:28px;
	
}

.twoColFixRtHdr #header #headerMenu #menuHolder{
	width:244px;
	height:277px;
	background-image:url(images/menuGraphic.png);
	background-repeat:no-repeat;
	padding-top:43px;
}

.twoColFixRtHdr #header #headerMenu #menuHolder #menuListHolder{
	border:0px solid white;
	margin-left:90px;
	width:140px;
}

.twoColFixRtHdr #header #headerMenu #menuHolder #menuListHolder ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.twoColFixRtHdr #header #headerMenu #menuHolder #menuListHolder ul li a{
	display:block;
	margin-bottom: 26px;
}
	

.twoColFixRtHdr #header h1 {
	margin-left: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}



/* ------------------------------ End The Header Stuff  ------------------------------ */


/* ------------------------------ The Slider  ------------------------------ */

.twoColFixRtHdr #slider1 {
	height:26px;
}

.twoColFixRtHdr #slider1 #sliderInner{
	width:538px;
	height:26px;
	background-image:url(images/slider.png);
	margin-left:20px;
}


/* ------------------------------ The Sidebar Stuff  ------------------------------ */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 266px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:4px;
}


.twoColFixRtHdr #sidebar1 #sideInner{
	margin-top:120px;
	background-image:url(images/sidebarBackground.png);
	background-repeat:no-repeat;
	width:254px;
	height:580px;
	padding-top:20px;
	
}

.twoColFixRtHdr #sidebar1 #sideInner #latestNews{
	width:240px;
	height:260px;
	margin-left:10px;
	background-image:url(images/LatestNews.png);
	margin-bottom:15px;
}

.twoColFixRtHdr #sidebar1 #sideInner #latestNews h3{
display: none;
}

.twoColFixRtHdr #sidebar1 #sideInner #latestNews #latestNewsInner{
	padding-left:12px;
	padding-right:12px;
	padding-top:35px;
	padding-bottom:12px;
}

.twoColFixRtHdr #sidebar1 #sideInner #otherStuff{
	width:240px;
	height:261px;
	margin-left:10px;
	background-image: url(images/otherStuff.png);
}

.twoColFixRtHdr #sidebar1 #sideInner #otherStuff #otherStuffInner{
	padding-left:12px;
	padding-right:12px;
	padding-top:35px;
	padding-bottom:12px;
}

.twoColFixRtHdr #sidebar1 #sideInner #otherStuff #otherStuffInner ul{
list-style: none;
margin: 0;
padding: 0;
}

.twoColFixRtHdr #sidebar1 #sideInner #otherStuff #otherStuffInner ul li{
padding-bottom: 7px;
}

.twoColFixRtHdr #sidebar1 #sideInner #otherStuff #otherStuffInner h3{
font-weight: normal;
color:#FF0;
border-bottom: 1px dotted #a0a1a1;
margin-top: 0px;
}


/* ------------------------------ End Sidebar Stuff  ------------------------------ */


/* ------------------------------ The Main Content Stuff  ------------------------------ */

.twoColFixRtHdr #mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent #mainContentHolder{
	width:534px;
	background-image:url(images/contentBack.png);
	background-repeat:repeat-y;
}

.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderTop{
	background-image:url(images/contentTop.png);
	height: 63px;
}

.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderTop h1{
	margin:0px;
	padding-left:20px;
	padding-top:12px;
	font-size:14px;
	color:#FF0;
	
}
	.twoColFixRtHdr #mainContent #mainContentHolder .welcome h1{
	display: none;
	}
	
		.twoColFixRtHdr #mainContent #mainContentHolder .welcomeImg{
		margin-bottom: -10px;
		margin-top: -20px;
		}
	
	.twoColFixRtHdr #mainContent #mainContentHolder h2{
	display: none;}
	
	.twoColFixRtHdr #mainContent #mainContentHolder .show h2{
	display: block;
	text-indent: -9999px;
	background-image: url(images/spotlight.png);
	width:392px;
	height:62px;
	}
	
	blockquote {
	display: block;
	padding-left: 20px;
	padding-right: 30px;
	padding-top:15px;
	padding-bottom:15px;
	font-style: italic;
	font-size: 11px;
	color: #fff;	
	}
	
	.quote {
	font-weight: bold;
	font-size: 12px;
	padding-left: 7px;
	padding-right: 7px;}
	
	.noshow {
	display: none;}
	
	.seper {
	margin: 0 auto;
  border-bottom: 1px solid #767977;
  width: 80%;
  height:1px;
}	
	
.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderBottom{
	background-image: url(images/contentBottom.png);
	height: 31px;
}

.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderInner{
	padding-left:15px;
	padding-right:15px;
}

.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderInner ul{
list-style: none;
}

.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderInner li{
padding-bottom: 10px;
}

.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderInner h4{
font-weight: normal;
color:#FF0;
border-bottom: 1px dotted #a0a1a1;

}


.twoColFixRtHdr #mainContent #mainContentHolder #contentHolderInner h5{
font-weight: normal;
color:#FF0;
border-bottom: 1px dotted #a0a1a1;
}

.codeBlock {
color:#bebdbd;
display: block;
overflow: auto;
font-size: 9px;
margin-top:15px;
margin-bottom:15px;
background-color: #222222;
border:2px dashed #505050;
padding:10px;}

.headerItem{
font-weight:bold;
color:#b08a24;}



/* ------------------------------ End The Main Content Stuff  ------------------------------ */


/* ------------------------------ The Footer Stuff  ------------------------------ */

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.png);
	height:217px;
} 

.twoColFixRtHdr #footer #footerInner{
	font-size: 10px;
	float:right;
	padding-right:25px;
	padding-top:15px;
	color:#FF0;
}

.twoColFixRtHdr #footer #footerBottom{
float:right;
padding-top: 100px;
}
	
	
	
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ------------------------------ End The Footer Stuff  ------------------------------ */



/* ------------------------------ Misc  ------------------------------ */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sideNewsItems {
font-size: 10px;
padding:5px;
margin-bottom: 7px;
border-bottom: 1px solid #575a57;}

/* ------------------------------ End Misc  ------------------------------ */



/* ------------------------------ News and Blogs  ------------------------------ */

.mainNewsDiv {
border-bottom: 1px dotted #a0a1a1;
margin-bottom: 5px;


}

.mainNewsTemp {
font-size: 10px;
line-height: 11px;
}

.mainNewsInfo h2{
display: block;
font-size: 12px;
margin-bottom: 0px;
padding-bottom: 0px;
}


.mainNewsInfo {
font-size: 10px;
color:#a0a1a1;}

.mainNewsDiv h3{
display: block;
margin-bottom: 0px;
padding-bottom: 0px;
}


/* ------------------------------ End News and Blogs  ------------------------------ */


/* ------------------------------ Portfolio  ------------------------------ */

#portfolioSlider {
margin-left: 4px;
margin-top: 4px;
position: relative;
width:497px;
height:272px;
background-image: url(images/portfolioBack.png);
overflow: hidden;
}

#portfolioSlider #portLeft {
position: absolute;
bottom:25px;
left:10px;
width:51px;
height: 38px;
cursor: pointer;
}

#portfolioSlider #portRight {
position: absolute;
bottom:25px;
right:10px;
width:51px;
height: 38px;
cursor: pointer;
}

#wrap{
	position:relative;
	background-image: url(images/portfolioBack.png);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:2px;
	margin-left: 5px;
	margin-top: 5px;
	height:272px;
	width:492px;
}
 .hidden
{
display: none;
}

#wrap #prevNext
{
	position:absolute;
	bottom:77px;
	right:10px;
	height:38px;
margin-bottom: -2.5em;
}

#wrap #prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#wrap p
{
margin: 0;
padding: 0 1em;
font-size: 14px;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}

.twoColFixRtHdr #sidebar1 #sideInner #portfolioSide{
	width:240px;
	height:260px;
	margin-left:10px;
	background-image:url(images/portfolioSideBar.png);
	margin-bottom:15px;
}

.twoColFixRtHdr #sidebar1 #sideInner #portfolioSide h3{
display: none;
}

.twoColFixRtHdr #sidebar1 #sideInner #portfolioSide #portfolioSideInner{
	padding-left:12px;
	padding-right:12px;
	padding-top:30px;
	padding-bottom:12px;
}

.twoColFixRtHdr #sidebar1 #sideInner #portfolioSide #portfolioSideInner ul{
list-style: none;
padding: 0;
margin: 0;
}

.twoColFixRtHdr #sidebar1 #sideInner #portfolioSide #portfolioSideInner ul li{
display: block;
padding-bottom: 3px;
border-bottom: 1px dotted #ccc;
font-size: 10px;
margin-bottom: 3px;
}

/* Portfolio Main Content */

.twoColFixRtHdr #mainContent #mainContentHolder #portfolioMainTop{
	background-image:url(images/portfolioMainTop.png);
	height: 31px;
}

.twoColFixRtHdr #mainContent #mainContentHolder #portfolioMainTop h1{
	margin:0px;
	padding-left:20px;
	padding-top:12px;
	font-size:14px;
	color:#FF0;
	
}

.twoColFixRtHdr #mainContent #mainContentHolder #portfolioMainSlider{
background-image: url(images/portfolioMain.png);
height:310px;
padding-left:15px;
padding-top: 1px;
}


/* End Portfolio Main Content */




/* ------------------------------ End Portfolio  ------------------------------ */



