/* Start of CMSMS style sheet 'hccpt_main' */
/* Set all the browser padding, margin and border defaults to zero */

* {
	border: 0;
	margin: 0;
	padding: 0;
}


/********** xhtml specific tags **********/


body {
	color: #333;
	text-align: center;
	height: 100%;
	background-color: #ffffe8;
	font: 0.9em "lucida sans", Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
}


/* links */

a {
	color:#3541AF;
	text-decoration:none;
	font-weight: bold;
}
#main a {
text-decoration:underline;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

a:focus{
	color:#666;
	text-decoration:underline;
}

a:active{
	color:#666;
	text-decoration:underline;
	color: #809337;

}


h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
}


h1 {
	font-size: 1.6em;
	color: #292929;
	line-height: 2.5em;
	padding-left: 50px;
	margin-left: 5px;
	background-image: url(images/cms/hccpt/logo/logo_sm.jpg) ;
	background-repeat: no-repeat;
	background-position: left center;
}


p, h2, h3, h4, h5 {
	margin: 10px 15px;
}


acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}


blockquote {
	margin: 15px; 	
	padding: 0 0 0 20px;  	
  	background-color: #fafafa; 
	border: 1px solid #f2f2f2; 
	font: bold 1.2em/1.5em "Century Gothic", Verdana, Arial, Sans-Serif; 
	color: #666;	
}



/* form elements */


form {
	border: 1px solid #999;
	width: 90%;
	background-color: #eee;
        margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
        padding-bottom: 20px;
}


fieldset {
	padding: 20px;
}

legend {
       margin-top: 20px;
       font-weight: bold;
}

label {
	display:block;
	margin-top: 10px;
}


input, textarea, select {
	border: 1px solid #999;
	background-color : #fff;
	margin-bottom: 15px;
        margin-top: 3px;
	margin-left: 40px;
	padding: 1px 2px;
}


input:hover, input:focus, textarea:hover, textarea:focus {
	border : 1px dashed #999;
	background-color : #fffffe;
	}

.send {
	margin-left: 40px;
	background-color : #999;
        color: #fff;
}


select.select {
  padding : 1px 0;
}




#main .address li {
	background-image: none;
}


 /*********************************/




/********** Div Styling **********/



/* topLinks */


#topLinks {
	background-color: #292929;
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.9em;
	color: #ccc;
}


#topLinks ul {
	text-align: right;
	padding-right: 10px;
}


#topLinks ul li {
	display: inline;
	list-style-type: none;
}


#topLinks a {
	color: #ccc;
	font-weight: normal;
}


#topLinks a:hover{
	color: #666;
	text-decoration: underline;
}


#topLinks a:focus{
	color: #666;
	text-decoration: underline;
}

#topLinks a:active{
	color: #666;

}




/* header */


#wrapper {
	text-align: center;
}


#header-content, #content, #footer-content {
	width: 760px;
}


#header {
	text-align: center;
	width: 100%;
	background-color: #292929;
	border-bottom: solid 5px #3541AF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}


#header-content {
	position: relative;
	text-align: left;
	background-color: #ffffe8;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-image: url(images/cms/hccpt/header_images/headercurvetop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}




/* content */


#content-wrap {
	width: 100%;
	background-color: #ffffe8;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#content {
	text-align: left;
	background-color: #ffffe8;
	/*width: 750px;*/
	width:98%;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
}


#content h2 {
	border-bottom: 1px solid #ccc;
	color: #809337;
	background: inherit;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
}


#content h3 {
	border-bottom: 1px solid #ccc;
	color: #809337;
	background: inherit;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-style: normal;
}


/* main */



#main {
	float: left;
	width: 51%;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
}


#main ol {
	padding-left: 30px;
}


#main ol li {
	background-image: none;
	list-style-type: decimal;
}


#main ul {
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 30px;
}


#main  ul li {
	margin-bottom: 7px;
	list-style-type: none;
	background: url(images/cms/hccpt/bullet.gif) no-repeat left center;
        padding-left: 15px;
}




#main dl {
	border: 1px solid #999;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}


#main dt {
	background-color:inherit;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #292929;
	padding: 15px 10px;
}


#main dd {
	margin-left: 10px;
    margin-bottom: 20px;
	padding: 5px;
}


#main dd img {
		margin-left: 20px;
        width: 450px;
        height: 375px;
}



