/**************************************************/
/*********** VISIONPHOTOS CSS DOCUMENT ************/
/**************************************************/

/* Global Clearing Styles */
body {
	background: #303030; 
	text-align: center;
}

body,.image,h1,p {
	margin: 0; 
	padding: 0;
}

img {border:0px;}

a {
	font:"Century Gothic", Verdana, sans-serif;
	text-decoration: none;
}

a#big {
	text-align: right; 
	color: #C03;
}

/* Layout Styles */

#footer {
	height: 120px; 
	background: #222 url(../images/footerBG.jpg) no-repeat; 
	border-top: 10px solid #222; 
	margin: 0 auto; 
	width: 740px; 
	text-align: center;
}

.main {
	background: #222; 
	width: 720px; 
	margin: 0 auto; 
	border: 10px solid #222; 
	border-bottom: 0; 
	border-top: 0; 
	text-align: left;
}

.content {
	clear: both; 
	border-top: 10px solid #222; 
	color: #CCC;
}

.content h1 {
	font: normal 16px "Century Gothic", Verdana, sans-serif; 
	padding: 2px 6px; 
	background: #000; 
	color: #FFF;
	border-top: #C03 1px solid;
	border-bottom: #C03 1px solid;
}

.content h1 span {
	color: #999;
}

.content h2 {
	font: normal 18px "Century Gothic", Verdana, sans-serif; 
	padding: 2px 6px; 
	color: #CCC;
}

.content h3 {
	font: bold 14px "Century Gothic", Verdana, sans-serif; 
	padding: 2px 6px; 
	color: #CCC;
}

.content p {
	font: normal 14px "Century Gothic", Verdana, sans-serif; 
	padding: 6px 6px 10px;
}

.content a:link, a:visited {
	color: #C03;
	text-decoration:none;
	border-bottom:#333 solid 1px;
}
.content a:hover, a:active {
	color:#C03;
	text-decoration:none;
	border-bottom:none;
}

.content img {
	float:left;
	background-repeat: no-repeat;
	text-align: left;
	display: inline;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
}

.contentIndent {
	margin-left:15px;
}

.contact {
	font: bold 13px "Century Gothic", Verdana, sans-serif;
	color:#C03;
	text-align:left;
	margin-top:30px;
	background:#222;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.contact a:link {
	font: bold 13px "Century Gothic", Verdana, sans-serif;
	color:#C03;
	text-align:left;
	text-decoration:none;
	margin-top:30px;
}

.contact a:visited {
	font: bold 13px "Century Gothic", Verdana, sans-serif;
	color:#C03;
	text-align:left;
	text-decoration:none;
	margin-top:30px;
}	 

.contact a:hover {
	font: bold 13px "Century Gothic", Verdana, sans-serif;
	color:#e2e2e2;
	text-align:left;
	text-decoration:underline;
	margin-top:30px;
}

.contact a:active{
	font: bold 13px "Century Gothic", Verdana, sans-serif;
	color:#C03;
	text-align:left;
	text-decoration:underline;
	margin-top:30px;
}

.footerLinks {
	font: normal 12px "Century Gothic", Verdana, sans-serif; 
	color: #666;
}

.footerLinks a:link{
	font: normal 12px "Century Gothic", Verdana, sans-serif; 
	color: #C03;
	text-decoration:none;
	border-bottom:1px dotted #C03;
}

.footerLinks a:visited{
	font: normal 12px "Century Gothic", Verdana, sans-serif; 
	color: #C03;
	text-decoration:none;
	border-bottom:1px dotted #C03;
}

.footerLinks a:hover{
	font: normal 12px "Century Gothic", Verdana, sans-serif; 
	color: #999;
	text-decoration:none;
	border-bottom:1px solid #999;
}

.footerLinks a:active{
	font: normal 12px "Century Gothic", Verdana, sans-serif; 
	color: #999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

.footerText {
	font: normal 12px "Century Gothic", Verdana, sans-serif; 
	color: #444;
}

.footer a {
	color: #444;
}

.txt_header h1 {
	color: #FFF; 
	margin-top: 182px;
}

.txt_header h1,a#big {
	font: normal 54px "Century Gothic", Verdana, sans-serif; 
	background: none; 
	display: block; 
	margin-top: 30px;
}

.txt_margin {
	height: 182px;
}

.navTopSpace {
	height: 26px; 
	background: none;
	border-bottom:solid 1px #C03;
	padding-top:20px;
	padding-left:8px;
	vertical-align:bottom;
	text-align:left;
}

a.menu {
	font: normal 18px "Century Gothic", Verdana, sans-serif; 
	color: #FFF; 
	background-image:url(../images/navLinksBG.png); 
	display: block; 
	margin-top: 8px; 
	width: 220px; 
	height: 26px;
}

a.menu:hover {
	color: #C03;
	}

a.menu span {
	padding-left: 4px; 
	color: #FFF
}

.header_left {
	float: left; 
	width: 220px; 
	height: 280px; 
	background: #222 url(../images/headerLeftBG.jpg);
}

.header_left .vision {
	font: normal 54px "Century Gothic", Verdana, sans-serif; 
	text-align: right;
	vertical-align:bottom; 
	color: #C03;
}

.header_right {
	float: right; 
	width: 500px; 
	height: 280px; 
	background: #222 url(../images/homeImage.jpg) no-repeat;
}


