/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }




/* Font------------------------------*/
body {
font-family:Arial,sans-serif;
}







html,body{
background:#CCC;
color:#000;
margin:0;
padding:0;}
body{text-align:center;}
form{margin:0;}
img{border:0;}
#main-wrap{background:#CCCCCC url(img/bk.gif) repeat-y 50% 0;margin:0 auto;padding:0 10px;width:930px;text-align:left;}
#master-header{
background:#000 url(img/) repeat-x 0 -615px;
clear:both;
color:#FFF;
margin:0;
display:block;
height:110px;
background:#8FC41A;
}

#master-content {
	float:left;
	background:#ffffff;
	width:100%;
}

#content-header {
	width:100%;
	min-height:250px;
	float:left;
	background:#ffffff;
}

#top_logo {
	width:200px;height:96px;float:left;
	margin-top:5px;
	margin-left:10px;
}


#content-header-img {
	height:222px;
	float:left;
}


#content-header-img img {
	position:absolute;
	height:250px;
}


#content-header-img2 {
	height:164px;
}


#content-header-img2 img {
	position:absolute;
	height:192px;
}


#tab-section{background:url(img/) repeat-x 0 -726px;float:left;clear:both;padding-bottom:0;margin-bottom:0;width:100%;}




.cm-tabs {
	position:absolute;
	float:left;
    list-style: none;
    margin:0;
    padding: 0 0 0 10px;
   	
	
}

.cm-tabs li {
	list-style:none;
    float: left;
    margin:0 0 0 10px;
    padding:0px;
    outline:none;
    
}
.cm-tabs a, .cm-tabs a span {
    display: block;
    background-color:#999999;
    padding:3px 0 3px 8px;
    width: 160px;
}
.cm-tabs a {
    top: 1px;
    z-index: 2;
    color: #ffffff;
    font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.cm-tabs a.tabs-selected, .cm-tabs a.tabs-selected span  {
    color: #333333;
    background-color:#FFFFFF;
    
}

.cm-tabs a.tabs-selected:hover, .cm-tabs a.tabs-selected:hover span  {
    color: #333333;
    background-color:#FFFFFF;
    cursor:default;
}





.cm-tabs .tabs-selected a, .cm-tabs a:hover, .cm-tabs a:focus, .cm-tabs a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}

.cm-tabs a:hover, .cm-tabs a:hover span{
	background-color:#777777;
}

.cm-tabs a, .cm-tabs .tabs2-disabled a:hover, .cm-tabs .tabs2-disabled a:focus, .cm-tabs .tabs2-disabled a:active {
    background-position: 100% -100px;
}
.cm-tabs a span {
   
    
}
*>.cm-tabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.cm-tabs .tabs2-selected a span {
    padding-top: 7px;
    background-color:#DDDDDD;
}
.cm-tabs .tabs2-selected a span, .cm-tabs a:hover span, .cm-tabs a:focus span, .cm-tabs a:active span {
    background-position: 0 -50px;
}
.cm-tabs a span, .cm-tabs .tabs2-disabled a:hover span, .cm-tabs .tabs2-disabled a:focus span, .cm-tabs .tabs-disabled a:active span {
    background-position: 0 0;
}
.cm-tabs .tabs2-selected a:link, .cm-tabs .tabs2-selected a:visited, .cm-tabs .tabs2-disabled a:link, .cm-tabs .tabs2-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.cm-tabs a:hover, .cm-tabs a:focus, .cm-tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.cm-tabs .tabs2-disabled {
    opacity: .4;
}



.header-menu {
float:right;
margin-top:10px;
padding-right:20px;
width:630px;
}

.header-menu li {
float:left;
padding: 2px 9px 2px 10px;
}

.header-menu li a{
font-size:12px;
color:#ffffff;
}

.header-menu li a:hover{
text-decoration:underline;
}

#logon-menu {
	float:right;
	width:500px;
	text-align:right;
	margin-right:10px;
	margin-top:5px;
}

#logon-menu a {
	font-size:11px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	
}
#logon-menu a:hover {
	text-decoration:underline;	
}

#logon-menu span {
	font-size:11px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	
}

.buttonRow a {
color:#FFFFFF;
}

.buttonRow a:hover {
color:#FFFFFF;
}

#navlist {
color:#FFFFFF;
padding:6px;
background:#CF3333;
border:1px solid #777777;
}

#navlist:hover {
background:#8F1111;
}
