body {
	margin: 0px;
	padding: 0px;
	background: #7c1315;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
	background-image:url('/images/websites/background.png');
	background-repeat:repeat;
}

h1, h2, h3 {
	margin: 0px;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

a.navigation-tab:link,
a.navigation-tab:active,
a.navigation-tab:visited
{
	line-height:30px;
	padding:5px 10px;
	background-color:#7c1315;
	border:solid 1px #993333;
	border-bottom:none;
	text-transform:uppercase;
	color:#ffffcc;
}

a.navigation-tab-active
{
	line-height:30px;
	padding:5px 10px;
	background-color:#ffffff;
	margin-right:1px;
	text-transform:uppercase;
}

a.title-link:link,
a.title-link:active,
a.title-link:visited
{
	font-size:18px;
	color:#7c1315;
	text-decoration:none;
}

a.title-link:hover
{
	text-decoration:underline;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color:#ffffff;
}

/* Header */

#header 
{
padding-top:10px;	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Top */

#topBG
{
	background-image:url('/images/Top.png');
	background-repeat:repeat-x;
	width:100%;
	height:45px;
	left:0px;
}

#brand
{
	 background-image:url('/images/Top1.png');
	 background-repeat:repeat-x;
	 width:1000px;
	 height:45px;
	 margin:0px auto;
}

/* Logo */

#logo
{
	background-color: #7c1315;
	font-weight: normal;
	width: 990px;
	margin: 0px auto;
	padding:15px 0px;
	color: #FFFFFF;
}

#logo h1 
{
	color: #FFFFFF;
	padding:0px 0px;
	line-height: 24px;
}

#logo p {
padding:0px 2px;
margin:6px 0px;
}



#logo a:link, #logo a:active, #logo a:visited {
	color:Yellow;
}

#logo a:hover {
	text-decoration:underline;
}

/* Menu */

#menu 
{
	background-image:url('/images/websites/default/menu.png');
	background-repeat:repeat-x;
	width:100%;
	height:50px;
}

#menu ul {
	margin: 0px auto;
	padding: 5px 0px 0px 10px;
	list-style: none;
	line-height: normal;
	width:1000px;
}

#menu li {
	float: left;
	margin: 0px;
	border-right:solid 1px #888888;
}

#menu a {
	display: block;
	width: auto;
	padding: 3px 15px 3px 15px;
	text-decoration:none;
	color:#333333;
	font-size:17px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
}


/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding:10px 0px 10px 20px;
}

/* Twitter */
#twitter_update_list
{
	margin-left:0px;
	padding-left:0px;
	line-height:20px;
}

#twitter_div li
{
	margin-bottom:8px;
	color:#000066;
}

#twitter_div a:link
{
	color:#7c1315;
	text-decoration:underline;
}

div.box
{
	padding:8px 8px;
	background-color:#eeeeee;
	border:solid 1px #aaaaaa;
	margin:1px 2px;
}

div.form-field
{
	padding:5px 0px;
}

div.line-1
{
	font-weight:bold;
	font-size:13px;
}

div.line-2
{
	color:#888888;
	font-weight:bold;
}

div.line-3
{
	color:#333333;
}

#post {
	margin: 0px 0px 30px 15px;
}

#post h2 {
	margin: 0px;
	padding: 7px 0px;
	font-size: 1.6em;
	color:#7c1315;
}

#post ul {
	margin-left:0px;
	padding-left:0px;
}

#post .entry {
	padding-left:10px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	border:solid 10px #ffffff;
	background-color:#ffffff;
	width: 350px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url('/images/websites/default/section-bottom.jpg') no-repeat left bottom;
}

#sidebar-content {
	
}

#sidebar li li 
{
	margin-left:-35px;
	line-height: 24px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url('/images/websites/default/arrow.jpg') no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #080533;
	padding: 7px 10px;
	font-size: 1.4em;
	width:330px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#widgets {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#widgets li {
	padding-bottom:6px;
}

#widgets h2 {
	color:#FFFFFF;
}

/* Footer */

#footer {
	background:url('/images/websites/default/footerBG.png') repeat-x;
	height:181px;
}

#footer-template {
	background:url('/images/websites/default/footer.png') no-repeat;
	width:1000px;
	height:181px;
	margin: 0px auto 0 auto;
	text-align:center;
}

.processBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

.processContainer { 
    background-color:#ffffff;
    border:solid 5px #aaaaaa;
    padding:5px 5px;
    position:fixed;
    top:80px;
    left:35%; 
    z-index:3000;
}