/* CSS Document */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #9F9F9F;
	margin: 0px;
	padding: 0 0 50px 0;
	height: 100%;
	text-align: center;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #000;
	font-size: 70%;
	line-height: 160%;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

h1 {
	font-size: 180%;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

h2 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}


h4 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

h5 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}


ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
}

hr {
 	height: 1px;
	background-color: #1A1A1A;
	color: #1A1A1A;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
}

p {
	margin: 10px 0 5px 0;
}

form {
	margin: 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	width: 914px;
	margin: 0 auto; /* align div to center */
	text-align: left;
}

#header01 {
	width: 914px;
	height: 94px;
	background-image: url(images/header_img_01.jpg);
	background-repeat: no-repeat;
}

#header02 {
	width: 914px;
	height: 155px;
	background-image: url(images/header_img_02.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

#header03	 {
	width: 796px;
	height: 98px;
	background-image: url(images/header_img_03.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 118px;
}


#header04	 {
	width: 914px;
	height: 20px;
	background-image: url(images/header_img_04.jpg);
	background-repeat: no-repeat;
}

#contentWrapper {
	width: 914px;
	padding-bottom: 10px;
	text-align: left;
}

#leftCol {
	width: 223px;
	float: left;
	padding: 30px 0 0 0;
}

#content {
	width: 383px;
	float: left;
	padding: 30px 30px 65px 30px;
}

#rightCol {
	width: 248px;
	float: left;
	padding: 30px 0 0 0;
}

#footerWrapper {
	clear: both;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 92px;
	text-align: left;
	margin: 0;
	padding: 0;
}


/***********************************************/
/* Components                                  */
/***********************************************/



/************** #headerLinks *******************/

#headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 100%;
	margin: 0 0 0 581px;
}

#headerLinks A {
	color: #CCCCCC;
}


/**************** #headerAnounce ************* */

#headerAnounce P {
	color: #FFF;
	margin: 0;
	padding: 0;
}

#headerAnounce A, #headerAnounce A:visited {
	color: #CCCCCC;
}


/*************** subHeaderLinks ****************/

#header04 A, #header04 A:visited {
	color: #FFF;
	font-weight: bold;
}


#subHeaderLink01 {
	width: 138px;
	padding: 5px 0 0 20px;
	font-size: 10px;
	line-height: 100%;
	float: left;
}

#subHeaderLink02 {
	width: 147px;
	font-size: 10px;
	line-height: 100%;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 90px;
}


#subHeaderLink03 {
	width: 138px;
	padding: 5px 0 0 280px;
	font-size: 10px;
	line-height: 100%;
	float: left;
}


A.boxLink:link, A.boxLink:visited {
	color: #AFAFAF;
	font-weight: bold;
}

H3.boxHeader, H3.boxHeader A, H3.boxHeader A:visited {
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial;
}


#leftBox1 {
	background-color: #151515;
	min-height: 120px;
	padding: 18px;
}

/************** leftBox2 ********************/
#leftBox2 {
	background-color: #151515;
	min-height: 120px;
	padding: 18px;
}


#leftBox2 ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

#leftBox2 ul li {
	border-bottom: 1px solid #1F1F1F;
}

#leftBox2 li p {
	display: inline;
	line-height: 23px;
}

#leftBox2 p.blogName{
	margin: 0 0 0 10px;
}

#leftBox2 p.blogName a {
	color: #AFAFAF;
}

#leftBox2 p.blogDate{
	color: #5F5F5F;
}

#rightBox1 {
	background-color: #0F0F0F;
	min-height: 120px;
	padding: 18px;
}


#rightBox2 {
	background-color: #0F0F0F;
	min-height: 120px;
	padding: 18px;
}

.boxMargin {
	margin: 16px 0 0 0;
}


#footerLink {
	width: 894px;
	margin: 0 auto; /* align div to center */
	background-image: url(images/footer_link_bg.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 10px;
}

#footerLink A, #footerLink A:visited {
	color: #FFF;
}

#footerImg{
	width: 914px;
	margin: 0 auto; /* align div to center */
}


/****************** content *******************/

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 0 0;
	color: #FFF;
}

#content h1 A {
	color: #FFF;
}

#content div.newsImg {
	float: left;
	padding: 2px;
	margin: 0 20px 10px 0px;
	background-image: url(images/news_img_frame_bg.gif);
	background-repeat: no-repeat;
}

#content p.headerTitle {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 10px;
	color: #DDD;
}

/******************* misc *********************/

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}

.clear {
	clear: both;
	height:1px;
	overflow:hidden;
} 

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearMargin {
	margin:0px;
}

body.popup {
	margin: 0px;
	background-color: #FAFAFA;
	background-image: none;
}

div.galThumb {
	float: left;
	border: 0px solid #DDDDDD;
	background-color: #E0E0E0;
	padding: 5px;
	margin: 5px 10px 5px 0px;
}

div.galThumb A:link, div.galThumb A:visited {
	display: block;
	border: 1px solid #EFEFEF;
}


div.galThumb A:hover {
	border: 1px solid #006699;
}

.text10pxGray {
	color: #999;
	font-size: 10px;
}

.greenText {
	color: #82AD13;
}

.grayText {
	color: #5F5F5F;
}

.yellowText {
	color: #F8FD75;
}

.blueText {
	color: #00CCFF;
}

.redText {
	color: #FF6666;
}


/****************** form ***********************/

input.text {
	height: 14px;
}

select, input, textarea {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11px;
} 

input.text, textarea {
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 2px;
	width: 180px;
}

input.submit {
	background-color: #E83E35;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	width: 72px;
	height: 18px;
}

input.reset {
	background-color: #858585;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	width: 72px;
	height: 18px;
}

