/* 
A portal template - let me know what ya use it for! collingrasley@gmail.com	
*/

body { 
color: #303030; 
background:#474d3c url(images/bg.gif) repeat-x; 
font: .72em Arial, Verdana, sans-serif; 
text-align: center; 
line-height: 1.6em; 
margin: 0 auto; 
}

/* --------------All The Pretty Things------------------------------*/

a { 
color: #01492a;
font-weight:bold;
text-decoration:none; 
background: inherit; 
}

a:hover { 
color: #000; 
background: inherit;
}

h2 {
font-size: 1.1em;
margin-left: 4px;
color: #5e5e5e;
text-transform:uppercase; 
}

ul { 
margin: .6em 0; 
padding: 0;
}

.highlight {
color: #1f5301;
font-size:14px;
font-weight: bolder;
}

.highlighttwo {
color: #3c7c1d;
font-size:16px;
font-weight: bolder;
}

.image {
float: left;
clear: left;
background: #eee;
color: #000;
margin: 0 12px 10px 0;
}

.big { 
float:left; 
color:#5e5e5e; 
font-size:50px; 
line-height:30px; 
padding: 4px 4px; 
font-family: "Times New Roman", times, Sans-Sherif; 
background:inherit; 
} 

/* --------------The Main Content------------------------------*/

#wrapper { 
width: 850px; 
background: #fff; 
margin: 0 auto;
padding:4px; 
text-align: left;
border-left: 1px solid #666;
border-right: 1px solid #666; 
}

#header { 
width: 850px;
height: 50px; 
margin: 0 0 4px 0;
background:url(images/header.jpg) no-repeat;
border-bottom: 1px dotted #DCDBD5;

}

#header .titletxt {
float: left;
color: #fff;
margin: 15px 0 0 55px;
padding: 0;
font-size: 1.6em;
font-weight: bold;
}
#header .titletxt a {
color: #fff;
}

#pic{
margin-bottom: 6px;
width: 850px;
height: 250px;
}


/* -----BOTH MENUES START HERE------------------------------*/

/* --------------Top Left Vertical Menu------------------------------*/

#leftmenu {
position: relative;
width: 300px;
height: 250px;
float: left;
clear:both;
}

/* --------------Horizontal Menu Starts Here------------------------------*/

			
#menu { 
clear: both; 
margin: 0 0 10px 0; 
padding: 7px 0 7px 10px; 
border-top: 1px dotted #DCDBD5;
}

#menu li { 
display: inline; 
}

#menu a { 
padding: 3px 3px; 
margin: 0 3px 0 3px; 
text-decoration: none; 
color: #5e5e5e;
font-weight: bold; 
border-bottom: 4px solid #5e5e5e; 
}

#menu a:hover { 
border-bottom: 4px solid #01492a; 
color: #444;
}

/* --------------The Meat And Potatoes------------------------------*/

.clear {	
clear: both; 
margin: 0 0 2px 0; 
}


			
.data {
width: calc(100% - 62px);
background: #fff; 
color: #808080; 
padding: 2px 30px; 
margin: 8px auto;
border: #eee 1px solid;
}
.data h1 {
	padding-top: 20px;
	font-size:24px;
	clear: both;
}
.data h2 {
	padding-top: 30px;
	font-size:22px;
	clear: both;
}
.data h3 {
	padding-top: 30px;
	font-size:20px;
	clear: both;
}
.data h4 {
	padding-top: 30px;
	font-size:19px;
	clear: both;
}

.data img {
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
}
.data img.leftimg {
	float:left;
	margin-right: 10px;
	max-width: 300px;
	height: auto;
}
.data img.rightimg {
	float:right;
	margin-left: 10px;
	max-width: 300px;
	height: auto;
}

#resources {
clear: both;
background: #fff;
padding: 0;
margin: 30px 0 5px 0;
color: #000;
}


.resources {
margin: 2px auto 0 auto;
width: calc(100% - 42px);
padding: 0 20px 0 20px;
border: #eee 1px solid;
}
.resources:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.resources p {
	font-size:18px;
	font-weight: bold;
}
.resources li {
	float: left;
	width: calc(50% - 40px);
	margin:10px 20px;
}

#footer { 
margin: 20px 10px; 
text-align: center; 
}









