/*
-----------------------------------------------
Template Style
Name:     Carson
Designer: Jason Stairs
URL:      www.jasonstairs.com
Date:     22 Sep 2005
----------------------------------------------- */


body {
  	background:#135;
  	margin:0;
  	padding:40px 20px;
  	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  	text-align:center;
  	color:black;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  	}
a:link {
  	color:#FFFF00;
  	text-decoration:none;
  	}
a:visited {
  	color:#000;
  	text-decoration:none;
  	}
a:hover {
  	color:#ad9;
  	text-decoration:underline;
  	}
a img {
  	border-width:2;
  	}

div#main2 a:link {
  	color:#0000CC;
  	text-decoration:none;
  	}
div#main2 a:visited {
  	color:#a7a;
  	text-decoration:none;
  	}
div#main2 a:hover {
  	color:#ad9;
  	text-decoration:underline;
  	}
div#main2 a img {
  	border-width:0;
  	}


/* Headings
----------------------------------------------- */
h2 {
  	margin:1.5em 0 .75em;
  	font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	text-transform:uppercase;
  	letter-spacing:.2em;
  	color:#777;
  	}


/* Header, Footer
----------------------------------------------- */
#header, #footer {
	color: white;
	position: relative;
	z-index: 13;
	width: 100% }

#header {
  	margin:0 auto 10px;
  	border:1px solid #468;
  	}

/* Content
----------------------------------------------- */

#menu {
  	width:180px;
  	float:right;
  	text-align:left;
	margin-top: 30px;
  	}
#main {
  	width:100%px;
	float:none;
  	text-align:none;
	color: black;
  	}
#sidebar {
  	width:200px;
  	float:none;
  	text-align:right;
  	}

/* Layout
----------------------------------------------- */

#layoutLogic-ABC, #layoutLogic-AB, #layoutLogic-A {
	background-color: #000;
	margin: 0 -1px;
	width: 100%;
	border: solid 1px black 
	}

#layoutLogic-ABC .page {
	background-color: #fff;
	width: auto;
	border-right: 220px solid #333;
	border-left: 200px solid #999 	
	}

#layoutLogic-AB .page {
	background-color: #fff;
	width: auto;
	border-left: 200px solid #999 
	}

#layoutLogic-A .page {
	background-color: #fff;
	width: auto 	
	}

.section {
	margin: 0;
	width: 100% 
	}

.col-A, .col-B, .col-C {
	position: relative;
	float: left 
	}

.col-A {
	margin-right: 1px 
	}

.col-B {
	margin: 0 0 0 -2px 
	}

.col-C {
	margin-left: 1px 
	}

#layoutLogic-ABC .col-A, #layoutLogic-AB .col-A {
	margin-left: -200px;
	z-index: 10;
	width: 200px 
	}

#layoutLogic-ABC .col-B, #layoutLogic-AB .col-B {
	z-index: 20;
	width: 100% 
	}

#layoutLogic-ABC .col-C {
	color: #fff;
	margin-right: -200px;
	z-index: 10;
	width: 200px 
	}

#layoutLogic-A .col-B, #layoutLogic-AB .col-C, #layoutLogic-A .col-C {
	display: none 
	}

.clear {
	clear: both 
	}

.page > .section {
	border-bottom: 1px solid transparent 
	}


/* Menu Content
----------------------------------------------- */
a.button {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	width: 130px;
	text-align: left;
	-moz-border-radius: 50%;
	}

a.button:link {
	color: #2f2f2f;
	background-color: #d3d3d3;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px
	}
	
a.button:visited {
	color: #2f2f2f;
	background-color: #d3d3d3;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px
	}

a.button:hover {
	text-align: right;
	color: #2f2f2f;
	font-weight: bolder;
	border-right: 20px solid #ff0;
	text-shadow: none
	}

a.button:active {
	text-align: right;
	color: #d6dbbf;
	background-color: #f00;
	border-right: 20px solid #2f2f2f;
	text-shadow: none
	}

a.activeButton {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	width: 130px;
	text-align: left;
	-moz-border-radius: 50%;
	color: #fff;
	background-color: #135;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px
	}

a.link {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	width: 130px;
	text-align: left;
	-moz-border-radius: 50%;
	}


/* Sidebar Content
----------------------------------------------- */
.sidebar-title {
  	color:#579;
  	}
#sidebar ul {
  	margin:0 0 1.5em;
  	padding:0 0 1.5em;
  	border-bottom:1px dotted #357;
  	list-style:none;
  	}
#sidebar li {
  	margin:0;
  	padding:0 0 .25em 15px;
  	text-indent:-15px;
  	line-height:1.5em;
  	}
#sidebar p {
  	line-height:1.5em;
  	}


/* Footer
----------------------------------------------- */
#footer {
  	width:660px;
  	clear:both;
  	margin:0 auto;
  	}
#footer hr {
  	display:none;
  	}
#footer p {
  	margin:0;
  	padding-top:15px;
  	font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  	text-transform:uppercase;
  	letter-spacing:.1em;
  	}
