﻿@import "reset.css";
@import "global.css";


/*-------------------LAYOUT STYLES----------------------------------------------*/
.fullPage {
	margin: 0 auto 0 auto;
	text-align:left;
	width:940px;
}
.topRegion {
	height:185px;
	background-image:url('CssImg/headerBkg.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom: 15px;
}
.fullRegion {
	background-image:url('CssImg/leftMenuSides.gif');
	background-repeat:repeat-y;
}
.leftRegion {
	float:left;
	width:200px;
}
.middleAndRightRegion {
	float:right;
	width:710px;
	
}
.middleRegion {
	width:490px;
	float:left;
	font-size:1.1em;
	line-height:1.45em;
	color:#505058;
	margin-top:9px;
	padding-bottom:25px;
}
.middleRegion img.floatLeft {
	margin:5px 10px 10px 0;
}
.middleRegion img.floatRight {
	margin:5px 0 10px 10px;
}
.middleRegion h5 {
	font-size:1.09em;
	margin-bottom:1px
}

.rightRegion {
	float:right;
	width:190px;
	/*background-color:blue;*/
}
.rightRegion h5 {
	font-size:1.2em;
	margin-bottom:10px
}

.bottomRegion {
	font-family:Arial, Helvetica, sans-serif;
	padding:25px 0 10px 0;
	color:#5c5c5c;
	background-image:url('CssImg/leftMenuBottom.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
.bottomRegion .message {
	font-size:1.1em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:#ededed;
	color:#656565;
	padding:13px;
	margin-bottom:7px;
}
.bottomRegion .linkContainer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	color:#DBDBDB;
	margin-right:-6px;
}
.bottomRegion .linkContainer a {
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	padding:2px 5px;
	/*line-height:1.1em;*/
	line-height:17px
}
.bottomRegion .linkContainer a:hover {
	text-decoration:underline;
}
.bottomRegion .linkContainer a.selected {
	/*
	background-color:#4f7f1c;
	color:white;
	*/
}
a.print {
	display:block;
	padding-left:20px;
	margin-top:15px;
	line-height:13px;
	background-image:url('CssImg/iconPrint.gif');
	background-repeat:no-repeat;
	font-size:0.91em;
} 
a.backLink {
	background-image:url('CssImg/ArrowsLeftBlue.gif');
	background-repeat:no-repeat;
	background-position:left 3px;
	padding:0 0 0 15px;
	margin-bottom:15px;
	display:block;
}



/*----------------Header styles-------------------*/
.topRegion .header {
	height:185px;
	background-repeat:no-repeat;
	background-position:right bottom;
	position:relative;
}
.topRegion .headerBkgImg1 {
	background-image:url('CssImg/headerBkgImg1.jpg');
}
.topRegion .headerBkgImg2 {
	background-image:url('CssImg/headerBkgImg2.jpg');
}
.topRegion .headerBkgImg3 {
	background-image:url('CssImg/headerBkgImg3.jpg');
}
.topRegion .headerBkgImg4 {
	background-image:url('CssImg/headerBkgImg4.jpg');
}
.topRegion .header .linkContainer {
	position:absolute;
	top:10px;
	right:0px;
	color:#DBDBDB;
	margin-right:-6px;
}
.topRegion .header .linkContainer a {
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	padding:2px 5px;
	/*line-height:1.1em;*/
	line-height:17px;
}
.topRegion .header .linkContainer a:hover {
	text-decoration:underline;
}
.topRegion .header .linkContainer a.selected {
	background-color:#4f7f1c;
	color:white;
}
.topRegion .header .logoContainer {
	width:237px;
	height:85px;
	float:left;
}
.topRegion .header .logoContainer img {
	margin-top:27px;
}
.topRegion .header .txtContainer {
	float:left;
	display:inline;
	clear:left;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	width:890px;
	margin:20px 0 0 25px;
}
.topRegion .headerBkgImg1 .txtContainer {
	width:670px;
}
.topRegion .headerBkgImg2 .txtContainer {
	width:770px;
}
.topRegion .headerBkgImg3 .txtContainer {
	width:660px;
}
.topRegion .headerBkgImg4 .txtContainer {
	width:730px;
}
ul.topMenu {
	list-style-type:none;
	margin: 50px 0 0 0;
	padding:0;
	float:left;
	width:700px;
	height:35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.40em;
}
ul.topMenu li {
	float:left;
	background:0;
	padding:0;
	margin:0;
	
}
ul.topMenu a {
	display:block;
	color:white;
	text-decoration:none;
	background-color:#acb1b4;
	padding:0 0 0 16px;
	margin-right:5px;
	background-image:url('CssImg/topMenuBkgLeft.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	line-height:35px;
}
ul.topMenu a:hover {
	text-decoration:none;
}
ul.topMenu a span {
	display:block;
	padding:0 16px 0 0;
	height:35px;
	background-image:url('CssImg/topMenuBkgRight.gif');
	background-repeat:no-repeat;
	background-position:right;
}
ul.topMenu a.selected {
	background-color:#507e1c;
	background-image:url('CssImg/topMenuBkgLeftSelected.gif');
}
ul.topMenu a.selected span {
	background-image:url('CssImg/topMenuBkgRightSelected.gif');
}



/*---------------------Left Menu styles------------------*/
ul.leftMenu {
	list-style-type:none;
	margin:0;
	padding:5px 0 10px 0;
	border-top:1px #dbdbdb solid;
}
ul.leftMenu li {
	background:0;
	padding:0;
	margin:0;
}
ul.leftMenu li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#0067d4;
	text-decoration:none;
	padding:11px 20px 11px 5px;
	margin-left:10px;
	border-bottom:1px #dbdbdb solid;
	background-image:url('CssImg/ArrowsRightBlue.gif');
	background-repeat:no-repeat;
	background-position:167px 14px;
	width:156px;
}
ul.leftMenu li a:hover {
	text-decoration:none;
}
ul.leftMenu li.selected a {
	background-color:#7a849f;
	background-image:url('CssImg/ArrowsDownWhite.gif');
	margin:-1px 0 0 1px;
	border:0;
	padding:11px 27px 11px 15px;
	background-position:176px 10px;
	color:white;
}
ul.leftMenu li.selectedNoChild a {
	background-color:#7a849f;
	background-image:url('CssImg/ArrowsRightWhite.gif');
	margin:-1px 0 0 1px;
	border:0;
	padding:11px 27px 11px 15px;
	background-position:176px 14px;
	color:white;
}
ul.leftMenu li.childSelected a {
	background-image:url('CssImg/ArrowsDownBlue.gif');
	border:0;
	background-position:168px 14px;
}


ul.leftMenu li ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.leftMenu li ul li {
	/*margin:0 0 0 10px;*/
}
ul.leftMenu li li a ,
ul.leftMenu li.selected li a,
ul.leftMenu li.childSelected li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.45em;
	background-color:white;
	background-image:none;
	padding:7px 5px 7px 15px;
	margin:0 0 0 1px;
	width:170px;
	border:0;
	color:#0067d4;
}
ul.leftMenu li li.selected {
	margin:0;
}
ul.leftMenu li li.selected a {
	background-color:#7a849f;
	background-image:none;
	border:0;
	padding:7px 5px 7px 15px;
	color:white;
	width:178px;
}
ul.leftMenu li li.last {
	padding-bottom:15px;
	/*border-bottom:1px #dbdbdb solid;*/
	background-image:url('CssImg/leftMenuLastLine.gif');
	background-repeat:no-repeat;
	background-position:10px bottom;
}


/*----------------Start page styles--------------------*/
.start .fullRegion {
	background:0;
}
.start .bottomRegion {
	background:0;
}
.start h1 {
	font-size:1.67em;
	line-height:1.25em;
	margin-bottom:7px;
}
.start h3 {
	margin-top:0;
}
.start .leftCol {
	float:left;
	width:630px;
	font-size:1.2em;
	line-height:1.5em;
	color:#505058;
}
.start .rightCol {
	float:right;
	width:285px;
}
.start .rightCol h5 {
	font-size:1.2em;
}
.start .teaserWide {
	border:4px #DBDBDB solid;
	padding:20px;
	margin-bottom:12px;
}
.start .bottomTeaserContainer {
	background-image:url('CssImg/teaserBdrSides.gif');
	background-repeat:repeat-y;
	height:1%;
}
.start .bottomTeaserContainer p,
.start .bottomTeaserContainer ol,
.start .bottomTeaserContainer ul,
.start .teaserWide p,
.start .teaserWide ul,
.start .teaserWide ol {
	margin-bottom:0;
}
.start p.addLink {
	margin-top:15px;
}
.start .teaserBottomBorder {
	clear:both;
	background-image:url('CssImg/teaserBdrBottom.gif');
	background-repeat:no-repeat;
	height:4px;
	overflow:hidden;
}
.start .bottomTeaserContainer .teaserLeft {
	border-top:4px #DBDBDB solid;
	padding:20px 24px;
	float:left;
	width:261px;
}
.start .bottomTeaserContainer .teaserRight {
	border-top:4px #DBDBDB solid;
	padding:20px 24px;
	float:right;
	width:261px;
}
.start .newsListContainer h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	margin:0 0 8px 0;
	padding:4px 8px;
	background-color:#7a849f;
	color:white;
}
.start .newsListContainer h2 a {
	color:white;
}
.start .newsListContainer h2 img {
	margin-left:5px;
}
.start .newsListContainer ul.newsList {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
	color:#7D7D7D;
	line-height:1.3em;
}
.start .newsListContainer ul.newsList li {
	background:0;
	padding:0;
	margin:0 0 5px 0;
}
.middleRegion ul.newsList {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
}
.middleRegion ul.newsList li {
	background:0;
	padding:0;
	margin:0 0 5px 0;
}
.middleRegion ul.newsList li a {
	/*display:block;*/
}