@media screen and (max-width: 680px) {


body { 
color: #303030; 
background:#474d3c url(images/bg.gif) repeat-x; 
font: 1em Arial, Verdana, sans-serif; 
text-align: center; 
line-height: 1.6em; 
margin: 0 auto; 
}

/* --------------All The Pretty Things------------------------------*/

a { 
color: #01492a;
font-weight:bold;
text-decoration:none; 
background: inherit; 
}

a:hover { 
color: #000; 
background: inherit;
}

h2 {
font-size: 1.1em;
margin-left: 4px;
color: #5e5e5e;
text-transform:uppercase; 
}

ul { 
margin: .6em 0; 
padding: 0;
}

.highlight {
color: #1f5301;
font-size:14px;
font-weight: bolder;
}

.highlighttwo {
color: #3c7c1d;
font-size:16px;
font-weight: bolder;
}

.image {
float: left;
clear: left;
background: #eee;
color: #000;
margin: 0 12px 10px 0;
}

.big { 
float:left; 
color:#5e5e5e; 
font-size:50px; 
line-height:30px; 
padding: 4px 4px; 
font-family: "Times New Roman", times, Sans-Sherif; 
background:inherit; 
} 

/* --------------The Main Content------------------------------*/

#wrapper { 
width: calc(100% - 10px); 
background: #fff; 
margin: 0 auto;
padding:4px; 
text-align: left;
border-left: 1px solid #666;
border-right: 1px solid #666; 
}

#header { 
width: 100%;
height: auto; 
margin: 0 0 4px 0;
background:url(images/header.jpg) repeat-x;
border-bottom: 1px dotted #DCDBD5;
background-color: #464646

}

#header .titletxt {
float: none;
color: #fff;
margin: 0 0 0 55px;
padding: 8px 0;
font-size: 1.6em;
font-weight: bold;
}
#header .titletxt a {
color: #fff;
}

#pic{
margin-bottom: 6px;
width: 100%;
height: auto;
}
#pic img {
	width: 100%;
}


/* -----BOTH MENUES START HERE------------------------------*/

/* --------------Top Left Vertical Menu------------------------------*/

#leftmenu {
position: relative;
width: 300px;
height: 250px;
float: left;
clear:both;
}

/* --------------Horizontal Menu Starts Here------------------------------*/

			
#menu { 
clear: both; 
margin: 0 0 10px 0; 
padding: 7px 0 7px 10px; 
border-top: 1px dotted #DCDBD5;
}

#menu li { 
display: inline; 
}

#menu a { 
padding: 3px 3px; 
margin: 0 3px 0 3px; 
text-decoration: none; 
color: #5e5e5e;
font-weight: bold; 
border-bottom: 4px solid #5e5e5e; 
}

#menu a:hover { 
border-bottom: 4px solid #01492a; 
color: #444;
}

/* --------------The Meat And Potatoes------------------------------*/

.clear {	
clear: both; 
margin: 0 0 2px 0; 
}


			
.data {
width: calc(100% - 22px);
background: #fff; 
color: #808080; 
padding: 2px 10px; 
margin: 8px auto;
border: #eee 1px solid;
}
.data h1 {
	padding-top: 20px;
	font-size:24px;
	clear: both;
}
.data h2 {
	padding-top: 30px;
	font-size:22px;
	clear: both;
}
.data h3 {
	padding-top: 30px;
	font-size:20px;
	clear: both;
}
.data h4 {
	padding-top: 30px;
	font-size:19px;
	clear: both;
}

.data img {
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
}
.data img.leftimg {
	float:left;
	margin-right: 10px;
	max-width: 50%;
	height: auto;
}
.data img.rightimg {
	float:right;
	margin-left: 10px;
	max-width: 50%;
	height: auto;
}

#resources {
clear: both;
background: #fff;
padding: 0;
margin: 30px 0 5px 0;
color: #000;
}


.resources {
margin: 2px auto 0 auto;
width: calc(100% - 42px);
padding: 0 20px 0 20px;
border: #eee 1px solid;
}
.resources:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.resources p {
	font-size:18px;
	font-weight: bold;
}
.resources li {
	float: none;
	width: calc(100% - 40px);
	margin:20px 20px;
}

#footer { 
margin: 20px 10px; 
text-align: center; 
}



}



