/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #eee ;
	border-top: 5px solid #000;
	color: #333;
	font-size: 13px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #18346D;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color:#0B58A8;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12 {
	background:#fff
/*
  url("../img/gridlines_12_col.gif") center top repeat-y
*/
  ;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa url(../images/top-bg-2.jpg);
	padding:.3em 4em;
	margin-bottom:0;
	
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#;
	margin-bottom:10px;
	padding:10px 10px 1px 10px;
}
.box2 {
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	background-attachment: fixed;
	background-image: url(../images/index/bg.jpg);
	
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background-color: #fff;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 40px;
}
.box h5 {
	font-size:1em;
	font-weight:bord;
	text-transform:uppercase;
	color:#0B58A8;
	background-color: #006666;

    
	
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: -10px;
	background-image: url(../images/bg01.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: 2 solid;
	border-left-style: none;
	margin-left: -1px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#0B58A8 url("../img/switch_minus.gif") 96% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/bg01.jpg");
}
.box h2 a:hover {
	background-color:#111;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: left center;
}
.block {
	padding-top:0px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #52A9C4;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52A9C4;
}
ul.menu li a:hover {
	background:#52A9C4;
}
ul.menu li a:active {
	background:#52A9C4;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:1px;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#88C8D8;
}
ul.section li a:hover {
	background:#52A9C4;color:#fff;
}
ul.section li a:active {
	color:#0B58A8;
	background-color: #88C8D8;
}
ul.section li li a {
	background:#52A9C4;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#276589;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#52A9C4;
}
ul.section li a.current:hover {
	background:#52A9C4;
}
ul.section li a.current:active {
	background:#52A9C4;
}
ul.section li a.active {
	background:#52A9C4;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#52A9C4;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:px;
	border:0px solid #bbb;
	padding: 0px;
	margin: 0px;
}
col.colC {
  width:8em;
}
th, td {
  padding:2px 2px;
  text-align:left;
}
thead th {
  border-bottom:0px solid #888;
  background:#bbb;
  padding:.1em 0em .1em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#365767;
	border:0px solid #555;
}
tbody th,
tbody td {
  border-top:0px solid #bbb;
  border-bottom:0px solid #bbb;
  background:#fff;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:0px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}
.table1{
	font-size:13px;
	font-color:#333;
	padding:2;
	height:18px;
	background-color:#B1D9E4;
	border: 1px solid #B1D9E4;
	margin: 1px;
	text-align:left;
}
.table2{border-width:1;  font-size:13px; font-color:#333; 
 border-color:#B1D9E4; padding:4; height:18;
background-color:#F0F0F0;
text-align:left;

}
.table3{border-width:1; border-style:; font-size:13px; font-color:#333; 
 border-color:#B1D9E4; padding:4; height:18;
background-color:#FFFFFF;
text-align:center;

}
.table4{background-image:url(../images/index/bg.jpg)
 



}

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article h5 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
  color:#fff;
  background:#88C8D8;
  margin-bottom:10px;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:16px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background:;
	border-bottom: ;
	border-right: ;
	border-top: ;
	border-left: ;
	font-size:1.1em;
	font-weight: normal;
	background-image:url(../images/bg01.jpg)
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
  padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
  padding:0;
  overflow:hidden;
}
#kwick-box h2 { 
  margin:0;
}
#kwick {
  position: relative;
}
#kwick .kwicks {
  display: block;
  background: #999;
  height: 120px;
  list-style:none;
  margin:0;
  overflow:hidden;
}
#kwick li {
  float: left;
  margin:0;
  padding:0;
}
#kwick .kwick {
  display: block;
  cursor: pointer;
  overflow: hidden;
  height: 100px;
  width: 215px;
  padding: 10px;
  background: #fff;
}
#kwick .kwick span {
  color:#FFFFFF;
}
#kwick .one {
  background: url(../images/banner01-2.jpg);
}
#kwick .two {
  background: url(../images/banner02-2.jpg);
}
#kwick .three {
   background: url(../images/banner03-2.jpg);
}
#kwick .four {
   background: url(../images/banner04-2.jpg);
}

