@charset "UTF-8";

/*
---------------------------------------------------------------------
Reset CSS
---------------------------------------------------------------------
*/
html, body, img, div, p, ul, li, a, h1, h2, h3 {

	border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0px;
    margin: 0px;
    text-align: left;
}


/*
---------------------------------------------------------------------
Redefined Tag CSS
---------------------------------------------------------------------
*/

body {
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 13px;
	color: #161616;
	background-color: #FFF;
	background-image: url(../images/homebg.gif);
	background-repeat: repeat-x;
}



/*
---------------------------------------------------------------------
Page Layout CSS
---------------------------------------------------------------------
*/

#wrapper {
	margin: 0px auto 0px auto;
	width: 1060px;
}

/* Navigation Bar */

#navbar {
	padding: 0px;
	margin: 0px;
    border: none;
	height:46px;
}


#navbar ul{
	cursor: default;
	list-style-type: none;
}

#navbar ul li { display: inline; }


.hoover {
	padding:0px;
	margin: 0px;	
}

/* Leftcol */

#leftcol {
	width: 728px;
	float: left;
}

/* Tabbed Area */

#works {
	padding-top: 14px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 0px;
}


/* HomeTabs */

.tabwrapper {
    width: 100%;
    overflow: hidden;
}

ul.tabs {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	list-style-type: none;
}

ul.tabs li {
	display: inline;
	margin: 0;
}

ul.tabs a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 20px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #43423f;
	background-color: #dce8eb;     
}

ul.tabs a:hover {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 20px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #43423f;
	background-color: #c3d8dd;  
}

ul.tabs a.selected {  
        background-color:#0386a8;  
        color: white;  
}  


/* Welcome */

#welcome {
	padding-top: 14px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 0px;
}

#homevidbox {
	float: right;
}

/* Rightcol */

#rightcol {
	width: 332px;
	float: right;
	background-color: #FFF;	
}

/* floatclear */

#floatclear {
	background-color: #636;
	clear: both;	
}

.clear {
	clear: both;	
	padding-top: 10px;
}

/* Footer */

#footerwrap {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	clear:both;
	height: 162px;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 1060px;
}

#telephoneblock {
	width: 220px;
	height: 50px;
	float: right;
	padding-top: 14px;
	padding-right: 10px;
}
#legalblock {
	width: 400px;
	float: right;
	padding-top: 35px;
	padding-right: 10px;
	text-align: right;
	clear: right;
	color: #a5aeb0;
	font-size: 0.9em;
}

/* search */

#searchblock {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#searchblock input.text {
	border:1px solid #B1B1B1;
	color:#343434;
	font-size:12px;
	height:14px;
	margin-right:5px;
	padding:5px 4px;
	width:195px;
	line-height:1.5em;
}
/* sign up form */

#freecourse {
    padding-top:5px;
	height: 440px;
	width: 308px;
	overflow: auto;
	padding-left: 12px;
	padding-right: 12px;
	background-color:#ff8400;
	background-image:url(../images/orange_note.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* rss */

#newsheading { 
	width: 280px;
	padding-top: 11px;
	padding-left: 26px;
	padding-right: 12px;
}
#callushome { 
	width: 280px;
	padding-top: 11px;
	padding-left: 26px;
	padding-right: 12px;
	padding-bottom: 11px;	
}

#rssblock {
	height: 340px;
	width: 280px;
	overflow: auto;
	padding-left: 26px;
	padding-right: 12px;
}

#rssblock h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #525252;
	padding-bottom: 5px;
}

#rssblock h2 a {
	text-decoration:none;
	color: #525252;
}

#rssblock h3 a { 
	text-decoration:none;
	color: #0386a8;
	padding-bottom: 10px;
	}
	
#rssblock div.summary { 
	padding-bottom: 7px;
	}

#rssblock div.updated { color: #999; margin-bottom: 3px; font-size: 0.9em; }


#rsslinkpadding {
	padding-top: 14px;
	padding-right: 36px;
	padding-bottom: 12px;
}

#rsslink {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 26px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B1B1B1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B1B1B1;
}

.rssicon {
	float:left;
	padding-top: 7px;
	padding-right: 10px;
	
}

/*
---------------------------------------------------------------------
Headings
---------------------------------------------------------------------
*/

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #525252;
	padding-bottom: 10px;
}


/*
---------------------------------------------------------------------
link classes
---------------------------------------------------------------------
*/

a:link {color: #0386a8; text-decoration: none; }
a:visited {color: #0386a8; text-decoration: none; }
a:hover {color: #02a7d2; text-decoration: underline; }
a:active {color: #0386a8; }

a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; }


/*
---------------------------------------------------------------------
classes
---------------------------------------------------------------------
*/

.blue {
	color: #0386a8;
}

.telephone {
	font-size: 1.6em;
	color: #7a8d91;
}

.telephonenumber {
	font-size: 2.6em;
	color: #0386a8;
}

.telephonenumber {
	font-size: 2.6em;
	color: #0386a8;
}

.footeradblockfirst {
	
	float: left;
	padding-top: 6px;
	padding-left: 24px;
}

.footeradblock {
	
	float: left;
	padding-top: 6px;
	padding-left: 12px;
}

.floatright {
	float: right;
	padding-left: 7px;
	padding-bottom: 7px;
}

#hometop{
	width:728px;
	height:222px;
}
.hidden{
	display:none;
}
.jr_hover{
	cursor:pointer;
}
#elements{
	width:685px;
	margin-bottom:10px;
}
.hidden_panel{
	color:#576067;
	width: 575px;
	background-color:#DCE8EB;
	border-style:solid;
	border-color:#7A8D91;
	border-width: 3px;
	padding: 15px;
	display:none;
	position:absolute;
	z-index:20;
}