﻿/* Style sheet for TWC Graphics Design template */
html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000033;
	width: 100%;
	height: 100%;
	color: #0A586F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 69%;
	font-family: Verdana, Arial, sans-serif;
}
input {
	color: #000;
	font: normal normal 9px Arial, sans-serif;
}
h1 {
	background: none left top;
	font: normal bold 14pt georgia, serif;
	font-variant: small-caps;
	color: #990000;
	padding-bottom: 2px;
	padding-left: 2px;
}
h1a {
	background: none no-repeat left top;
	font: normal bold 13pt georgia, serif;
	font-variant: small-caps;
	color: #990000;
	padding-bottom: 2px;
	padding-left: 22px;
}

h1b {
	background: none no-repeat left top;
	font: normal bold 18pt georgia, serif;
	font-variant: small-caps;
	color: Silver;
	padding-bottom: 2px;
	padding-left: 22px;
}
h2 {
	color: #F2E5C4;
	font: normal normal 14px Georgia, serif;
	font-variant: small-caps;
}
h3 {
	font: normal bold 11pt georgia, serif;
	font-variant: small-caps;
	color: #990000;
	padding: 3px;
}
h4 {
	color: #000;
	font: normal bold 12px Verdana, Arial, sans-serif;
}
h5 {
	color: #000;
	font: normal bold 11px Verdana, Arial, sans-serif;
}
h6 {
	color: #000;
	font: normal bold 10px Verdana, Arial, sans-serif;
}
ol ol ol {
	color: #000;
	font: normal normal 100% Verdana, Arial, sans-serif;
}
ol ol {
	color: #000;
	font: normal normal 100% Verdana, Arial, sans-serif;
}
ol {
	color: #000;
	font: normal normal 100% Verdana, Arial, sans-serif;
}
ul {
	list-style-image: url('images/design_elements/bullet.gif');
	color: #000;
	font: normal normal 110%/140% Verdana, Arial, sans-serif;
}
ul ul {
	color: #000;
	font: normal normal 11px/16px Verdana, Arial, sans-serif;
}
ul ul ul {
	color: #000;
	font: normal normal 10px/13px Verdana, Arial, sans-serif;
}

/* Define Container to set Fixed Width */
#container1 {
	background: url('images/design_elements/header.jpg') no-repeat top #FFF;
	position: relative;
	text-align: center;
	width: 760px;
	height: 100%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#webtitle {
	display: block;
	position: relative;
	text-align: left;
	top: 20px;
	color: #FFF;
	font: normal bold 30px Georgia, Times, serif;
	font-variant: small-caps;
	padding-left: 250px;
	padding-top: 10px;
	z-index: 2;
}
#webtitleshadow {
	display: block;
	position: relative;
	text-align: left;
	top: -48px;
	color: #000;
	font: normal bold 30px Georgia, Times, serif;
	font-variant: small-caps;
	padding-left: 251px;
	padding-top: -11px;
	padding-bottom: 1px;
}
.tableback {
	background: url('images/design_elements/backdrop.jpg') no-repeat bottom #FFF;
}

.tableback2 {
	background: url('images/design_elements/backdrop2.jpg') no-repeat bottom #FFF;
}

.content {
	background: transparent;
	width: 100%;
	color: #000;
	font: normal normal 100%/140% Verdana, Arial, sans-serif;
	padding: 15px;
	text-align: left;
	border-left: 1px solid #CACADF;
}
.contentfull {
	background: transparent;
	width: 760px;
	color: #000;
	font: normal normal 110%/140% Verdana, Arial, sans-serif;
	padding: 15px;
	text-align: left;
	border-left: 1px solid #CACADF;
}
.content p {
	color: #000;
}
.content a:link {
	color: #000;
	text-decoration: underline;
}
.content a:active {
	color: #000;
	text-decoration: none;
}
.content a:visited {
	color: #000;
	text-decoration: underline;
}
.content a:hover {
	color: #000033;
	text-decoration: none;
}
.content ul {
	list-style-image: url('images/design_elements/bullet.gif');
	color: #000;
	font: normal normal 110%/140% Verdana, Arial, sans-serif;
}


