* { margin:0; padding:0;}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	line-height:1.15em;
	color:#CCCCCC;
	background-color: #232323;
}
menuwrapper {
position: relative;
z-index: 9999999;
}
.center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

input, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p {
	margin-bottom:18px;
	margin-left: 4px;
	margin-right:5px;
	line-height: 18px;
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top;}

#contacts-form { color:#838383;}
#contacts-form label { display:block; height:32px; }
#contacts-form input { width:274px; padding:1px 0 1px 3px; color:#111; border:1px solid #a09b96;}
#contacts-form textarea { width:274px; height:159px; padding:1px 0 1px 3px; margin-bottom:9px; overflow:auto; color:#111; border:1px solid #a09b96;}

/*==================list====================*/
ul {
	list-style-type: none;
}

.banners {
	width:100%;
	overflow:hidden;
	border-bottom:3px solid #2b2b2b;
	font-size: 12px;
	font-weight: normal;
}
.banners li {
	width:245px;
	height:100px;
	float:left;
	color:#000;
	line-height: 15px;
}
.banners li div {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.banners li strong { font-size:14px; text-transform:uppercase; font-weight:bold; display:block; margin-bottom:8px}
.banners li a {
	color:#000;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banners li a:hover {
	color: #FFF;
	text-decoration:none;

}
.banners li#banner1 {
	background-image: url(../images/images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banners li#banner2 {
	background-image: url(../images/images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banners li#banner3 {
	background-image: url(../images/images/banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banners li#banner4 {
	background-image: url(../images/images/banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.list1 dt { font-size:1.15em; padding-bottom:12px;}
.list1.alt dt { padding-bottom:0;}
.list1 dt a { color:#fff; text-decoration:none;}
.list1 dt a:hover { text-decoration:underline;}
.list1 dd {border-bottom:6px solid #737373; padding-bottom:12px; margin-bottom:12px;}
.list1 dd.last {border-bottom:1px solid #737373; padding-bottom:30px; margin-bottom:14px;}
.list1.alt dd.last { border:0; padding-bottom:0; margin-bottom:0;}

.list2col {
	width:100%;
	overflow:hidden;
}
.list2col li {
	float:left;
	margin-right:0px;
	margin-left:20px;
	width:270px;
	padding-bottom:20px;
}
.list2col li.alt { margin-right:0;}
.list2col li img { margin-bottom:12px; display:inline;}
.list2col li strong { font-size:1.25em; color:#fff; display:block;}
.list2col li a { font-weight:bold;}

.list2 {
	width:100%;
	overflow:hidden;
}
.list2 li {
	float:left;
	margin-right:20px;
	width:130px;
	padding-bottom:20px;
}
.list2 li.alt { margin-right:0;}
.list2 li img { margin-bottom:12px; display:inline;}
.list2 li strong { font-size:1.25em; color:#fff; display:block;}
.list2 li a { font-weight:bold;}


.list3 li {
	font-weight:bold;
	padding:0 0 3px 0;
	color:#05A5F1;
}
.list4 li {
	color:#CCCCCC;
	margin-left: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	list-style-type: square;
}


/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-indentright {
	float:right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box img { float:left; margin:0 20px 0 0;}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*==================txt, links, lines, titles====================*/
a {
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
}
a:hover{
	text-decoration:none;
	color: #3EB6F3;
}
a:visited{
	text-decoration:none;
	color: #FFF;
}

h1 {
	font-size:22px;
	color:#fff;
	line-height:1em;
	margin-bottom:25px;
	margin-top: 20px;
	font-weight:normal;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial;
	margin-bottom:16px;
	border-bottom:3px solid #737373;

	}
h2 {
	font-size:14px;
	color:#fff;
	line-height:1em;
	margin-bottom:8px;
	margin-top: 25px;
	font-weight:normal;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial;
	border-bottom:2px solid #737373;

	}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size:1.1em;
	color:#FFF;
	line-height:1.15em;
	margin-top:25px;
	margin-bottom:6px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
h3 a {
	color:#3EB6F3;
	text-decoration:none;
	font-weight: normal;
}
h3 a:hover{
	text-decoration:none;
	color: #FFF;
}
h3 a:visited{
	text-decoration:none;
	color: #3EB6F3;
}

h4 {
	font-size:1em;
	color:#3EB6F3;
	line-height:1.2em;
	margin-bottom:10px;
	margin-top:25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	font-weight: normal;
}
h5 {
	color:#FFF;
	font-size:14px;
	padding-bottom:17px;
	margin-left: 5px;
	font-weight:normal;
}
h6 { color:#fff; font-size:1.15em;}

.head-link {
	color:#fff;
	display:inline-block;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.head-link:hover {
	text-decoration:underline;
	color: #ccc;
}
.head-link:visited {
	color: #ccc;
}

.link1 { color:#fff;}

.divider {
	background:#545454;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.divider1 { background:#737373; height:1px; overflow:hidden; font-size:0; line-height:0; margin:25px 0 15px 0;}

/*==================boxes====================*/
.box {
	width:100%;
	background-image: url(../images/blue-blackbkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.box .inner {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}



.box1 {
	width:100%;
	border-bottom:1px solid #6e6e6e;
	background-color: #333;
}
.box1 .inner {
	padding-top: 26px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.box2 {
	background-image: url(../images/box2-newbkgd.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}
.box2 .inner {
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.box3 {
	width:100%;
	background-color: #102F4E;
}

.box3 .inner {
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 12px;
}
.box3 .inner h3 a {
	color: 000;
}

.box3 .inner h3 a:hover {
	color: fff;
}

.cont-box { padding:0 20px 0 0; margin:0;}
.cont-box span { float:left; width:84px;}
.medblue {
	color:#55ACFB;
}

/*header*/
#header .row-1 {
	height:32px;
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
	background-color: #232323;
}
#header .row-2 {
	height:278px;
}
#header .row-2 .indent { padding:0px 0 0 0px;}
#header .row-2 .slogan { margin-top:0px;}

/*content*/
#content { background:#414141;
width:100%;}

/*footer*/
#footer { color:#fff;}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:none;
	color: #3EB6F3;
}
#footer a:visited{
	text-decoration:none;
	color: #FFF;
}

#footer p {
	margin:0;
	padding-top: 33px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

/*==========================================*/
