* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666 url(../images/body-bg.png) repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	color: #FFF;
}
a {
	color: #FFF;
}
img {
	border-style: none;
}
ul {
	margin-left: 20px;
}
p {
	line-height: 1.2em;
}
h1,h2,h3,h4,h5 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {font-size: 24px}
h2 {font-size: 20px}
h3 {font-size: 14px}
input.text {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #C00;
	background-color: #FFF;
	height: 15px;
	padding: 3px;
	font-size: 11px;
}
.List tr:nth-child(even) {
	background-color: #FFF;
}
.List tr:hover {
	background-color: #FFC;
}
#MainOutter {
	background: url(../images/main-outer-bg.png) repeat-y;
	width: 966px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#MainOutter-cap-bottom {
	background: url(../images/main-outer-cap-bottom.png) no-repeat;
	height: 26px;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#PageHeader {
	/*background: url(../images/page-header-bg.jpg) 15px 0px no-repeat;*/
	height: 95px;
	padding: 0px 15px;
}
.contact-info {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	line-height: 14px;
	padding-top: 6px;
	padding-right: 15px;
	text-transform: uppercase;
}
.contact-info .Locations {
	/*text-transform: uppercase;*/
}
.contact-info #call-today {
	font-size: 20px;
	line-height: 26px;
	color: #B21313;
	font-weight: bold;
	text-transform: none;
}
.contact-info a {
	color: #FFF;
}
#page-footer .site-nav li {
	display: inline;
}
#MainBody {
	clear: both;
	margin: 0px 15px;
	padding: 10px 20px;
	min-height: 300px;
}
#MainBody p {
	margin-bottom: 1.5em;
}
#MainBody h1,
#MainBody h2,
#MainBody h3,
#MainBody h4,
#MainBody h5,
#MainBody h6 {
	color: #FFF;
}
#MainBody h1 {
	margin-top: 10px;
	margin-bottom: 25px;
}
#MainBody h2 {
	margin-top: 10px;
}
.SecondaryNav {
	/*width: 171px;*/
	margin-left: 3px;
	margin-bottom: 10px;
}
.SecondaryNav h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.SecondaryNav ul {
	list-style-type: none;
	margin-left: 0px;
}
.SecondaryNav li {
	font-size: 1.05em;
	line-height: 2em;
}
.ForceClearBoth {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.BreadCrumbs {
	margin: 10px;
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 0px 8px;
}
.BreadCrumbs a {
	text-decoration: none;
	color: #666;
}
.BreadCrumbs a:hover {
	text-decoration: underline;
	color: #000;
}
.BreadCrumbs ul,
.BreadCrumbs li {
	display: inline;
	font-size: 12px;
}
.BreadCrumbs li {
	display: inline;
	padding-left: 8px;
}
a.SeeMore {
	/*background: url(../images/arrow-right-15x8.gif) 0px 3px no-repeat;*/
	padding-left: 20px;
}
#page-footer {
	clear: both;
	text-align: right;
	padding-top: 15px;
	margin-top: 20px;
	border-top: 1px solid #333;
	margin-right: 30px;
	margin-left: 30px;
	color: #555;
}
#page-footer p {
	line-height: 1.5em;
	font-size: .8em;
}
#page-footer a {
	color: #555;
}
#SecondaryNav {
	float: left;
	width: 168px;
}
#SecondaryNav ul {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	list-style-type: none;
}
#RightMargin .MoreInfo {
	float: right;
	width: 188px;
}
#SecondaryNav li.Selected {
	border-bottom: 1px solid #CCC;
}
#SecondaryNav a {
	color: #666;
	text-decoration: none;
}
#SecondaryNav a:hover {
	color: #000;
}
#SecondaryNav li.Selected a {
	color: #2B4480;
}
#RightMargin .MoreInfo {
	/*background-image: url(../images/more_info_bg.png);*/
	height: 51px;
	width: 180px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 14px 4px 4px;
	text-align: center;
}
.right.column {
	float: right;
	width: 49%;
}
.left.column {
	float: left;
	width: 49%;
}
.right.column .Box {
	margin: 10px;
	padding:8px 10px;
	border: 1px solid #CCC;
	background-color:#FFF;
}

.Button {
	color: #FFF;
	background-color: #AF0A0A;
	border: 1px solid #FFF;
	white-space: nowrap;
	padding: 2px 8px;
	font-size: 13px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Button:hover {
	background-color: #000;
	text-decoration: underline;
}
.widget.powered-by-silverleaf,
.widget.login-logout-button {
	display: inline;
}
#site-nav {
	float: left;
	width: 145px;
	overflow: hidden;
	border: 1px solid #FFF;
	border-right-style: none;
}
#site-nav ul {
	margin: 0px;
	padding: 0px;
}
#site-nav li {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px;
	line-height: 26px;
	list-style: none;
	background: #760606 url(../images/nav-li-bg.png) no-repeat;
	border-bottom: 1px solid #FFF;
	padding-left: 10px;
}
#site-nav li a {
	text-decoration: none;
	color: #333;
	display: block;
}
#site-nav li:hover {
	background: #760606 url(../images/nav-li-bg-sel.png) no-repeat;
}
#site-nav li:hover a {
	color: #FFF;
	background: url(../images/arrow-rt.png) 125px 8px no-repeat;
}
#site-nav li:last-child {
	border-bottom-style: none;
}
#site-nav li.photographers {
	font-size: 0.9em;
}
body.headshots #site-nav li.headshots,
body.fashion #site-nav li.fashion,
body.entertainers #site-nav li.entertainers,
body.wedding #site-nav li.wedding,
body.family #site-nav li.family,
body.children #site-nav li.children,
body.event-photography #site-nav li.events,
body.corporate #site-nav li.corporate,
body.commercial #site-nav li.commercial,
body.glamour #site-nav li.glamour,
body.editorial #site-nav li.editorial,
body.wildlife #site-nav li.wildlife,
body.dancers #site-nav li.dancers,
body.art #site-nav li.art,
body.photographers #site-nav li.photographers {
	background: #760606 url(../images/nav-li-bg-sel.png) no-repeat;
}
body.headshots #site-nav li.headshots a,
body.fashion #site-nav li.fashion a,
body.entertainers #site-nav li.entertainers a,
body.wedding #site-nav li.wedding a,
body.family #site-nav li.family a,
body.children #site-nav li.children a,
body.event-photography #site-nav li.events a,
body.corporate #site-nav li.corporate a,
body.commercial #site-nav li.commercial a,
body.glamour #site-nav li.glamour a,
body.editorial #site-nav li.editorial a,
body.wildlife #site-nav li.wildlife a,
body.dancers #site-nav li.dancers a,
body.art #site-nav li.art a,
body.photographers #site-nav li.photographers a {
	background: url(../images/arrow-rt.png) 125px 8px no-repeat;
	color: #FFF;
}

.jqmWindow {
	color: #FFF;
	background-color: #760606;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 7px #000;
	-webkit-box-shadow: 3px 3px 7px #000;
}
