/*----------------------------------------------------------Main Structural Rules-----------------------------------------------------*/
body {
	background: #612B10 url(../images/Background2.gif) no-repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
}
#container, #contentwrapper {
	margin: 0 auto 0 auto;
}
#maincontent {
	/*height: 202px;*/
	width: 640px;
	margin: 150px auto auto;
}

/*----------------------------------------------------------Navigation Rules-----------------------------------------------------*/
#navigation {
	float: left;
	width: 160px;
	height: 202px;
	margin-top: 20px;
	display:inline;
}
#navigation ul li {
	list-style-type: none;
	display: block;
}
.navitem {
	color: #EDEDED;
}
.about {
	background: url(../images/user.png) no-repeat;
}
.skills {
	background: url(../images/page_accept.png) no-repeat;
}
.education {
	background: url(../images/edit.png) no-repeat;
}
.certifications {
	background: url(../images/page.png) no-repeat;
}
.references {
	background: url(../images/at.png) no-repeat;
}
.experience {
	background: url(../images/chart.png) no-repeat;
}

/*----------------------------------------------------------Content Box Rules-----------------------------------------------------*/
#contentbox {
	height: 285px;
	width: 480px;
	float: left;
	display:inline;
}
#contentbox h1 {
	background: url(../images/Header-Arrow.png) no-repeat left 6px;
	padding-left: 18px;
	color: #EDEDED;
	margin:7px 0px 15px 15px;
	font-size: 15pt;
}
#contentboxhead, #contentboxfooter {
	width: 480px;
	height: 5px;
	float: left;
}
#contentboxhead {
	background: url(../images/Background-Top.png) no-repeat;
}
ul.experiencelist li{
	list-style-type: disc;
	font-size: 9pt;
	color: #EDEDED;
	display: list-item;
	margin: 0px 5px 0px 30px;
	padding: 0px;
}
.status {
	float: right;
	margin-top: -35px;
	margin-right: 15px;
	color: #fdc67c;
	font-size: 8pt;
}


#contentboxbody {
	background: url(../images/Background-Repeat.png) repeat-y;
	float: left;
	width: 480px;
	height: 285px;
	overflow:hidden;
	display:inline;
}
#contentboxfooter {
	background: url(../images/Background-Bottom.png) no-repeat;
}

/*----------------------------------------------------------Icon Rules-----------------------------------------------------*/
.largeicon {
	height: 32px;
	font-size: 13pt;
	font-weight: bold;
	color: #EDEDED;
	display: block;
	width: 160px;
	padding:7px 0 0 40px;
}
.smallicongroup {
	margin-top: 25px;
}
.smallicon {
	font-size: 9pt;
	font-weight: bold;
	color: #EDEDED;
	display: block;
	padding-left: 20px;
	margin:0 0 5px 15px;
}
.address {
	background: url(../images/address_card.png) no-repeat;
}
.phone {
	background: url(../images/phone.png) no-repeat;
}
.email {
	background: url(../images/mail.png) no-repeat;
}

/*----------------------------------------------------------References Page Rules-----------------------------------------------------*/
.column1 {
	font-size: 9pt;
	float: left;
	width: 250px;
	margin-right: 10px;
	color: #EDEDED;
}
.column2 {
	font-size: 9pt;
	float: left;
	width: 190px;
	color: #EDEDED;
}
.toprow {
	float: left;
	margin:0 15px 0 15px;
}
.bottomrow {
	float: left;
	clear: both;
	margin: 10px 15px;
	width:610px;
}

/*----------------------------------------------------------Miscellaneous Page Rules-----------------------------------------------------*/
#contactinfo {
	width: 635px;
	text-align: right;
	font-size: 7pt;
	color: #EDEDED;
	margin-top: 13px;
	float: left;
	margin-right: 5px;
}
.mcp, .aplus, .networkplus {
	width: 150px;
	float: left;
	margin-bottom: 15px;
	clear: left;
}
.mcp {
	background: url(../images/mcp2.jpg) no-repeat;
	height: 68px;
}
.aplus {
	background: url(../images/LogoA+2.jpg) no-repeat;
	height: 28px;
}
.networkplus {
	background: url(../images/networkplus2.jpg) no-repeat;
	height: 32px;
}
p {
	font-size: 11pt;
	margin:0px 15px 10px 15px;
	color: #EDEDED;
}
a, .current {
	text-decoration: none;
	color: #FDC67C;
}
.currentimage {
	background: url(../images/user-over.png) no-repeat;
}
