/*#############################################################
Site Design Adapted by MVGS from the following Source:
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se
#############################################################*/


/* standard elements */
* {
	margin: 0;
	padding: 0;
	}

a {
	color: #682;
	}

a:hover {
	color: #9A6;
	}

body {
	background: #333 url(img/bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
	}

p,ul {
	padding-bottom: 1em;
	}

ul {
	margin-left: 1.2em;
	}

li {
	list-style: none;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.2em;
	}

h4 {
	color:#39991A;	
	padding-bottom:4px;
	}

blockquote {
	background:#333333;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color:#CCCCCC;
	display: block;
	font-size: 0.9em;
	margin-bottom: 25px;
	margin-top: 15px;
	padding: 4px 12px;
	font-style:italic;
	
	}

blockquote p {
	padding: 3px 0;
	}

h1,h2,h3 {
	/*color:#18781B;*/
	color:#39991A;
	}



/* necassary classes for layout */

.clearer {clear: both;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}


/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
	}
	
.containerWIDE {
	font-size: 1.2em;
	background: url(img/bgcontainerWIDE.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
	}


/* header */
.header {
	float: left;
	width: 640px;
	background: url(img/SVCLogoBanner2.jpg) no-repeat;
	font: normal 3.0em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
	}

.header2 img{
	float: left;
	height:auto;
	width:200px;
	}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
	}

.main {
	float: left;
	width: 480px;
	}

.mainWIDE {
	float: left;
	width: 680px;
	margin-left:50px;
	}

.main .padding{	
	padding: 18px 24px;	
	}
	
.main li {
	list-style-image: url(img/li.gif);
	}
		
.RTsideBar {
	float: right;
	width: 200px;
	color: #CCC;
	padding-top:5px;
	padding-bottom:100px;
	}

.leaderBox {
	margin-top:15px;
	padding: 6px 2px 6px 16px;
	border:thin solid #666666;
	}

	
/* sub-navigation */
.LFsideBar {
	float: left;
	width: 160px;
	padding-bottom:40px;
	}

.LFsideBar h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
	}

.LFsideBar ul {margin: 0; padding: 0;}

.LFsideBar li {
	border-bottom: 1px solid #696755;
	list-style: none;
	}
	
.LFsideBar li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
	}
	
.LFsideBar li a:hover {
	background: #9C997C;
	color: #000;
	}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	}
	
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}


/* Rank Classes */
.rankMT {
	float:left;
	margin-top:10px;	
	}

.rankWT {
	float:left;
	margin-top:10px;
	margin-left:10px;	
	}

.rankMT table, .rankWT table {
	border-collapse: collapse;
	empty-cells: show;
	border: 0px;
	padding: 0px;
	margin: 0px;
	table-layout: fixed; 
	width: 210px;
	}

.rankMT tr, .rankWT tr {
	height:38px;
	}

.rankMT td, .rankWT td {
	padding-left:3px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin: 0;
	background:#323230;
	color:#CCCCCC;
	}
	
.rankMT a, .rankWT a {
	color:#39991A;
	}
	
.rankMT h4, .rankWT h4 {
	font-size:larger;
	color:#39991A;
	text-align:center;
	}
	
.firstRow td {
	background-color:#89866F;
	color:#FFFFFF;
	font-weight:bold;
	}

	
/*Blog Classes*/

.blog li {
	padding-bottom:3px;
	font-size:10px;
	}

	
/*Action Pages Classes*/

.actionPage table{
	background-color:#FFF;
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
	}

.actionPage td{
	padding: 2px 10px;
	}
	
.centeredCells td{
	text-align:center;
	}	


/*Team Profile page classes*/

.teamProfile table{
	border: 1px solid #666666;
	background-color:#FFF;
	border-collapse: collapse;
	empty-cells: show;
	}

.teamProfile td{
	padding:1px 6px;
	}

.LastRow {
	background-color:#F7573C;
	font-size:14px;
	color:#000000;
	}
	
.LastRow td{
	padding-top:15px;
	padding-bottom:2px;
	}
	
/*Misc. Classes*/

.test td{
	color:#FFFFFF;
	}
	
.error p{
	color:#FFFFFF;
	font-size:16px;
	}
	
/*Articles of Inc List Styles*/
	
.alphalist {list-style-type: upper-alpha ; }

.alphalist ol {list-style-type: decimal;}

.alphalist ol ol {list-style-type:lower-alpha;}

.alphalist ol ol ul {list-style-type:circle;}

.section {font-size:1.0em;}