/* hurricane css Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #e9e9e9;
	background-image: url(images/hurricane_bg_ltgrey.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	white-space: nowrap;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#ffffff
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	z-index: 2;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.name {
	font-variant: small-caps;
}
.profile {
	clear: right;
	overflow: auto;
}
blockquote {
	padding-right: 4px;
	padding-left: 4px;
	border: thin solid #00C;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #00497C;
}
.paragraph2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
	line-height: inherit;
	color: #000000;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 10px;
	line-height: 2px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #00497C;
	text-align: right;
	right: 0px;
	z-index: 1;
}
.btmLayerImage {
	z-index: 1;
	bottom: 0px;
}

.paragraph1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.menubar {
	position: static;
}
#textLeft {
	float: left;
	background-image: url(images/box.jpg);
	width: 300px;
	margin: 10px;
	padding: 0px;
	height: 550px;
	margin-left: 60px;
	margin-top: 30px;
}
#imagesRight {
	padding: 0px;
	float: left;
	margin: 25;
	width: 300px;
	background-color: #FFFFFF;
	height: 600px;
	margin-top: 15px;
	text-align: center;
}
.imageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #00497C;
	text-align: center;
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
}
.imageTextHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18.5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004A7B;
	text-align: center;
}
.imageTextHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14.5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004A7B;
	text-align: center;
}
.imageTextHeading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12.5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004A7B;
	text-align: center;
}
.textTop {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 50px;
	margin-top: 50px;
	clear: right;
}
.contactMain {
	height: 525px;
	width: 700px;
	vertical-align: middle;
	background-image: url(images/contacts_bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 20px;
}
.imageBottom {
	vertical-align: bottom;
	margin-left: 10px;
}
.sqTextBox {
	background-image: url(images/sq_box.jpg);
	height: 300px;
	width: 300px;
	position: relative;
}
.smBox {
	background-image: url(images/sm_box.jpg);
	height: 200px;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
.smImageRight {
	float: right;
	height: 200px;
	width: 350px;
	margin-right: 10px;
	margin-left: 5px;
}
.pnl_1 {
	height: 200px;
	width: 700px;
}
.WhSlidePanl {
	background-color: #FFFFFF;
	height: 900px;
	width: 700px;
}
.WhleftTop {
	background-color: #FFFFFF;
	background-image: url(images/WH_lefttop.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 330px;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.WhMid1 {
	background-color: #FFFFFF;
	background-image: url(images/WH_leftmid1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 480px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.WhRightMid {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/WH_leftmid.jpg);
	float: right;
	height: 706px;
	width: 185px;
	padding: 1;
}
.text1W {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: left;
	margin-top: 5px;
}



.WhRightTop {
	background-color: #FFFFFF;
	background-image: url(images/WH_righttop.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 330px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.WhMid2 {
	background-color: #FFFFFF;
	background-image: url(images/WH_leftmid2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.WhMid3 {
	background-color: #FFFFFF;
	background-image: url(images/WH_leftmid3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 480px;
	padding: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.text2W {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: left;
}
.text3W {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}
.text1BL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #006699;
	text-align: left;
	margin-top: 5px;
}
.text2BKL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-align: left;
}
.text3BK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
}
.text4BL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #006699;
	text-align: center;
	margin-top: 8px;
}
.smText3BK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
.text3WC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: inherit;
	margin-left: 1px;
	margin-right: 1px;
}
.text2BL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #3366CC;
	text-align: center;
	margin-top: 10px;
}
.text2wC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
}
.text4W {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: left;
	margin-left: 6px;
}
.text4BK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	text-align: left;
	margin-left: 6px;
}
.paragraph3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

.mainContent {
	width: 750px;
	margin-right: 10px;
	margin-left: 10px;
}
.text2wUNI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: left;
}
.text2BKL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-align: left;
	margin-top: 10px;
}
.text4BKC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
	margin-left: 0px;
}
.AppTable {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.text2BKC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
}

