/*<group=General Styles>*/

body {
	font: 0.75em/1.5em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;

	color: #4c4c4c;
	margin: 0px 20px 20px 20px;
	background:#388BD8;
}

p {
}

b, strong {
	color: #191919;
}

a:link, a:visited {
	color: #7dbc00;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: 0;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 740px;
	margin: 0 auto;
	position: relative;
	background: #ffffff repeat-x left bottom url(images/content_bottom_shade.png);
	padding-bottom: 20px;
}

#pageHeader {
	background: #ffffff repeat-x left bottom url(images/content_bottom_shade.png);
	width: 740px;
	height: 50px;
	margin: 0 auto 0px auto;
	position: relative;
	padding-top: 0px;
}
#logoHeeader {
	background: #ffffff;
	width: 740px;
	height: 101px;
	margin: 0px auto 0px auto ;
	position: relative;
	padding-top: 1px;
}


#greenbar {
	display: none;
}

html>body #greenbar {
	display: block;
	height: 2px;
	background: #308bd9;
	width: 720px;
	position: absolute;
	left: 10px;
	top: 0;
}

#rmlogo {
	display: block;
	position: absolute;
	width: 80px;
	height: 25px;
	margin-top: 6px;
	margin-left: 8px;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#pageHeader h1 {
	display: none;
}

#pageHeader h2 {
	display: none;
}

#contentContainer {
	margin-right: 230px;
      background: #ffffff;

}

#contentContainer #content {
	padding: 10px;
}

#contentContainerInner {
	margin-right: 20px;
}

#contentContainerInner #content {
	padding: 10px;
}

/*<group=Submenu>*/
/* Sub menu width and paddng styles */
#submenu {
	color: #ffffff;
	text-align: center;
	width: 490px;
	padding-top: 3px;
	height: 20px;
	position: absolute;
	top: 130px;
	left: 10px;
	font-weight: bold;
}

#submenu a {
	color: #ffffff;
	font-weight: bold;
	padding: 4px 10px;
	text-decoration: none;
}


#submenu .current {
	padding: 4px 10px;
}

html>body #submenu a{ /*Non IE rule*/
width: auto;
}

/* sub menu blue colour styles */
.blue {
	background: #388bd8;
	border-bottom: 2px solid #8fcbff;
}

.blue a:hover {
	background: #8fcbff;
}

.blue .current {
	background: #8fcbff;
}

/* sub menu green colour styles */
.green {

	background: #629900;
	border-bottom: 2px solid #abd24d;
}

.green a:hover {
	background: #abd24d;
}

.green .current {
	background: #abd24d;
}
/* sub menu grey colour styles */
.grey {

	background: #484f56;
	border-bottom: 2px solid #76818c;
}

.grey a:hover {
	background: #76818c;
}

.grey .current {
	background: #76818c;
}

/* sub menu brown colour styles */

.brown {

	background: #a5550c;
	border-bottom: 2px solid #c37a1e;
}

.brown a:hover {
	background: #c37a1e;
}

.brown .current {
	background: #c37a1e;
}
/*</group>*/

/*<group=Sidebar Styles>*/

#sidebarContainer {
	width: 210px;
	float: right;
	margin-right: 5px;
}

html>body #sidebarContainer {
	margin-right: 10px;
}

#sidebarContainer #sidebar {
	padding: 10px 0;

}

#sidebarContainer .sideHeader {

}

#sidebarContainer ul {
	margin: 0;
	padding: 10px;
	list-style: disc inside;
}

#sidebarContainer a {
	color: #000000;
	font-weight: bold;
}

/*<group=Sidebar Bluebox>*/

.bluebox {
	background: #afd9ff;
	color: #000000;
	margin-bottom: 20px;
}

.bluebox img {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.bluebox h1 {
	background: #388bd8;
	border-bottom: 2px solid #8fcbff;
	color: #ffffff;
	font-size: 1em;
	margin: 0;
	padding: 3px 10px 2px 10px;
}

.bluebox p {
	margin: 0;
	padding: 10px;
}
	
/*</group>*/

/*<group=Sidebar Greenbox>*/

.greenbox {
	background: #a8e569;
	color: #000000;
	margin-bottom: 20px;
}

.greenbox h1 {
	background: #83c73f;
	border-bottom: 2px solid #9cdc58;
	color: #ffffff;
	font-size: 1em;
	margin: 0;
	padding: 3px 10px 2px 10px;
}

.greenbox p {
	margin: 0;
	padding: 10px;
}
	
/*</group>*/

/*</group>*/

#footer {
	border-top: 2px solid #878787;
	background: #f1f1f1;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	height: 73px;
}

#footer p {
	margin: 0;
	padding: 10px 5px 5px;
}

