/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body {
	word-wrap: break-word;
	font-size: 12px;
	font-family: Verdana;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
}
a[href] {
	color: #022976 !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body a {
	color: #022976 !important;
}
a {
	color: #01297A !important;
}
a:link {
	color: #01297A;
}
#network {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #014C8A;
	margin-left: 9px;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
}
/*Basic Structure*/

.white-type {
	color: #FFFFFF !important;
}
#header {
	background-position: center 0px;
	background-image: url(/images/head.gif);
	background-repeat: no-repeat;
	height: 256px;
	width: 990px;
	background-position: center 0px;
	overflow: hidden;
}
#logo {
	height: 176px;
	width: 304px;
	position: relative;
	left: 20px;
	top: -35px;
}
#navigation {
	height:50px;
	width:950px;
}
#wrapper {
	width: 990px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content-wrap {
}
#content {
	background-color: #FFF;
	width: 947px;
	margin-left: 22px;
	padding-left: 1px;
}
#footer {
	color: #001523;
	font-weight: bold;
	text-align: center !important;
	position: relative;
	height: 251px;
}
#footer #level-1 {
	width: 990px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
}
#footer #share {
	float: left;
	height: 63px;
	width: 134px;
	margin-top: 25px;
	position: relative;
	background-image: url(/images/share.png);
	background-repeat: no-repeat;
}
#PutWidgetHere {
	cursor: pointer;
}
#footer #level-2 {
	width: 990px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: inline-block;
	vertical-align: bottom;
	font-weight: normal;
}
#footer-logo {
	height: 187px;
	width: 233px;
	display: inline-block;
	position: relative;
	float: left;
	margin-left:25px;
}
#footer #level-1 div #footer-text {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	float: left;
	width: 252px;
	position: relative;
	color: #d5eefe;
	font-weight: normal;
	margin-top: 30px;
	line-height: 20px;
}
#footer #level-1 div #footer-text a {
	font-weight: bold;
	color: #FFF !important;
}
#footer #level-1 div .divider {
	background-image: url(/images/foot-divider.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 187px;
	width: 5px;
	margin-right: 70px;
	margin-left: 70px;
	float: left;
	position: relative;
	vertical-align: top;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility hr {
	width: 293px !important;
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
}
#nav-secondary {
}
#sidebar {
}
#search {
}
#search-form {
	margin-top:1px;
}
#search-form input {
	border:1px solid #01297A;
	height:15px;
	width:200px;
	padding:2px;
}
#search-form #button {
	background-color:#02387E;
	color:#FFFFFF;
	height:21px;
	position:relative;
	top:-3px;
	width:63px;
	font-size: 0px;
	background-image: url(/images/button-search.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	cursor: pointer;
}
#login {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
	margin-top: 1px;
}
#login label {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
}
#login a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 620px;
	text-decoration: none;
}
#login a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 620px;
	text-decoration: underline;
}
#login input {
	border:1px solid #01297A;
	height:15px;
	padding:2px;
}
#login #login-input {
	width: 150px;
}
#login #password {
	width: 80px;
}
#login #remember_me2 {
	margin-left:0;
	margin-top:0;
	position:relative;
	top:4px;
}
#login #cmd_submit {
	background-color:#02387E;
	color:#FFFFFF;
	height:21px;
	position:relative;
	top:-3px;
	width:53px;
	font-size: 0px;
	background-image: url(/images/button-login.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	text-indent: -5000px;
	cursor: pointer;
}
#bug {
	height: 92px;
	width: 134px;
	margin-top: 10px;
	float: left;
}
/*Basic Navigation*/

#navigation a {
}
#navigation a:hover {
}
/*Blog*/

#theblog {
}
#theblog a {
}
#theblog a:hover {
}
.the_date {
}
.title {
}
/*Forms*/


