@charset "utf-8";
/********* GENERAL HTML TAG STYLES *********/
* {
	margin: 0;
}
html {
	font-size:1em;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html, body {
	height: 100%;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
p {
}
a:link, a:visited {
}
a:hover, a:active {
}
hr {
}
ul {
}
li {
}
#textarea ul, #textarea ol, #textarea dl, #landing ul, #landing ol, #landing dl {
	position: relative;
}
.highlight {
	color: #002E56;
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.blue {
	color: #002E56;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}
.push {
	height: 120px;
}

.push90 {
	height: 90px;
}

.push60 {
	height: 60px;
}


/********* LAYOUT STYLES (DIVS AND AFFILIATED CSS) *********/

#border {/* Blue bar that stretches across top of site */
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #002E56;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 0;
}
#bottompad {
	padding: 0 0 30px 0;
}
/* Header Area Including Logo and Quickmenu Links at Top */
#header {
	background: url(../img/img_IC-logo.gif) no-repeat 10px 20px;
	height: 90px;
	margin: 0;
	padding: 0;
	width: 950px;
	z-index: 700;
}
#header h1 {
	display: none;
}
#header form {
	padding: 20px 0 0 0;
	margin: 0;
	float: right; 
	height: 46px;
	line-height: 46px;
	font-size: 12px;
}
#header input {
	background-color: #DEDBD2;
	border: none;
	padding: 5px;
	color: #002E56;
	margin: 0;
	font-weight: bold;
	z-index: 400;
}
#header .srchbox {
	width: 180px;
	height:14px;
	margin: -1px 0 0 0;
}

#header .cmdLogin 
{
	height:14px;
	margin: -4px 0 0 0;
}


#header .srch {
	background: #002E56;
	padding: 3px 2px 2px 2px;
	margin: 11px 0 0 0;
}
/* Top Links and Login Dropbox 
#quickmenu {
	padding: 20px 0 0 0;
	margin: 0;
	height: 46px;
	list-style-type: none;
}
#quickmenu li {
	display: block;
	float: right; 
	height: 46px;
	line-height: 46px;
	padding: 0 30px 0 0;
	position: relative;
	font-size: 12px;
}
#quickmenu li a, #quickmenu li a:visited {
	text-decoration: none; 
	color: #002E56;
	font-size: 12px;
	font-weight: bold;
}
#quickmenu li:hover, #quickmenu li a:hover {
	border: 0;
	color: #B7BA93;
} */
#quickmenu {
	padding: 35px 15px 0 0;
	margin: 0;
	float: right; 
	z-index: 600;
}
#quickmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
}
#quickmenu li a {
	display: block;
	margin: 0 1px 0 10px;
	padding: 4px 10px;
	color: #002E56;
	font-weight: bold;
	text-decoration: none;
}
#quickmenu li a:hover {
	border: 0;
	color: #B7BA93;
}
#quickmenu li.loginlink a:hover {
	color: #FFFFFF;
	background: #002E56;
}
#quickmenu div {
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 10px;
	padding: 10px;
	background: #DEDBD2;
	width: auto;
	white-space: nowrap;
	text-align: left;
	border-top: 5px solid #002E56;
	z-index: 600;
}
#header #quickmenu div form {
	padding: 0;
	margin: 0;
	float: none; 
	height: auto;
	line-height: normal;
	font-size: 12px;
	z-index: 600;
}
#header #quickmenu div input {
	background-color: #FFFFFF;
	border: none;
	padding: 3px;
	color: #002E56;
	margin: 0 0 4px 0;
	font-weight: normal;
	float: none;
	z-index: 600;
}
#header #quickmenu div input.button {
	background-color: #002E56;
	border: none;
	padding: 3px;
	color: #FFFFFF;
	margin: 5px 10px 10px 0;
	width: auto;
	cursor: pointer;
}
#quickmenu li.loginlink p a {
	margin: 0;
	padding: 2px 0 0 0;
	color: #002E56;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
	font-size: 11px;
	line-height: normal;
}
#quickmenu li.loginlink p, #quickmenu li.loginlink p a:hover {
	color: #002E56;
	text-decoration: none;
	background: none;
	padding: 2px 0 0 0;
}
/* Navigation */
#dropList {
	height: 30px;
	width: 945px;
	position: relative;
	font-size: 14px;
	z-index: 500;
	margin: 0 0 0 10px;
}
#dropList ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#dropList ul#menu li.level1-li {
	float: left;
	height: 30px;
	padding: 0;
	margin: 0 4px 0 0;
}
#dropList ul#menu li.level1-li a.level1-a {
	display: block;
	width: 185px;
	height: 30px;
	text-align: center;
	float: left;
	background: #002E56;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
