/*Green #006400*/
/*Brown #B26526*/
/*Grey #757575*/


/* Page Setup */
html {
	background-color: #D6EAE6;
}
body {
	font-family: Arial, San-serif;
	color: #000000;
	font-size: 13px;
}
p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
a {
	color: #006400;
	text-decoration: none;
	border-bottom: 1px dotted #006400;
}
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:hover {
	color: #000;	
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:active {
	color: #B26526;
	text-decoration: none;
	border-bottom: 1px dotted #B26526;
}

/* Wireframe and Structural images */

#container {
	background: transparent url(../img/bg-slice.png) repeat-y top left;
	width: 840px;
	margin: 0 auto;
	margin-top: 12px;
}
#container_top {
	background: transparent url(../img/bg-top.png) no-repeat top left;
	height: 40px;
}
#container_btm {
	background: transparent url(../img/bg-bottom.png) no-repeat top left;
	height: 50px;
}
#header {
	height: 117px;
	margin: 0 49px;
}
#main_menu {
	width: 148px;
	display: inline;
	float: left;
	margin: 0 0 0 49px;
	border-top: 1px dotted #757575;
}
q {
	display: block;
	border-top: 1px dotted #757575;
	border-bottom: 1px dotted #757575;
	margin-top: 40px;
	padding: 10px;
}
#page {
	width: 550px;
	display: inline;
	float: right;
	margin: 0 49px 0 0;
}
#page_image_container {
	height: 142px;
	border-top: 1px dotted #757575;
	border-bottom: 1px dotted #757575;
}
.page_image {
	margin-top: 15px;
}
#footer {
	width: 550px;
	float: right;
	margin: 30px 49px 0 0;
	border-top: 1px dotted #757575;
	padding-top: 10px;
	font-size: 11px;
}


/* Header */

h1 {
	display: block;
	width: 300px;
	height: 94px;
	background: transparent url(../img/ap_logo.png) no-repeat top left;
	text-indent: -9999px;
	float: left;
}
#header ul {
	float: right;
	display: block;
	width: 390px;
	height: 64px;
	margin-top: 25px;
}
#header ul li {
	display: block;
	float: left;
}
#header ul li a {
	display: block;
	float: left;
	width: 72px;
	height: 64px;
	text-indent: -9999px;
	border-bottom: none;
}
#header ul li a:visited, #header ul li a:hover, #header ul li a:active {border-bottom: none;}
#header ul li a.bswa {background: transparent url(../img/logo_bswa.png) no-repeat top left;}
#header ul li a.pca {background: transparent url(../img/logo_pca.png) no-repeat top left;}
#header ul li a.bwpda {background: transparent url(../img/logo_bwpda.png) no-repeat top left;}
#header ul li a.gpi {background: transparent url(../img/logo_gpi.png) no-repeat top left;}
#header ul li a.tm {background: transparent url(../img/logo_tm.png) no-repeat top left; width: 100px;}

/* Main menu */

#main_menu ul {
	z-index: 1;
}
#main_menu ul li {
	display: inline;
	float: left;
	clear: left;
	min-height: 33px;
	width: 148px;
	line-height: 33px;
	border-bottom: 1px dotted #757575;
	position: relative;
}
#main_menu ul li a {
	display: block;
	border: none;
	margin-left: 10px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #B26526;
	background: transparent url(../img/menu-icon.png) no-repeat 0px -3px;
}
#main_menu ul li a:hover, #main_menu ul li a.selected {
	color: #006400;
	background: transparent url(../img/menu-icon.png) no-repeat 0px -36px;
}
#main_menu ul li ul {
	display: none;
}
#main_menu ul li:hover ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 147px;
	background: #fff;
	border: 1px dotted #757575;
	z-index: 5;
	padding: 0;
}
#main_menu ul li ul li {
	min-height: 20px;
	line-height: 20px;
	border-bottom: none;
	padding: 5px;
	margin: 0;
}
#main_menu ul li:hover ul li a {
	border: none;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #B26526;
	background: #fff;
}
#main_menu ul li:hover ul li a:hover, #main_menu ul li ul li a:hover, #main_menu ul li ul li a.selected {
	color: #006400;
	background: #F7EADB;
	padding: 5px;
	margin: 0;
}
div.mask {
	height: 33px;
	width: 10px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 141px;
	z-index: 8;
}

/* Text */
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #B26526;
	padding: 1em 0;

}
p.phone {
	color: #006702;
	padding: 40px 0 0 0;
	font-size: 1.5em;
	clear: left;
	font-family: Arial, San-serif;
}
p.phone span {
	font-weight: bold;
	font-size: 1.15em;
}

/* Footer */
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #7F7F7F;	
	text-decoration: underline;
	border-bottom: none;
}
#footer ul li a:hover {
	color: #000;	
	border-bottom: none;
}

/* Misc */

.clear {
	clear: both;
}


table {
	margin: 0px;
	padding: 8px;
	width: 70%;
}

td {
	padding: 8px;
	margin: 0px;
	text-align: left;
        vertical-align: top;
	background: none;
}