@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
#bg_image {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
}
#scrollable {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}
#wrapper {
	width: 844px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 2%;
	background-image: url(2010/images/grafx/bg/wrapper-bg-65.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	position: fixed;
	height: 100%;
	z-index: 3;
	left: 0px;
	top: 0px;
}
#footer {
	height: auto;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	position: relative;
	width: 830px;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-right: auto;
	margin-left: auto;
}
#boxRight {
	height: auto;
	width: auto;
	float: right;
	position: relative;
	padding: 5px;
	margin-left: 18px;
}
#header {
	height: auto;
	width: 820px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-bottom: 6px;
}
#mainbanner {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	border: 1px solid #333;
	margin-top: 6px;
	text-align: left;
	clear: both;
}
#boxLeft {
	float: left;
	height: auto;
	width: 202px;
	position: relative;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 5px;
	text-align: center;
}
#boxLeftAR {
	float: left;
	height: auto;
	width: 202px;
	position: relative;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: right;
	padding: 6px;
}
#contentMain-Right {
	float: right;
	height: auto;
	margin-left: 12px;
	width: 560px;
	position: relative;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 12px;
}
#content-D-Right {
	float: right;
	height: auto;
	width: 540px;
	position: relative;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 6px;
}
#contentMain-Left {
	height: auto;
	width: 607px;
	margin-bottom: 12px;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentFull {
	height: auto;
	width: 802px;
	clear: both;
	margin-bottom: 12px;
	position: relative;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
}
#tag {
	height: 80px;
	width: 580px;
	color: #3E4F97;
	font-style: normal;
	text-align: right;
	padding: 2px;
	float: right;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 6px;
}
#holder {
	width: 844px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: auto;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 4;
}
.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #021978;
}
.subTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

a:link {
	color: #3E4F97;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}
.IMG_right {
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 4px;
	border: 1px solid #CCC;
}


/* Vertical menu */

.arrowlistmenu{
	width: 175px; /*width of menu*/
	float: left;
	padding-right: 4px;
	padding-left: 24px;
	text-align: left;
	margin-top: 12px;
}

.arrowlistmenu .headerbar{
	color: #000058;
	margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #3E4F97; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-image: url(2010/images/grafx/menus/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadada;
}

.arrowlistmenu ul li a:visited{
	color: #666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background-color: #FFF;
	background-image: url(2010/images/grafx/menus/arrowbullet3.png);
	font-style: italic;
	background-position: 95% center;

}
.fieldbrdr {
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(2010/images/grafx/bg/field-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/* Horizontal menu */

.underlinemenu{
	width: 820px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}

.underlinemenu ul{
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #314492; 
	text-decoration: none; 
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	margin-right: 6px;
	font-size: 14px;
	font-style: normal;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #FFF;
	border: 1px dotted #CCC;
	background-color: #41529B;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.active{
	color: #FFF;
	background-color: #41529B;
	border: 1px dotted #900;
}
#address {
	text-align: center;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-top-color: #41529B;
	border-right-color: #41529B;
	border-bottom-color: #41529B;
	border-left-color: #41529B;
	padding-top: 32px;
	margin-top: 12px;
}
.list {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(2010/images/grafx/menus/arrowbullet.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-style: italic;
}
.ulist {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(2010/images/grafx/menus/tri.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-style: italic;
	font-weight: bold;
}
.testimBox {
	border: 1px dotted #999;
	padding: 6px;
	margin-bottom: 6px;
}
.admintitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #41529B;
}
.IMGleft {
	float: left;
	margin-right: 6px;
	margin-bottom: 4px;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #036;
	font-style: italic;
}
.movie {
	background-image: url(2010/images/grafx/BG_movie.png);
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	border-radius:0 16px 0 16px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

