/*
	Written by: El Chango - www.elchango.ca
	Date: January 5, 2009
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
}

#wrapper {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#header {
	position: relative;
	width: 760px;
	height: 66px;
	margin-top: 20px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 749px;
	height: 66px;
	background: url("/images/bright-photography-header.png") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	width: 300px;
	height: 66px;
	margin: 0px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#topphoto {
	position: relative;
	width: 760px;
	margin-bottom: 30px;
}

#content {
	position: relative;
	width: 760px;
	margin-top: 40px;
}

#leftcol {
	float: left;
	width: 220px;
}

#rightcol {
	float: right;
	width: 520px;
}

#footer {
	position: relative;
	width: 760px;
	margin-top: 40px;
}

#footer #leftfoot {
	float: left;
	width: 350px;
}

#footer #bestofvan {
	position: relative;
	margin-top: 12px;
}

#footer #rightfoot {
	float: right;
	width: 350px;
}

#footer #flag {
	float: right;
}


#footer #phone {
	position: relative;
	padding: 0 6px;
	font-weight: bold;
	color: #CCC;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: right;
}

#footer #facebook {
	position: relative;
	margin-top: 12px;
}

#footer #bottom {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-align: right;
	margin-top:2px;
}

#footer #bottom a {
	color: #CCC;
}

#footer #bottom a:hover {
	color: #21e300;
}
/* Navigation Styles */
#nav {
	position: absolute;
	top: 42px;
	right: 8px;
	width: 450px;
}

#nav ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 4px;
}

#nav li a {
	font-family: Trajan Pro, Times New Roman, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav .on {
	font-family: Trajan Pro, Times New Roman, sans-serif;
	font-size: 16px;
	color: #20e200;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav {
	position: relative;
	width: 760px;
	text-align: center;
	margin: 0 0 10px 0;
}

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

#subnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#subnav li a {
	font-family: Trajan Pro, Times New Roman, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover, #subnav .on {
	font-family: Trajan Pro, Times New Roman, sans-serif;
	font-size: 14px;
	color: #20e200;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav .bullet {
	margin: 0 0 0 8px;
	padding: 0 0 0 15px;
	background: url("/images/subnav-bullet.gif") center left no-repeat;
}
/* END Navigation Styles */


/* Text Stlyes */
h2 {
	font-family: arial, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #a8e19f;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content p, #content ul, #content ol {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #cdcdc7;
	line-height: 140%;
}

#content a {
	color: #FFF;
	text-decoration: underline;
}

#content a:hover {
	color: #a8e19f;
}
/* END Text Styles */

/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 390px;
	text-align: left;
}

div.spacer {
	clear: both;
}
/* END FORMS */

.whiteborder {
	border: 1px solid #FFF;
}

#homepage-content ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 15px;
}

#homepage-content li {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
