/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	margin: 0px;
	padding: 0px;
	background-color: #4C545F;
	font-size: 16px;
}

a:link, a:visited, a:hover {
	color: #A6AD1D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #C3C03B;
	font-weight: bold;
}

h2{
 font-size: 14px;
 color: #C3C3C3;
}

h3{
 font-size: 14px;
 color: #334d55;
}

h4{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 90%;
 color: #334d55;
}

ul{
 list-style-type: square;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
select, textarea, input {
	width: 290px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}
/***********************************************/
/* Navigation                                  */
/***********************************************/
ul.navbut{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
ul.navbut li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navBar{
	margin: 0px;
	padding: 0px;
	width: 925px;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
	font-size: 13px;
}
.pipemarg {
	margin-right: 3px;
	margin-left: 3px;

}
ul.navbut li a {
	color: #D2D62A;
	text-decoration: none;
}			
ul.navbut li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumb {
	font-size: 12px;

}
#breadcrumb a {
	color: #A6AD1D;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
/***********************************************/
/* footer                                      */
/***********************************************/
#foot {
	height: 150px;
	width: 925px;
	background: url(../img/foot.jpg) no-repeat;
}
#footxt {
	color: #9C9C9C;
	font-size: 12px;
	margin-left: 70px;
	padding-top: 20px;

}
#footxt a {
	color: #BBBEC2;
	text-decoration: none;
}			
#footxt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head {
	height: 68px;
	width: 925px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
}
#container {
	margin: auto;
	padding: 0px;
	width: 925px;
} 

#content{
	margin: 0px;
	padding: 0px;
}

#imagehome {
	background-image: url(../img/main_home.jpg);
	height: 479px;
	width: 455px;
}
#imageabout {
	background-image: url(../img/main_2.jpg);
	height: 479px;
	width: 455px;
}
#image3 {
	background-image: url(../img/main_3.jpg);
	height: 479px;
	width: 455px;
}
#image4 {
	background-image: url(../img/main_4.jpg);
	height: 479px;
	width: 455px;
}
#image5 {
	background-image: url(../img/main_5.jpg);
	height: 479px;
	width: 455px;
}
#imagecontact {
	background-image: url(../img/main_home.jpg);
	background-repeat:no-repeat;
	width: 455px;
}
#leftcol {
	height: 100%;
	width: 455px;
	text-align:right;
}
#leftcolmarg {
	width: 384px;
	text-align: left;
	margin-top: 130px;
	margin-left: 65px;
}
#leftcolmarg2 {
	width: 384px;
	text-align: left;
	margin-left: 65px;
}
/***********************************************/
/* style                                       */
/***********************************************/

#content p, #leftcolmarg p{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	line-height: 20px;
}
#content p.intro, #leftcolmarg p.intro {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #DCDF30;
	padding-left: 10px;
	margin-left: 5px;
	font-weight: bold;
}
#content p.sub, #leftcolmarg p.sub {
	font-size: 12px;

}
.float {
	float: left;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555E67;
}
