﻿/* Global Styles */

body { 
	color: #444; 
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sands-serif;
	text-align: left;
  	margin: 0px; 
	padding: 0px;
	}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}
h1 {
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color: #F6530C;
	}
h2 {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F6530C;
	}
hr {
	color: #CCCCCC;
	}

div #profile{
	width: 300px;
	height: 300px;
	padding: 15px 10px 15px 10px;
	float: left;
	display: block;
}


a.black:link {color: #444; font-style: normal; text-decoration: none;}
a.black:active {color: #444; font-style: normal; text-decoration: none;}
a.black:visited {color: #444; font-style: normal; text-decoration: none;}
a.black:hover {color: #444; font-style: normal; text-decoration: underline;}

a.orange:link {color: #F6530C; font-style: normal; text-decoration: none;}
a.orange:active {color: #F6530C; font-style: normal; text-decoration: none;}
a.orange:visited {color: #F6530C; font-style: normal; text-decoration: none;}
a.orange:hover {color: #F6530C; font-style: normal; text-decoration: underline;}
	
/* ID Styles */


/* Class Styles */

.shadowright {
	background: url(images/shadow_right.jpg) repeat-y top right;
	}
	
.shadowleft {
	background: url(images/shadow_left.jpg) repeat-y top left;
	}
	
.image2 {
	background: url(images/mainbird/pic4.png) no-repeat top left;   
	}


.right{
	position:relative;
	top:15px;
	left:60px;
}

.contact {
	background: #cccccc;
	width: 180px;
	height: auto;
	text-align: left;
	padding: 10px;
	border: 1px dashed #006600;
	}
	
.box {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	width: 90%;
	height: 100%;
	text-align: left;
	line-height: 20px;
	padding: 0;
	border: 1px solid #cccccc;
	}