#dropList ul#menu li.sub a.level1-a {
	display: block;
	width: 185px;
	height: 30px;
	text-align: center;
	float: left;
	background: #002E56;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;

}
#dropList ul#menu li.level1-li:hover, #dropList ul#menu li.level1-li a.level1-a:hover {
	position:relative;
}
#dropList ul#menu li.level1-li a.level1-a:hover, #dropList ul#menu li.level1-li:hover a.level1-a {
	color: #002E56;
	background-color: #D1CEC1;
}
#dropList ul#menu li.level1-li a#current, #dropList ul#menu li.sub a#current {
	color: #002E56;
	background-color: #D1CEC1;
}
#dropList ul#menu li.sub a.level1-a:hover {
	color: #002E56;
	background-color: #D1CEC1;
}
#dropList ul#menu li.sub:hover > a.level1-a {
	color: #002E56;
	background-color: #D1CEC1;
}

#dropList ul#menu li div.listHolder {
	position: absolute;
	left: -9999px;
	top: 30px;
	background: #002E56;
} /* IE6 only */
#dropList table {
	border-collapse: collapse;
	margin: 0px -10px;
	font-size: 1em;
	width: 0;
	height: 0;
}
#dropList ul#menu :hover div.listHolder {
	left:0;
}
#dropList ul#menu a:hover div.listHolder {
	left:-1px;
}
#dropList ul#menu div.col1 {
	width: 350px;
}
#dropList ul#menu div.col2 {
	width: 600px;
}
#dropList ul#menu div.col3 {
	width: 350px;
}
#dropList ul#menu div.col4 {
	width: 350px;
}
#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1 {
	left: -165px;
}
#dropList ul#menu div.listHolder div.listCol {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 175px;
}
#dropList ul#menu div.listHolder div.listColwide {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
}
#dropList ul#menu div.listHolder div.listCol h5, #dropList ul#menu div.listHolder div.listColwide h5 {
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	color: #002E56;
	background-color: #D1CEC1;
	text-align: left;
}
#dropList ul#menu div.listHolder div.listCol h5 a, #dropList ul#menu div.listHolder div.listColwide h5 a {
	color: #002E56;
	text-decoration: none;
}
#dropList ul#menu div.listHolder div.listCol h5 a:hover, #dropList ul#menu div.listHolder div.listColwide h5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#dropList ul#menu div.listHolder div.listCol ul, #dropList ul#menu div.listHolder div.listColwide ul {
	margin: 2px 0 8px 0;
	list-style: none;
}
#dropList ul#menu div.listHolder div.listCol ul li, #dropList ul#menu div.listHolder div.listColwide ul li {
	line-height: 13px;
	padding: 0;
	margin: 0;
	text-align: left;
	background: url(../img/bg_list-bullet.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 23px;
}
#dropList ul#menu div.listHolder div.listCol ul li a, #dropList ul#menu div.listHolder div.listColwide ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#dropList ul#menu div.listHolder div.listCol ul li a:hover, #dropList ul#menu div.listHolder div.listColwide ul li a:hover {
	color: #B7BA93;
}
/* All Content Elements - Such as Image Banners, Text Area */
#banner {
	margin: 4px 0 30px 10px;
}
#headerimg
{
	margin: 13px 0 5px 10px;
}
h1.title {
	color: #002E56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	background-color: #EEEDE8;
	padding: 0 0 0 10px;
	text-decoration: none;
}
h1.title a {
	color: #002E56;
	text-decoration: none;
}
h1.title a:hover {
	color: #546166;
}
#events div.event {
	padding: 15px 0 5px 0;
	clear: both;
	line-height: normal;
}
#events div.info {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0 0 0 10px;
}
#landing #events div.info {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0 0 0 10px;
}
#events h2, #events h2 a {
	color: #002E56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 6px 0;
	text-decoration: none;
	font-style: normal;
}
#events h2 a:hover {
	color: #546166;
}
#landing #events h2 {
	color: #002E56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 6px 0;
}
#events h3 {
	float: left;
	width: 50px;
}
#events h4 {
	font-size: 11px;
	padding: 6px 0 0 0;
	color: #B3974D;
}
#landing #events div.eventloc {
	float: left;
	width: 110px;
	padding: 0 0 0 10px;
}

