﻿body {
	color: #222222;
	font-size: 1em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #ffffff;
	margin: 0;
	border: 0;
	

}

#page_content {
	width: 70%;
	padding-left: 0;
	margin: 0 auto;
	position:relative;
	
	
	
}

#page_heading {
	width: 100%;
	font-size:1.2em;
	text-align:center;
	padding-top: 20px;
	
	
}

h1 {

	font-size:1.3em;
	padding-bottom: 10px;
}

h2 {
	font-size:1.3em;
	text-align:center;
	color:#0000FF;
	text-decoration:underline;
}

#column_l {
	border-right-color: #000080;
	width: 18%;
	max-width: 200px;
	min-width: 140px;
	height: 100%;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	background-color: #DDDDDD;
	float: left;
	position: relative;
	font-size: .9em;
	text-align: center;
	border-right-style: solid;
	border-right-width: 0px;
	
}

#column_main {
	width: 80%;
	margin: 0 auto;
}

#column_main_text {
	font-size: 1em;
	margin: 0 auto;
	width: 100%;
	padding-top: 5px;
	
			
}



#typelist {
	background-color:#113962;
	text-align:center;
	color: #FFFFFF;
    font-size:.9em;
    width: 300px;
    margin: 10px auto;
    padding-top: 5px;
    padding-bottom:5px;
    position: relative;
    list-style-type: none;
     border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;

}

#typelist:hover {
	background-color: #0033CC;
	
}

#typelist a{
	text-decoration: none;
	color: #FFFFFF;
} 

  
.img {
	border:0;
}

#bottom_text {
	font-size: .75em;
	margin: 0 auto;
	width: 90%;
	padding: 20px 0 20px 0;
	clear:both;
}

#maingrid {
	width: 100%;
	margin: 0 auto;
 	padding-top: 15px;  
				
}

.box {
	float: left;
	width: 215px;
	height: 280px;
	margin: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	border: 1px navy ridge;
	text-align:center;
	font-size:.9em;
	position: relative;
	background-color:#EDEEFA
}


.viewplan {
	display:block;
	width:215px;
	text-align:center;
	color: #FFFFFF;
	background-color: #444444;
	font-size:1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.viewplan a {
	color: #FFFFFF;
	text-decoration:none;
}

.viewplan a:hover {
	text-decoration:none;
    color: #0099CC;
    
}

@media screen and (max-width: 960px) {
	#column_l {
	display: none;
}

	#column_main {
	width: 100%;
}

	h1 {
	width: 100%;
	font-size:1em;
}

	#typelist {
	width:300px;
	font-size:1em;
}


}

@media screen and (max-width: 1024px) {
		#typelist {
	width:300px;
	font-size:1em;
}


@media screen and (max-width: 375px) {
		#typelist {
	width:100%;
	font-size:1em;
}

}





/* Styles for Links */
a {
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}