#footer a:link, #footer a:visited {
	color: #878787;
}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#navcontainer #current {
	border-bottom: 5px solid #308bd9;
	color: #000000;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	border-bottom: 5px solid #308bd9;
}

#nbackground {
	background:#ffffff;
	width: 740px;
      height: 32px;
	margin: 0px auto ;
	
	
}
#nbackground2 {
	background:#ffffff;
	width: 740px;
      height: 101px;
	padding-bottom:0;
	padding-top:1px;
      margin:0px auto 0px auto;
	
	
}
#n {
	font-size:1.2em;font-weight:bold;background:#3972B1;color:#FFFFFF;padding:0px;
	width: 738px;
	height: 21px;
	margin-left:auto;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom:0px;
	
	
	
	padding-top: 3px;
	


}
#n a.but {
	padding:4px 26px;text-decoration:none;color:#FFFFFF;
} 
#n a.but:hover {
	color:#eee;background:#388bd8
}
#n a.act:hover,#n a.act	{
	color:#333;background:#afd9ff;
}


/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{

}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/*</group>*/

/*<group=Global Classes>*/

#sidebarContainer #sidebar .rssfeed a:link {
text-decoration: none;
font-weight: normal;
}

#sidebarContainer #sidebar .rssfeed a:hover {
text-decoration: none;
color: #4c4c4c;
}

#sidebarContainer #sidebar .rssfeed img {
}

.flickr img {
	padding: 4px;
	border: 1px solid #b3b3b3;
	margin-right: 7px;
}

blockquote, .standout {
	font-size: 1.2em;
	color: #7dbc00;
	margin: 0;
	padding: 0;
	display: inline-table;
	line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
	color: #7dbc00;
	margin: 0px;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	color: #7dbc00;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.5em;
	color: #474f56;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 5px;
}

h4 {
	color: #191919;
	font-size: 1.1em;
	margin: 0;
}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 1.5em;
	color: #7dbc00;
	margin-bottom: 5px;
	font-weight: bold;
}

.blog-archive-link {
	display: inline;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b3b3b3;
}

.blog-entry img {
	padding: 4px;
	border: 1px solid #b3b3b3;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #7dbc00;
	margin-bottom: 5px;
	font-weight: bold;
}

.blog-entry-date {
	margin-bottom: 15px;
	color: #b3b3b3;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
	/*padding-left: 27px;
	background: no-repeat left 4px  url(images/paper_pencil.png)*/
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
}

.album-description {
}

.thumbnail-table {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
}

