@charset "utf-8";


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: #555555;
	
	background-color: #ffffff;
	background-image: url(/images/page-elements/body-background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 30px;
	color: #021051;
	text-transform: uppercase;
}


h2 {
	font-size: 18px;
	color: #0F1015;
}

h3 {
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
}

img{
	border: none;

}



/*page div container*/

.oneColFixCtr #container {
	width: 914px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}


.oneColFixCtr #mainContent {
	background-color:#FFFFFF;
	border: solid 1px #000000;
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/*upper contact phone and email*/

.CELL-new {
	width: 235px;
	font-size: 13px;
	text-align: center;
	background-color: #FEB825;
	color: #FF0000;
	font-weight: bold;
}

.CELL-new a:link{
	
	color: #FF0000;
	text-decoration: underline;
}


.CELL-new a:visted{
	
	color: #FF0000;
	text-decoration: underline;
}

.CELL-new a:hover{
	
	color: #FF0000;
	text-decoration: none;
}



.CELL-upper-contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 250px;
	height: 10px;
	background-color: #021051;
	background-image: url(../images/page-elements/upper-contact-background.jpg);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

	}

.CELL-upper-contact a:link{
	color: #FFFFFF;
	text-decoration: underline;

	}
	

	
.CELL-upper-contact a:visited{
	color: #FFFFFF;
	text-decoration: underline;

	}
	
.CELL-upper-contact a:hover{
	color: #FFFFFF;
	text-decoration: none;

	}		


/*header image*/

.CELL-header-image{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	

}



/*nav bar*/

.CELL-upper-nav {
	background-image: url(../images/page-elements/upper-nav-background.jpg);
	background-repeat: repeat-x;

	
}


#menu {
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	/*border-bottom: 1px solid black;*/
	
	}

div.outer {
	float: left;
	width: 112px;
	height: 30px;
	background: url( '../images/page-elements/bars.gif' ) 0 -50px no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	}

div.outer a {
	display: block;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	background: url( '../images/page-elements/bars.gif' ) top left no-repeat;
	text-transform: uppercase;
	
	}
div.outer span {
	display: block;
	margin:0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
div.outer a:hover {
	background-image: none;
	color: #fdb825;
	}
div.outer a:active {
	color: #fdb825;
	background: url( '../images/page-elements/bars.gif' ) 0 -50px no-repeat;
	}
	  
	  
/*main content*/	  


.CELL-main-content{
	background-color: #FFFFFF;
	padding: 35px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	background-image: url(../images/page-elements/main-content-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.CELL-main-content a:link{
	color: #0000FF;
	text-decoration: underline;
}

.CELL-main-content a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.CELL-main-content a:hover{
	color: #0000FF;
	text-decoration: none;
}

/*main content*/	  


.CELL-main-content-home{
	background-color: #FFFFFF;
	/*padding: 35px;*/
	line-height: 1.5em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	background-image: url(../images/page-elements/main-content-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.CELL-main-content-home a:link{
	color: #0000FF;
	text-decoration: underline;
}

.CELL-main-content-home a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.CELL-main-content-home a:hover{
	color: #0000FF;
	text-decoration: none;
}

.DIV-float-pic-right {
	float: right;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: right;
}


/*footer*/

.CELL-footer{
	font-size: 10px;
	padding: 10px 0 10px 0;
	color: #999999;
	text-align: center;
	
}

.CELL-footer a:link{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.CELL-footer a:visted{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.CELL-footer a:hover{
	font-size: 10px;
	color: #061b60;
	text-decoration: none;
}


/*form stuff*/

.TABLE-contact-form {
	border: 2px solid #081B60;
}
.CELL-form-title {
	padding: 10px;
	color: #03175C;
	background-color: #FBB823;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.CELL-form-field {
	background-color: #021051;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.formField{
	display:none;
	}
	
	/*wordpress stuff*/
	
	
	#menu-wp {
	background: #143d8d;
	
	padding: 10px;
	/*position: absolute;
	right: 2px;
	top: 0;*/
	
	float: right;
	margin-left: 30px;
	width: 200px;
}

#menu-wp form {
	margin: 0px;
}

#menu-wp input#s {
	width: 60%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}



#menu-wp ul {
	color: #ffffff;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	/*text-transform: lowercase;*/
}

#menu-wp ul li {
	/*font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;*/
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu-wp ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 2em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu-wp ul ul li {
	border: 0;
	/*font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	font-size: 14px;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu-wp ul ul li a {
	color: #ffffff;
	text-decoration: none;
}

#menu-wp ul ul li a:hover {
	color: #feb825;
	text-decoration: underline;
}

#menu-wp ul ul ul.children {
	font-size: 142px;
	padding-left: 4px;
}



.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a:link, .meta a:visited, .meta a:hover {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.DIV-treye-post-block{
	width: 560px;
	background-color: #EEEEEE;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.P-link{

text-align: left;
margin-left: 18px;
font-weight: bold;

}

.P-link a:link{

color: #FFFFFF;
text-decoration: none;

}

.P-link a:visited{

color: #FFFFFF;
text-decoration: none;

}

.P-link a:hover{

color: #feb825;
	text-decoration: underline;

}

/*print styles*/

.no-print{
	display: block;
}
