﻿body
{
	background-image: url(  '/assets/images/backgrounds/blueswish.jpg' );
	background-position: top center;
	background-attachment: fixed;
	text-align: center;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #073f8a;
}

/* WRAPPER AND FRAME */

#wrapper
{
	height: auto;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#innerWrapper
{
	clear: both;
	background-image: url(  '/assets/images/template/shadow-left.png' );
	background-repeat: repeat-y;
}

#innerWrapper2
{
	clear: both;
	background-image: url(  '/assets/images/template/shadow-right.png' );
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0px 55px 0px 55px;
	text-align: left;
}

#tlcn, #trcn, #blcn, #brcn
{
	width: 50%;
	height: 42px;
}

#tlcn, #trcn
{
	top: 0px;
	background-image: url(  '/assets/images/template/shadow-top.png' );
}

#tlcn
{
	left: 0px;
	float: left;
	background-position: left top;
}

#trcn
{
	right: 0px;
	float: right;
	background-position: right top;
}

#blcn, #brcn
{
	bottom: 0px;
	background-image: url(  '/assets/images/template/shadow-bottom.png' );
}

#blcn
{
	left: 0px;
	float: left;
	background-position: left top;
	clear: both;
}

#brcn
{
	right: 0px;
	float: right;
	background-position: right top;
}

#content
{
	position: relative;
	width: 100%;
	height: auto;
	height: 100%;
	background-color: #ffffff;
	background-image: url(  '/assets/images/template/leftColBack.gif' );
	background-repeat: repeat-y;
	background-position: top left;
}

#content.home
{
	background-image: none;
}

/* HEADER */

#header
{
	margin-bottom: 8px;
}

/* BANNER */

#banner
{
	margin-bottom: 5px;
}

.clearBoth
{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* COLUMNS */

#leftCol
{
	position: relative;
	width: 200px;
	float: left;
	min-height: 250px;
	height: 100%;
	height: auto;
}

#rightCol
{
	width: 640px;
	float: right;
}

#leftColHm
{
	position: relative;
	width: 620px;
	float: left;
	min-height: 250px;
	height: 100%;
	height: auto;
}

#rightColHm
{
	width: 200px;
	float: right;
	min-height: 250px;
	height: 100%;
	height: auto;
}

/* MAIN CONTENT */
div#contentBlock
{
	width: 100%;
	width: auto;
	margin-left: 20px;
	text-align: left;
}

div#contentBlock.home
{
	margin-left: 0px;
}

div#contentBlock h1
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 19px;
	color: #7f0808;
	font-weight: bold;
	margin-bottom: 4px;
}

div#contentBlock #breadCrumbs
{
	font-family: Trebuchet MS,arial,verdana;
	line-height: 15px;
	font-size: 11px;
	color: #6d6d6d;
	margin-bottom: 14px;
}

div#contentBlock #breadCrumbs a
{
	color: #6d6d6d;
	text-decoration: underline;
}

div#contentBlock #breadCrumbs a:hover
{
	color: #444444;
	text-decoration: none;
}

div#contentBlock p.introParagraph
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 17px;
	color: #7a96a9;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 15px;
}

img.contentImageR
{
	border: solid 1px #aaaaaa;
	float: right;
	margin: 20px;
	margin-right: 0px;
}

img.contentImageRT, img.contentImageRTnoBorder, img.contentImageRTnoMargin
{
	border: solid 1px #aaaaaa;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

img.contentImageRTnoBorder
{
	border: none;
}

img.contentImageRTnoMargin
{
	margin: 0px;
	margin-bottom: 3px;
}

div.profilePic
{
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	font-family: arial,verdana,Trebuchet MS,arial,verdana;
	font-size: 10px;
	color: #888888;
}


div#contentBlock p
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 4px;
}

div#contentBlock table.boxTable
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: solid 1px #aaaaaa;
	margin-top: 8px;
}

div#contentBlock table.boxTable tr th, div#contentBlock table.boxTable tr td
{
	padding: 5px;
	border: solid 1px #dddddd;
}


div#contentBlock table.boxTable tr th
{
	font-family: bold 12px/14px Trebuchet MS,arial,verdana;
	color: #7a96a9;
	padding-right: 20px;
	background-color: #f0f0f0;
}



div#contentBlock ul
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 4px;
}

div#contentBlock p.moreInfo
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 4px;
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	padding: 7px;
}

div#contentBlock p a
{
	color: #7f0808;
	text-decoration: underline;
}

div#contentBlock p a:hover
{
	text-decoration: none;
}

div#contentBlock em
{
	font-style: normal;
	border-bottom: dashed 1px #888888;
	background-color: #fffbcc;
	cursor: help;
}

div#contentBlock em:hover
{
	color: #7f0808;
}

