/* Start of CMSMS style sheet 'Main' */
/***CSS Reset***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
	margin:0; 
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
	outline: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,p {
	font-size:100%;
}

q:before,q:after {
	content:”;
}


/***Layout ***/

body {
        margin: 0 auto;
	padding: 0;
	background: #888888 url(../images/background.jpg) bottom left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-align: center;
}

/* center wrapper, min max width */

#pagewrapper {
        margin: 20px auto;
	padding: 0;
	width: 856px;
}

#header {
        position: relative;
	margin: 0;
	padding: 0;
	background: transparent url(../images/header.png) no-repeat;
	width: 856px;
	height: 142px;
}

#logo {
	position: absolute;
	left: 48px;
	top: 44px;
	width: 232px;
	height: 42px;
}

#xerox {
	position: absolute;
	right: 48px;
	top: 22px;
	width: 160px;
	height: 84px;
}

#navigation {
	position: absolute;
	left: 48px;
	top: 114px;
	background: #FFFFFF url(../images/navigation.png) center no-repeat;
	width: 760px;
	height: 28px;
}

#main {
	margin: 0;
	padding: 0 48px;
	background: transparent url(../images/content.png) repeat-y;
	width: 760px;
}

#banner {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 220px;
	text-align: center;
}

#content {
	margin: 0;
	padding: 0 0 10px 0;
	width: 760px;
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	background: #F9F9F9;
	width: 190px;	
}

#right {
	float: right;
	margin: 0;
	padding: 0 10px;
	width: 540px;	
}

#footer {
	margin: 0;
	padding:0;
	background: transparent url(../images/footer.png) no-repeat;
	width:856px;
	height: 120px;
	text-align: center;
}

/***Typography***/

#header h1 {
	position: absolute;
	top: 50px;
	left: 48px;
	display: block;
	width: 760px;
	font-size: 18px;
	text-align: center;
}

#left h4 {
	padding-left: 10px;
	display: block;
	background: #eeeeee;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
        width: 180px;
	font-weight: normal;
}

#left p {
	padding: 10px;
	text-align: left;
	font-size: 11px;
}

#left p a{
        text-decoration: none;
        font-size: 11px;
        color:#000000;
}

#left p a:hover{
	text-decoration: underline;
        color: #CC0000;
}

#right h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	color: #CC0000;
}

#right h3 {
        margin: 0;
	padding-left: 10px;
	display: block;
	width: 540px;
	background: #EEEEEE;
	line-height: 24px;
	font-size: 12px;
	color: #444444;
	text-align: left;
}

#right h4 {
	font-size: 12px;
	text-align: left;
	line-height: 24px;
}

#right p {
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}

#footer p {
        margin: 0;
        padding: 0;
        display: block;
        background: transparent url(../images/navigation.png) center no-repeat;
	width: 856px;
	line-height: 28px;
	font-size: 10px;
        text-align: center;	
}

/***Images***/

#banner img {
	margin:0;
	padding: 10px 0;
}

#right img {
        margin: 0;
        padding: 10px;
}

.left { 
	float: left;
	padding: 6px 6px 6px 0;
}

.right {
	float: right;
	padding: 6px 0 6px 6px;
}

/***Lists***/

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navigation li {
	padding: 0 6px;
	display: inline;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}

#navigation li a {
	text-decoration: none;
	color: #444444;
}

#navigation li a:hover {
	text-decoration: underline;
}

#left ul {
	margin: 10px 0;
}

#left li {
	padding-left: 10px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color:#444444;
}

#left a {
	color:#444444;
	font-size: 12px;
}

#left a:hover {
	text-decoration: underline;
}

#right ul {
	margin: 0;
        text-align: left;
        font-size: 11px;
        color: 11px;
}

#right li {
       margin-left: 20px;
       line-height: 16px;
}



/***Form***/




#feedBack {
	text-align: left;
}

#feedBack label {
	float: left;
	width: 160px;
}

#feedBack .errmsg {
	color: #FFFFFF;
	display: none;
}

#feedBack input, #feedBack textarea, #feedBack select {
	padding: 2px;

	border: 1px solid #FFFFFF;
	width: 240px;
	color: #000000;
}

#feedBack #submit {
	margin: 0 190px;
	width: 60px;
	background: #FFFFFF;
	color: #000000;
}

*html #feedBack #submit {
	margin: 0 193px;
}

/***Other***/

.clear {
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	min-height: 0;
}
/* End of 'Main' */