.style1{
	font-size:13px;
	font-family: "Arial", "Helvetica", "sans-serif";
	color:#333;
	line-height: 18px;} 
	
.style2{
	font-size:13px;
	line-height: 18px;} 
	
.style3{font-size:13px;color:#000066;font-weight:bold;line-height: 25px;} 
.title1{
	font-size:13px;
	font-weight:normal;
	color:#5950B1;
	;
	font-family: "";
	line-height: 25px;
} 


#enlarge {list-style-type:none;} 
#enlarge li {
display:block; 
float:left; border:1px solid #537AC3;

width:230px; height:230px; z-index:2;
position:relative;
} 
#enlarge li a {
	display:block;
	width:230px;
	height:230px;
	overflow:hidden;
	position:relative;z-index:2;
	
} 
#enlarge li a img {
width:100%; height:100%; 
border:0;
} 
#enlarge li a:hover {
position:absolute; 
left:-90px; 
top:-90px; 
width:500px; height:500px; z-index:4;border:3px solid #537AC3;
}




#enlarge2 {list-style-type:none;} 
#enlarge2 li {
	display:block;
	float:left;
	border:1px solid #537AC3;
	margin:0px;
	width:200px;
	height:200px;
	position:relative;z-index:1;
} 
#enlarge2 li a {
	display:block;
	width:200px;
	height:200px;
	margin:0px;
	overflow:hidden;
	position:relative;z-index:1;
		
} 
#enlarge2 li a img {
width:100%; height:100%; 
border:0;
} 
#enlarge2 li a:hover {
position:absolute; border:2px solid #537AC3;

left:-150px; 
top:-150px; 
width:400px; height:400px; z-index:3;
}


#enlarge3 {list-style-type:none;} 
#enlarge3 li {
	display:block;
	float:left;
	margin:0px;
	width:175px;
	height:133px;
	position:relative;z-index:1;
} 
#enlarge3 li a {
	display:block;
	width:175px;
	height:133px;
	margin:0px;
	overflow:hidden;
	position:relative;z-index:1;
		
} 
#enlarge3 li a img {
width:100%; height:100%; 
border:0;
} 
#enlarge3 li a:hover {
position:absolute; border:2px solid #537AC3;

left:-130px; 
top:-130px; 
width:350px; height:266px; z-index:3;
}

#enlarge4 {list-style-type:none;} 
#enlarge4 li {
	display:block;
	float:left;
	margin:0px;border:1px solid #537AC3;
	width:150px;
	height:113.5px;
	position:relative;
} 
#enlarge4 li a {
	display:block;
	width:150px;
	height:113.5px;
	margin:0px;
	overflow:hidden;
	position:relative;
		
} 
#enlarge4 li a img {
width:100%; height:100%; 
border:0;
} 
#enlarge4 li a:hover {
position:absolute; border:2px solid #537AC3;

left:-100px; 
top:-110px; 
width:300px; height:227px; 
}


#enlarge5 {list-style-type:none;} 
#enlarge5 li {
	display:block;
	float:left;
	margin:0px;border:1px solid #537AC3;
	width:240px;
	height:150px;
	position:relative;
} 
#enlarge5 li a {
	display:block;
	width:240px;
	height:150px;
	margin:0px;
	overflow:hidden;
	position:relative;
		
} 
#enlarge5 li a img {
width:100%; height:100%; 
border:0;
} 
#enlarge5 li a:hover {
position:absolute; border:2px solid #537AC3;

left:-150px; 
top:-150px; 
width:480px; height:300px; 
}

.iconlist{ list-style: none; margin: 0; padding: 0; }
.iconlist li{padding: 0px 0 0px 5px;background-position: 0 50%;background-repeat: no-repeat;}
li.a{
	background-image: none;
	list-style-position: outside;
	list-style-image: url(../images/a.gif);

}
li.b{background-image: url(img/b.gif);}
li.c{background-image: url(img/c.gif);}
li.d{background-image: url(img/d.gif);}

