/* ======= PHOTO.CSS ======= */
/* Alan Colquhoun, MDIA 3207 */
/* Last Update: 04/10/2012   */
/* ========================= */  

body {
	color: #000; background: url('images/site/bg_tile.png');
	margin: 0px; padding: 25px 0;
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 0.8em; 
	line-height: 1.2em;
	text-align: center; 
}

a.body:link {
	color: #0000ff; background: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a.body:visited {
    color: #808; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

a.body:active {
	color: #808000; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

a.body:hover {
	color: #ff0000; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

a.cntact:link {
	color: #0000ff; background: #99cb68; 
	text-decoration: underline;
	font-weight: bold;
}

a.cntact:visited {
    color: #808; background: #99cb68; 
	text-decoration: underline;
	font-weight: bold;
}

a.cntact:active {
	color: #808000; background: #99cb68; 
	text-decoration: underline;
	font-weight: bold;
}

a.cntact:hover {
	color: #ff0000; background: #99cb68; 
	text-decoration: underline;
	font-weight: bold;
}

a.eml:link {
	color: #0000ff; background: #d5edb3; 
	text-decoration: underline;
	font-weight: bold;
}

a.eml:visited {
    color: #808; background: #d5edb3; 
	text-decoration: underline;
	font-weight: bold;
}

a.eml:active {
	color: #808000; background: #d5edb3; 
	text-decoration: underline;
	font-weight: bold;
}

a.eml:hover {
	color: #ff0000; background: #d5edb3; 
	text-decoration: underline;
	font-weight: bold;
}

#container {
	width: 960px;	
	margin: 0px auto;
	text-align: left;
}

#header1 {
	height: 152px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	background: #d5edb3; 
}

#logoimg {	
	float: left;
	margin: 20px 0 0 25px;
}

#comptxt {
	float: left;
	padding-left: 30px;
}
	
#company {
	font:24px Arial, Helvetica, sans-serif;
	padding-top: 45px;
	padding-bottom: 10px;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
}
	
#tagline {	
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	font-size: 16px;
	font-weight: bold;
}

#header2 {
	height: 41px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	background-image:url('images/site/greenpnl.jpg');
    background-repeat:repeat-x;
	padding: 2px 0 0 28px;
}

#email {
	padding: 2px 0 0 365px; /* 377 */
}	

#sidebar {
	color: #000; background: #5c743d;
	width: 170px; height: 665px;
	float: left;
	border-left: 3px solid black;
	margin: 0; padding: 0;
	font-size: 1.2em;
}

#sidebar p {
	padding: 10px 0 0 20px;
} 

#sidenav {
	padding: 25px 0 0 18px;
}

#sidenav ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

#sidenav li { 
	margin: 0 0 6px 0; 
}

#sidenav a {
	color: #fff; background: #445f4d;
	display: block;
	width: 100px;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #123;
}

#sidenav a:hover {
	color: #fff; background: #000;
}

#sidenav a#current {
	color: #000; background: #ccc;
	text-decoration: none;
	border: 2px solid black;
	font-weight: bold;
}

#content {
	color: #000; background: #fff; 
	width: 742px; height: 650px;
	float: left;
	border-right: 3px solid black;
	padding: 15px 17px 0 25px;
}
	
#content p {
	margin: 0;
	line-height: 130%;
}    

#content h1 {
	color: #000; background: #fff;
	font-size: 175%;
	font-weight: bold;
	padding-top: 15px;
}

html>/**/body #content h1 {
    padding-top: 0px;
}
	
#img_ba {
	padding-right: 25px;
}

#user-entry
{
	padding: 0 0 10px 0;
}	

#user-entry td {
	padding: 10px 10px 10px 20px;
}
		
html>/**/body #user-entry td { 
	padding-left: 10px ;
}

fieldset
{
	border: 2px solid black;
}

legend
{
	color: #800;
}
	
#footer {
	clear: both;
	margin-bottom: 0px; padding: 0px;
	background: #d5edb3;
	height: 110px;
	border-top: 2px solid green;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}
 
#footer_text {
	padding-top: 15px;
	height: 78px;
	color: #000;
	font-size: 0.95em;
	text-align: center;
	font-weight: bold;
}