/* Start of CMSMS style sheet 'sinkpoint' */
html, body {
	height: 100%;
}
html {
    margin: 0px;
    padding: 0px;
}
body {
	background:#222;
	color:#ccc;
	font: 10pt/16pt Verdana, MS PGothic, Helvecta, sans-serif;
	margin:0;
	padding:0;
}

a {
	color: #E14429;
}

a:hover {
	color: #F2CC37;
}

h1, h2, h3 {
	font: 1.6em Bookman Old Style,MS Gothic, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 1em 0;
	color: #708B52;
}

h1
{
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}

p, #content ul {
	padding: 0 0 0 1em;
}

img {
	margin: 10px;
	padding: 3px;
	border: 1px solid #666;
}

a img {
	border: 1px solid  #E14429;
	padding: 0;
}

a:hover img {
	border: 1px solid #F2CC37;
}

li {
	margin-top: 0.5em;
}

td {
	border: none !important;
}
embed {
	padding: 0;
	border: 1px solid gray;
	margin: 0 auto;
}

iframe
{
	width: 100%;
	height: 800px;
	overflow: visible;
	border: none;
	margin: 0;
	padding: 0;
}

#banner
{
	height:80px;
	margin:0;
	padding:0;
	position:relative;

	background:url(images/bg_night.jpg) no-repeat right center #222;
	border-bottom:1px solid #E14429;
}
#content
{
	width: 550px;
	padding:0;
}
#content ul 
{
	list-style-type: none;
	margin: 0;
}
#content ul li {
	background:url(images/bullet1.gif) no-repeat left 0.5em;
	padding: 0;
	margin: 0.5em 0;
	padding-left: 2em;
}
#contentContain
{
	background:#222;
	margin:20px auto 0;
	padding:0 10px 50px;
	width:750px;
	word-spacing:1pt;
}


#menu
{
	left:50%;
	margin-left:-400px;
	padding-left:55px;
	position:absolute;
	top:60px;
	width:700px;
	border-bottom:none;
	color:#E14429;
}

#menu ul
{
	left:0;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li
{
	margin:0;
	padding:0;
	display: inline;
	float: left;
	display:block;
	font:bold 7pt/20px Verdana, Helvetica, sans-serif;
	height:20px;
	letter-spacing:0.2em;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	width:115px;
}

#menu ul li a
{
	display: block;
	background:#A00005;
	border-bottom:none;
	color:#E14429;
	text-decoration: none;
}
#menu ul li.currentpage, 
#menu ul li.activeparent
{
	background:#222 !important;
	border:1px solid #E14429;
	border-bottom:none;
	color:white !important;
}

#menu ul li.activeparent a
{
	background: none;
	color: white;
}

#menu ul li.currentpage h3
{
	color: white;
	margin: 0;
	padding: 0;
	font:bold 7pt/20px Verdana, Helvetica, sans-serif;
}

#menu ul li a:hover
{
	background:#E14429;
	color:white;
}


#modules
{
	float:right;
	width:170px;
	margin-left: 10px;

}

#breadcrumbs
{
	border-bottom: 1px dotted #333;
	font-size: 10px;
	padding: 0.2em 0.5em;
	margin-bottom: 10px;

}

#footer {
	bottom: 0;
	margin: 0;
	padding: 0 1em;
	padding-top: 5px;
	height: 30px;
	line-height: 30px;
	background: url(images/bg_night.jpg) no-repeat bottom right;
	border-top:1px solid #E14429;
}

#footer a {
	color: white;
}

#footer img
{
	border:none;
	margin:0;
}


.smalltext {
	font-size: 7pt;
	color: #777;
}

.code
{
	font: 10px courier New, courier;
	background-color: black;
	border: 1px dashed gray;
	padding: 0.5em;
	
}

input[type="text"], .inputbox
{
	background-color: black;
	border: 1px inset black;
	color: white;
	margin: 5px 0;
}


#submenu {
	float: right;
	width: 170px;

}

#submenu label
{
	font-weight: bold;
	color: gray;
	font-size: 10px;
}

#submit input
{
	margin: 5px 0;
}

#submenu input[type="submit"]
{
	background-color: black;
	color: white;
	border: 1px solid gray;
	font-size: 10px;
}

#submenu h3
{
	color:gray;
	margin-top:0;
}


#submenu div.module
{
	border:1px dashed #333;
	background: url(images/bg_sub.jpg) no-repeat bottom left;
	padding:10px;
	margin: 10px 0;
}

#submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul ul
{
	margin-left: 10px;
}
#submenu ul li,
#submenu ul li.currentpage
{
	margin: 5px 0;
	display: block;
	font: 8pt Verdana, Helvecta, sans-serif;
}

#submenu ul li a
{
	display: block;
	border: 1px solid #444;
	padding: 5px 5px;
	font-weight:normal;
	text-decoration:none;
	text-transform: capitalize;
}

#submenu ul li a:hover
{
	background:#422222;
	border:1px solid #622222;
	color:#E14429;
}

#submenu ul li.currentpage
{
}

#submenu ul li.currentpage h3
{
	display: block;

	padding: 5px 5px;
	background:#422222;
	border:1px solid #622222 !important;
	font: 8pt Verdana, Helvecta, sans-serif;
	margin: 0;
	color: #E14429;
}

.subnav
{
	min-height: 350px;
}



.thumb  a
{
	display: block;
        background:#222;
	/*float: left;*/
	height:100px;
	margin:5px;
	width:100px;
	border:1px solid #333;
}

.thumb img
{
	display:block;
	margin:25px auto 0;
}

.thumb a:hover
{
	background:#422222;
	border:1px solid #622222;
}

.post
{
	color: #aaa;
	border: 1px solid #444;
	background-color: #111;
	padding: 0.8em;
	margin: 1.5em 0;
}

.post h3
{
	margin: 0 0 1em 0;
}

.paypal img
{
border: none;
}
/* End of 'sinkpoint' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   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 */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

