body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	
}
body.home { background-image: url(../imgs/banner.jpg); background-repeat: no-repeat; background-position: 50% top; }
body.inner {
	background-image: url(../imgs/banner_222.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

#wrapper {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	padding: 0px;
	height: 310px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerinner {
	padding: 0px;
	height: 220px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cleardiv {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#logo {
	padding: 0px;
	float: left;
	width: 520px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logoinner {
	padding: 0px;
	float: left;
	width: 520px;
	margin-top: 58px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#strap {
	padding: 0px;
	float: left;
	width: 600px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: lighter;
}
#strapinner {
	padding: 0px;
	float: left;
	width: 600px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: lighter;
}
#strap h1, #strapinner h1 {
	font-size: 16px;
	font-weight: normal;
}
#navbar {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003;
	height: 36px;
	background-image: url(../imgs/lightfade2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav {
	background-color: #003;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/lightfade2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:left;
	width:100%;
}
#nav ul li { display: inline; }

#nav ul li a:link,
#nav ul li a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #003;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding:10px 12px 10px 12px;
	float:left;
	width:auto;
	text-transform:uppercase;
	/*text-shadow: 2px 2px 2px #555;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #039;
	background-image: url(../imgs/lightfade2.jpg);
}
#content .colwider .introcopy {
	font-size: 16px;
}

#nav ul li:last-child a {border-right:0px;}

#nav ul li a:hover {
	color: #09F;
	background-color: #002865;
}

#nav ul li a.selected {
	color: #000;
	text-shadow:none;
	background-color: #E8E7E7;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDECEC;
	}

#content {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#maincontent {
	background-image: url(../imgs/lower_blend.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	min-height:400px;
}
#maincontent #content .col {
	background-color: #FFF;
	padding: 20px;
	height: 150px;
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	CCborderRadius: 8px;
}
#maincontent #content .colwide {
	background-color: #FFF;
	padding: 20px;
	width: 950px;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	CCborderRadius: 8px;
	-webkit-column-count : 3;
	-webkit-column-gap : 10px;
	-moz-column-count : 3;
	-moz-column-gap : 10px;
}

#maincontent #content .colwider {
	background-color: #FFF;
	padding: 20px;
	width: 950px;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	CCborderRadius: 8px;
}

#content .col p, #content .colwide p,  #content .colwider p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 6px;
}
#content .col img, #content .colwide img, #content .colwider img {
	float: left;
	padding-right: 10px;
}
#content .col h1, #content .colwide h1, #content .colwider h1 {
	font-weight: normal;
	color: #CCC;
	font-size: 22px;
}
#content .col h1 a, #content .colwide h1 a, #content .colwider h1 a {
	text-decoration: none;
	color: #CCC;
}
#content .col p a, #content .colwide p a, #content .colwider p a {
	color: #039;
	text-decoration: none;
}
#content .col.last {
	margin-right: 0px;
}
#content .colwide ul, #content .colwider ul {
	margin-left: 15px;
}
#content .colwide ul li, #content .colwider ul li {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style-type: circle;
}
#content .colwide h2, #content .colwider h2 {
	font-size: 14px;
	margin-top: 12px;
}
#form1 input {
	padding: 3px;
}
textarea {
	padding: 3px;
}
/* gallery start */
.page-bottom {
	clear:both;
	width:944px;
	margin:0 18px 25px;
	padding:0;
	background:url(../images/bg-head-logo.jpg) repeat-x 0 0;
	overflow:hidden;
}
.page-bottom .page-bottom-ttl{
	overflow:hidden;
	height:1%;
}
.page-bottom h2 {
	margin:10px 0;
	color:#CCC;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	font-variant: normal;
}
.page-bottom span{
	font:12px/14px Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	display:block;
	margin:19px 0 0;
	padding:0 0 5px 9px;
	height:1%;
	overflow:hidden;
}
#gallery {
	overflow:hidden;
	padding:0 0 25px;
	width:943px;
	background:url(../images/bg-head-logo.jpg) repeat-x 0 100%;
}
#gallery a.link-prev {
	background:url(../images/bg-galery-left.gif) no-repeat;
	float:left;
	margin:40px 13px 0 1px;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-9999em;
}
#gallery a.link-next {
	background:url(../images/bg-galery-right.gif) no-repeat;
	float:right;
	margin:40px 1px 0 13px;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-9999em;
}
#gallery div {
	width:850px; 
	overflow:hidden;
	position:relative;
	float:left;
}
#gallery div ul {
	position:relative;
	width:99999px; /* don't touch this */
	padding:0;
	margin:0;
	list-style:none;
}
#gallery div ul li {
	overflow:hidden;
	float:left;
	width:160px;
	height:107px;
	padding:0 5px;
}
/* gallery end */

/* footer start */
#footer {
	width:980px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	color:#666;
}
#footer address {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#footer address span{
	background:url(../images/bg-address-sep.gif) no-repeat 100% 3px;
	padding:0 10px 0 8px;
}
#footer address a {
	color:#666;
	padding:0 0 0 8px;
} 
#links {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	text-indent: -9999px;
}
#links a{
	color: #CCC;
	text-decoration: none;
}
#submenu {
	padding: 20px;
	float: right;
	width: 220px;
	background-color: #F3F3F3;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	CCborderRadius: 8px;
}
#maininfo {
	width: 600px;
	float: left;
	padding: 0px;
	margin-top: 15px;
}

#maincontent #content .colwider #submenu h3 {
	color: #666;
	font-size: 12px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#maincontent #content .colwider #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#maincontent #content .colwider #submenu ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#maincontent #content .colwider #submenu li a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 22px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 17px;
}
#maincontent #content .colwider #submenu ul li a:hover {
	color: #039;
	background-color: #FFF;
}
#submenu p a {
	color: #039;
	text-decoration: underline;
}
.inner #wrapper #maincontent #content .colwider #submenu p a {
	color: #039;
	text-decoration: underline;
}
.blue {
	color: #039;
}
.floatright {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