#events div.eventlocNone
{
	display: block;
	text-align:center;
}

#landing #events h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#events p {
	font-size: 12px;
	color: #000000;
}
#landing #events p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}
#landing #events div.eventloc p.button a {
	padding: 5px;
	background: #546166;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: 21px;
}
#landing #events div.eventloc p.button a:hover {
	background: #002E56;
}
#events a {
	font-style: italic;
	color: #546166;
	text-decoration: underline;
}
#events a:hover {
	color: #002E56;
	text-decoration: none;
}
#events .month {
	color: #546166;
	font-weight: normal;
	font-size: 26px;
	line-height: 22px;
}
#events .day {
	color: #546166;
	font-weight: bold;
	font-size: 36px;
	line-height: 32px;
}
#events .year {
	color: #B3974D;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
#news ul, #textarea div#news ul{
	line-height: normal;
}
#news ul li {
	border-bottom: 1px solid #DEDBD2;
	background: url(../img/bg_news-bullet.gif) no-repeat 0px 15px;
	padding: 12px 0 12px 18px;
}
#news ul li a {
	color: #002E56;
	font-size: 13px;
	text-decoration: none;
}
#textarea div#news ul li {
	background: none;
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.25em;
	text-decoration: none;
	padding: 1em 0 1em 1.5em;
	margin: 0;
	border-bottom: 1px solid #DEDBD2;
	background: url(../img/bg_news-bullet.gif) no-repeat 0px 15px;
}
#textarea div#news ul li a {
	background: url(../img/bg_news-bullet.gif) no-repeat 0px 15px;
	color: #002E56;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#news ul li a:hover, #textarea div#news ul li a:hover {
	color: #B3974D;
}
#news span, #textarea div#news span {
	font-size: 11px;
	color: #B3974D;
}
#deals div.deals
{
	padding: 15px 0 15px 0;
	clear: both;
	line-height: normal;
	margin-right: 21px;
	margin-left: 0px;

}
#deals div.info {
	float: left;
	width: 182px;
	margin: 0;
	padding: 0 0 0 10px;
}
#deals div.deals span {
	float: left;
	width: 95px;
}
#deals h2, #deals h2 a {
	color: #002E56;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 3px 0;
	text-decoration: none;
	font-style: normal;
}
#deals p {
	font-size: 11px;
	color: #000000;
}
#deals a {
	font-style: italic;
	color: #002E56;
	text-decoration: underline;
}
#deals a:hover {
	color: #546166;
	text-decoration: none;
}
#container {
	padding: 0 0 30px 0;
	margin: 0;
	background: url(../img/bg_content.gif) 10px 0px repeat-y;
}
#leftnav {
}
#leftnav h1 {
	color: #002E56;
	font-weight: normal;
	font-size: 14px;
	padding: 16px 10px;
	margin: 0;
	text-decoration: none;
	display: block;
}
#leftnav h1 a {
	color: #002E56;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}
