@import url("layout.css");
@import url("../TSScript/TSContainer.css");

/** BASIC */

body {
	margin: 70px 0px;
	padding: 0px;
	background: #1b1b1b; /* --[ Changed by Cory Curtis ]-- */
	/*background: url(../images/homepage01.jpg) repeat left top;*/
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 25px 0px;
	color: #DEDEDE;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A2A2;
}

p {
	margin-top: 0px;
	margin-bottom: 1.8em;
	text-align: justify;
	line-height: 160%;
}

ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.8em;
	text-align: justify;
	line-height: 140%;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 210%;
	font-size: 12px;
}

.list1 li {
	padding-left: 24px;
	background: url(../images/orange_button.png) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 210%;
	font-size: 12px;
}

.list2 li {
	padding-left: 24px;
	background: url(../images/grey_button.png) no-repeat left center;
	color: #fff;
}

/** LINKS */

a {
	color: #E9C397;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*border: thin solid #FF9;*/
}

a.link1 {
	position: relative;
	padding: 2px 0px 3px 24px;
	background: url(../images/orange_button.png) no-repeat left center;
}

a.link2 {
	position: relative;
	padding: 2px 0px 3px 24px;
	background: url(../images/grey_button.png) no-repeat left center;
	color: #FDD173;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 40px;
	background: url(../images/homepage06.gif) repeat-x left center;
}

.shift1 {
	position: relative;
	left: -50px;
}

/** HEADER */

#header {
	width: 900px;
	height: 195px;
}
#header h1 {
	font-size: 26px;

}

/** MENU */

#menu {
	width: 261px;
	height: 195px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	width: 197px;
	margin: 0px;
	padding: 30px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 8px 0px;
	background: url(../images/subpage01.gif) repeat-x left top;
}

#menu li:first-child {
	background: none;
}/* --[ first-child modifies the element to change the first one to use these attributes ]-- */

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF9; /* --[ Added by Cory Curtis ]-- */
}

/*#extMenu ul {
	width: 197px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
/*	list-style: inside url(../images/grey_button.png) none inside;
	line-height: normal;
}

#extMenu li {
	padding: 8px 0px;
	background: url(../images/subpage01.gif) repeat-x left top;
}

#extMenu li:first-child {
	background: none;
}
*/
#extMenu>.list2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#extMenu>.list2 a:hover {
	text-decoration: underline;
	color: #FF9;
}

/** PAGE */

#page {
	width: 900px;
}

/** CONTENT */

#content {
	width: 639px;
	background: url(../images/subpage02.jpg) repeat-y left top;
}

#content .bgtop {
	background: url(../images/subpage03.jpg) no-repeat left top;
}

#content .bgbtm {
	padding: 50px;
	background: url(../images/subpage04.jpg) no-repeat left bottom;
}

/** 2-COLUMN LAYOUT */
#split {
	width: 620px;
}

.two-columns {
	background: url(../images/homepage08.jpg) repeat-y 270px 0px;
}

.two-columns .column1 {
	width: 240px;
}

.two-columns .column2 {
	width: 240px;
}

/** SIDEBAR */

#sidebar {
	width: 261px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 900px;
	height: 68px;
	margin: 0px auto;
	background: url(../images/homepage13.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 12px;
	line-height: normal;
	text-align: center;
	color: #FF9; /* --[ Changed by Cory Curtis ]-- */
}

/** BOX1 */

#box1 {
	max-height: 100%;
	min-height: 400px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
	background: url(../images/homepage09.jpg) repeat-y left top;
	color: #333;
}

#box4 .bgtop {
	background: url(../images/homepage10.jpg) no-repeat left top;
}

#box4 .bgbtm {
	padding: 30px 0px 0px 30px;
	background: url(../images/sbBotFade.png) no-repeat left bottom;
}

#box4 h2 {
	margin-bottom: 20px;
	font-size: 13px;
	color: #F2E7DB;
}

/** BOX5 */

#box5 {
	padding: 40px 0px 0px 40px;
	background: url(../images/homepage12.jpg) no-repeat 0px 5px;
}

#box5 .bgright {
	background: url(../images/homepage08.jpg) repeat-y right top;
}

#box5 a:hover {
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #E9C397;
	border-right: 0px solid #E9C397;
	border-bottom: 2px solid #E9C397;
	border-left: 0px solid #E9C397;
}

/*_________________________________________designed__by__pseudosite.com___*/
.pseudosite {
	position: relative;
	text-align:right;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9900CC;
	left: -15px;
	top: 5px;
}
.pseudosite A:link {
	COLOR: #9900CC;
}
.pseudosite A:visited {
	COLOR: #FF9900;
}
.pseudosite A:hover {
	COLOR: #99FF00;
	text-decoration: underline;
}
/*_____________________________________________divider___*/
