/* Classlane website CSS file.  Built by Bluestorm New Media 2006 */

@import url(reset.css);
@import url(forms.css);
:focus {
	outline: none;
}
fieldset {
	padding: .5em;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
/*</group>*/


/*<group=HTML elements>*/
body {
	font: small/140% "lucida grande", myriad, helvetica, verdana, Arial, sans-serif;
	color: #555;
	margin: 0;
	padding: 0;
	background: url(../images/background.gif) center 150px no-repeat;
}
/*-----Headings----*/	

h1, h2, h3, h4, h5, h6 {
	font-family: myriad, "lucida grande", verdana, Arial, sans-serif;
	color: #272C50;
	font-weight: normal;
}
a#logorep {
	text-indent: -5000px;
	width: 496px;
	height: 44px;
	background: url(../images/logo_classlane.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
}
a#logorep {
	text-indent: -5000px;
	width: 496px;
	height: 74px;
	display: block;
}
h1 {
	margin: 1em 0 1em 0;
	font-size: 165%;
	letter-spacing: -0.01em;
}
h2 a, h3 a {
	font-weight: normal;
}
h2 a:link, h3 a:link {
	font-weight: normal;
}
h2 a:visited, h3 a:visited {
	font-weight: normal;
}
h2 a:hover, h3 a:hover {
	font-weight: normal;
}
h2 a:visited, h3 a:visited {
	font-weight: normal;
}
h2, h3 {
	margin: 1em 0 1em 0;
	font-size: 130%;
	letter-spacing: -0.01em;
	clear: both;
}
h4 {
	font-weight: bold;
	margin: 0;
	font-size: 85%;
	line-height: 1.3em;
}
h5 {
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding-top: 0.2em;
}
/*-----paragraphs----*/	

p {
	margin-top: 0;
	color: #555;
	line-height: 1.6em;
	font-size: 90%;
	margin-bottom: 1em;
}
p.date {
	font: small/140% georgia, san-serif;
	font-style: italic;
	font-size: 110%;
	margin: 0 0 0.2em 0;
	color:#8D98A9;
}
#maincontent p.date {
	margin-top: -0.5em;
}
p.bigger {
	font-size: 110%;
	font-weight: bold;
	color: #272C50;
	line-height: 1.2em;
}
#maincontent p.intro {
	line-height: 1.4em;
	font-weight: normal;
	color:#4C597B;
	font-style: normal;
	font-size: 100%;
	margin-bottom: 1.4em;
}
p.next {
	font-size: 100%;
	clear: both;
}
p.next a {
	font-weight: normal;
	color: #272C50;
}
p.breadcrumbs {
	color: #8D98A9;
}
p.backtotop {
	font-size: 80%;
}
p.externallink a {
	padding-right: 17px;
	background: url(../images/bullet_externallink.gif) right center no-repeat;
	width: auto;
}
/*<group=links>*/
a {
	text-decoration: none;
}
a:link {
	color: #272C50;
	font-weight: bold;
}
a:visited {
	color: #272C50;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/*<group=lists>*/

#maincontent ul li {
	background: left center no-repeat url(../images/col_bullet.gif);
	padding-left: 15px;
	line-height: 1.3em;
}
#maincontent ul li.current a {
	color: #8D98A9;
}
/*---firstcol---*/
	
		
/* for some reason, the bg bullets in the 'firstcol' are not behaving
in IE 6 with the above rule. So, I've made that #maincontent-only and 
wrote the below, with the bg image on the anchor instead */
	
#firstcol ul li {
	margin: 0.2em 0 0.2em 0;
}
#firstcol ul li a {
	padding-left: 15px;
	background: left 0.5em no-repeat url(../images/col_bullet.gif)
}
#firstcol ul li.current a {
	color: #8D98A9;
}
#firstcol {
	width: 140px;
	position: relative;
	top: 1px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 20px;
}
#firstcol p {
	line-height: 1.3em;
}
#firstcol p.intro {
	line-height: 1.3em;
	font-style: italic;
	color:#8D98A9;
	margin-bottom: 1.5em;
}
#firstcol ul {
	font-size: 90%;
}
#firstcol h2 {
	font-size: 120%;
	color: #8D98A9;
}
#firstcol h2 a {
	color: #8D98A9;
}
#firstcol h3, #firstcol h4 {
	margin-bottom: 10px;
}
#firstcol h4 {
 font-size: 85%;
}
/*<group=Layout>*/

