A {
    color : #0000FF;
    -webkit-text-size-adjust: 180%;
}

A:hover{
    color : #008000;
}

body {
	font: .81em/150% Arial, Helvetica, sans-serif;
    background-color: #F2FFE5;
    
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

ul, menu, dir {
    //-moz-padding-start: 40px;
    padding: 0 0 0 8px;
    display: block;
    list-style-type: none;
    margin: 2px 0 5px 0;
    //margin: 1em 0;
}

.inner-shadow {
   -moz-box-shadow:    inset 0 0 5px #000E38;
   -webkit-box-shadow: inset 0 0 5px #000E38;
   box-shadow:         inset 0 0 5px #000E38;
}
.header {
    background-color: #7190BF;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding: 1px;
    text-align: center;
}

.headerlink {
    background-color: #7190BF;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding: 1px;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 10px;
}
.headerlink a {
    color: #FFFFFF;
}
.headerlink a:hover {
    color: red;
}

#pagewrap {
    width: 980px;
    margin:0 auto;
    
}

.logo {
    text-align: center;
}

#col1 {
	padding: 20px 10px;
	//width: 175px;
    width:25%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#col2 {
	padding: 20px 10px;
	//width: 175px;
    width:25%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#right {
	padding: 20px 10px;
//	width: 330px;
  width:40%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#footer {
    clear:both;
    padding: 5px 25px 10px 25px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position: relative; 
    text-align: center;
}
#footer li {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 2px;
    margin-top: 2px;
}
#footer ul {
    list-style-type: square; 
    list-style-position: inside;
    list-style-image: none;
}

/************************************************************************************
smaller than 980
*************************************************************************************/

@media screen and (max-width: 980px) {
  
	/* pagewrap */
  
	#pagewrap {
		width: 95%;
	}

	/* content */
   
	#content {
		//width: 60%;
		padding: 3% 4%;
	}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* content */
	#content {
		width: auto;
		float: none;
		//margin: 20px 0;
	}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
    
    #footer {
        width:50%;
    }

}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