/*-------------------------Teaser list styles-----------------------------*/
ul.teaserList {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#505058;
	border-top:1px #DBDBDB solid;
}
ul.teaserList li {
	background:0;
	padding:12px 0;
	border-bottom:1px #DBDBDB solid;
	margin:0;
}
ul.teaserList strong {
	/*color:#669900;*/
}
ul.teaserList img.fullWidth {
	margin-top:4px;
}

/*-------------------------Document list styles-----------------------------*/
ul.documentList {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.documentList li {
	background:0;
	padding:0;
	margin:0 0 6px 0;
}
ul.documentList a {
	line-height:15px;
	padding-left:5px;
}
ul.documentList img {
	vertical-align:middle;
}


/*-------------------------Link list styles-----------------------------*/
ul.linkList {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.linkList li {
	background:0;
	padding:0;
	margin:0 0 10px 0;
}
ul.linkList li a {
	background-image:url('CssImg/ArrowRightBlue.gif');
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:10px;
}


.tips {
	border:1px #DBDBDB solid;
	background-color:#EDEDED;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.5em;
	padding:15px;
	margin-bottom:20px;
}
.tips a {
	text-decoration:underline;
}
.tips p,
.tips ul,
.tips ol {
	margin-bottom:0;
}



/*-------------------Pager styles-----------------*/
.pagerContainer {
	padding:0;
	text-align:center;
}
.pagerContainer a {
	/*color:silver;*/
	
}
.pagerContainer a:hover {
	/*color:#505058;
	text-decoration:underline;*/
}
.pagerContainer a.prevLink {
	/*color:#505058;*/
	float:left;
	padding-right:10px;
}
.pagerContainer a.nextLink {
	/*color:#505058;*/
	float:right;
	padding-left:10px;
}
.pagerContainer ul.pageList {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}
.pagerContainer ul.pageList li {
	display:inline;
	background:0;
	padding:0;
	margin:0;
}
.pagerContainer ul.pageList a {
	padding:0 2px;
}
.pagerContainer ul.pageList a.selected {
	color:#505058;
	font-weight:bold;
}

/*-------------------wide page styles-----------------*/
.wide .fullRegion, .wide .bottomRegion {
	background-image:none;
}
.wide .leftRegion {
	display:none;
}
.wide .middleAndRightRegion {
	width:940px;
}
.wide .middleRegion {
	width:695px;
	margin-left:25px;
}
.wide .dictionary {
	width:720px;
	margin-left:0;
}


/*-------------------order page styles-----------------*/
table.order {
	width:100%;
}
table.order label {
	font-weight:bold;
	cursor:pointer;
}
table.order td {
	background-color:#f6f6f6;
	padding:10px;
	border-bottom:1px white solid;
}
table.order td.checkBox {
	padding-right:0;
	vertical-align:top;
}
table.order td.checkBox span {
	padding:0 3px;
}
table.order td.checkBox span input {
	cursor:pointer;
}
table.order td.checkBox span.notValidCheck {
	background-color:red;
	display:inline-block;
}
table.order td.tabFooter {
	padding:10px;
}
table.order td.validatorTxt {
	border:0;
	padding:10px;
	color:#CC0000;
	font-weight:bold;
}
table.order .priceContainer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.91em;
	color:#669900;
	font-weight:bold;
	margin-top:5px;
}
table.order .priceContainer strong {
	color:black;
	text-transform:uppercase;
}
table.order .priceContainer input {
	color:#505058;
	border:1px #7f9db9 solid;
	padding:1px;
	width:30px;
	vertical-align:middle;
	text-align:right;
}
table.order .priceContainer .notValidBox {
	border:1px red solid;
}


table.form {
	margin-bottom:15px;
}
table.form td {
	border:0;
	padding-bottom:0;
	/*white-space:nowrap;*/
}
table.form .notValidBox {
	border:1px red solid;
}

table.form input {
	width:307px;
	color:#505058;
	border:1px #7f9db9 solid;
	padding:3px 0;
}
table.form .postTxtBox {
	width:80px;
}
table.form .townTxtBox {
	width:120px;
}

/*-------------------dictionary page page styles-----------------*/

ul.letterMenu {
	margin:0 0 20px 0;
	padding:0;
	border:1px #dbdbdb solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.09em;
	font-weight:bold;
	line-height:30px;
	height:30px;
	overflow:hidden;
	padding-left:15px;
}
ul.letterMenu li {
	margin:0;
	padding:0;
	background:0;
	float:left;
}
ul.letterMenu li a {
	display:block;
	padding:0 4px;
	white-space:nowrap;
}
ul.letterMenu li.selected a {
	color:white;
	background-color:#7a849f;
}
ul.letterMenu li.prev {
	padding:0 10px 0 0;
}
ul.letterMenu li.next {
	padding:0 0 0 10px;
}

.wordListContainer {
	float:left;
	width:227px;
}
.wordListContainer h5 {
	margin-bottom:4px;
}

ul.wordList {
	margin:0;
	padding:0;
}
ul.wordList li {
	margin:0;
	padding:0;
	background:0;
}
ul.wordList li a {
	display:block;
	width:207px;
	padding: 6px 10px 7px;
	border-bottom:1px #DBDBDB solid;
}
ul.wordList li a.selected {
	background-color:#7a849f;
	color:white;
	font-weight:bold;
}
.wordDesc {
	float:right;
	width:474px;
}
.wordDesc h5 {
	margin-bottom:10px;
}


/*-------------------Search page page styles-----------------*/
table.order .searchTxtBox {
	width:180px;
	color:#505058;
	border:1px #7f9db9 solid;
	padding:5px 3px 0 3px;
	height:18px;
	vertical-align:middle;
}
table.order .searchLbl {
	cursor:text;
	white-space:nowrap;
	margin-right:10px;
} 
.searchFrame {
	margin-left:-9px;
	width:510px;
	height:900px;
}


/*-------------------guestArchiveList page styles-----------------*/

ul.guestArchiveList {
	margin:0;
	padding:0;
}
ul.guestArchiveList li {
	margin:0;
	padding:0;
	background:0;
}
ul.guestArchiveList .articleInfo {
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.91em;
}
ul.guestArchiveList a.readMore {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.09em;
}

/*-------------------guestArchive aricle page styles-----------------*/

.articleAuthor, .articleDate {
	margin-bottom:7px;
}

/*-------------------indexSearch styles-----------------*/
.indexSearch {
	margin-bottom:20px;
}
.indexSearch h5 {
	margin-bottom:1px;
}
.indexSearch .content {
	color:#666;
	background-color:#EDEDED;
	padding:10px;
	line-height:1.4em;
}
.indexSearch input {
	width:99px;
	color:#505058;
	border:1px #7f9db9 solid;
/*	padding:4px 3px 5px 3px;*/
	padding:5px 3px 0 3px;
	height:18px;
	font-size:1.1em;
	vertical-align:middle;
}
.start .rightCol .indexSearch input {
	width:194px;
}
.indexSearch p {
	margin-bottom:10px;
}
.indexSearch strong {
	color:#333;
}
/*
.indexSearch button.styled {
	background:url('CssImg/btnBkgSmallRight.gif') right  no-repeat;
}
.indexSearch button.styled span {
	background:url('CssImg/btnBkgSmall.gif') 0px 0px no-repeat; 
	height:25px; 
	line-height:25px;
}
*/




