/* CSS Document */
body {
	background-color: #396cd4;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:50em;
	margin: 1em auto;
	padding:0;
	color:#000000;
	height: 100%;
	text-align: left;
}

.access-skip {
	display:none;
}

acronym {
	border-bottom: none;
}

/* Front Page Styles */
#frontpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#frontpage h1 {
	margin: 0.75em;
	text-align: center;
}

#frontpage h2 {
	margin: 0.5em;
	text-align: center;
	color: #FFFFFF;
}

/* Front Page Menu */
#menufp {
	margin: 0 auto;
	text-align: center;
	
}

#menufp ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menufp ul li { display: inline-block; }
#menufp ul li a {
	text-decoration: none;
}

/* Services */
#menufp .fp-service {
    position:relative;
    background-image: url(../images/btn-services-on.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 47px;   
	margin: .5em 1em;
}

#menufp .fp-service a {
    display: block;
}

#menufp .fp-service img{width: 150px; height: 47px; border: 0;}
* html a:hover {visibility:visible}
#menufp .fp-service a:hover img{visibility:hidden}

/* Portfolio */
#menufp .fp-portfolio {
    position:relative;
    background-image: url(../images/btn-portfolio-on.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 47px;
	margin: .5em 1em;
}

#menufp .fp-portfolio a {
    display: block;
}

#menufp .fp-portfolio img{width: 150px; height: 47px; border: 0;}
* html a:hover {visibility:visible}
#menufp .fp-portfolio a:hover img{visibility:hidden}

/* Contact */
#menufp .fp-contact {
    position:relative;
    background-image: url(../images/btn-contact-us-on.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 47px; 
	margin: .5em 1em;
}

#menufp .fp-contact a {
    display: block;
}

#menufp .fp-contact img{width: 150px; height: 47px; border: 0;}
* html a:hover {visibility:visible}
#menufp .fp-contact a:hover img{visibility:hidden}

/* General Styles */
#container {
	position:relative;
	margin:1.25em auto;
	width: 100%;
}

#header {
	width: 99.9%;
	height:200px;
	background:url(../images/header_tools.jpg) no-repeat;
	border: 0.1em #9A9A9A solid;
}

#header h1 {
	float: right;
	margin: 40px 0 40px 10px;
}

#wrapper {
	width: 100%;
	margin: 0.5em 0;
	float: left;
	background:url(../images/blueprints.gif) top left repeat-y;
}

#navigation {
	width: 10em;
	margin: 0 0.25em 0 0;
	height:100%;
	float: left;
}

#menu ul {
	width: 8em;
	color: #FFFFFF;
	float: left;
	width: 90%;
	list-style: none;
	padding: 0.5em;
}

#menu ul li a{
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 0.9em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 0.3em 0;
	padding-left: 1em;
	text-decoration: none;
}

#menu ul li .current{
	color: #CCCCCC;
}

#menu ul li a:hover{
	background-image: url(../images/glossyback2.gif);
}

#menu ul li a.current:hover{
	background-image: url(../images/glossyback.gif);
}

* html #menu ul li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 8em;
}

#content {
	width:38.2em;
	float: right;
	margin: 0 0 0 0.25em;
	padding:0.5em 0.5em 0.5em 0.5em;
	background-color:#FFFFFF;
	height:100%;
	border: 0.1em #9A9A9A solid;
}

#content h1, h2 {
	margin: 0.5em 0.25em;
}

#content p {
	margin: 0.5em;
}

#content a {
	color: #396cd4;
}

#content a:hover {
	background-color: #396cd4;
	color: #ffffff;
	text-decoration: none;
}

#content .portfolio ul  {
	padding:0; 
	margin: 1em; 
	text-align: center;
	list-style: none;
}

#content .portfolio ul li {
	display: inline-block;
	padding: 1em;
}

#content .portfolio ul li a {
	text-decoration: none;
}


#content .portfolio ul li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#content .portfolio img {
	border: none;
}

#footer {
	clear: both;
	background-color: #396cd4;
	margin: 0.5em 0em 0 0;
	padding: 0.25em 0.5em 0 0.5em;
	border-top: solid 0.25em #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#footer p {
	text-align: right;
	font-size: 0.8em;
}

#footer strong {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a {
	text-decoration: none;
}

#footer p a:hover, #footer p a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer img {
	border: 0.1em solid #FFFFFF;
}

#footer img a:hover, #footer img a:focus {
	background-color: transparent;
}