/* CSS Document */
html, body {
	margin: 0 auto;
	background-color:#5D6C03;
	background-image: url('images/background.gif');
	background-repeat:no-repeat;
	background-position: top center;
	text-align:center;
	font-family:arial;
	font-size:14px;
	color:#262626;
}
.wrap {
	width:975px;
	margin:0 auto;
}
.mast {
	text-align:left;
	margin-top:50px;
	margin-bottom:60px;
}
.nav{
	text-align:left;
	display:inline-block;
	background-image: url('images/navBG.png');
	background-repeat:repeat;
	width:100%;
}
.homeBTN{
	float:left;
}
.textNav{
	height:80px;
	float:left;
	display:inline-block;
	line-height:80px;
}
.textNav a:link, .textNav a:visited {
	font-family:Arial;
	color:#FFF;
	font-size:26px;
	text-decoration:none;
	margin-left:25px;
} 
.textNav a:hover{
	color:CFF;
}
.contentWrap {
	background-color:#FFF;
	text-align:left;
	display:inline-block;
	line-height:20px;
	width:975px;
}
.contentArea{
	margin:25px;
	display:inline-block;
	
}
.leftContent{
	width:605px;
	float:left;
	position:relative;
}
.itemWrap{
	background-color:#F3F3F3;
	padding:10px;
	display:inline-block;
	margin-bottom:15px;
	width:605px;
	-moz-box-sizing: border-box;
}
.itemImage{
	width:161px;
	float:left;
	display:inline-block;
	position:relative;
}

.itemContent{
	width:410px;
	float:left;
	margin-left:10px;
	-moz-box-sizing: border-box;
	display:inline-block;
	position:relative;
}
a:link, a:visited{
	color:#397DAC;
	text-decoration:none;
}
a:hover{
	color:#213E51;
	text-decoration:underline;
}
.itemContent a{
}
.itemContent p{
	margin-top:0px;
	margin-bottom:10px;
}
h1 {
	color:#95CB64;
	font-size:30px;
	margin-top:2px;
}
h2{
	color:#929292;
	font-size:24px;
	margin-bottom:8px;
	padding-bottom:0px;
	font-weight:normal;
}
h3{
	color:#BDBDBD;
	font-size:18px;
	margin-top:0px;
	font-weight:normal;
}

.rightContent{
	width:285px;
	float:left;
	margin-left:25px;
	position:relative;
}
.rightContent img {
	margin-bottom:0px;
}
.rightLabel{
	background-color:#397DAC;
	color:#FFF;
	padding:7px;
}
.intro {
	text-align:justify;
	color:#737373;
}
.ideas {
	display:inline-block;
	-moz-box-sizing: border-box;
	padding:10px;
	border:1px solid #205c86;
	width:285px;
	text-align:justify;
	color:#737373;
}
.arrowlistmenu{
width: 285px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.destinationNav{
	margin-bottom:15px;
	text-align:right;
}
.destinationNav a:link, .destinationNav a:visited {
	border:1px solid #09F;
	background-color:#2ab8ed;
	padding:3px;
	color:#FFF;
	margin-left:10px;	
}