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

/*----------------------------------
	Reset
-----------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	ol, ul {list-style: none;}
	blockquote, q {quotes: none;}
	blockquote:before, blockquote:after,
	q:before, q:after {content: '';content: none;}
	
	/* remember to define focus styles! */
	:focus {outline: 0;}
	
	/* remember to highlight inserts somehow! */
	ins {text-decoration: none;}
	del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
		
	
/* ----------------------------------------*/
/* ----------END RESET-------------------- */
/* ----------------------------------------*/
		

/* ---------BEGIN GLOBAL STYLES---------- */

body{
text-align:left;
margin: 0 0 40px 0;
background-color: #ffffff;
background-position: bottom;
background-image: url(../images/bkTile.gif);
background-repeat: repeat-x;
}
	
#outerWrap {
width: 1250px;
background-color: #ffffff;
padding-right: 25px;
padding-left: 25px;
margin-top: 0;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
background-image: url(../images/outBKtile.gif);
background-repeat: repeat-x;
background-position: bottom;
}
	
#wrap {
width: 900px;
margin:0 auto auto auto;
}

#topMenu {
margin: 0px;
padding: 0px;
float: left;
width: 900px;
height: 100px;
text-align: left;
}

#menuRight {
float: right;
width: 290px;
height: 100px;
margin-top: 0px;
}

#menuRight ul {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
margin-top: 23px;
}

#menuRight ul li {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
display: inline;
}

#menuRight li a{
display: block;
margin-right: 5px;
float: left;
color: #222C61;
height: 45px;
width: 90px;
padding-top: 15px;
font-weight: bold;
text-align: center;
background-image: url(../images/btn.gif);
background-repeat: no-repeat;
}

#menuRight li a:hover {
display: block;
margin-right: 5px;
float: left;
color: #222C61;
height: 45px;
width: 90px;
padding-top: 15px;
font-weight: bold;
text-align: center;
background-image: url(../images/btn_ovr.gif);
background-repeat: no-repeat;
}

#logoCont {
float: left;
height: 100px;
width: 400px;
}

.clear {
clear: both;
width: 900px;
}

a:link{
color:#222C60;
text-decoration:none;
}

a:visited{
color:#06F;
text-decoration: none;
}
	
a:hover{
color:#333;
text-decoration: none;
}
	
a:active{
color:#C93B0C;
text-decoration: none;
}

#centerRow {
float: left;
height: 301px;
width: 900px;
margin-bottom: 20px;
}

#tabs {
float: left;
height: 300px;
width: 580px;
position: relative;
margin-top: -1px;
margin-left: 10px;
}

#locationNav {
float: right;
height: 301px;
width: 280px;
margin-left: 0px;
margin-right: 10px;
}

#locationNav ul {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #999999;
float: left;
padding: 0px;
width: 280px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#locationNavBox {
border-top-width: 2px;
border-top-style: solid;
border-top-color: #999999;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #999999;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-right-width: 2px;
border-right-style: solid;
border-right-color: #999999;
float: right;
padding: 0px;
width: 280px;
margin-top: 0px;
margin-right: 7px;
margin-bottom: 0px;
margin-left: 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #666666;
}

#locationNav ul li a {
float: left;
display: block;
width: 245px;
height: 35px;
padding-left: 35px;
background-image: url(../images/locationNav.gif);
padding-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
background-repeat: no-repeat;
color: #222C60;
}

#locationNav ul li a:hover {
float: left;
display: block;
width: 245px;
height: 35px;
padding-left: 35px;
background-image: url(../images/locationNav-ovr.gif);
padding-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
background-repeat: no-repeat;
color: #222C60;
}




/* ---------BEGIN INDEX CONTENT STYLES---------- */


.contentLeft {
background-image: url(../images/panelBK.gif);
background-repeat: no-repeat;
background-position: top;
margin: 0px;
float: left;
width: 240px;
padding-top: 35px;
text-align: left;
padding-right: 30px;
padding-left: 30px;
}

.contentLeft h1 {
font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
color: #222c60;
font-weight: normal;
margin-bottom: 10px;
}

.contentLeft h1 a {
font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
color: #222c60;
font-weight: normal;
margin-bottom: 10px;
}

.contentLeft h1 img {
margin-right: 3px;
margin-top: 3px;
margin-bottom: -3px;
margin-left: -10px;
}

.contentLeft p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
line-height: 22px;
text-decoration: none;
font-weight: normal;
}

.contentLeft p a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

.contentRight {
background-image: url(../images/panelBK.gif);
background-repeat: no-repeat;
background-position: top;
margin: 0px;
float: right;
width: 240px;
padding-top: 35px;
text-align: left;
padding-right: 30px;
padding-left: 30px;
}

.contentRight h1 {
font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
color: #222c60;
font-weight: normal;
margin-bottom: 10px;
}

.contentRight h1 a {
font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
color: #222c60;
font-weight: normal;
margin-bottom: 10px;
}

.contentRight h1 img {
margin-right: 3px;
margin-top: 3px;
margin-bottom: -3px;
margin-left: -10px;
}

.contentRight p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
line-height: 22px;
text-decoration: none;
font-weight: normal;
}

.contentRight p a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

/* ---------BEGIN FOOTER STYLES---------- */

#footer {
float: left;
width: 900px;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #999999;
border-bottom-color: #999999;
}

.footerContent {
float: left;
width: 275px;
margin-left: 25px;
margin-bottom: 20px;
}

.footerContentRight {
float: right;
width: 270px;
}

.footerContentRight p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666;
line-height: 18px;
}

#footer ul a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #212C62;
text-decoration: none;
}

#footer ul a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #333;
}

#footer h1 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 14px;
color: #666666;
margin-bottom: 5px;
}


.TabbedPanelsContentVisible h1 {
font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
color: #222C60;
font-weight: normal;
height: 220px;
width: 557px;
padding-left: 20px;
padding-top: 30px;
}

.TabbedPanelsContentVisible p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: normal;
margin-left: 20px;
line-height: 22px;
width: 220px;
z-index: +1;
display: block;
float: left;
margin-top: -190px;
}

form {
float: right;
}

label {
display: block;
width: 200px;
float: left;
text-align: right;
padding-right: 5px;
}

#strContactName {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
float: left;
width: 280px;
border: 1px solid #222C60;
height: 23px;
margin-top: -4px;
margin-bottom: 20px;
background-color: #eaeaea;
padding-top: 6px;
padding-right: 5px;
padding-left: 5px;
}

.submitbtn {
display: block;
height: 40px;
width: 100px;
font-family: Arial, Helvetica, sans-serif;
float: left;
font-weight: bold;
text-transform: capitalize;
color: #666;
margin-left: 215px;
border: 1px solid #222C60;
background-color: #eaeaea;
}

#strContactEmail {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
float: left;
width: 280px;
border: 1px solid #222C60;
height: 23px;
margin-top: -4px;
margin-bottom: 20px;
background-color: #eaeaea;
padding-top: 6px;
padding-right: 5px;
padding-left: 5px;
}

#strSubject {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
float: left;
width: 290px;
border: 1px solid #222C60;
height: 33px;
margin-top: -4px;
*margin-top: 0px;
margin-bottom: 20px;
padding-top: 7px;
background-color: #eaeaea;
}

#strComment {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
float: left;
width: 280px;
border: 1px solid #222C60;
height: 250px;
margin-top: -4px;
margin-bottom: 20px;
background-color: #eaeaea;
padding-top: 6px;
padding-right: 5px;
padding-left: 5px;
}