/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	/*background: #ebd5b4 ;*/
	background: #ecece3 url("../images/fill_top.jpg") repeat-x 0 top;
	font: 100.01%/130% Arial, Helvetica, sans-serif;
	color: #0a0a0a;
}
/*--movelower--*/
.clearfloat {clear: both; height: 0; font-size: 0; line-height: 0;}
/************** Layout Elements *******************/

#wrapper {
	width: 833px;
	margin: 0 auto 30px auto;
	text-align: left;
	/*font-size: 80%;*/
	background:  url("../images/fill_mast.jpg") repeat-x 0 top;
	padding-top: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #wrapcontent {
	background:  url("../images/fill_wrapper.gif") repeat-y;
	/*margin: 0;
	padding: 0;*/
}

#mast {
	height: 111px;
}
#mast #tagline1, #mast #tagline2, #mast #tagline3, #mast #tagline4 {
	height: 111px;
}
#mast #tagline1 {
	background:  url("../images/pho_01.JPG") no-repeat right top;
}
#mast #tagline2 {
	background:  url("../images/pho_02.JPG") no-repeat right top;
}
#mast #tagline3 {
	background:  url("../images/pho_03.JPG") no-repeat right top;
}
#mast #tagline4 {
	background:  url("../images/pho_04.JPG") no-repeat right top;
}
#mast #tagline1 h1, #mast #tagline2 h1, #mast #tagline3 h1, #mast #tagline4 h1 {
	padding-top: 25px;
	padding-left: 10px;
	color: #428AD3;
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;

}
#mast #tagline1 p, #mast #tagline2 p, #mast #tagline3 p, #mast #tagline4 p {
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.divider  {
	font: bold 1.75em Arial, Helvetica, sans-serif;
	color: #FF7C25;
	vertical-align: text-bottom;
}
#mast .logo {
	float:left
}
#navigate {
	background: #428AD3 ;
}
#navigate ul {
	list-style-type: none;
	}
#navigate li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0;
	background: #428AD3;
}

#navigate li a {
	color: #FAFAF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 0.7em;
	padding: 0 30px;
	display: block;
	font-weight: bold;
}
#navigate li a:hover {
	color: #000000;
}
/***/
/***/

#LeftCol {
	float: left;
	width: 150px; 
	min-height: 200px;
}

#LeftCol img {
	display:block;
	margin: 10px auto;
}

#RightCol {
	float: right;
	width: 180px; 
	min-height: 200px;
}

#RightCol img {
	display: block;
	margin: 10px auto;
	border: 1px solid #0e2111;
}

#content {
	width: 450px;
	margin: 0 200px 0 153px;
	min-height: 300px;
	padding: 10px 0 0 0;
	/*padding-top: 1px;*/
}
#content ul li {
	background:   url("../images/dot.gif") no-repeat 0px 4px;
	padding-left: 20px;
	margin-left: 10px;
	list-style-type: none;
}
#footer {
	background: #FC8231 url("../images/foot-end.gif") bottom no-repeat;
	min-height: 25px;
	text-align: center;
	font-size: .7em;
}
#footer img {
	display: block;
}
#footer a {
	margin: 0;
	padding: 10px;
	color: #000;
}
#footer a:hover {
	color: #fff;
}
/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	/*font-size: 150%;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #040404;
}

h2 {
	font-size: 1.25em;
	color: #428AD3;
	/*padding-top: 10px;*/
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FD8235;
	padding-top: 10px;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 10px 0;
}

/************** Form Elements *******************/
#header form {
	float: right;
	width: 280px;
}

input.log {
	width: 100px;
	font-size: 120%;
	border: 1px solid #999;
}

#RightCol form {
	width: 180px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin-left: 8px;
}

.left {
	float: left;
	margin-right: 8px;
}



/************** Link Styles *******************/

#wrapper a {
  text-decoration: none;
  color: #000;
}


#wrapper a:hover, #wrapper a:focus {
  color: #fff;
}
  
#wrapper #current {
  background-image: url("../images/on.gif");
  color: #000;
 }

a img {
	border: none;
}

#content a {
	display: inline;
	padding: 0;
	color: #0066CC;
	text-decoration: underline;
}

#content a:hover {
	color: #FC8231;
	text-decoration: none;
}
#content  p.nospace {
	margin: 0;
	padding: 0;
}
#content .smtxt {
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.textsm {
	font-size: .75em;
}
