/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);



/* KP added menus for CU pages */



.menu1{
/* background-image:url(images/menudiv1bg.gif); */
margin-left:25px;
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #000000;
height: 20px;
}


.submenu{
/* background-image: url(images/CUsubmenu.gif); */
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}

.hide{
display: none;
}
.show{
display: block;
}


/* GENERAL
====================================================================== */

html {
	background: url(../_images/bg_tile.gif) repeat 0 0;
}

body, input, select, textarea {
	font-family: Georgia, serif;
}

body {
	padding: 0;
	margin: 0;
}

h1 {
	/* good place to define a font-family */
	font-size: 20px;
	font-weight: normal;
	font-family: Arial;
	color: #2467a9;
	margin-top: 40px;
	margin-left: 27px;
}

h2 {
	margin-top: 17px;
	font-size: 1em;
	line-height: 1.4;
	font-weight: normal;
	font-family: Arial;
	color: #4b3e2d;
}

h3, h4, h5, h6 {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #5a2f08;
	line-height: 1.4;
	font-family: Arial;
}

h4, h5, h6 {
	font-family: Arial;
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	margin-top: 0px;
	font-size: 13px;
	line-height: 1.6;
	color: #806240;
}

p {
		margin-bottom: 10px;
		}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin-left: 5.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	font-family: Arial;
	color: #f7831a;
}

a:hover,
a:active {
	/* good place to define a color */
}



/* FORMS
====================================================================== */
#thincolumn form {
	width: 360px;
	padding: 0;
}

form {
	width: 340px;
	text-align: left;
	padding:0 0 0 153px;
}

form.Row {
	overflow: auto;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial;
	color: #4b3e2d;
}

fieldset>legend {
	left: 0; /* future proof */
}

input, textarea, select {
	margin-top: 4px;
	display: baseline;
	font-style: italic;
	color: #806240;
}

label {
	margin: 10px 0 0 0;
	width: 250px;
	line-height: 1.2;
	display: block;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
	float: left;
}

label.FieldLarge,
label.FieldLarge input {
	width: 310px;
}

label.FieldLarge select {
	width: 250px;
	margin-bottom: 25px;
}

label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select {
	width: 150px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 70px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 10px;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 16px;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 0 4px 0 0;
}


.Submit,
button {
	width: 50px;
	background: #5a2f08;
	border: 0;
	color: #fff;
	font-style: italic;
	margin: 4px 0 0 12px;
	cursor: pointer;
	padding: 2px 2px 4px 2px;
	font-size: 11px;
}


.Submit {
	margin: 10px 0 0 0 !important;
	text-align: center;
	width: 60px;
	font-size: 13px;
}

/* CONTAINERS
====================================================================== */
#outer {
	margin: 0 auto;
	width: 955px;
	background: #fff url(../_images/content_bg.jpg) no-repeat top center;
}

#bar_outer {
	width: 100%;
	height: 35px;
	background: url(../_images/topbar.gif) repeat-x 0 0;
}

#bar_inner {
	color: #fff;
	text-align: right;
	width: 955px;
	height: 35px;
	margin: 0 auto;
	background: url(../_images/phone_bg.gif) no-repeat bottom 727px;
}

#bar_inner address {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:24px;
}

#fatcolumn {
	width: 647px;
	float: left;
	padding-left: 21px;
	margin-top: 1px;
	overflow: auto;
}

#thincolumn {
	width: 287px;
	float: left;
}

#thincolumn address {
	margin: 15px 0 0 25px;
	font-style: italic;
}

#body_text {
	margin: 13px 0 0 -2px;
	padding-bottom: 70px;
	background: url(../_images/page_shadow.jpg) repeat-y 0 0;
}
#body_text form,
#body_text h2,
#body_text p {
	margin-left: 27px;
	margin-right: 45px;
}
#body_text img{
	float:left;
	margin-right:10px; 
}

.Rule {
	padding-top: 25px;
	margin-left: 5px;
	height: 11px;
	width: 630px;
	background: url(../_images/hr_bg.jpg) repeat-x bottom left;
}

#bottomcap {
	height: 2px;
	width: 647px;
	margin-left: -1px;
	background: url(../_images/shadow_cap.jpg) no-repeat 0 0;
}

#header img {
	margin: 10px 0 0 21px;
}

p.TagLine {
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	color: #4b3e2d;
}

#thincolumn form {
	margin-left: 15px;
	width: 250px;
}

#thincolumn form span {
	font-size: 13px;
	color: #5a2f08;
	display: block;
	padding: 5px 0;
}

#thincolumn form p {
	color: #5a2f08;
	font-style: italic;
}

.RememberMe {
	margin-top: 10px;
	font-size: 11px;
	color: #5a2f08;
}

.RememberMe a:link,
.RememberMe a:visited {
	color: #5a2f08;
}

.RememberMe a:hover,
.RememberMe a:active {
	color: #fff;
}

#sidebar {
	margin-top: 45px;
	height: 441px;
	background: url(../_images/ul_bg.jpg) no-repeat top left;
}

#sidebar p {
	margin: 0 25px;
	padding-top: 10px;
}

#orange_box {
	height: 383px;
	border: 1px solid transparent;
}
/* NAVIGATION
====================================================================== */
ul#nav {
	margin: 0;
	margin-top: -55px;
	margin-bottom: 45px;
	list-style-type: none;
	text-align: center;
	float: right;
}