#main .newsBox {
	background: #f2f2f2;
	border: 1px solid #999;
	margin: 20px auto;
	width: 90%;
	padding: 0 10px 10px 10px;
}


#main .newsBox h3 {
	margin-top: 15px;
	font-size: 1.1em;
}


#main .newsBox img {
	clear: left;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}



/* sidebar */


#sidebar {
	float: left;
	width: 19%;
	margin-top: 8px;
        margin-bottom: 20px;
}	


#sidebar h1 {
	padding: 10px 0 5px 10px;
	margin: 0;	
}

/* rightSearch */

#rightSearch {
float:right;
width:25%;
}
#searchform {
margin:0;
padding:0;
width:100%
}
#searchForm input, #searchForm select {
cursor:pointer;
}
#search h3 {
margin-top:0.8em;
}
#rightSearch fieldset, #rightSearch input, #rightSearch select {
margin:0;
padding:0;
}
#rightSearch select {
position:relative;
top: 0.4em;
}
#rightSearch input {
padding: 2px;
margin:0;
}
#rightSearch legend {
padding-left: 1em;
margin:0;
}
#rightSearch p {
padding:0 0 1em 1em;
margin:0;
}
#rightSearch label {
position: absolute;
left:-2000px;
}
#rightSearch input#keyword {
padding: 5px;
position: relative;
top:6px;
}
#rightSearch #category,#rightSearch #alpha {
padding: 3px;
position: relative;
top:10px;
}
#content h3.noUnderline {
border:none;
margin: 0.5em;
margin-left:0.7em;
margin-bottom:0;
}
table.companyDetails {
margin: 1em;
}
table.companyDetails th {
padding-right:1em;
}

/* alliance admin styles */

#companyDetails td, #companyDetails th  {
border: 1px solid grey;
}
#wrapper2 {
	text-align:left;
	margin-left:2em;
	}
#wrapper2 ul {
	margin-left: 2em;
	}
#updateform,#adduser, .log, #deletemember {
margin-left:1em;
}
#updateform label, #adduser label {
position:relative;
}
#updateform input, #updateform select, #adduser input, #adduser select {
position:absolute;
left:15em;
}
.companyDetails {
border: 1px solid grey;
padding: 0.5em;
}

/* footer */
/* End of 'hccpt_main' */

/* Start of CMSMS style sheet 'hccpt_slideshow' */
#rotator
{
	overflow: hidden;
	position: relative;
	width: 760px;
	height: 200px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/cms/hccpt/header_images/image0.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffe8;
}

#rotator img
{
	cursor: pointer;
	width: 750px;
	height: 190px;
	display:none;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	left: 5px;
	top: 5px;
}
/* End of 'hccpt_slideshow' */

/* Start of CMSMS style sheet 'hccpt_main_menu' */
/* sidebar menu */


#menuwrapper {
	width: 100%;
	margin:;
	padding: 0;

}

#primary-nav {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;

}


#primary-nav li {
	list-style: none;
	padding: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;

}

#primary-nav li ul li {
	list-style: none;
	padding: 2px 0 2px 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	border-bottom: none;
	font-weight: normal;
}


#primary-nav li a {
	outline: none;
	display:block;
	text-decoration:none;
	padding: 3px 5px 3px 20px ;
       	font-size: 0.8em;
}

#primary-nav li a:hover {
	background-color: #eee;
       	font-size: 0.8em;
	text-decoration: underline;
}

#primary-nav li a:focus {
	background: url(images/cms/hccpt/hover_bullet.gif) no-repeat left center;
	background-color: #eee;
       	font-size: 0.8em;
	text-decoration: underline;
}

#primary-nav li a:active {

	background: url(images/cms/hccpt/hover_bullet.gif) no-repeat left center;
	text-decoration: underline;
	background-color: #eee;
       	font-size: 0.8em;

}



#primary-nav li .menuactive{

	background: url(images/cms/hccpt/hover_bullet.gif) no-repeat left center;
	background-color: #eee;
	text-decoration: underline;

}


#footer-content ul {
	text-align: center;
	padding-top: 7px;
}


#footer-content li {
	display: inline;
	list-style-type: none;
}



#footer-content ul {
	text-align: center;
	display: inline;

}

#footer-content ul li {
	list-style-type: none;
padding: 0;
   
}

#footer-content li .noBorder{
      border-right: none;

}



/* End of 'hccpt_main_menu' */

