@charset "utf-8";
body
{
margin:0;
font: normal 12px arial;
}
label
{
display: block;
margin-top: 15px;
}
/* HEADINGS */
h3
{
color: #CC0000;
font: bold 12px arial;
display: inline;
}
h4
{
font: bold 13px arial;
font-style:italic;
margin: 0;
}
h5
{
color:#FFFFFF;
font: bold 12px arial;
display: inline;

}
/* GENERAL CLASSES */
.centerize
{
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 933px;
}
.floatLeft
{
float: left;
}
.floatRight
{
float: right;
}
.clearBoth
{
clear: both;
}
.underline
{
text-decoration: underline;
}
.pad20
{
padding: 20px;
}
.pad10
{
padding: 10px;
}
/* HEADER */
#headerUpper
{
background-color: #000000;
height: 137px;
}
#headerLower
{
height: 53px;
width: 100%;
background-image:url(../img/bgNav.jpg);
}

#navBar
{
padding: 0;
margin-top: 0;
}
#navBar li
{
display: inline;

}
#navBar a img
{
height: 50px;
border: none;
vertical-align:top;
background-repeat: no-repeat;
}
#navBar a:hover img
{
background-position: 0px -100px ;
}
.navActive img
{
background-position: 0px -50px ;
}
#navHome img
{
background-image: url(../img/navHome.jpg);
width: 71px;
}
#navSeconds img
{
background-image: url(../img/navSeconds.jpg);
width: 106px;
}
#navPurl img
{
background-image: url(../img/navPurl.jpg);
width: 125px;
}
#navStudies img
{
background-image: url(../img/navStudies.jpg);
width: 109px;
}
#navServices img
{
background-image: url(../img/navServices.jpg);
width: 104px;
}
#navContact img
{
background-image: url(../img/navContact.jpg);
width: 103px;
}
#navEco img
{
background-image: url(../img/navEco.jpg);
width: 103px;
}

/* CONTENT */
#content
{
padding: 40px 0;
}
#contentInner
{
width: 931px;
}
#contentRight
{
width: 280px;
height: 287px;
border: solid 1px #000000;
background: url(../img/bgContentRight.jpg) #DEE9FC;
padding: 20px 10px;
}
/* SLIDE SECTION */
#slide
{
width: 611px;
}
#slideContent
{
border-bottom: solid 1px #FFFFFF;
}
#slideNavBar
{
height: 67px;
width: 100%;
background-color: #FFCC33;
border: solid 1px #000000;
}
.slideNav
{
float: left;
width: 110px;
padding-top: 17px;
height: 50px;
text-align: center;
}
.slideBorder
{
float: left;
height: 67px;
width:5px;
background: url(../img/slideBorder.jpg);
}
.slideNav a, .slideNav a.visited
{
color: #000000;
font: bold 13px verdana;
text-decoration: none;
}
.slideNav:hover
{
background: url(../img/slideHover.jpg);
}
.slideNav a:hover
{
text-decoration: underline;
}
.slideActive
{
background:url(../img/bgSlideActive.jpg) #693AC2;
}
.slideActive a
{
color: #FFCC33;
}
.slideBorderActive
{
background: none;
}

#curveEdge
{
position: absolute;
top: 0px;
z-index: 2;
}

/*  FOOTER */
#footer
{
height: 133px;
background: url(../img/bgFooter.jpg) #000000;
color: #999999;
line-height: 20px;
}
#footerInner
{
width: 950px;
}
#footer .floatLeft
{
padding-right: 30px;
}
#footer a
{
color: #999999;
text-decoration: none;
padding: 0px 5px;
}
#footer a:hover
{
text-decoration: underline;
}
/* CODA SLIDER */
/* These 2 lines specify style applied while slider is loading */
#slider1
{
	overflow: hidden;
	height: 260px;
	background-color:#000000;
	color:#FFFFFF;
	font: bold 13px arial;
	font-style: italic;
	text-align: left;
	border-bottom: solid 1px #FFFFFF;

}
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	width: 613px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 263px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 613px; /* Also specified in  .stripViewer  above */
	height: 260px;	
}
.stripNav, .stripNavL, .stripNavR
{
display: none;
}
noscript
{
color: #FF0000;
}
/* VISIT BLOG LINK*/
#visitBlog
{
position: absolute;
top: 0;
right: 150px;
}
#visitBlog img
{
border: none;

}