.field {
}
.regular {
}
.description {
}
h4 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
ol {
	clear:both;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	padding:2px;
}
label {
	color:#000000;
	font-family:verdana, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
li.sub-section {
	clear:left;
	padding:10px 10px;
}
li.form-element dt {
	float:left;
	width: 75px;
}
li.form-element {
stylesheet.css (line 580) clear:both;
	padding-top:2px;
}
input.text-input {
	padding:2px;
	border: 1px solid #666666;
}
a.visibility-toggle {
	font-size:100%;
}
.submit {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0pt;
	margin:5px 0pt 0pt;
}
/* BASE TYPOGRAPHY */
p, ul {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%
}
h3 {
	font-size: 126%
}
.highlight {
	color:#E17000
}
.subdued {
	color:#999
}
.error {
	color:#c00;
	font-weight:bold
}
.success {
	color:#390;
	font-weight:bold
}
.caption {
	color:#999;
	font-size:11px
}
.date {
	font: bold 82% arial;
	color:#bbb;
	display:block;
	letter-spacing: 1px
}
small {
	font-size:11px
}
/*CUSTOM SITE FORMS*/

.loginfields {
}
.loginbutton {
}
/*CUSTOM SITE TYPOGRAPHY*/

.text_head {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #022976;
}
.text_sub {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family:georgia;
	font-style: italic;
}
.text_date {
	font-size: 10px;
}
.text_location {
	color:#761e26;
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
.text_description {
	font-size: 12px;
	font-weight: bold;
	color: #02387E;
}
.read-more {
	font-size: 11px;
	font-weight: bold;
}
#promote {
	float: right;
	position: relative;
	top: -207px;
	left: -22px;
}
.addthis_toolbox {
	margin-top:0px;
	padding-bottom:0px;
}
.addthis_toolbox .custom_images {
	text-align: center;
}
.addthis_toolbox .custom_images a {
	width: 43px;
	height: 43px;
	padding: 0;
	display: inline-block;
	margin: 0px;
}
.addthis_toolbox .custom_images a:hover img {
	opacity: 1;
}
.addthis_toolbox .custom_images a img {
	opacity: 1;
}
#box {
	width: 946px;
	display: block;
	height: 16px;
}
#content-column {
	width: 613px;
}
#content-column h1 {
	color: #FFF;
	background-image: url(/images/header-613.gif);
	background-repeat: no-repeat;
	width: 613px;
	height: 49px;
	line-height: 50px;
	text-indent: 12px;
	font-size: 20px;
	margin: 0px;
}
#content-column .inner {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccdae3;
	border-bottom-color: #ccdae3;
	border-left-color: #ccdae3;
	padding: 12px;
}
#utility {
	width: 312px;
}
#utility h2 {
	color: #FFF;
	background-image: url(/images/header-312.gif);
	background-repeat: no-repeat;
	width:312px;
	height: 49px;
	line-height: 50px;
	text-indent: 12px;
	font-size: 20px;
	margin: 0px;
}
#utility .inner {
	background-color: #ccdae3;
	padding: 12px;
}
#head-widgets {
	float:right;
	height:150px;
	left:339px;
	position:relative;
	top:-135px;
	width:500px;
}
#head-widgets .r6 {
	display: none;
}
div#background {
	background-image: none !important;
	background-repeat: no-repeat !important;
	background:none;
}

#wbx-gw-button-wrapper-0 {
	display: none;
}
#wbx-gw-button-wrapper-1 {
	display: none;
}

#head-widgets #widgetbox_widget_iframe_1 {
	height: 110px !important;
}

.widget1 {
	display:inline-block;
	float:left;
	height:79px;
	margin-left:0;
	vertical-align:top;
	width:204px;
	color: #51000D;
	font-weight: bold;
}
.widget1 #title {
	font-weight:bold;
	font-family: verdana;
	font-size: 10px !important;
	text-transform: uppercase !important;
	color: #58000E !important;
}
.r2data {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color: #58000E;
	text-transform: uppercase;
}
.r4data {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color: #58000E !important;
	text-transform: uppercase;
}

.widget2 {
	display:inline-block;
	float:left;
	height:72px;
	overflow:hidden;
	width:280px;
	color: #58000E !important;
}
#sign-up-form {
	background-color: #002137;
	width: 286px;
	border: 1px solid #FFF;
	margin-bottom: 10px;
}
#sign-up-form h3 {
	font-size: 16px;
	color: #FFF;
	margin:10px 10px 10px 10px;
     letter-spacing:0;
}
#sign-up-form #virtual_4_Email {
	background-color:#CCDAE3;
	font-size:17px;
	height:22px;
	margin-bottom:10px;
	margin-left:10px;
	width:258px;
	background-color: #CCDAE3;
	border: 1px solid #FFF;
}
#sign-up-form #virtual_4_Zip {
	background-color:#CCDAE3;
	font-size:17px;
	height:22px;
	margin-bottom:10px;
	margin-left:10px;
	width:258px;
	border: 1px solid #FFF;
}
#sign-up-form .submit {
	background-color:#54000D;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:15px;
	margin-bottom:10px;
	margin-left:10px;
	padding-bottom:3px;
	padding-top:3px;
	width:264px;
}
#counter-widget{
	height: 48px;
	width: 948px;
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	top: 0px;
}
