/* Start of CMSMS style sheet 'TWDesign Stylesheet' */
/* COMMON STYLE
--------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	}

body {
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #535353;
	background-color: inherit;
	background: #4B4340 url(images/page-bg.jpg) repeat-x 0 0;
}

ul {
  list-style-type:none;    
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

div, img, p, ul, li, h3, span, a { behavior: url(uploads/iepngfix.htc)}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#page {
	width:1001px;
	margin:0 auto;
}

#header {
	background: url(images/header-bg.png) 0 0 no-repeat;
	width: 1001px;
	height: 102px;
	margin: 0 0 30px 0;
}

#content {
	position: relative;
	width: 927px;
	margin: 0;
	background-color: #ffffff;
	color: inherit;
	float: left;
	left: 20px;
	padding: 16px 0 0 33px;
}

#left {
	float: left;
	width: 581px;
	padding: 0 19px 20px 10px ;
}

#right {
	float: left;
	background: url(images/right-bg.png) no-repeat 100% 0;
	width: 235px;
	padding-left: 35px;
}

#footer {
	margin: 0 auto;
	width: 940px;
	padding: 40px 0 50px 20px;
}

/* HEADER
--------------------------------------------------------- */ 
#logo {
  width: 300px;
	float: left;
}

#logo img {
	margin: 25px 0 0 35px;
}

#logo h1 {
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
	background-color: inherit;
	text-transform: uppercase;
	margin: 8px 0 0 35px;
}

#navigation {
	float: left;
	width: 642px;
}

#navigation ul {
	float: right;
	width: auto;
	height: 102px;
}

#navigation ul li {
	font: normal 16px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: inherit;
	float: left;
	width: auto;
}

#navigation ul li a{
	float: left;
	width: auto;
	color: #ffffff;
	background-color: inherit;
	height: 60px;
	display: block;
	padding: 45px 15px 0 15px;
	text-decoration: none;
	cursor: pointer;
}

#navigation ul li a:hover, #navigation a.currentpage, #navigation a.activeparent {
	background: url(images/navi-hover-bg.gif) repeat-x 0 0;
}

#navigation ul li.active {
	background: url(images/navi-hover-bg.gif) repeat-x 0 0;
}

/* WRAPPER
--------------------------------------------------------- */ 
.wrapper-top {
	display: block;
	width: 1000px;
	height: 20px;
	background: url(images/wrapper-top-bg.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

.wrapper-bg {
	background: url(images/wrapper-bg.png) repeat-y 0 0;
	width: 1000px;
	height: 100%;
	overflow: hidden;
}

.wrapper-bottom {
	display: block;
	width: 1000px;
	height: 20px;
	background: url(images/wrapper-bottom-bg.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	}

/* CONTENT
--------------------------------------------------------- */ 
.content-top{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 15px;
	background: url(images/content-top-bg.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

.content-bottom {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 960px;
	height: 15px;
	background: url(images/content-bottom-bg.png) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
	}

#content h1 {
	font: bold 27px/29px sans-serif;
	color: #3b302b;
	background-color: inherit;
	padding: 8px 0 20px 0;
}

#content h2 {
	font: bold 20px/22px sans-serif;
	color: #3b302b;
	background-color: inherit;
	padding: 8px 0 20px 0;
}

#content p {
	padding: 0 0 22px 0;
	text-align: justify;
}

#content a {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#content a:hover {
	color: #cc3300;
}

#left ul {
  list-style-type: disc;
}

#left ol, #left ul {
  padding-left: 30px;
  margin-bottom: 15px;
}

#left table {
    margin-bottom: 15px;
}

#left td {
     	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
        padding: 10px;
}

#left img {
  border-width: 1px;
  border-style: solid;
  border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
  padding: 10px;
}

#left td img, #left .noborder img {
    border: none;
    padding: 0px;
}

#right a { 
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	background-color: inherit;
	text-decoration: none;
	margin: 10px 0 0 0;
}

#right a:hover {
	color: #2f2f2f;
	text-decoration: underline;
}

#right ul {
  margin-bottom: 20px;
}

.code {
  background: #eeeeee;
  padding: 15px !important;
  margin: 0 0 15px 0;
  font-family: monospace;
}

/* FOOTER
--------------------------------------------------------- */
#footer p {
	float: left;
	width: 600px;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	background-color: inherit;
}

#footer a {
	color:#ffffff;
	background-color: inherit;
	text-decoration: none;
}
#footer a:hover{
	color: #ffae26;
}

#footer ul {
	float: right;
	width: auto;
}

#footer ul li {
	float: left;
	width: auto;
	padding: 0 10px;
	background: url(images/footer-nav-divider.gif) 100% 5px no-repeat;
}

/* MESSAGES
--------------------------------------------------------- */

.info, .success, .warning, .error, .help {
	  border: none;
    margin: 10px 0;
    padding: 15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
	  background-image: url(images/info.gif);
}

.help {
    color: #00529B;
    background-color: #BDE5F8;
	  background-image: url(images/help.gif);
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
	background-image: url(images/success.gif);
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(images/warning.gif);
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(images/error.gif);
}

.depricated {
    padding: 3px 10px 3px 30px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(images/warning.gif);
}


/* FORMS
--------------------------------------------------------- */

form {
  background: #eeeeee;
  padding: 15px;   
  margin: 0 0 15px 0;
}

label {
	display: block;
	margin: 5px 0 0 0;
	color: #777777;
}

input, select {
	padding: 5px;
	font: normal 14px Arial, sans-serif;
	color: #000;
	background: #fff;
  width: 200px; 	
}

textarea {
	width: 400px;
	padding: 5px;
	font: normal 14px Arial, sans-serif;
	height: 100px;
	display: block;
	color: #000;
}

input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button, input.fbsubmit, div.button input { 
	font: bold 12px Arial, sans-serif; 
	height: 30px;
	margin: 10px 0 0 0;
	padding: 2px 3px; 
	color: #ffffff;
	background: #535353;	
	border-width: 1px;
  border-style: solid;
  border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;  
  cursor: pointer;
}

.checkbox, .radio {
	margin: 10px 0 0 0;
}

.checkbox label, .radio label {
	display: inline;
}

.checkbox input, .radio input {
    width: 20px;
	padding: 0;
	border: none;
}

/* TABLES
--------------------------------------------------------- */
#left table {
	border-collapse: collapse;
        width: 100%;	
}

#left th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}

#left tr {
	height: 34px;	
	background: #fff;
}

#left td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}

/* End of 'TWDesign Stylesheet' */

