@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:15px;
}

body {
	background:url(../images/global/pback2.gif) top left repeat;
}

/* Workaround for using "absmiddle" property for images */

.img_absmiddle {
vertical-align: middle;
}

.img_leftpad {
	padding-left:10px;
	padding-bottom:10px;
}	

/* Workaround for clearing out DIVs that don't behave */

.cleardiv {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	overflow:hidden;
}

#header_wrap {
	width:100%
	height:113px;
	background:url(../images/global/header_back.gif) top left repeat-x;
}

#header {
	width:1000px;
	height:113px;
	margin:0 auto;
	position:relative;
}

#logo {
	width:464px;
	height:55px;
	position:absolute;
	top:17px;
	left:20px;
}

#navigation {
	width:1000px;
	height:21px;
	border-bottom:1px solid #c3bfbc;
	position:absolute;
	top:88px;
	left:0px;
}

#navigation li{
	padding:3px 25px 3px 25px;
	text-align:center;
	list-style:none;
	float:left;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#navigation li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.link_reg {
	color:#6d6960;
	text-decoration:none;
}

.link_sel {
	color:#FFFFFF;
	text-decoration:none;
}

/* Color 1 */

.nav_top_reg_0000ff {
	border-bottom:4px solid #0000ff;
}

.nav_top_sel_0000ff {
	background:#0000ff;
	border-bottom:4px solid #0000ff;
}

/* Color 2 */

.nav_top_reg_321ecd {
	border-bottom:4px solid #321ecd;
}

.nav_top_sel_321ecd {
	background:#321ecd;
	border-bottom:4px solid #321ecd;
}

/* Color 3 */

.nav_top_reg_641e9b {
	border-bottom:4px solid #641e9b;
}

.nav_top_sel_641e9b {
	background:#641e9b;
	border-bottom:4px solid #641e9b;
}

/* Color 4 */

.nav_top_reg_961e69 {
	border-bottom:4px solid #961e69;
}

.nav_top_sel_961e69 {
	background:#961e69;
	border-bottom:4px solid #961e69;
}

/* Color 5 */

.nav_top_reg_c81e37 {
	border-bottom:4px solid #c81e37;
}

.nav_top_sel_c81e37 {
	background:#c81e37;
	border-bottom:4px solid #c81e37;
}


.title_tamer {
	margin-top:8px;
}


#content_wrap {
	width:100%;
	height:auto;
}

#content {
	width:940px;
	padding:30px;
	margin:0 auto;
}

#footer_wrap {
	width:100%;
	height:151px;
	background:url(../images/global/footer_back.gif) top left repeat-x;
}	

#footer {
	width:1000px;
	height:146px;
	padding-top:5px;
	margin:0 auto;
}

#sidebox_wrap {
	width:217px;
	height:auto;
	background:url(../images/sidebox_shading.png) bottom right;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	display:inline;
}

#sidebox_wrap a{
	color:#FFFFFF;
	font-size:12px;
}

#sidebox_wrap a:visited{
	color:#FFFFFF;
}


.side_box_1 {
	width:187px;
	height:auto;
	padding:15px;
	margin-bottom:2px;
	background:url(../images/1.jpg) top left repeat-y;
}

.side_box_2 {
	width:187px;
	height:auto;
	padding:15px;
	margin-bottom:2px;
	background:url(../images/2.jpg) top left repeat-y;
}

.side_box_3 {
	width:187px;
	height:auto;
	padding:15px;
	margin-bottom:2px;
	background:url(../images/3.jpg) top left repeat-y;
}

.side_box_4 {
	width:187px;
	height:auto;
	padding:15px;
	margin-bottom:2px;
	background:url(../images/4.jpg) top left repeat-y;
}

.side_box_5 {
	width:187px;
	height:auto;
	padding:15px;
	margin-bottom:2px;
	background:url(../images/5.jpg) top left repeat-y;
}

.text_tamer_lcol {
	width:40%;
	height:auto;
	float:left;
}

.text_tamer_center_col {
	width:20%;
	height:auto;
	float:left;
}

.text_tamer_rcol {
	width:40%;
	height:auto;
	float:right;
}

.text_tamer_300 {
	width:300px;
	height:auto;
}

.text_tamer_33 {
	width:281px;
	height:320px;
	float:left;
	margin:5px;
	padding:10px;
	display:inline;
	border:1px solid #666666;
}




/* Fonts */

.indent_list {
	margin-left:20px;
}

.site_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #69665d;
}

.white_text {
	color:#FFFFFF;
}

.sidebar_text {
	color:#FFFFFF;
	font-size:12px;
}

.footer_text {
	color:#999999;
	font-size:12px;
}

.sidebar_heading {
	font-size:15px;
	color:#FFFFFF;
}	

.page_quotes {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
}

.purple_text {
	color:#4E1B77;
}


/* End */