.movie-title {
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text {
	font-size: 1.15em;
	color: #191919;
	line-height: 1.5em;
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/

/*<group=Hosting>*/

table.hosting {
	width: 466px;
	font: 1em/1.5em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #f1f1f1;
	clear: left;
}

table.hosting tr {
}

table.hosting td.header {
	background: #484f56;
	border-bottom: 2px solid #76818c;
	color: #ffffff;
	font-weight: bold;
}

table.hosting td.one {
}


table.hosting td.two {
	background: #ffffff;
}

table.hosting td.standard {
	font-weight: bold;
}

table.hosting td {
	padding: 5px;
	border-right: 1px solid #ffffff;
}

.purchase {
	background: #7dbc00;
	border-bottom: 2px solid #abd24d;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	clear: left;
	width: 680px;
	text-align: left;
}

.purchase a:link, .purchase a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
	
.purchase a:hover {
	text-decoration: underline;
}
	
.columns {
	width: 467px;
	padding-top: 10px;
}

.columns .item {
	padding-bottom: 10px;
}

.columns img {
	float: left;
	margin-right: 5px;
}

.columns h1 {
	font-size: 1em;
	margin: 0;
	color: #000000;
}

.columns p {
	margin: 0;
	padding: 0;
}

.column1 {
	width: 233px;
	float: left;
	margin-bottom: 20px;
}

.column2 {
	width: 233px;
	float: left;
	margin-bottom: 20px;
}
	
/*</group>*/

/*<group=Site Showcase>*/
table.showcase {
	width: 466px;
}

table.showcase td {
	padding: 2px;
}

table.showcase td.header1 {
	width: 65%;
	background: #484f56;
	border-bottom: 2px solid #76818c;
	color: #ffffff;
	font-weight: bold;
}

table.showcase td.header2 {
	width: 35%;
	background: #484f56;
	border-bottom: 2px solid #76818c;
	color: #ffffff;
	font-weight: bold;
}

table.showcase td.col1 {
}

table.showcase td.col2 {
	
}

table.showcase td.links {
	background: #7dbc00;
	border-bottom: 2px solid #abd24d;
	color: #ffffff;
	width: 456px;
}

table.showcase td.links a:link, table.showcase td.links a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

table.showcase td.links a:hover {
	text-decoration: underline;
}


/*<group=Star Rating>*/

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 15px;
	position: relative;
	z-index: 0;
	background: url(images/no_star.png) top left repeat-x;		
}

.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.star-rating li a{
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.star-rating li a:hover{
	background: url(images/one_star.png) left top;
	left: 0px;
}

.star-rating a.one-star{
	left: 0px;
	z-index: 6;
}

.star-rating a.one-star:hover{
	width:15px;
}

.star-rating a.two-stars{
	left:15px;
	z-index: 5;
}

.star-rating a.two-stars:hover{
	width: 30px;
}

.star-rating a.three-stars{
	left: 30px;
	z-index: 4;
}

.star-rating a.three-stars:hover{
	width: 45px;
}

.star-rating a.four-stars{
	left: 45px;
	z-index: 3;
}

.star-rating a.four-stars:hover{
	width: 60px;
}

.star-rating a.five-stars{
	left: 60px;
	z-index: 2;
}

.star-rating a.five-stars:hover{
	width: 75px;
}

.star-rating a.one-star-current {
	background: url(images/one_star.png) repeat-x;
	width:15px;
	z-index: 6;
}

.star-rating a.two-stars-current {
	background: url(images/one_star.png) repeat-x;
	width: 30px;
	z-index: 5;
}

.star-rating a.three-stars-current {
	background: url(images/one_star.png) repeat-x;
	width: 45px;
	z-index: 4;
}

.star-rating a.four-stars-current {
	background: url(images/one_star.png) repeat-x;
	width: 60px;
	z-index: 3;	
}

.star-rating a.five-stars-current {
	background: url(images/one_star.png) repeat-x;
	width: 75px;
	z-index: 2;
}

/*</group>*/

fieldset.showcase  {
	color: #666;
	background-color: #f6f6f6;
	border: solid 1px #dddddd;
	display: block;
}

.showcaselabel   {
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 100px;
	float: left;
	}
/*</group>*/

/*<group=Admin Table>*/
table.admin {
	width: 466px;
	margin-bottom: 30px;
	margin-top: 15px;
	font-size: 1em;
}

table.admin td {
	padding: 2px;
}

table.admin td.header1 {
	width: 40%;
	background: #484f56;
	border-bottom: 2px solid #76818c;
	color: #ffffff;
	font-weight: bold;
}

table.admin td.header2 {
	width: 25%;
	background: #484f56;
	border-bottom: 2px solid #76818c;
	color: #ffffff;
	font-weight: bold;
}

table.admin td.header3 {
	width: 35%;
	background: #484f56;
	border-bottom: 2px solid #76818c;
	color: #ffffff;
	font-weight: bold;
}

table.admin td.col1 {
}

table.admin td.col2 {
}

table.admin td.links {
	background: #7dbc00;
	border-bottom: 2px solid #abd24d;
	color: #ffffff;
}

table.admin td.links a:link, table.admin td.links a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

table.admin td.links a:hover {
	text-decoration: underline;
}

fieldset.admin  {
	color: #666;
	background-color: #f6f6f6;
	border: solid 1px #dddddd;
	display: block;
}

.adminlabel   {
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 100px;
	float: left;
	}
/*</group>*/

/*<group=Hot Sites>*/
.hotsite {
	background: #7dbc00;
	border-bottom: 2px solid #abd24d;
	color: #558001;
	font-weight: bold;
	padding: 5px;
	clear: left;
	width: 456px;
	text-align: left;
	margin-bottom: 5px
}

.hotsite a:link, .hotsite a:visited {
	color: #ffffff;
	text-decoration: none;
}
	
.hotsite a:hover {
	text-decoration: underline;
}
/*</group>*/

#announcements{
    	margin: 0px 10px 15px 10px;
	padding: 5 0 10px 0;
	background-color: #fdfdef;
	border: 1px solid #eae9e1;
	-moz-border-radius: 5px;
	
}

#announcements .announcementsHdr {
    display: block;
    padding: 10px 0px 4px 10px;
    margin: 0 0 2px 0;
}

#announcements .announcementsHdr span {
    font-size: 8pt;
}

#announcements .announcementsHdr span.announcementsLbl {
    padding: 1px 6px 1px 1px;
    color: #988f42;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    font-family: verdana;
}

#announcements h3 {
    font-size: 10pt;
    font-weight: bold;
    color: #333;
    margin: 0px;
	padding: 0px 0px 0px 10px;
    font-family: verdana;
}

#announcements h3 em {
    font-size: 8pt;
    color: #666;
    margin: 0px;
	padding: 0px 0px 0px 1px;
    font-style: normal;
    font-weight: normal;
    font-family: verdana;
}

#announcements p {
	margin: 0px;
	padding: 3px 0px 5px 10px;
	font-size: 11px;
        font-family: verdana;
}


