@charset "utf-8";
/* CSS Document */

/* CREATED 06/10 BY CHRIS CUMMINGS FOR THE PORTRAIT CAFE */
/* PHONE: 423.244.4492   EMAIL: CCUMMINGS@CPQ.COM        */
/* DESIGN AND SEO BY KIRK BATES, CODING BY CHRIS CUMMINGS*/


/* TAG REWRITES */
/* TAG REWRITES */
/* TAG REWRITES */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #757779;
	font-size: 14px;
	line-height: 22px;
}
/* PAGE SECTIONS */
/* PAGE SECTIONS */
/* PAGE SECTIONS */
#nav {
	background-color: #312107;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	height: 31px;
	width: 100%;
	padding-top: 10px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	background-color: #82b3e0;
	height: 122px;
	width: 100%;
	text-align: center;
}
#content {
	min-height:400px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 22px;
	margin-bottom: 30px;
}
#content h1 {
	font-size: 26px;
	font-weight: normal;
	color: #82b3e0;
	padding-bottom: 14px;
}
#content h2 {
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #82b3e0;
	line-height: 25px;
}
#content a {
	color: #0645AD;
	text-decoration: underline;
}
#content h2 a {
	color: #82b3e0;
	text-decoration: underline;
}
#content p {
	padding-bottom: 14px;
}
#footer {
	background-color: #82b3e0;
	height: 240px;
	width: 100%;
	color: #FFF;
	text-align: center;
	clear: both;
	padding-top: 15px;
}
#footer .box {
	text-align: left;
	width: 140px;
	float: left;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer #footerbb img {
	float: right;
}
#footer .box a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#footer .boxwithline {
	margin-left: 10px;
	text-align: left;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	float: left;
	margin-top: 35px;
	padding-left: 20px;
}
#footer #footerbb {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#aside {
	float: right;
	width: 300px;
	padding-left: 20px;
	min-height: 350px;
	text-align: center;
	padding-bottom: 20px;
}
/* FORMS */
/* FORMS */
/* FORMS */
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
/* MISC STUFF */
/* MISC STUFF */
/* MISC STUFF */

.pad20top {
	padding-top: 20px;
}
.pad28right {
	padding-right: 28px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.smaller70 {
	font-size: 70%;
}
ul {
	padding-bottom: 18px;
}
li {
	padding-left: 8px;
	text-indent: -8px;
}
.padlist {
	padding-left: 48px;
}
.cleardiv {
	clear: both;
}
.lh26 {
	line-height: 26px;
}
.leftwithpad {
	text-align: left;
	padding-left: 30px;
}
.smallwhitelink
{
	color: #FFFFFF;
	font-size: 80%;
}
