body {
    font: 75% Verdana, Helvetica, Arial, sans-serif;
    background: White;
    color: #686868;
    margin: 1em;
    padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-left: 0.5em;
} 

h1 {
    font-size: 150%;
    border-bottom: none;
    text-indent:-999em;
    background:url(../img/FCGLogosmall.png) bottom left no-repeat;
    height:60px;
    border-bottom:2px solid #f2d91d;
}
    
h2 {
    font-size: 130%;
}

h3 {
    font-size: 120%;
    padding-left: 1.0em;
}

h4 {
    font-size: 110%;
}

p {
    line-height: 1.5em;
    padding-left: 0.5em;
}

a {
    text-decoration: underline;
    color: Black;
}

code,
blockquote,
pre {
    font-size: 120%;
    padding: 1em;
    color: Black;
    background-color: #dedede;
display:block;
}

ul {
	margin:10px;
	padding:0;	
}

li {
    margin-bottom: .5em;
	margin-left: 10px;
}

li li {
	margin-left: 10px;
	
}

/* items */
#container {
	width:1000px;
	margin:10px auto;
}

#navigation {
	float:left;
}

#navigation ul, #navigation li {
	float:right;
	margin:0;
	padding:0;
}

#FCGDivisions {
	float:left;
	clear:both;
	margin:10px 0 18px 0;
}

.FCGDivision {
	width:300px;
	float:left;
	margin: 0 15px;
}

.FCGDivision h3 {
	text-indent:-999em;
	height:60px;
	cursor:pointer;
}

.FCGDivision p {
	float:left;
	width:200px;
	height:110px;
	text-align:right;
	padding:0 100px 0 0;
}

#FCGDivisions #FWD {
	background:url(../img/web_design.png) bottom right no-repeat;
}

#FCGDivisions #FWD h3 {
	background: url(../img/FWDLogo.png) top center no-repeat;	 
}

#FCGDivisions #FSS {
	background:url(../img/software.png) bottom right no-repeat;
}

#FCGDivisions #FSS h3 {
	background: url(../img/FSSLogo.png) top center no-repeat;	 
}

#FCGDivisions #FVP {
	background:url(../img/video.png) bottom right no-repeat;
}

#FCGDivisions #FVP h3 {
	background: url(../img/FVPLogo.png) top center no-repeat;	 
}

#homeContent {
	clear:both;
	border:2px solid #1c79f2;
	border-right: none;
	border-left: none;
	padding:10px 0;
}

#articles {
	width:650px;
	float:left;
}

#contact {
	width: 320px;
	float:right;
	text-align:right;
	padding:30px 16px 0 0;
}

#contact p {
	padding:0 10px 0 0;
}

#contact strong {
	font-weight:bold;
	font-variant: small-caps;
	font-size:120%;
}

#recentProjects {
	width: 320px;
	float:right;
}

#extras {
	width:320px;
	float:right;
}

#footer {
	clear:both;
	text-align:center;
	border-top:1px solid #f2d91d;
}

.articlesDisplay {
	margin-left:0px;
	padding:6px 10px;
	list-style:none;
}

.articleDisplay {
	margin-left:0px;
	list-style:none;
	padding:8px;
	
}

.articleDisplay p{
	padding:0 .5em;
	margin:0;
}

.date {
	font-style:italic;
	font-size:80%;
	font-weight:bold;
	text-align:right;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #000;
}
