@charset "utf-8";
/* TAGS */
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #EDF4FA;
	font-size: 85%;
	overflow-y: scroll;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #555;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: solid #555 1px;
}
h3 {
	color: #555;
	font-size: 110%;
	margin: 10px 0 0 0;
	padding: 0;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #003366;
}
a:hover, 
a:active {
	color: #900;
}
strong {
	color: #555;
}
#printversion {
    color: #333;
    font-size: 80%;
    float: right;
}
#jobtitle {
    color: #333;
    font-size: 80%;
    float: left;
    padding: 0 0 10px 0;
}
#contactinfo {
    color: #333;
    font-size: 80%;
    float: right;
    padding: 0 0 10px 0;
}
small {
	color: #333;
	font-size: 80%;
}
small a {
	color: #000;
	text-decoration: none;
}
small strong {
	color:#006;
}
p {
	margin: 0;
	padding: 10px 0 0 0;
}
ul {
	margin-top: 0;
}
div[role=listitem] {
    width: 22%;
    padding: 0 2% 0 0;
    display: inline-block;
}
th {
	text-align: left;
	color: #555;
}
/* LAYOUT */
#wrapper {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	position: relative;
	z-index: 1;
	background: #EDF4FA;
}
#masthead {
	padding: 0 10px 10px 10px;
	height: 15%;
}
#masthead h1 {
	margin: 0;
	padding: 10px 0 3px 0;
	text-align: right;
	border-bottom: solid #000 2px;
	font-weight: normal;
	font-size: 220%;
}

#maincontent {
	float: left;
	width: 100%;
	padding: 0 0 160px 0;
}
#content {
	padding: 0 10px 10px 10px;
}
#footer {
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 100%; /*Width of main container*/
	background: url(images/BG.png) center repeat-x;
}
#footer-content {
	text-align: center;
}
#footer-content img {
    max-width: 100%;
}
#footer small {
	color: #CCCCCC;
}
#footer small a {
	color: #FFF;
	font-weight: bold;
}
.grey {
	color: #333;
}
.right {
	float: right;
}
.left {
    float: left;
}
.phptobox_right {
	margin: 0 0 10px 10px;
	float: right;
	text-align: center;
	width: 200px;
}
.phptobox_right img {
	width: 200px;
	border: none;
}
@media screen and (max-width: 900px) { /*desktop*/
    #wrapper {
        width: 100%; /*Width of main container*/
    }
}
@media screen and (max-width: 760px) {
    #jobtitle {
        float: none;
        padding: 0;
    }
    #contactinfo {
        float: none;
    }
    div[role=listitem] {
        width: 30%;
    }
}
@media screen and (max-width: 620px) { /*tablet*/
    #masthead {
        padding: 0 10px;
    }
    div[role=listitem] {
        width: 45%;
    }
    #printversion {
        float: none;
        padding: 0 0 10px 0;
    }
    #contactinfo {
        padding: 0;
    }
}
@media screen and (max-width: 500px) { /*smart phone*/
    div[role=listitem] {
        width: 95%;
    }
    .phptobox_right {
        margin: 0 0 10px 0;
    	float: none;
    	width: 100%;
    }
    .phptobox_right img {
        width: 100%;
    }
}