/* Start of CMSMS style sheet '10radio' */
body {
	margin: 0px 0px 0px 0px;
	font-size: small;
	background-color: #dddddc; 
	background-image: url(uploads/images/background.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
}


#container {
	position: absolute;
	width: 760px;
	top: 0px;
	left: 50%;
	margin: 0px 0px 14px -375px;
}

* html body #container {
	margin-left: -374px;
}



#homepage-container {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	width: 755px;
	background-color: #dddddc;
}


/* styles for top banner */

#header {
	width:750px; 
	height:95px;
	background-color: #cc3300;
	background: url(uploads/images/header.gif) no-repeat;
}


#headtitle {
	visibility: hidden;
}

#footer {
	clear: both;
}



/* rotating images */

#picture1 {
	position:absolute; 
	width:143px; 
	height:108px;
	visibility:visible
}

#picture2 {
	position:absolute; 
	left:175px; 
	width:143px; 
	height:108px;
	visibility:visible
}

#picture3 {
	position:absolute; 
	left:335px; 
	width:143px; 
	height:108px;
	visibility:visible
}



#picture4 {
	position:absolute; 
	left:10px; 
	width:143px; 
	height:108px;
	visibility:visible;
	z-index: 1;
}










/* lefthand column - menu bar formattting */


#sidebar {
    position: absolute;
    left: 1px;
    width: 120px;
    font-family: monaco, arial;
    font-size: 90%;
}

#sidebar li {
   margin-bottom: 0.5em;
}


#sidebar #menu_vert {
    margin-top: 20px;
}

#sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

#sidebar li li {
    padding-left: 10px;
}

#sidebar a {
    text-decoration: none;
    color: #cc3300;
    display: block;
    padding-left: 10px;
}

#sidebar li.activeparent a {
    color: #333;
}

#sidebar a:hover {
    background-color: #fff;
    xmargin-left: -10px;
    xpadding-left: 10px;
}


#sidebar img {
    border: 0;
}

#sidebar h3 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

#sidebar li.currentpage h3 {
    color: white;
    background-color: #999;
    padding-left: 10px;
}

#sidebar a:hover {
    text-decoration: none;
    color: #333333;
}

#sidebar li.nohover a:hover {
    background-color: #cccccc;
}



/* middle column */


#main {
	position: absolute;
	left: 120px;
	top: 115px;
	width: 470px;
	padding: 20px 5px 0 15px;

/*
	background-color: #ffffff;
	width:567px; 
	text-align: left;
	padding-right: 15px;
	padding-left: 120px;
	padding-top: 15px;
*/
}




/* Righthand column formatting - homepage only */

#right-column {

	position: absolute;
 	left: 610px;
	top: 115px;
	width: 120px;
	padding: 20px 10px 0 10px;
}


.right-column-space {
	height: 110px;
}

.right-column-space2 {
	height: 30px;
}




#right-column img {
	border: 0;
}


/* STYLES LINKED TO FORMBUILDER */
/* Studio message form */

.cms_textara {
        width: 118px;
        height: 140px;
        border: 1px solid #666666;
}

#m6fbrp__43, #m7fbrp__43, {
        width: 118px;
        height: 140px;
        border: 1px solid #666666;
}

.sendermail {
        width: 118px;
        height: 20px;
        border: 1px solid #666666;
        margin-bottom: 0px;
}

#m6fbrp__22, #m7fbrp__22 {
        width: 118px;
        height: 20px;
        border: 1px solid #666666;
        margin-bottom: 0px;
}

/* Submit news page */
#m6fbrp__53, #m6fbrp__59, #m6fbrp__60, #m6fbrp__55, #m6fbrp__61 {
        width: 300px;
        height: 20px;
        border: 1px solid #666666;
        margin-bottom: 10px;
}       

#m6fbrp__66 {
        width: 300px;
        height: 140px;
        border: 1px solid #666666;
}


/* Feedback page */

#m6fbrp__70, #m6fbrp__82, #m6fbrp__84, #m6fbrp__73, #m6fbrp__75, #m6fbrp__77, #m6fbrp__79 {
        width: 300px;
        height: 20px;
        border: 1px solid #666666;
        margin-bottom: 10px;
} 


#m6fbrp__86 {
        width: 300px;
        height: 140px;
        border: 1px solid #666666;
}

#m6_87 {
       margin-bottom: 20px;
}





/* End of Formbuilder styles */


/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */






/* text formatting */



.space {
	height: 110px;
}

h1 {
	font: 130% verdana, arial, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	color: #cc3300;
}

h2 {
	font: 110% verdana, arial, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	color: #cc3300;
}

h3 {
	font: 100% verdana, arial, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	color: #cc3300;
}




#main p {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	line-height: 160%; 
}

#right-column p {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	line-height: 160%; 
}


#main ul {
	text-align: left;
}


#main li {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	line-height: 160%; 
	list-style-type: square;
}

#main a:link {
	text-decoration: none;
	color: #cc3300;
}

#main a:visited {
	text-decoration: none;
	color: #cc3300;
}

#main a:hover {
	color: #333333;
}

#announce {
	line-height: 160%; 
	background-color: #ddd;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
  	border: 1px solid #A6B2BC;
}	

#main img {
	border: 0;
	vertical-align: middle;
}

hr {
	border-width: 1px 0 0 0;
	height: 0px;
	width: 100%;
}

.send-button {
       border: solid 1px #666666;
       padding: 2px;
}

.fbsubmit {
       border: solid 1px #666666;
       padding: 2px;
       margin-top: 0px;
}



#cic-details {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	text-align: left;
}






/* ANCHOR LINKS AT TOP OF PAGE */

#anchor-links {
	width: 450px;
	margin-left: -40px;
}

#anchor-links ul {
	list-style: none;
}

#anchor-links li {
	font-family: arial;
	font-color: #cc0000;
	display: inline;
}

#anchor-links a:link, #nav a:visited {
	text-decoration: none;
	color: #cc0000;
}

#anchor-links a:hover {
	color: #666666;
}





/* About page - director pics */

.director-box {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 30px 20px 0;
	width: 82px;
}

ul.director {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

li.director {
	display: inline;
}

.clear {
	clear: both;
}




/* Training dates table */

.trainingtable {
	border-collapse: collapse;
	width: 560px;
}

.trainingtable th {
	border: 1px solid #AAAAAA;
	border-bottom: none;
	padding: 8px 8px 8px 8px;
	background-color: #CC3300;
	color: #ffffff;
	font: 90% verdana, arial, sans-serif;
	text-align: center;
}

.trainingtable td {
	border: 1px solid #EAEAEA;
	font: 90% verdana, arial, sans-serif;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
	text-align: left;
}


/* End of '10radio' */

