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

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #343434;
}
a:hover {
	color: #007AAE;
	text-decoration: underline;
}

.min-width {
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%");
	min-width:940px;
	background-image: url(../images/top-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 4px;
	height: 1px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	width:924px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}
/*------HEADER------*/
#header { padding:0px;}
/*table.sticky-header th { text-align:center;}*/
.head-row1 {
	height:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.head-row2 {
	height:198px;
	width:100%;
	float: left;
	padding-top: 5px;
}
.logo {
	float: left;
	width: auto;
	height: 75px;
}
.slogan    {
	float: left;
	text-align: right;
	margin-bottom: 19px;
	margin-top: 48px;
	width: 555px;
}


.nav {
	height:auto;
	width:100%;
	padding-bottom: 0px;
	float: left;
}
/* Content */
#cont {
	float: left;
	width: 924px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-main   {
	width: 624px;
	padding-top: 20px;
	float: left;
}
.content-main-contact {
	width: 924px;
	padding-top: 20px;
	float: left;
}


.main-content {
	float: left;
	margin-left: 20px;
	padding-right: 20px;
	width: 560px;
	padding-bottom: 20px;
	text-align: justify;
}
.main-content-contact {
	float: left;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
	width: 884px;
}
.min-width #main .content-main-contact .main-content-contact h5 a img {
	float: right;
}



.latest-news {
	float: left;
	text-align: justify;
	margin-left: 20px;
	padding-right: 20px;
	width: 560px;
	margin-bottom: 30px;
}
.content-subnav {
	width: 300px;
	padding-top: 20px;
	float: left;
}
.right-content {
	width: 228px;
	margin-right: 20px;
	margin-left: 30px;
	float: left;
	text-align: left;
	height: 100%;
	border-left-style: dashed;
	border-left-width: thin;
	border-left-color: #ccc;
	padding-left: 20px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}


h1 {
	font-size: 18px;
	color: #343434;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
	line-height: 30px;
}
h2 {
	color: #007aae;
	font-size: 15px;
}
h3 {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
h4 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
h5 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}




.min-width #main #cont .right-content p a {
	color: #007AAE;
	font-weight: bold;
}
.min-width #main #cont .right-content-2 p a {
	font-weight: bold;
	color: #007AAE;
}
.min-width #main .head-row1 .top-nav a {
	padding: 5px;
	color: #000;
}
.min-width #main #cont .right-content-2 h1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.min-width #main .head-row1 .top-nav a:hover {
	color: #FFF;
	background-color: #666;
}
.min-width #main .content-main-contact .main-content-contact h2 a img {
	float: right;
}

/* login */
label
{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input
{
	margin-left: 5.5em;
}
input
{
	color: #343434;
	border: 1px solid #343434;
	background-color: #CCC;
}

.submit input
{
	color: #FFF;
	border: 2px outset #d7b9c9;
	background-color: #007AAE;
	font-weight: bold;
	text-transform: capitalize;
}
/* footer */
#footer {
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	text-align:center;
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	bottom: 0px;
	float: left;
}
.foot {
	text-align:center;
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color: #4b94eb;
}
#footer .foot span {
	padding-left:40px;
}
.main-content h3 img {
	float: left;
	margin-top: 20px;
	padding-right: 20px;
}
.min-width #main .content-main .main-content p img {
	float: left;
	margin-right: 20px;
}
.min-width #main .content-main-contact .main-content-contact p img {
float:left;
margin-right:20px;
}
.contact-form {
	float: left;
	text-align: left;
	margin-left: 20px;
	padding-right: 20px;
	width: 560px;
	margin-bottom: 30px;
}

.contact-form label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.contact-form .submit input
{
margin-left: 4.7em;
}
.contact-form input
{
color: #282828;
background: #FFFFFF;
border: 1px solid #282828
}

.contact-form .submit input
{
color: #282828;
background: #FFFFFF;
border: 1px outset #282828
}
.contact-form fieldset
{
border: 1px solid #232423;
width: 25em
}

.contact-form legend
{
color: #fff;
background: #232423;
border: 1px solid #FFFFFF;
padding: 2px 6px
}
.contact-form textarea#message {
	width: 200px;
	height: 200px;
	border: 1px solid #232423;
	padding: 5px;
}
.min-width #main .content-main .main-content h2 img {
	float: right;
}
#main .content-main .main-content .cushycms h5 a img {
	float: right;
}

.min-width #main .content-subnav .right-content ul li {
	text-indent: -30px;

}
.min-width #main .content-subnav .right-content ul {
	left: 1em;
	float: left;
}
ul li {
	list-style-type: square;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.min-width #main .content-main-contact .contact-form table .body .body form .body textarea {
	border: 1px solid #232423;
}

