/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	background: #D4E4FF;
	overflow-y: scroll;

}
body {

	background: #D4E4FF;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color: #666666;
	font-size:10pt;
}


/*=COMMON
=== === === === === === === === === === */
h1 {font-size: 140%; font-weight: bold; margin-bottom: .5em; margin-top: .5em;}
h2 {font-size: 110%; font-weight: bold; margin-bottom: .25em;}
h3 {font-size: 105%; font-weight: bold; margin-bottom: .25em;}
h4 {font-size: 100%; font-weight: bold; margin-bottom: 0;}
strong {font-weight: bold;}
em {font-style:italic;}
p, li {line-height: 130%}

p {margin-bottom: 1em;}

img {border: 0}
.imgright {float: right; margin-left: 20px;}
.imgleft {float: left; margin-right: 20px;}
.imgframe {padding: 2px; border: 1px solid #666;}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {bottom: 1ex;}
sub {top: .5ex;}

a {
/* Link-Visited-Hover-Focus-Active */
color: #994131;
text-decoration: none;
}

a:visited {color: #325899;}
a:hover {text-decoration: underline;}


a[href$='.doc'], a[href$='.docx'] {
    background: transparent url(http://www.ctknashua.org/art/icon_word.gif) center right no-repeat;
    padding-right: 18px;
}
a[href$='.xls'], a[href$='.xlsx'] {
    background: transparent url(http://www.ctknashua.org/art/icon_excel.gif) center right no-repeat;
    padding-right: 18px;
}
a[href$='.pdf'] {
    background: transparent url(http://www.ctknashua.org/art/icon_pdf.gif) center right no-repeat;
    padding-right: 18px;
}
a[href$='.zip'] {
    background: transparent url(http://www.ctknashua.org/art/icon_zip.gif) center right no-repeat;
    padding-right: 18px;
}

.nobr {white-space: nowrap;}

.smaller {font-size: 85%;}
#pagewrapper {
	background: url(http://www.ctknashua.org/art/bkg-page.gif) repeat-y #fff;
	width: 960px;
	margin:0  auto;
	padding: 0 8px 30px 8px;
}


#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}


/*=MASTHEAD
=== === === === === === === === === === */

#topnav {
	width: 976px;
	margin: 0 -8px;
	background: #D4E4FF;
	text-align: right;
	padding: 4px 0;
}

#topnav li  {
	display: inline;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding: 0 8px;
}

#topnav li a, #topnav li a:visited, #topnav li a:hover {color: #994131;}
#topnav li a:hover {color: #325899; text-decoration: none;}

#masthead {
	width: 960px;
	background: #994131 url(http://www.ctknashua.org/art/bkg-banner.jpg) no-repeat;
	padding-bottom: 10px;
	border-top: 1px solid #994131;
}

#masthead #CtKLogo {
	background: #994131 url(http://www.ctknashua.org/art/logo-ctk.gif) no-repeat;
	height: 125px;
	width: 230px;
	display: block;
}
/*=NAVIGATION
=== === === === === === === === === === */

#navigation {
	padding: .2em 0;
	float: right;
	width: 960px;
	color: #fff;

	background: #666666;
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
	
	border-top:1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;

}

#navigation li {
	display: inline;
	text-align: right;
	color: #fff;
}

#navigation li a, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 1.2;
	letter-spacing: 1px;
}
#navigation li a:hover {text-decoration: underline;}

/* ---------------------------------- */


#leftcolumn {
	background: #fff;
	float: left;
	width: 230px;
	margin:0;
	padding-bottom: 50px;
	
display: inline;
}

#leftmenutop {
	background: url(http://www.ctknashua.org/art/bkg-leftmenu.gif) bottom repeat-y;
	height: 15px;
	width: 230px;

}
#leftmenu {
	width: 230px;
	padding:0 0 15px 0;
	
	background: url(http://www.ctknashua.org/art/bkg-leftmenu.gif) bottom no-repeat;
}

#leftcolumn a {display: inline-block;} /*Fix for IE blank space bug...stupid IE */

#leftcolumn ul li a, #leftcolumn ul li a:visited { /*top level menu item */
display: block;
	background: url(http://www.ctknashua.org/art/bkg-leftmenu.gif) bottom no-repeat;
	text-align: right;
	padding: 8px 13px 7px 3px;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #994131;


}

#leftcolumn ul li a:hover { /*top level menu item */
/*	background: url(../images/bkg-leftmenu-a.gif) bottom no-repeat; */
		color: #325899;
}

#leftcolumn ul li.open a, #leftcolumn ul li.open a:visited { /*top level menu item */
	background: none;
	color: #666;
}

#leftcolumn ul li.open {
	background: url(http://www.ctknashua.org/art/bkg-leftmenu-open.gif) bottom no-repeat;
	text-align: right;
}

#leftcolumn ul li.open ul {
	margin: -3px 0 0 0;
	padding-bottom: 10px;
}

#leftcolumn ul li.open li a, #leftcolumn ul li.open li a:visited {
	width: 210px;
	text-align: right;
	display: inline;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #994131;
	padding: 0 15px 0 3px;
	letter-spacing: normal;
}

#leftcolumn ul li.open li a:hover {text-decoration: underline;}

#leftcolumn .leftcallout {
	background: url(http://www.ctknashua.org/art/bkg-leftcallout-bottom.jpg) bottom no-repeat;	
	width: 210px;
	padding-bottom: 10px;
	margin: 20px 0 0 20px;
}