#leftnav h1 a:hover {
	color: #B7BA93;
}
#leftnav ul {
	padding: 0;
	margin: 0;
}
#leftnav li {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}
#leftnav li a {
	border-bottom: dashed 1px #B7BA93;
	font-size: 12px;
	line-height: 30px;
	color: #546166;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	width: 200px;
	height: 30px;
	overflow: hidden;
}
#leftnav li a.double {
	border-bottom: dashed 1px #B7BA93;
	font-size: 12px;
	line-height: 15px;
	color: #546166;
	text-decoration: none;
	display: block;
	padding: 6px 0 0 20px;
	margin: 0;
	width: 200px;
	height: 34px;
	overflow: hidden;
}
#leftnav li ul li a, #leftnav li.current ul li a {
	padding: 0 0 0 20px;
	margin: 0;
	width: 200px;
	height: 30px;
}
img.floatleft {
	float: left;
}
#leftnav li#levels a {
	border-bottom: none;
}
#leftnav li#unlevels a {
	border-bottom: dashed 1px #B7BA93;
}
#leftnav li a:hover {
	background-color: #D1CEC1;
}
#leftnav li ul li a:hover, #leftnav li.current ul li a:hover {
	background-color: #D1CEC1;
}
#leftnav li.current a {
	background: #D1CEC1;
	color: #002E56;
}
#leftnav li.current ul li a {
	background: #EEEDE8;
	color: #546166;
}
#leftnav li.current a b {
	width: 0;
	height: 0;
	border-top: 15px dashed transparent;
	border-bottom: 15px dashed transparent;
	position: absolute;
	border-left: 8px solid #D1CEC1;
	top: 0;
	left: 220px;
	padding: 0;
	margin: 0;
}
#leftnav li.current a.double b {
	width: 0;
	height: 0;
	border-top: 20px dashed transparent;
	border-bottom: 20px dashed transparent;
	position: absolute;
	border-left: 8px solid #D1CEC1;
	top: 0;
	left: 220px;
	padding: 0;
	margin: 0;
}
#leftnav li.current ul li a b {
	width: 0;
	height: 0;
	border-top: none;
	border-bottom: none;
	position: absolute;
	border-left: none;
	top: 0;
	left: 220px;
	padding: 0;
	margin: 0;
}
#leftnav li.current a b {
	*background: #FFFFFF url(../img/bg_pointer.gif) no-repeat 0px 0px;
	*width: 10px;
	*height: 30px;
	*top: 0;
	*left: 220px;
	*padding: 0;
	*margin: 0;
	*position: absolute;
	*border-top: none;
	*border-bottom: none;
	*border-left: none;
}
#leftnav li.current a.double b {
	*background: #FFFFFF url(../img/bg_pointer2.gif) no-repeat 0px 0px;
	*width: 10px;
	*height: 40px;
	*top: 0;
	*left: 220px;
	*padding: 0;
	*margin: 0;
	*position: absolute;
	*border-top: none;
	*border-bottom: none;
	*border-left: none;
}
#leftnav li.current ul li a b {
	*background: none;
	*width: 10px;
	*height: 30px;
	*top: 0;
	*left: 220px;
	*padding: 0;
	*margin: 0;
	*position: absolute;
	*border-top: none;
	*border-bottom: none;
	*border-left: none;
}
#textarea {
	padding: 20px 0 0 0;
	font-size: 100%;
	line-height: 1.125em;
}
#textarea div#changeFont {
	color: #A9B0B2;
	font-size: 11px;
	float: right;
}
#textarea div#changeFont a.decreaseFont {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #A9B0B2;
	margin: 0px 0px 0px 4px;
	padding: 3px;
}
#textarea div#changeFont a:hover.decreaseFont {
	background: #002E56;
}
#textarea div#changeFont a.resetFont {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #A9B0B2;
	margin: 0px 0px 0px 4px;
	padding: 3px;
}
#textarea div#changeFont a:hover.resetFont {
	background: #002E56;
}
#textarea div#changeFont a.increaseFont {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #A9B0B2;
	margin: 0px 0px 0px 4px;
	padding: 3px;
}
#textarea div#changeFont a:hover.increaseFont {
	background: #002E56;
}
#textarea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #546166;
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.25em;
	font-weight: normal;
	margin: 0 0 1em 0; /* 22x1=22px */
}
#textarea h2, #textarea div.bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002E56;
	font-size: 1em; /* 16x1=16px */
	font-weight: bold;
	margin: 1em 0 0.5em 0; /* 16x0.5=8px */
}
#textarea h3 {
	color: #002E56;
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.75em; /* 12x1.75=21px */
	margin: 1.5em 0 0.25em 0; /* 12x0.25=3px */
	border-top: solid 1px #B7BA93;
	font-weight: bold;
}
#textarea h4 {
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.5em; /* 12x1.5=18px */
	margin: 1.25em 0 0.25em 0; /* 12x0.25=3px */
	color: #546166;
}
#textarea h5 {
	color: #002E56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.625em; /* 16x0.625=10px */
	line-height: 1.5em; /* 10x1.5=15px */
	margin: 1.5em 0 0.5em 0; /* 10x0.5=5px */
	font-weight: normal;
}
#textarea div.blockrt {
	float: left;
	margin-right: 15px;
}
#textarea dl {
	background: url(../img/bullet4.gif) no-repeat 0 0.4em;
	border-top: solid 1px #B7BA93;
}
#textarea dt {
	color: #002E56;
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.75em; /* 12x1.75=21px */
	margin: 0 0 0.25em 2em; /* 12x2=24px */
	font-weight: bold;
}
#textarea dt a:link, #textarea dt a:visited, #textarea dt a:active {
	color: #002E56;
	text-decoration: none;
}
#textarea dt a:hover {
	color: #546166;
	text-decoration: none;
}
#textarea dd {
	font-size: 0.6875em; /* 16x0.6875=11px */
	line-height: 1.5em; /* 11x1.5=16px */
	margin: 0 0 2em 2.1875em; /* 11x1=11px */
}
#textarea dd a:link, #textarea dd a:visited, #textarea dd a:active {
	color: #546166;
	text-decoration: underline;
	font-style: italic;
}
#textarea dd a:hover {
	color: #002E56;
	text-decoration: none;
}
#textarea p {
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.5em; /* 12x1.5=18px */
	margin: 0 0 0.5em 0; /* 12x1=12px */
}
#textarea p.emphasis {
	color: #002E56;
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.75em; /* 12x1.75=21px */
	margin: 0 0 1em 0; /* 12x1=12px */
}
.bio {
	cursor: pointer;
}
#textarea a:link, #textarea a:visited {
	color: #002E56;
	text-decoration: underline;
}
#textarea a:hover, #textarea a:active {
	color: #546166;
	text-decoration: none;
}
#textarea hr, #landing hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #B7BA93;
	margin: 1em 0 1em 0;
}
#textarea ul {
	margin: 0 0 0.5em 0;
}
#textarea ul li {
	font-size: 0.75em; /* 16x0.75=12px */
	line-height: 1.5em; /* 12x1.5=18px */
	text-align: left;
	background: url(../img/bullet2.gif) no-repeat 0.5em 0.4em;
	padding: 0 0 0 1.5em;
	margin: 0;
}
#textarea ul li ul {
	margin: 0 0 0.5em 0; /* 11x1=11px */
	list-style-type: none;
}
#textarea ul li ul li {
	font-size: 1em; /* 11x1=11px */
	line-height: 1.5em; /* 11x1.5=16px */
	background: url(../img/bullet1.gif) no-repeat 0em 0.5em;
	padding: 0 0 0 1em;
}
#textarea  ol {
	font-size: 0.6875em; /* 16x0.6875=11px */
	line-height: 1.5em; /* 11x1.5=16px */
	margin: 0 0 0 1.5em; /* 11x1=11px */
	padding: 0 0 0.5em 1.5em; /* 11x1=11px */
	list-style-type: decimal;
	list-style-position: outside;
}
#textarea  ol li ol {
	font-size: 1em; /* 16x0.6875=11px */
	line-height: 1.5em; /* 11x1.5=16px */
	margin: 0 0 0 1.5em; /* 11x1=11px */
	padding: 0 0 0.5em 1.5em;
	list-style-type: lower-alpha;
}
#textarea ol li {
	padding: 0; 
}
#textarea p.alphalist a {
	padding: 3px;
	margin: 0 5px 0 0;
	width: 12px;
	text-align: center;
	background-color: #002E56;
	color: #FFFFFF;
	text-decoration: none;
}
#textarea #alphasort li { border:0; margin:0; padding:0; font-size:10px; list-style:none; /* savers */ float:left; background: none;}
#textarea #alphasort a { border:solid 1px #B7BA93; margin-right:5px; margin-top: 5px; width: 10px; text-align: center; }
#textarea #alphasort .active { background:#B7BA93; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:1px 1px; /* savers */ margin-right:5px; margin-top: 5px; }
#textarea #alphasort a:link, #textarea #alphasort a:visited { color:#002E56; display:block; float:left; padding:3px 6px; text-decoration:none; }
#textarea #alphasort a:hover { border:solid 1px #002E56; }
#col1 {
	width: 220px;
	float: left;
	margin-right: 10px;
}
#col2 {
	width: 200px;
	float: left;
}
form.icstyle input {
	background-color: #DEDBD2;
	border: none;
	padding: 5px;
	color: #002E56;
	margin: 5px 10px 0 0;
	width: 200px;
}
form.icstyle textarea {
	background-color: #DEDBD2;
	border: none;
	padding: 5px;
	color: #002E56;
	width: 430px;
}
form.icstyle input.small {
	background-color: #FFFFFF;
	border: none;
	padding: 5px 0 5px 5px;
	color: #002E56;
	margin: 5px 0 0 0;
	width: auto;
}
form.icstyle label {
	color: #002E56;
	padding: 0;
	margin: 0 15px 0 0;
}
form.icstyle fieldset {
	border: solid 1px #B7BA93;
}
form.icstyle span.title {
	float: left;
	width: 115px;
	padding-top: 5px;
	padding-bottom: 5px;
}
form.icstyle span.elements {
	float: left;
	width: 340px;
}
form.icstyle input.smaller {
	background-color: #FFFFFF;
	border: solid 1px #DEDBD2;
	padding: 2px;
	color: #002E56;
	margin: 0;
	width: auto;
}
form.icstyle input#button, form.icstyle2 input#button {
	background-color: #002E56;
	border: none;
	padding: 5px;
	color: #FFFFFF;
	margin: 5px 10px 0 0;
	width: auto;
	cursor: pointer;
}
#textarea form.icstyle select {
	font-size: 12px;
	display: block;
	width: 220px;
	margin: 10px 0px 0 0;
}
#textarea form.icstyle select.replaced {
	display: none;
}
#textarea form.icstyle ul.selectReplacement {
	background: url(../img/btn_drop-t.gif) 0px 0px no-repeat;
	margin: 10px 0px 0 0;
	padding: 0;
	height: 24px;
	color: #002E56;
	width: 220px;
}
#textarea form.icstyle ul.selectReplacement li {
	background: #DEDBD2;
	color: #002E56;
	cursor: pointer;
	font-size: 13px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 2px 5px;
	width: 175px;
}
#textarea form.icstyle ul.selectOpen li {
	display: block;
}
#textarea form.icstyle ul.selectReplacement li.selected {
	color: #002E56;
	display: block;
}
#textarea form.icstyle ul.selectOpen li.selected {
	display: block;
}
#textarea form.icstyle ul.selectOpen li:hover, #textarea ul.selectOpen li.hover, #textarea ul.selectOpen li.selected:hover {
	background: #002E56;
	color: #FFFFFF;
}
form.icstyle2 input {
	background-color: #F4F3F0;
	border: solid 1px #DEDBD2;
	font-size: 11px;
	padding: 2px;
	color: #002E56;
	margin: 5px 0 0 0;
	width: 200px;
}
#textarea form.icstyle2 a.button, #textarea form.icstyle2 a:link.button, #textarea form.icstyle2 a:visited.button {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	clear: both;
	background-color: #DEDBD2;
	padding: 3px;
	color: #002E56;
	margin: 5px 0 0 0;
	width: 70px;
	cursor: pointer;
}
#textarea form.icstyle2 a:hover.button {
	text-decoration: none;
	background-color: #002E56;
	color: #FFFFFF;
	cursor: pointer;
}
.required {
	color: red;
}
form.icstyle input:focus, form.icstyle textarea:focus {
	background-color: #B4AE9A;
	color: #FFFFFF;
}
.align-lt {
	float:left;
	margin: 0 10px 0 0;
}
form.icstyle2 select {
	width: 200px;
	height: 60px;
	border: 1px solid #DEDBD2;
}