div#contentBlock p.secondParagraph
{
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
	background-image: url(  '/assets/images/template/dot-h.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#contentBlock p.secondParagraphNL
{
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
}

div.line
{
	margin-top: 0px;
	height: 2px;
	clear: both;
	margin-bottom: 15px;
	background-image: url(  '/assets/images/template/dot-h.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#contentBlock h2, div#contentBlock h2.noTopMargin
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 14px;
	color: #7f0808;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 20px;
	display: block;
}

div#contentBlock h2.noTopMargin
{
	margin-top: 0px;
}

div#contentBlock h2.line
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 14px;
	color: #7a96a9;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 10px;
	display: block;
	padding-bottom: 3px;
	background-image: url(  '/assets/images/template/dot-h.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#copyright
{
	text-align: right;
	font-family: arial,verdana;
	font-size: 10px;
	line-height: 10px;
	color: #888888;
	margin: 0px;
	padding: 0px;
}



/* MENU BLOCK */

div.menuBlock
{
	margin-right: 20px;
	background-image: url(  '/assets/images/template/dot-h.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

div.menuBlock h3
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}

div.menuBlock p
{
	font-family: Trebuchet MS,arial,verdana;
	line-height: 15px;
	font-size: 12px;
	color: #6d6d6d;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 0px;
}

div.menuBlock p a
{
	color: #6d6d6d;
	text-decoration: underline;
}

div.menuBlock p a:hover
{
	text-decoration: none;
	color: #444444;
}

div.menuBlock ul
{
	margin-top: 0px;
	margin-left: 20px;
	list-style-image: url(  '/assets/images/bp1.gif' );
	padding: 0px;
	margin-bottom: 8px;
}

div.menuBlock ul li
{
	margin-bottom: 1px;
	margin-left: 0px;
}

div.menuBlock ul li a, span
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 13px;
	color: #7f0808;
	font-weight: bold;
	text-decoration: none;
}

div.menuBlock ul li span
{
	color: #c5a5a5;
}

div.menuBlock ul.blue a
{
	color: #08437f;
}
div.menuBlock ul.blue li span
{
	color: #a5b3c2;
}

div.menuBlock ul li a:hover
{
	text-decoration: underline;
}

/* CONTACT BLOCK */

div.contactBlock
{
	font-family: Trebuchet MS,arial,verdana;
	line-height: 15px;
	font-size: 11px;
	color: #6d6d6d;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 20px;
}

div.contactBlock a
{
	color: #7f0808;
	text-decoration: underline;
}

div.contactBlock a:hover
{
	text-decoration: none;
}


ul.contentList
{
	margin-top: 0px;
	margin-left: 20px;
	list-style-image: url(  '/assets/images/bp2.gif' );
	padding: 0px;
	margin-bottom: 4px;
}

ul.contentList li
{
	margin-bottom: 1px;
	margin-left: 0px;
	font-weight: bold;
}

ul.bigList
{
	color: #666666;
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 30px;
}

ul.bigList li
{
	font: bold 13px/18px Trebuchet MS,verdana,arial;
	color: #888888;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(  '/assets/images/bp3.gif' );
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 23px;
}


ul.searchList
{
	margin-top: 0px;
	margin-left: 20px;
	list-style-image: url(  '/assets/images/bp2.gif' );
	padding: 0px;
	margin-bottom: 4px;
}

ul.searchList li
{
	margin-bottom: 1px;
	margin-left: 0px;
}

ul.searchList li a
{
	font: normal 12px/13px Trebuchet MS,verdana,arial;
	color: #7f0808;
	text-decoration: underline;
}

ul.searchList li a:hover
{
	text-decoration: none;
}



table.contactForm
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}

table.contactForm th
{
	font-size: 12px;
	color: #08437f;
	font-weight: bold;
	line-height: 18px;
}

table.contactForm input, textarea
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 12px;
	color: #666666;
	border: solid 2px #cccccc;
	padding: 2px 4px 2px 4px;
}

div.messageSending
{
	position: absolute;
	width: 100%;
	height: 310px;
	background-color: #f0f0f0;
	font-family: Trebuchet MS,arial,verdana;
	font-size: 12px;
	color: #666666;
}

div#developmentBanner
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	background-color: #aa0000;
	color: #ffffff;
	text-align: center;
	font: normal 11px/20px verdana,arial;
	line-height: 20px;
	vertical-align: middle;
	border-top: solid 1px #333333;
	display: none;
}

div.topRightMenu
{
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	font: normal 11px/12px Trebuchet MS, verdana,arial;
	color: #888888;
}

div.topRightMenu a
{
	text-decoration: none;
	color: #888888;
}

div.topRightMenu a:hover
{
	text-decoration: underline;
	
}
