@charset "utf-8";

/* default elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {list-style: none;}
#maincontent #maincolum ol li {
	padding-left: 12px;
}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {	text-decoration: none;	color: #000;}
::selection {	background: #DE76D5; /* Safari */	}
::-moz-selection {	background: #DE76D5; /* Firefox */}

/* default elements */
.clearer {
	clear: both;
	background-image: none;
}
html, body{
height: 100%;	
}
body {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #f0efef;
	background-image: url(../img/layout/mainBase.jpg);
	background-repeat: repeat-x;
	background-position: top
}
/*overrides*/
h1{
	font-size: 4.6em;
	color: #666;
	margin-bottom: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
	font-size: 1.6em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{
	font-size: 2em;
	color: #C505B0;
	margin-bottom: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
h4 {
	font-size: 1.2em;
	color: #C505B0;
	margin-bottom: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
}

hr {
	margin-top : 12px;
	margin-bottom : 12px;
	border-right-style : none;
	border-left-style : none;
	border-top : 1px solid #CDCDCD;
	border-bottom : 1px solid #fff;
	clear:both;
}
form table tr td{
	padding-bottom: 2px;
	padding-left: 0px;

}
/* structure */
#wrapper {
	line-height: 1.2em;
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */

}
#container {
	/*line-height: 1.3em;*/
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topbox{
	height: 20px;
	background-color: TRANSPARENT;
	color: #CCC;
	float: right;
	margin-top: -10px;
	margin-left: 250px;
	font-size: 0.8em;
	text-transform: ;
	font-weight: normal;
}
#topbox a{
	color: #CCC;
	text-decoration: none;
}
#topbox a:hover {
	background-color: TRANSPARENT;
	color: #000;
	background-image: none;
}
#header {
	width: 780px;
	background-image: url(../img/layout/header.jpg);
	background-position: left bottom;
	height: 200px;
	clear: right;
	float: left;
	background-repeat: no-repeat;
	margin-top: 19px;
}
/*Table*/
table {
	width: 520px;
}
tr td{
	text-align: left;
}




/* main structure */
.mast{
	margin-top: 2px;
	margin-bottom: 10px;
}
#maincontent {
	width: 520px;
	float: right;
	margin-bottom: 20px;
	margin-top: 40px;
}
#maincontent a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
#maincontent a:hover{
	text-decoration: none;
	background-color: #DE76D5;
}
#maincontent .sitemap {
	width: 130px;
	float: left;
	clear: right;
	margin-bottom: 20px;
	margin-top: 40px;
}
#maincontent .sitemap ul li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	Margin-bottom: 10px;
}

#maincolum ul {
}
#maincolum ul li {
	list-style-position: inside;
	list-style-image: url(../img/base/pdf_icon_very_small.gif);
	list-style-type: disc;
}
.pic {
	padding: 4px;
	float: right;
	margin-left: 6px;
	border: 1px solid #CDCDCD;
	background-color: #FFF;
	margin-bottom: 6px;
}
#maincolum .picoveride {
	border-width: 0px;
	float: left;
	border-style: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
}

#fullcolum {
	float: right;
	margin-bottom: 20px;
	margin-top: 40px;
	width: 780px;
}
#fullcolum a{
	text-decoration: underline;	
}

.threeacross{
	border: 4px solid #C4C4C4;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 220px;
	margin-right: 14px;
	border: 6px solid #999;
	float: left;
	margin-top: 0px;
	padding: 12px 6px;
	background-color: #C505B0;
	margin-bottom: 16px;
	color: #FFF;

}
.threeacross h2{
	color: #FFF; !important
}
.threeacross a:{
	color: #FFF; !important
	background: none; !important
	text-decoration: none;
	border-bottom: 0px; !important
}
/* side col structure */
#sidecolum {
	float: left;
	width: 190px;
	clear: both;
	font-size: 0.8em;
	margin-top: 36px;
	margin-bottom: 12px;
}
#sidecolum a {
	color: #F00;
	font-weight: bold;
}
#sidecolumHide {
	display: none;
}
.sidecontent {
	margin-bottom: 6px;
	border: 4px solid #C4C4C4;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-image: url(../img/base/sidecolbase.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFF;
	line-height: 1.3em;
	padding-top: 8px;
}
.sidecontentImage {
	border: 0px solid #C4C4C4;
	padding-top: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}
.sidecontentImage img{
	margin-bottom: 4px;
	
}
#sidecontentNoLine {
	line-height: 1.3em;
}

.sidecontent p{
line-height: 1.2em;	
}
.sidecontent ul{
	padding: 8px;
}
.sidecontent ul li strong {
	color: #F00;
}
.sidecontent ul li {
	list-style-type: none;
}
.sidecontent #breadcrumbs ul li {

}
/* breadcrumbs structure */
#breadcrumbs{
	margin-top: -8px;
	margin-bottom: 0px;
	clear: both;
	font-size: 1.2em;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
}

#breadcrumbsnews{
	margin-top: 8px;
}
#breadcrumbs ul {
}
#breadcrumbs ul li {
	display: block;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 2px;
	
}
#breadcrumbs ul li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding-right: 4px;
	padding-left: 6px;
	display: block;
	background-image: url(../img/base/but_side_base.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	border: 4px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#breadcrumbs ul li a:hover {
	background-image: url(../img/base/but_side_base.jpg);
	background-repeat: no-repeat;
	background-position: left -26px;
}


#breadcrumbssmall{
	margin-top: -8px;
	margin-bottom: 0px;
	clear: both;
	font-size: .95em;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
}



#breadcrumbssmall ul li {
	display: block;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 2px;
	
}
#breadcrumbssmall ul li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding-right: 4px;
	padding-left: 6px;
	display: block;
	background-image: url(../img/base/but_side_base.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	border: 4px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#breadcrumbssmall ul li a:hover {
	background-image: url(../img/base/but_side_base.jpg);
	background-repeat: no-repeat;
	background-position: left -26px;
}

#kids, #kids a:hover{
	color: #fff !important;
	background-color: #f092ce;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#selected {
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left -52px !important;
	border: 4px solid #999 !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/* footer structure */
#footer .push {
	height: 140px;
	margin-top : 20px;
}
#footer {
	font-size : 0.8em;
	line-height : 1.2em;
	padding-top : 6px;
	padding-left : 0px;
	color : #666;
	height: 140px;
	background-color: #000;
	margin: 0 auto;
}
#footercontainer {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto
}

.footercontent{
	width: 110px;
	height: 100px;
	border-left: 1px solid #333;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
.footercontentlast {
	border-left: 1px solid #333;
	float: left;
	height: 100px;
	margin-top: 3px;
}
#footerpusher {
	margin-left: 260px;
}
footer #footercontainer ul{
	float: left;
	clear: right;
	margin-right: 20px;
	width: 400px;
}
.footercontent a {
	color : #666;
	font-weight : normal;
	margin-right: -3px;
	margin-left: -3px;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
}
.footercontent a:hover {
	color : #DE76D5;
}
.footerlinks {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
	clear: both;
}
.footernote {
	display : block;
	width : 166px;
	margin-top : 20px;
	height : 100px;
	border-right : 1px solid #888;
	padding-right : 3px;
	float : left;
	margin-right : 12px;
	margin-bottom : 12px;
	display : block;
}
.footernotelast {
	display : block;
	width : 166px;
	margin-top : 20px;
	height : 100px;
	padding-right : 3px;
	float : left;
	margin-right : 12px;
	margin-bottom : 12px;
	display : block;
}
#maincolum img {
}






