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


body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	border-color: #37A2E7;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;	/* text-shadow: -4px 4px 3 #999999; */
	top: 0;
	left: 0;
	bottom: 0px;
	font-size: xx-small;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

	border: none;
}

#galleryimg {
	background-color: #F90;
	margin: 20px; /* center gallery 4 across */
	border: solid 1px #FFF;
	padding: 10px;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #37A3E7;
	text-decoration: none;
	;
}
a:visited {
	color: #37A3E7;
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	overflow-x:hidden;

	width: 950px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-color: #37A2E7;*/
	background-image: url(../images/divider2.png);
	background-repeat: repeat-y;
	border: 4px solid #3782E7;
	background-color: #FFF;
}

.clogo {
	position: absolute;
	width: 158px;
	height: 158px;
	z-index:10;
	padding-top: 2px;
	padding-left: 8px;
}

#logo {
	position:absolute;
	width:185px;
	height:137px;
	z-index:10;
	margin-top: 0px;
	margin-left: 0px;
	left: 87px;
	top: -10px;
	background-color: #CCCCCC;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #37A2E7;
	
	background-image: url(images/cat_final_banner.jpg) width: 760px; height: 150px;
	background-repeat: no-repeat;
	height: 152px;
	border: 1px;
	border: #1c6;
	margin: 0px;
	padding-left: 186px;
	
}
.banner {
	background-image: url(../images/cat_final_banner.jpg);
	height: 150px;
	width: 760px;
	padding-left: 186px;
	margin: 0px;
	background-repeat: no-repeat;
	/*<img name="wrkban4rt" src="images/cat_final_banner.jpg" width="760" height="150" id="wrkban4rt" alt="" />  OLD FORMAT IF NEEDED*/
}

#h-navbar {
	font-size: 90%;
	color: #FFF;
	background-color: #37A2E7;
	z-index:1;
	background-image: url(../images/background.01.rt.png);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#h-navbar a, #h-navbar a:visited {
	color: #ffc;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#h-navbar a:hover {
	/* [disabled]background-color: #06C; */
	color: #00F;
}


.sidebar1 {
	float: left;
	width: 186px;
	border-top-color: #37A2E7;
	border-right-color: #37A2E7;
	border-bottom-color: #37A2E7;
	border-left-color: #37A2E7;
	background-color: #37A2E7;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-image: url(../images/divider2.png);
	background-repeat: repeat-y;
}
.content {
	width: 750px;
	float: left;
	/*border-left: 2px;*/
	border-color: #37A2E7;
	background-color: #FFF;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	font-style: italic;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	/* this creates the space between the navigation on the content below */
	border-top: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right: 2px;
}
ul.nav li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #37A2E7;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #37A2E7;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 164px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #37A2E7;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #06C;
}

/* ~~ The footer ~~ */
.footer {
	width: 100%;
	height: 30px;
	/*padding-bottom: 2px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
color: #000;
/*background-image: url(../images/background.png); */
	background-repeat: repeat-x;
	font-size: 80%;
	background-color: #37A2E7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#left {
    width: 50%;
    float: left;
    color: FFF;
	background-color: #37A4E7;
}

#right {
    width: 50%;
    float: right;
    color: FFF;
    background-color: #37A4E7;
	text-align: right;	
}

#leftPad {
	padding-left: 30px;
}

#rightPad {
	padding-right: 40px;
}

#faqBox {
	width: 95%;
	height: 350px;
	border: solid 4px;
	color: #F60;
	/*Background-color: #FFF; */
	border-color: #37A4E7;
	border-radius: 25px;
	padding: 5px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#leftContent {
    width: 48%;
    float: left;
    color: #F60;
	background-color: #FFF;
	padding-left: 10px;
}
#rightContent {
    width: 48%;
    float: right;
    color: #F60;
	background-color: #FFF;
} 

.footer li{
	display: inline;
	list-style: none;		  
}
#footerMessageRight{
	float: right;
	margin-right: 50px;
}

.firstletter:first-letter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #37A2E7;
}
.required:first-letter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #F00;
}	
.container .content p fquest {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #37A2E7;
}
.fquest1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #37A2E7;
}
.fquest2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.answer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
}
.container .footer p {
	color: #FFF;
}

.container .content p {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin: 0px;
	font-size: 90%;
}


/* Set main box model */
.pgraph {
	width: 640px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:16px;
}
.highlight_red {
	color: #F00;
}
.highlight_green {
	color: #390;
}
.sidebarimg {
	width: 180px;
	height: 150px;
	background: url(../images/AW20_full.gif);
	
/*<img src="images/aw20_full.png" alt="" name="Sidebar" width="182" height="152" class="hide4hh" id="Sidebar" /> */
}
