@charset "UTF-8";
/* --------------- */
/*				   */
/* Design Print LA */
/*		  		   */
/* --------------- */

html {
		height:100%;
		overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:12px;
	color:#937973;
	height:100%;
	margin:0px;
	padding:0px;
	background:#ffffff;
}

/* ---- Page Structure styles ---- */
#MainBox {
	position:relative;
	width: 1000px;
	background:#ffffff url(images/bg_mainbox.jpg) repeat-x left top;
	border-left: 1px solid #D42F16;
	border-right: 1px solid #D42F16;
	vertical-align: top;
}
/* IE6 Only */
* html #MainBox { height: 100%; }
/* IE7 Only */
*:first-child+html #MainBox { height: 100%; }

#MainBox2 {
	background:transparent url(images/bg_mainbox2_logo.jpg) no-repeat left top;
}

#content-wrapper {
	position:relative;
	margin:0px 15px 0 30px;
	padding-top:30px;
}

#leftbar-wrapper {
	margin: 0 15px 0 15px;
	padding-top:15px;
}

#logo-wrapper {
	position:absolute;
	top:10px;
	left:20px;
	width:240px;
}
#logo-wrapper img {
	width:240px;
	height:180px;
}
#logo2-wrapper {
	position:absolute;
	top:57px;
	left:290px;
	width:342px;
}
#logo3-wrapper {
	position:absolute;
	top:20px;
	right:28px;
	width:295px;
}

#main-menu-box {
	position:absolute;
	top:210px;
	left:0px;
	width: 1000px;
}

#menunav-left, #menunav-right {
	position:absolute;
	top:210px;
	left:0px;
	width:220px;
	line-height:28px;
	color:#22602f;
	font-weight:bold;
	text-align:center;
}

#menunav-right {
	left:780px;
}

td {
	font-size:12px;
}

/* ---- Background Images ---- */
.bg_home {
	position:relative;
	background:transparent url(images/bground_home.jpg) no-repeat left 15px;
	margin:-30px 0 0 -30px;
	padding-left:30px;
	height:550px;
}
.bg_rcol_green {
	background: url(images/bg_rcolumn_green.jpg) no-repeat 20px 50px;
}

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #EC008C;
	text-decoration: none;
}
a:hover {
	color: #4482BD;
	text-decoration: none;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #FAF998;
	text-decoration: none;
}
a.alt:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}

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

ul.bullet {
	margin-left: 7px;
	padding-left: 9px;
	list-style-image: url(images/bullet.gif);
}
ul.bullet_none {
	margin-left: 7px;
	padding-left: 9px;
	list-style:none;
}
/* ---- Font types ---- */
.times {
	font-family: "Times New Roman", Times, serif;
}
/* ---- Font sizes ---- */
.size-00 { font-size: 0px; }
.size-09 { font-size: 9px; }
.size-10 { font-size: 10px; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-24 { font-size: 24px; }
.size-30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-purple  	{ color:#EC008C; }
.c-orangelt { color:#FF5806; }
.c-orange 	{ color:#D42F16; }
.c-white 	{ color:#FFFFFF; }
.c-yellow 	{ color:#FAF998; }
.c-gray 	{ color:#937973; }
.c-blue 	{ color:#4482BD; }
.c-green 	{ color:#659451; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.normal 	{ font-weight:normal; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
.title_main {
	color:#659451;
	font-size:14px;
	font-weight:bold;
	margin-bottom:24px;
}
.title_sub {
	color:#4482BD;
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
}

/* ---- Border Lines ---- */
.border-all    { border: 1px solid #D42F16; }
.border-left   { border-left: 1px solid #D42F16; }
.border-right  { border-right: 1px solid #D42F16; }
.border-top    { border-top: 1px solid #D42F16; }
.border-bottom { border-bottom: 1px solid #D42F16; }

/* ---- Title Bar styles ---- */
.bar {
	background-color:#FF5806;
	padding:3px;
	margin:10px;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both}

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	margin: 6px;  
	padding: 0;
	border: 1px solid #FF5806;  
}
fieldset div {  
padding: 2px 6px 2px 6px;  
}
fieldset.submit {  
	border: none;  
}

legend {  
margin-left: 6px;  
padding: 0;  
font-weight: bold;
}
label { 
	font-size:10px;
	color:#4482BD;
	display: block; /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
label.pad {
	padding:5px 10px 5px 0;
}
.label_left { 
	float: left;
	clear: left;
	font-size: 10px;
	text-align: right;
	color: #4482BD;
	display: block; /* so that they'll occupy an entire line, no <br> needed*/
	width: 120px;
	margin-top: 2px;
	padding-right: 6px;
}
input, select, textarea {
	font-size: 11px;
	background-color: #FFE9D9;
	border:1px solid #D47E6F;
	margin-bottom:3px;
}
/*
input.btn {
	color:#4482BD;
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:11px;
	font-weight:bold;
	background-color:#FFE9D9;
	border:1px solid #4482BD;
	margin-top:6px;
}
input.btnhov {
   color:#D42F16;
   background-color: #FFFFFF;
   border:1px solid #D42F16;
} */
input.btn {
	margin-top:2px;
	border: 3px double #D42F16;
	border-top-color: #D47E6F;
	border-left-color: #D47E6F;
	padding: 0.25em;
	background-color: #FFE9D9;
	color: #D42F16;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.btnhov {
	background-color: #FFF4E4;
	border: 3px double #D47E6F;
	border-top-color: #D42F16;
	border-left-color: #D42F16;
}

/* Pagination styles */
div.pagination {
	padding: 10px 3px;
	margin: 3px auto;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #E35EA3;
	text-decoration: none; /* no underline */
	color: #C23927;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #E35EA3;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #C23927;
	
	font-weight: bold;
	background-color: #C23927;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/* END */