/** BASIC */

#himail { display: none; } 

body {
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

textarea.text1 {
	width: 200px;
	height: 85px;
	padding: 3px 5px;
	border: 1px solid #DCDCDC;
}

input.text1 {
	width: 140px;
	height: 15px;
	padding: 3px 5px;
	border: 1px solid #DCDCDC;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #727272;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	color: #3E424A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

/** LINKS */

a {
	color: #969696;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 10px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	background: url(images/new1_homepage03.gif) repeat-x left bottom;
}

/** MENU */

#menu {
	 background: url(images/new9_homepage02.jpg) no-repeat left top; 
	/** background: url(images/pacms6.jpg) no-repeat left top; **/
	 background: url(images/top-right.png) no-repeat right top; 
	 background: url(images/new9_homepage02_white.jpg) no-repeat left top; 
}

#menu a {
	display: block;
	float: left;
	width: 112px;
	/**doesn't seem to do anything**/
	height: 35px;

	margin: 0px 3px 0px 0px;
	/** change top value to move menu text */
	padding: 9px 0px 0px 0px;
	/** text-transform: uppercase; **/
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #4E525A;
}

#menu-notselected {
	background: url(images/new_subpage01_notselected_dark.gif) no-repeat left top;
	background: url(images/new5_subpage01_notselected.gif) no-repeat left top;
	color: #AABBEE;
	}

#menu-selected {
	background: url(images/new_subpage01.gif) no-repeat left top;
	background: url(images/new5_subpage01_selected.gif) no-repeat left top;
	color: #EEFFAA;
}

#menu a:hover {
	/** text-decoration: underline; **/
	background: url(images/new5_subpage01_selected.gif) no-repeat left top;
}

/** PAGE */

#page {
	background: #FFFFFF url(images/new1_subpage02.jpg) repeat-y left top;
	background: url(images/back_sidebar2.jpg) repeat-y left bottom;
}

#page-bg {
	background: url(images/new2_subpage03.jpg) no-repeat left bottom;
}

/** SIDEBAR */

#sidebar {
}

/** SIDEBAR > BOXED */

#sidebar .boxed {
	width: 245px;
	margin: 00px 0px 0px 13px;
	background: url(images/new1_homepage11.gif) repeat-y left top;
	background: url(images/sidebar_back1.jpg) no-repeat left bottom;
}

#sidebar .boxed-title {
	height: 17px;
	padding: 5px 0px 0px 13px;
	background: url(images/new1_homepage10.gif) no-repeat left top;
	font-size: 11px;
	color: #3E424A;
}

#sidebar .boxed-content {
	/** padding: 10px; **/
	padding: 10px 20px 10px 10px; 
	background: url(images/boxcontent_mid1.jpg) repeat-y left top;
	color: #3E424A;
}
#sidebar .boxed-bottom {
	padding: 7px;
	background: url(images/new1_homepage12.gif) no-repeat left bottom;
}

.submenu-selected   {
	background: url(images/new4_homepage09.jpg) no-repeat left top;
}
.submenu-notselected   {
	background: url(images/new4_homepage08.jpg) no-repeat left top;
}

.subna  {
	background: url(images/transparent_homepage08.jpg) no-repeat left top;
}



#submenu a {
	display: block;
	width: 190px;
	height: 21px;
	padding: 7px 11px 0px 0px;
	/**background: url(images/new2_homepage08.jpg) no-repeat left top;**/
	text-align: center;
	/**font-weight: bold;**/
	text-decoration: none;
	font-size: 12px;
	color: #6E7177;
	color: #5b5d62;
	color: #000000;
	color: #484a4e;
}
#submenu a:hover {
	background-image: url(images/new4_homepage09.jpg);
}


/** CONTENT */

#content {
	float: right;
	width: 700px;
	padding: 0px 10px 0px 4px;
/**	background: url(images/homepage13.gif) repeat-x left top; */
}

/** CONTENT > BOXED */

#content .boxed {
}

#content .boxed-title {
	padding: 0px 0px 0px 10px;
	background: url(images/homepage15.gif) repeat-x left center;
	text-transform: uppercase;
	font-size: 12px;
	color: #667285;
}

#content .boxed-title span {
	padding: 0px 10px;
	background: #FFFFFF;
}

#content .boxed-topcontent {
	padding: 10px 0px 0px 20px;
	text-align: center;
}
#content .boxed-content {
	padding: 20px 20px 20px 20px;
}

/** LOGIN */

#login {
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#login li {
	margin-bottom: 10px;
}

#login label {
	display: block;
	float: left;
	width: 65px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E424A;
}

#login-submit {
	margin-left: 156px;
}

/** FOOTER */

#footer {
	/** background: url(images/new2_subpage04.jpg) no-repeat; **/
	background: url(images/subpage04-plain.jpg) no-repeat; 
}

#footer p {
	margin: 0px;
	padding: 30px;
	text-align: left;
}