ul#nav li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#nav li a:link,
#nav li a:visited {
	display: block;
	display: inline-block;
	padding: 0 10px;
	margin: 0px;
	color: #31281d;
	font-size: 13px;
	font-family: Arial;
	border: 1px solid #31281d;
	border-width: 0 1px 0 0;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	border-width: 0;
}

#nav li a:hover,
#nav li a:active,
#nav li.Current a:link,
#nav li.Current a:visited {
	color: #fff;
	padding: 0 10px;
	background: #2467a9;
}
	
ul#footer_nav {
	margin: 0;
	list-style-type: none;
	text-align: center;
}

ul#footer_nav li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#sidebar span {
	color: #f7831a;
	font-family: Arial;
	font-size: 18px;
	padding: 67px 0 15px 14px;
	display: block;
}

#sidebar ul {
	margin: 0;
	padding-top: 1px;
	list-style: none;
}

#sidebar li{
	margin-top: 15px;
	padding-left: 15px;
	width: 250px;
	background: url(../_images/li_bg.jpg) repeat-x bottom left;
}

#sidebar li a:link,
#sidebar li a:visited {
	color: #4a2300;
}

#sidebar li a:hover,
#sidebar li a:active {
	color: #00489a;
}
	
/* FOOTER
====================================================================== */
#footer,
#footer p#cgcraft,
#footer a:link,
#footer a:visited {
	color: #806240;
	font-size: 11px;.
}

p#footer {
	padding: 0 0 50px 21px;
	margin-top: 25px;
	font-family: Arial;
}

#footer a:hover {
	color: #00489a;
}

#footer a:hover span {
	color: #795831;
}

.FooterLink {
	padding: 0 15px;
}

#center {
	border: 1px solid #795831;
	border-width: 0 1px;
}

#FooterRight {
	border-left: 1px solid #795831;
	border-width: 0 1px;
}


/* HOME
====================================================================== */

body#section_home #outer {
	background: #fff url(../_images/content_bg_home.png) no-repeat top center;
}

#flash_container {
	margin: 6px 0 0 6px;
	width: 636px;
	height: 403px;
	background: url(../_images/flash_holder.gif) no-repeat 0 0;
}

body#section_home #body_text {
	margin: 3px 0 0 -2px;
	padding-bottom: 70px;
	background: url(../_images/page_shadow.jpg) repeat-y 0 0;
}

body#section_home input.InputCheck {
	margin: 12px 4px 0 0;
}

body#section_home h1 {
	font-size: 18px;
	margin-top: 30px;
}

body#section_home #sidebar {
	margin-top: 0;
	height: 441px;
	background: url(../_images/ul_bg.jpg) no-repeat top left;
}

body#section_home #sidebar ul {
	margin: 0;
	list-style: none;
}

#thincolumn form label.FieldLarge,
#thincolumn form label.FieldLarge input {
	width: 244px;
}

#thincolumn form label.FieldMedium,
#thincolumn form label.FieldMedium input,
#thincolumn form label.FieldMedium select {
	width: 187px;
}

#thincolumn form label {
	margin: 0;
}
/* CUSTOM CLASSES
====================================================================== */

.ClearBoth {
	clear: both;
}

#fatcolumn a:link,
#fatcolumn a:visited {
	font-family: Georgia;
	text-decoration: underline;
}

#fatcolumn a:hover,
#fatcolumn a:active {
	color: #00489a;
}


#thincolumn h3 {
	padding-top: 10px;
	margin: 0 0 0 25px;
	
}

#thincolumn form h3 {
	color: #fff;
	margin: 6px 0 0 0;
	padding-top: 0;
}

/* CONTACT FORM =========================================== */


.faqCategory {
        margin-top: 17px;
        font-size: 1em;
        line-height: 1.4;
        font-weight: normal;
        font-family: Arial;
        color: #f7831a;
}

.sidearea {
	vertical-align: top;
}

.sidearea_top {
	vertical-align: top;
}

/***************************START ROTATING IMAGES**************************/
#rotate_container {
	margin: 6px 0 0 6px;
	width: 636px;
	height: 403px;	
}
#rotate_container #rotate_image{
	width:489px;
	margin:0;
	padding:0;
	height:326px;
	float:left;
}
#rotate_container #rotate_image img{
	display:none;
	position:absolute;
	z-index:100;
}
#rotate_container #rotate_tabs{
	width:146px;
	margin:0;
	padding:0;
	height:327px;
	float:left;
	font:bold 16px Arial;
}
#rotate_container #rotate_tabs div{
	height:73px;
	width:100%;
	margin:0 0 11px 0;
	cursor:pointer;
}
#rotate_container #rotate_tabs div span{
	padding:10px;
	display:block;
}
#rotate_container #rotate_tabs div.rotate_tab{
	background:#e9e5da;
	color:#2967a9;
}
#rotate_container #rotate_text{
	width:636px;
	margin:0;
	padding:0;
	clear:both;
}
#rotate_container #rotate_text p{
	padding:10px 0 0 20px;
	font-style:italic;
	display:none;
	position:absolute;
	z-index:100;
}
/***************************END ROTATING IMAGES**************************/

/*-----------------------DYNAMIC TABLES-----------------------*/
.dynamForm table th{padding:5px 10px 0 0; vertical-align:top; text-align:right;}
.dynamForm table td{padding:5px 10px 0 0;}
.dynamForm .check {display:none;}
.dynamForm p.requiredTxt{text-align:left;}
.dynamForm table td.inputRow input, .dynamForm td.inputRow textarea{padding:3px;}