@charset "utf-8";
/* CSS Document */


/**********************************
**** Global Styles 
**********************************/

body
{
	margin: 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1
{
	color: #989898;
	font-size: 27px;
	margin-bottom: 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #bc3039;
}

p
{
	margin-top: 0px;
	margin-bottom: 12px;
}

label 
{  
	display: block;
}

label em {  
display: inline;  
color: #bc3039;   
font-style: normal;  
text-transform: uppercase;
}

input
{
	margin-bottom: 8px;
}

#wrapper
{
	width: 950px;
	margin: 0px auto;
	background-image: url(../images/wrapper-bg.jpg);
	
}

#popupContent
{
	width:790px;
	margin: 0px auto;
}

#popupHeader
{
	background-image: url(../images/popup_header_bg.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 123px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	text-align: right;
}

#popupHeader .headerText
{
	font-size: 18px;
	font-weight: bold;
	padding-top: 102px;
}

.dottedLine
{
	border-top: 1px dotted #000000;
	height: 1px;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 8px;
	clear: both;
	
}

/**********************************
**** Homepage Styles
***********************************/

#splash
{
	width: 351px;
	margin: 90px auto;
	text-align: center;
}

#splash a:link, #splash a:active, #splash a:visited {
	color: #000000;
	text-decoration: none;
}

#splash a:hover {
	color: #bc3039;
	text-decoration: none;
}

#left-column
{
	float: left;
	background-image: url(../images/left-column-bg.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 108px;
}

#mid-column
{
	width: 735px;
	float: left;
	background-image: url(../images/mid-column-bg.jpg);
	background-repeat: no-repeat;
}

#header
{
	width: 735px;
	background-image: url(../images/header.jpg);
	margin-top: 44px;
	height: 45px;
}

#mid-column .left
{
	float: left;
	width: 187px;
}

#mid-column .right
{
	float: left;
	width: 514px;
}

#mid-column .right p
{
	padding: 0px 4px;;
}

#menu
{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #bc3039;
}

#menu .menuitem 
{
	margin: 14px;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #bc3039;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
}

#right-column
{
	float: left;
	width: 107px;
	height: 768px;
	background-image: url(../images/right-column-bg.jpg);
	background-repeat: no-repeat;
}

.right a:link, .right a:active, .right a:visited {
	color: #bc3039;
	text-decoration: none;
}

.right a:hover {
	color: #000000;
	text-decoration: none;
}

#content
{
	margin-top: 204px;
	margin-left: 66px;
	margin-right: 0px;
	width: 400px;
	
}

#content a:link, #content a:active, #content a:visited {
	color: #bc3039;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: none;
}

.formFloat
{
	width: 200px;
	float: left;
	margin-bottom: 4px;
}

#footer
{
	width: 950px;
	clear: both;
	text-align: center;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 78px; 
	padding-top: 30px;
}

#footer .menuitem
{
	margin: 14px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #bc3039;
	text-decoration: none;
}

#tabs
{
	border-bottom: solid #e4e3e2 1px;
	width: 514px;
	margin-bottom: 10px;
	color: #b0aeae;
}

#tabs a:link, #tabs a:active, #tabs a:visited {
	color: #b0aeae;
	text-decoration: none;
}

#tabs a:hover {
	color: #bc3039;
	text-decoration: none;
}

.tab-items
{
	text-align: center;
	height: 20px;
	line-height: 20px;
	
}

/**********************************************
** BLOG STYLES
**********************************************/

.blog-title
{
	background-image: url(../images/blog-title-bg.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 514px;
	text-align: right;
	padding-top: 15px;
}

.blog-title h3
{
	font-size: 16px;
	font-weight: normal;
	color: #bc3039;
	margin-bottom: 0px;
}

.blog-date
{
	font-size: 11px;
	color: #666666;
	margin-top: 4px;
	text-align: right;
}

/***********************************************
** GALLERY STYLES
***********************************************/

.gallery-item
{
	float: left;
	margin: 10px 22px;
	text-align: center;
}

.gallery-item img
{
	padding: 6px;
}

.gallery-collective
{
	float: left;
	margin: 10px 12px;
	text-align: center;
}

.gallery-collective img
{
	padding: 6px;
}
.gallery-seperator
{
	clear: both;
}

.gallery-title
{
	color: #bc3039;
	font-weight: bold;
}

.wildcard-title
{
	text-align: right;
	margin-right: 10px;
	padding-bottom: 10px;
}

.wildcard-image
{
	width: 514px;
	text-align: center;
	padding-bottom: 10px;
}

.wildcard-details
{
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
}

.collective-title
{
	text-align: right;
	margin-right: 10px;
	padding-bottom: 10px;
}

.collective-image
{
	width: 514px;
	text-align: center;
	padding-bottom: 10px;
}

.collective-details
{
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
}