#leftcolumn .leftcallout .calloutcontent{
	background: url(http://www.ctknashua.org/art/bkg-leftcallout-top.jpg) top no-repeat;	
	padding: 15px 5px 5px 5px;
	text-align:center;
}


#leftcolumn h3 { color: #325899;}
#leftcolumn p {
	text-align: left;
	margin: 5px 10px 0 10px;
	font-size: 105%;
}

#leftcolumn .lefttop {margin-top: 20px;}
/*=CONTENT
=== === === === === === === === === === */
#content {
	margin: 20px;
	background: #fff;
	width: 690px;
	float: right;
	display: inline;	
}

#content.full {
	width: 920px;
	float: none;
	display: inline-block;
}

#content #breadcrumb {
	margin: 0;
	padding: 0;
}
#breadcrumb li{
	display: inline;
	font-size: 90%;
	
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-type: disc;
	margin-bottom: 8px;
}

#content ul.simplelist {margin-bottom: 1em; margin-top: -.5em;}
#content ul.simplelist li { margin-bottom: 0;}


/*=FOOTER
=== === === === === === === === === === */
#footer {
/*	clear: both; */
	width: 976px;
	margin: 0px auto 20px auto;

	font-size: 9pt;
	



background: #D4E4FF url(http://www.ctknashua.org/art/bkg-footer.gif) no-repeat bottom;


}

#footerinner {
	width: 940px;
	margin: 0 auto;
	border-top: 5px solid #994131;
	padding: 20px 10px 20px 10px;
	
}

#footer #elcalink {
	margin-bottom: 10px;

}

#footer #elcalink a {
		font-size: 85%;
		color: #994131;
}
#footer .vcard {
	float: right;
	text-align: right;
	font-weight: bold;
}

.cleanup {clear: both; line-height: 0; height: 1px;}
/*=============================================================================
===============================================================================
===============     Start Page-Specific Styles (if Necessary)      ==========*/


/* Homepage */
#homephoto {
	margin-bottom: 20px;
}

.homecallout {
	float: left;
	width: 216px;
	padding: 20px 0;
	background: #b1c8d7;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align:center;
	font-weight:bold;
}


.homecalloutfirst {margin-left: 0; width: 217px;}

.homepleft {
	float: left;
	width: 335px;
	font-size: 12pt;
}

.homepright {
	margin-left: 355px;
	font-size: 12pt;
	
}


.contentcallout {
	width: 333px;
	float: left;
	background: #C3D9FF;
	border: 1px solid #666;
}

.contentcalloutsecond {
	margin-left: 20px;

}



.contentcallout h2 {
	background:#666;
	font-weight:bold;
	padding:5px 10px;
}

.contentcalloutsecond h2 {
	margin-bottom: 10px;
}

.contentcallout h2 a, .contentcallout h2 a:visited {color: #fff; text-decoration: none;}
.contentcallout h2 a:hover {text-decoration: underline;}

#recentnewsinner {
	margin: 0 8px;
	width: 315px;
	height: 98px;
	min-height: 94px;
	overflow:auto;	
	border: 1px solid #a2bbdd;
	background: #fff;
}

#recentnewsinner #homenewslist {padding-left: 0;}
#recentnewsinner #homenewslist .homenews {
/*	margin-bottom: 5px; */
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 95%;
}

#recentnewsinner #homenewslist {list-style-type: none; margin-bottom: 0;}
.newsitemdate {
	float: left;
	margin-right: 15px;
	width: 40px;
	text-align:right;
	color: #000;
}

.newsitemtext {
	float: left;
	width: 220px;
}


.newsitem {

	clear: both;
}

#recentnewsinner #homenewslist .homenews {
	border-bottom: 1px solid #ccddee;
}

#recentnewsinner #homenewslist .homenews  a {
	color: #325899;
	text-decoration: none;
}
#recentnewsinner #homenewslist .homenews  a:hover {text-decoration: underline;}


/* Contact Us */
.ctkstaff {margin: 0; width: 100%; border: 1px solid #666;}
.ctkstaff td {border-bottom: 1px solid #666; border-top: 1px solid #666;}
.ctkstaff td {
	padding: 5px 10px 5px 5px;
	vertical-align: top;
	margin: 0;
}
.ctkstaff td.ctkstafflabel {
	border: 0;
	padding: 3px 3px 3px 5px;
	color: #fff;
	background: #994131;
	font-weight: bold;
}

a.eLinkMail, a.eLinkMail:visited {color: #994131;}

.tel {white-space: nowrap;}




/* Callouts */

/*VBS 2010 */
#leftcolumn #calloutVbs #calloutcontentVbs {
	text-align: center;
	padding-bottom: 5px;
	background: url("http://www.ctknashua.org/art/bkg-leftcallout-top.jpg") no-repeat scroll center top transparent;
}

#calloutVbs img {
	position: relative;
	left: -55px;
	
}

#leftcolumn #calloutVbs #calloutcontentVbs .calloutText {
	float: right;
	width: 115px;
	text-align: center;
	margin-top: -63px;
}

/*Hammosset 2010 */
#leftcolumn #calloutHammossett #calloutcontentHammosset {
	text-align: center;
	padding-bottom: 5px;
	background: url("http://www.ctknashua.org/art/bkg-leftcallout-top.jpg") no-repeat scroll center top transparent;
}

#calloutHammossett img {
	position: relative;
	left: -58px;
}

#leftcolumn #calloutHammossett #calloutcontentHammosset .calloutText {
	float: right;
	width: 120px;
	text-align: center;
	margin-top: -65px;
}