.profile p {
	color: #000;
}
.profile a:link {
	color: #CC0066;
	text-decoration: underline;
	
}
.profile a:active {
	color: #CC0066;
	text-decoration: none;
}
.profile a:visited {
	color: #CC0066;
	text-decoration: underline;
}
.profile a:hover {
	color: #CC0066;
	text-decoration: none;
	font: italic bolder;
}
.profile ul {
	list-style-image: url('images/design_elements/bullet.gif');
	color: #CC0066;
	font: normal normal 110%/140% Verdana, Arial, sans-serif;
}

#mainmenu {
	position: absolute;
	display: block;
	text-align: center;
	left: 32px;
	top: 124px;
	font: normal normal 11px/20px Verdana, Arial, sans-serif;
	color: #FFF;
	width: 700px;
	height: 20px;
	padding: 0px;
}
/* Define main menu mouseover states */
#mainmenu a {
	text-align: left;
	color: #FFF;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#profilemenu {
	text-align: left;
	left: 32px;
	top: 124px;
	font: normal normal 11px/20px Verdana, Arial, sans-serif;
	color: #FFF;
	width: 380px;
	height: 0px;
	padding: 0px;
	background: Black;
}

.spacer {
	visibility: visible;
	padding-right: 5px;
	padding-left: 10px;
}
.splashleft {
	background: transparent;
	color: #000;
	width: 265px;
	padding: 10px;
	height: 100%;
	text-align: left;
}
.splashright {
	background: transparent;
	color: #000;
	width: 495px;
	padding: 10px;
	height: 100%;
	text-align: left;
}
#submenu {
	display: block;
	text-align: left;
	font: normal normal 11px/20px Verdana, Arial, sans-serif;
	color: #000;
	width: 160px;
	height: 320px;
	padding: 0px;
}
/* Define main menu mouseover states */
#submenu a {
	text-align: left;
	color: #000;
	text-decoration: none;
	height: 24px;
	background: #CACADF url(images/design_elements/voff.gif) left no-repeat;
	padding-left: 18px;
	display: block;
	width: 140px;
	border-top: 1px solid #D9D9E8;
	border-left: 1px solid #D9D9E8;
	border-right: 1px solid #AEAECF;
	border-bottom: 1px solid #AEAECF;
}
#submenu a:hover {
	text-align: left;
	color: #FFF;
	text-decoration: none;
	height: 24px;
	background: #990000 url(images/design_elements/vover.gif) left no-repeat;
	padding-left: 18px;
	display: block;
	width: 140px;
	border-top: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #AEAECF;
	border-bottom: 1px solid #AEAECF;
}

.style1 {
	font: large;
	color; #FFCC00
	padding: 4px 10px;
	background-color: #666633;
}

#countertable {
	background: Navy;
	text-align: center;
	width: 760px;
	height: 100%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}
/* Define footer section */
#footer {
	background: #990000;
	text-align: center;
	height: 20px;
	width: 750px;
	padding: 5px;
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/* Define standard hyperlinks */
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.profile {
	color: Blue;
	text-align: center;
	text-decoration: none;
}
/* Define textbox area */
.textbox {
	background: #FFFFCC;
	color: #000;
	font: normal normal 10px/14px Verdana, Arial, sans-serif;
	padding: 6px 10px 6px 10px;
	text-align: left;
	border: 1px solid #990000;
}

.textbox2 {
	background: #FFFFCC;
	color: #000080;
	font: normal normal 10px/14px "MS Reference Sans Serif";
	padding: 6px;
	text-align: left border: 1px solid #990000;
	font-weight: bold;
}

.textboxheader {
	background: #990000;
	color: #FFCC00;
	height: 24px;
	text-align: center;
	font: normal bold 12px/15px Verdana, Arial, sans-serif;
	padding: 4px 10px 4px 10px;
}
.textboxheader2 {
	background: #333366;
	color: #FFCC00;
	height: 24px;
	text-align: center;
	font: normal bold 12px/15px Verdana, Arial, sans-serif;
	padding: 4px 10px 4px 10px;
}
.textboxheader3 {
	background: #990000;
	color: 
	#FF9900;
	height: 24px;
	text-align: center;
	font: normal bold 12px/15px Verdana, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
}

h7 {
	color: #000;
	font: normal lighter 10px Verdana, Arial, sans-serif;
}