#wrapper {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 741px;
	margin-top: 10px;
	padding: 0;
}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#maincontent {
	float: right;
	padding: 10px 20px 20px 25px;
	width: 525px;
	margin-bottom: 20px;
}
#content {
	float: left;
	background: url(../images/content_bg.jpg) top left #fff no-repeat;
}
#video {	
	padding: 5px 5px 5px 5px; 
	border-top: 3px solid #f6f6f6;
	border-right: 2px solid #f6f6f6;
	border-bottom: 3px solid #dfdfdf;
	border-left: 3px solid #f6f6f6;
	height: 403px;
	width: 720px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #fff;
}
#video img {
	margin:auto;
	text-align:center;
}
#bannerimage {
	width: 741px;
	height: 186px;
	margin-bottom: 20px;
}
.banner1 {
	background: url(../images/banner1.jpg);
	
}
/*-----footer---*/

#foot {
	background: url(../images/footer_bg.gif) no-repeat;
	width: 741px;
	height: 45px;
	padding-top: 10px;
	clear: both;
}
#foot p strong {
	color: #272C50;
}
p.first {
}
#foot p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
p.bigtext {
	font-size: 130%;
	color: #272C50;
	margin: 0 0 0.2em 0;
	letter-spacing: -0.01em;
	text-align: center;
}
/*-----main navigation---*/


#mainnav {
	width: 741px;
	height: 35px;
	background: url(../images/mainnav_bg.gif) no-repeat;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
}
#mainnav a {
	color: #555;
}
#mainnav a.current {
	color: #272C50;
}
#mainnav ul {
	padding: 0;
	margin: 0 auto;
}
#mainnav ul li {
	display: inline;
	list-style: none;
	border-right: 1px solid #ccc;
	padding: 0 8px 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#mainnav ul li.last {
	border: none;
}
#mainnav ul li.current a {
	color: #8D98A9;
}
/*<group=main content>*/



#maincontent ul#breadcrumbs {
	font-size: 80%;
	margin-left: 0;
}
#maincontent ul#breadcrumbs li {
	display: inline;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-left: 5px;
	background: url(../images/bullet_tinyarrow.gif) left center no-repeat;
}
#maincontent ul#breadcrumbs li.first {
	padding-left:0;
	margin-left: 0;
	background: none;
}
#maincontent img {
	float: left;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin: 0 15px 15px 0;
}
#maincontent ul {
	margin-left: 20px;
	font-size: 90%;
	width: 90%;
	line-height: 1.6em;
	list-style: none;
}
#maincontent ul li {
	background: url(../images/col_bullet.gif) left center no-repeat;
	padding: 0 0 0 14px;
	margin: 0.5em 0 0.5em 0;
}
/*---contentitems---*/

div.contentitem {
	/*border-bottom: 2px solid #ddd;*/
	clear: both;
	display: block;
	float: left;
	padding-top: 6px;
	width: 100%;
	margin-top: 10px;
	background: url(../images/bg_horiz_line.jpg) top center no-repeat;
}
div.contentitem div.contentitemtext {
	width: 390px;
	float: right;
}
div.examplethumb {
	float: left;
	width: 152px;
	padding: 5px;
	margin-bottom: 20px;
	background: url(../images/example_bg.jpg) top left no-repeat;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
	background-color: #fff;
	margin-right: 11px;
}
div.examplethumb p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: right;
}
div.examplethumb p a {
	margin: 0;
	padding: 0;
	color: #8D98A9;
	font-style: italic;
	padding-right: 15px;
	background: url(../images/bullet_playarrow.jpg) right center no-repeat;
}
div.examplethumb h4 {
	text-transform: uppercase;
	text-align: right;
	font-size: 70%;
	margin: 0 0 0.4em 0;
	padding: 0;
}
div.examplethumb h4 a {
	color: #8D98A9;
}
div.examplethumb h5 {
	line-height: 1.2em;
}
#maincontent div.examplethumb img {
	margin: 0 0 3px 0;
	padding: 0;
	border: 1px solid #B2B2B2;
	width: 150px;
	background-color: #ccc;
}
#maincontent div.contentitem dl {
	margin: 0em 0 0.5em 0;
	font-size: 90%;
	/*background-color: #CCCCCC;*/
	float: left;
}
#maincontent div.contentitem dl dt {
	display: inline;
	font-style: italic;
}
#maincontent div.contentitem dl dd {
	display: inline;
	margin-left: 0.5em;
	padding-left: 1em;
	background: url(../images/bullet_tinyarrow.gif) center left no-repeat;
}
iframe {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.newsLink {
	background-image:url(../images/bullet_playarrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:12px;
}
.quote {
	background-image:url(../images/quote-start.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-bottom:0px;
}
.quoteClient {
	margin-top:-10px;
	font-size:0.7em;
	color:#8d98a9;
	font-style:italic;
	background-image:url(../images/quote-end.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.newsside {
	margin-bottom: 5px;
	padding-bottom: 15px;
	background-color: transparent;
	background-image: url(../images/bg_horiz_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.newsside img {
	border: solid 1px #b2b2b2;
	padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
p.continued {
	margin-top: -5px;
	margin-bottom: 0;
}