/* Copyright iacertified.com
Version: 1.0
Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #F4F4F4 url(../img/bg.gif) repeat-y top center;
}

#wrap {
	background: #ffffff;
	color: #004F00;
	margin: 0 auto;
	width: 760px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 25px;
}

#header h1 {
width: 265px;
margin: 0 0 10px 0;
float: left;
}

#header p {
	width: 450px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #FF8000;
border-left: 4px solid #FF8000;
}
/*============= START from Helpdesk Navigation ==== */

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
clear: left;
float: left;
width: 150px;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}

.navButts a { 
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}

.navButts a:hover { 
background: #eaeaea;
color: #FF8000;
border-left: 4px solid #FF8000;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 5px 0;
	font-size: 0.9em;
}

.navSubs a {
	color: #FF8C00;
	text-decoration: none;
}

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
clear: left;
float: left;
width: 150px;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}

.navViz a { 
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FF8000;
display: block;
padding: 6px 0 0 10px;
background: #eaeaea;
border-left: 4px solid #FF8000;
}

.navViz a:hover { 
text-decoration: none;
}

/*============= END  from Helpdesk Navigation ==== */

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 280px;
margin: 0 0 20px 0;
padding: 0 10px 0 10px;
font-size: 1.0em;
line-height: 1.5em;
text-align: left;
}

#extras p {
font-size: 1.0em;
line-height: 1.2em;
margin: 0.9em 0 0 0;
}

#content {
margin: 0 300px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
font-size: 1.0em;
line-height: 1.5em;
text-align: left;
}

#content p {
font-size: 1.0em;
line-height: 1.2em;
margin: 0.9em 0 0 0;
}

#content h1 {
font-size: 1.7em;
margin: 0 0 0.8em 0;
}

#content h2 {
font-size: 1.5em;
line-height: 1.2em;
margin: 0.9em 0 0.5em 0;
}

#content h3 {
	font-size: 1.2em;
	margin: 2em 0 0em 0;
	padding: 0 0px 0 0px;
}

#content img {
padding: 0px;
display:inline;
}

#content img.floatleftplusborder {
	padding: 1px;
	display: inline;
	border: 4px solid #E9E9E9;
	float: left;
	margin-right: 5px;
}

#content img.floatrightplusborder {
padding: 1px;
display:inline;
border: 4px solid #E9E9E9;
float: right;
margin-left: 5px;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #FF6600;
}

a:hover {
text-decoration: underline;
color: #FF6600;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.imgfloatleft {
margin: 10px 10px 5px 0;
float: left;
}

.imgfloatright {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.grey {
	font-size: 1.0em;
	color: #A8A8A8;
}

.red {
	color: #B22222;
}

.green {
	color: #2E8B57;
}


.bold {
font-weight: bold;
}

.hide {
display: none;
}

