/* CSS Document */

body {
	background-color:#efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:77%;
	color:#363636;
	line-height:120%;
	margin:0px;
	padding:0px;
}
#wrapper {
	width:800px;
	margin:auto;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-top:none;
}
#title {
	font-size:1.6em;
	padding:40px 20px 20px 40px;
}
#nav {
	background-color:#333333;
	color:#FFFFFF;
	font-size:.95em;
	font-variant:small-caps;
	width:760px;
	clear:both;
	margin:0px 20px 1px 20px;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:10px 0px;
	padding-left:5px;
}
#nav li {
	display:inline;
	padding:20px 12px;
}
#nav li.current a {
	text-decoration:underline;
}
#nav a {
	color:#ffffff;
	text-decoration:none;
}
#stripe {
	width:760px;
	float:left;
	margin:0px 20px 20px 20px;
}
#textblock.primary {
	color:#ffffff;
	font-size:1.6em;
	width:300px;
	height:188px;
	background-color:#cc0000;
	float:left;
	position:relative;
}
#textblock.secondary {
	color:#ffffff;
	font-size:1.6em;
	width:300px;
	height:188px;
	background-color:#465366;
	float:left;
	position:relative;
}
#textblock p {
	bottom:0px;
	position:absolute;
	padding:20px 20px 10px 20px;
}
#photoblock.primary {
	width:760px;
	height:188px;
	float:left;
}
#photoblock.secondary {
	width:760px;
	height:188px;
	float:left;
}
#pagetitle {
	border-top:1px solid #999999;
	background-color:#cccccc;
	color:#333333;
	font-size:1em;
	width:720px;
	margin:40px 20px 0px 20px;
	clear:both;
	padding:5px 20px;
}
#pagetitle2 {
	font-size:1em;
	width:720px;
	margin:0px 20px 0px 20px;
	clear:both;
	padding:5px 20px;
}
#content {
	float:left;
	clear:both;
	margin:10px 40px 20px 40px;
	font-size:.9em;
	width:720px;
	line-height:1.3em;
}
/*#col1 {
	float:left;
	width:260px;
	padding-right:20px;
}
#col2 {
	float:left;
	padding-left:20px;
	width:420px;
}
#col1a {
	float:left;
	width:260px;
	padding-left:20px;
}
#col2a {
	float:left;
	padding-right:20px;
	width:420px;
}*/
#col22 {
	float:left;
	margin-left:0px;
	width:260px;
}
#col12 {
	float:left;
	margin-right:40px;
	width:420px;
}
/*
#col13 {
	float:left;
	width:250px;
	padding-right:20px;
}
#col23 {
	float:left;
	padding-right:20px;
	width:250px;
	height:300px;
}
#col33 {
	float:left;
	width:180px;
	height:300px;
}*/

.footnote {
	font-size:.9em;
	color:#999999;
}

.subtitle {
	font-weight:bold;
}

#footer {
	clear:both;
	font-size:.8em;
	color:#999999;
	padding:20px;
	padding-left:40px;
}
h2 {
	color:#CC0000;
	font-size:1.4em;
	font-variant:small-caps;
}
h2.secondary {
	color:#CC0000;
	font-size:1.4em;
	font-variant:small-caps;
}
h2.space {
	margin-top:2em;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	display:inline;
}
a {
	/*color:#0033cc;*/
	color:#003399;
}
a.fakelink {
	text-decoration:underline;
	cursor:pointer;
}
ul.links {
	list-style:none;
}
ul.links li {
	list-style:none;
	border-bottom:1px dotted #999;
	padding:10px 0px;
}
ul.links li:first-child {
	padding-top:0px;
}
ul.links li:last-child {
	border-bottom:none;
}
table.portfolioSpotlight td {
	padding-right:20px;
	vertical-align:top;
	padding-bottom:10px;
}
input[type=submit], input[type=button]{
	border:1px solid #333333;
	padding:5px;
	cursor:pointer;
	background-image:url(images/buttonbg.jpg); 
	background-position:top; 
}
input.red[type=submit], input.red[type=button]{
	background-color:#FF8176;
	color:#980101;
	border:1px solid red;
	padding:5px;
	cursor:pointer;
	background-image:url(images/buttonbg_red.jpg); 
	background-position:top; 
}
.big {
	font-size:1.5em;
	line-height:1.2em;
}
.small {
	font-size:.9em;
	color:#999999;
}
.testimonial {
	color:#666666;
	font-style:italic;
}
.portfoliophotocredit {
	font-size:.9em;
	color:#999999;
	font-style:italic;
}
.bannerphotocredit {
	font-size:.8em;
	color:#999999;
	font-style:italic;
}
.logo {
	color:#000000;
}
.red {
	color:#cc0000;
}
.required {
	color:#cc0000;
	font-weight:bold;
}
