@charset "UTF-8";

/* RESET CODE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET CODE */



/* BODY CODE */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/* END BODY CODE */




/* HEADER CODE */
.twoColFixLtHdr #header {
	background-color: #231F20;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 


.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
/* END HEADER CODE */




/* SIDEBAR CODE */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
	color: black;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 24px;
}

.twoColFixLtHdr #sidebar1 ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
}

.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 a:hover {
	color: #C1D72E;
	text-decoration:none;
}
/* END SIDEBAR CODE */



/* MAINCONTENT CODE */
.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	width: 655px;
	margin-top: 0px;
	float: right;
}

.twoColFixLtHdr #textBox {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
}

.twoColFixLtHdr #textBox #picBox {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.twoColFixLtHdr #textBox #logoBox {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

.twoColFixLtHdr #textBox #logoBox img {
	padding-bottom: 10px;
}

.twoColFixLtHdr #textBox #holdingBox {
	width:575px;
	padding-bottom: 10px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 80px;
	padding-right: 50px;
	height: 160px;
}

.twoColFixLtHdr #textBox  ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.twoColFixLtHdr #textBox  li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 25px;
	font-size: 12px;
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
}

.twoColFixLtHdr #textBox #picBox #lilPicBox {
	float: right;
	width: 60px;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.twoColFixLtHdr #mainContent p {
	font-size:13px;
	padding-bottom: 10px;
	color:#FFFFFF;
} 

.twoColFixLtHdr #mainContent a {
	color: #C1D72E;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent a.red {
  color: red;
  text-decoration: none;
}
.twoColFixLtHdr #mainContent a.red:hover {
  color: white;
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 20px;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
	color: #C1D72E;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	padding-bottom: 10px;
} 

.twoColFixLtHdr #mainContent h3 {
	font-size: 12px;
	color: #C1D72E;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	padding-bottom: 10px;
}


/* END MAINCONTENT CODE */ 



/* MISC CODE */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.makegreen {color: #C1D72E}

/* END MISC CODE */








/* Unused Code */

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* End Unused Code */