.clear 
{
	clear:both;
}

#searchText{font-size:11px; color:#CCCCCC;}

.hidden{display:none;}
.added{color:#CCCCCC;}

#quicklinks h1 {
	margin: 50px 0px 0px 0px;
}
#quicklinks ul {
	margin: 10px 0px 0px 0px;
}
#quicklinks li {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
}
#quicklinks li a {
	color: #546166;
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	background: url(../img/bg_list-bullet-quicklinks.gif) no-repeat 12px 6px;
	padding: 3px 0 3px 24px;
}
#quicklinks li a:hover {
	color: #002E56;
	text-decoration: underline;
}
#landing {
	padding: 0 0 30px 0;
}
#landing h2 {
	color: #A4A39A;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
#landing p {
	color: #A4A39A;
	font-size: 15px;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#landing ul {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 10px;
}
#landing ul li {
	color: #002E56;
	background: url(../img/bullet2.gif) no-repeat 0 10px;
	padding: 6px 0 6px 12px;
	border-bottom: solid 1px #B7BA93;
}
#landing ul li a, #landing ul li ul li a {
	color: #002E56;
	text-decoration: none;
}
#landing ul li a:hover {
	color: #A4A39A;
}
#landing ul li ul {
	margin: 0;
}
#landing ul li ul li {
	background: url(../img/bullet5.gif) no-repeat 0 8px;
	padding: 2px 0 2px 8px;
	border-bottom: none;
}
#textarea #pagination-clean li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	/* savers */ float:left;
	background: none;
}
/* savers #pagination-clean li,*/
#textarea ul#pagination-clean li a { border-right:solid 1px #B4AE9A; margin-right:2px; }
#textarea ul#pagination-clean li.previous-off, #textarea ul#pagination-clean li.next-off {
	color:#A4A39A;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}	
#textarea ul#pagination-clean li.next a, #textarea ul#pagination-clean li.previous a {
	border:none;
	font-weight:bold;
}	
#textarea ul#pagination-clean li.active {
	color:#002E56;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
	/* savers */ border-right:solid 1px #B4AE9A;
}
#textarea ul#pagination-clean li a:link, #textarea ul#pagination-clean li a:visited {
	color:#002E56;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#textarea ul#pagination-clean li a:hover {
	text-decoration:underline;
}

/* Bottom Footer and Copyright Styles - Also Controls Bottom Drop Shadow */
#footer {
	border-top: 5px solid #B7BA93;
	color: #DEDBD2;
	font-size: 11px;
	padding: 15px 0 30px 0;
	background-image: url(../img/img_footer.gif);
	height: 120px;
}
#footer a {
	color: #DEDBD2;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer h2 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
}

.dxeButtonEditButton, .dxeCalendarButton,
.dxeSpinIncButton, .dxeSpinDecButton,
.dxeSpinLargeIncButton, .dxeSpinLargeDecButton
{	
	vertical-align: middle;
	border:none;
	cursor: pointer;
} 
