/* Hidden from screen, shown on print -------------------------------------------------------------------------- */

.noscreen {
display:none;
visibility:hidden;
}

/* Main body tag ----------------------------------------------------------------------------------------------- */

xxx.xxxxBody {}

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	background-image:url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}


/* Fonts ------------------------------------------------------------------------------------------------- */

xxx.xxxxFonts {}
 
body{
	line-height: 1.5em;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size:13px;
}

#footer, #leftcolumn, #topsection {
	color: #ffffff;
}

.smalltext{
	font-size:11px;
	line-height:normal;
}

/* Headers ----------------------------------------------------------------------------------------------------- */

xxx.xxxxHeaders {}

h1{
	/*border-top:3px solid #333333;*/
	background-color:#4D93C2;
	color:#ffffff;
	font-size:13px;
	padding:5px;
	line-height: 1.5em;
	font-weight:bold;
	text-align:center;
}

h2{
	background-color:#4D93C2;
	color:#ffffff;
	font-size:13px;
	padding:5px;
	line-height: 1.5em;
	font-weight:bold;
	text-align:center;
}

h3{
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
}

/* Cells ------------------------------------------------------------------------------------------------------- */

xxx.xxxxCells {}

#maincontainer
{
	width: 790px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-right:1px solid #666666;
	border-left:1px solid #666666;
}

#topsection
{
	width: 100%;
}

#topsection #toptitle 
{
	font-size:30px;
	font-weight:bold;
}

#topsection #toplinks 
{
	/*line-height:normal;*/
	text-align:center;
	/*width:100%;*/
	background:#ffffff;
	padding:1px;
	margin:0px;
	/*background-image: url(images/buttons/orange20background.jpg);*/
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color:white;
}

#contentcolumn{
	margin-top:-0px;
	margin-bottom:-0px;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
}

.column1 
{
	float:left;
	width:277px;
	border-right:1px solid #999999;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}
.column2 
{
	float:left;
	width:277px;
	border-left:1px solid #999999;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-1px;
	margin-right:0px;
}
.nocolumn{width:565px!important;float:left;}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -790px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff/*#5DA3D2*/;
line-height:2em;
border-right:1px #bbbbbb dotted;
}

#leftcolumn div.padding {
padding-top:10px; 
padding-bottom:10px; 
padding-left:2px; 
padding-right:2px; 
margin:2px;
}

#footer{
clear: left;
width: 100%;
background: #5DA3D2;
text-align: center;
padding: 4px 0;
background:url(images/skytitle.jpg);
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.aud {
	background-image: url(images/aud.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 10px 10px 0px 0px ;
	-moz-border-radius: 10px 10px 0px 0px ;
	-webkit-border-radius: 10px 10px 0px 0px ;
}

.aud .floatleft {
	margin:10px;
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
}

.aud .floatright {
	margin:15px;
	}
	
.smallbooknow{
text-align:center;
}


/* Social bookmarking section ---------------------------------------------------------------------------------- */

xxx.xxxxSocialBookmarking {}

div.social {
	line-height: normal;
	background:none;
	text-align:center;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
	font-size:11px;
	color:#000000;
	background:#ffffff;
}

/* Hyperlinks -------------------------------------------------------------------------------------------------- */

xxx.xxxxHyperlinks {}

/* Left column standard link containers  */

#leftcolumn dl {
	padding: 0 0 10px 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: square;
}

#leftcolumn dt {
	color: #000000;
	font-weight: bold;
	padding: 0px 5px; 
}

#leftcolumn dd {
	background: #ffffff;
	color: #000000;
	padding: 0px 3px;
	margin: 0px;	
	}
	
#leftcolumn dd:hover {
	background-color:#f9f9f9;
	color:#000000;
	}
	
/* Left Colunm Main Link containers  */

#leftcolumn dd.link {
	padding-left: 10px;
	padding-top:-2px;
	margin: 0px;
	background-image: url(images/buttons/white20button.jpg);	
	}
	
#leftcolumn dd.link:hover {
	background-image: url(images/buttons/white20button.jpg);
	}
	
#leftcolumn dd.hlink {
	padding-left: 10px;
	padding-top:-2px;
	margin: 0px;
	background-image: url(images/buttons/blue20button.jpg);
	color:#ffffff;	
	}
	
#leftcolumn dd.hlink:hover {
	background-image: url(images/buttons/blue20button.jpg);
	color:#ffffff;
	}

	
/* Top Section Link containers */

#topsection dt {
	display:inline;
	background: #5DA3D2;
	color: #ffffff;
	font-weight: bold;
}

#topsection dd {
	display:inline;
	background: none;
	margin: 0px 0 0 0;
	padding-left:10px;
	padding-right:10px;
	/*border:solid 1px #444444;*/
	}
	
#topsection dd:hover {
	background-color:none;
	background-image:none;
	} 
	
/* actual links */	

#footer a, #topsection a {
	text-align:center;
	margin:0px;
	text-decoration:none;
	color:#4D83D2;
}

#footer a:hover, #topsection a:hover {
	text-decoration:none;
	color:#4D83D2;
	text-decoration:underline;
}

#topsection #toplinks a {
	font-weight:bold;
}

/* left column main links */

#leftcolumn dd.link a {color:#4D83D2/*#ffffff*/;font-weight:bold;}
#leftcolumn dd.link a:hover {/*color:#ffffff*/;}

#leftcolumn dd.hlink a {color:#ffffff/*#ffffff*/;font-weight:bold;}
#leftcolumn dd.hlink a:hover {/*color:#ffffff*/;}

/* left column small links */

#leftcolumn dd.slink a {color:#4D83D2/*#ffffff*/;font-size:11px;}
#leftcolumn dd.slink a:hover {/*color:#ffffff*/;}

/* social bookmarking section */

#leftcolumn div.social a {
	color:#4D83D2; 
	text-decoration:underline;
	font-weight:normal;
}
#leftcolumn div.social a:hover {
	color:#5DA3D2; 
	text-decoration:none;
	font-weight:normal;
}

/* Big Button Links */

a.b:hover  
	{
	margin-left:10px;
	display:block;
	font-size:16px;
	text-align:center!important;
	border-top:#009900 solid 1px;
	border-bottom:#009900 solid 1px;
	border-left:#009900 solid 1px;
	border-right:#009900  solid 1px;
	border-radius: 6px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:15px; 
	padding-right:40px; 
	background-color:#eeff99;
	color:#008800;
	font-weight:bold;
	text-decoration:none;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	}

a.b
	{
	margin-left:10px;
	display:block;
	font-size:16px;
	text-align:center!important;
	border-top:#009900 solid 1px;
	border-bottom:#009900 solid 1px;
	border-left:#009900 solid 1px;
	border-right:#009900 solid 1px;
	border-radius: 6px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:15px; 
	padding-right:40px; 
	background-color:#ddff88;
	color:#008800;
	font-weight:bold;
	text-decoration:none;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	}

/* all other links */

a {
	color:#4D83D2;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* Images ----------------------------------------------------------------------------------------------------- */

xxx.xxxxImages {}

img 
	{
	/*border:1px solid #333333;*/
	margin: 5px;
	}
img.border
	{
	border:1px solid #333333;
	}
#leftcolumn img, #footer img, #topsectior img 
	{
	border:none 0px;
	}
div.captioned 
	{
	padding:0px;
	margin:3px;
	border:1px solid #333333;
	float:right;
	text-align:center !important;
	line-height:normal;
	font-size:12px;
	}
div.captioned span 
	{}
div.captioned img
	{
	margin:0px;
	}

/* Hidden ----------------------------------------------------------------------------------------------------- */

xxx.xxxxHidden {}

.noshow {
	visibility:hidden;
	display:none;
	}

/* Floating --------------------------------------------------------------------------------------------------- */

xxx.xxxxFloating {}

.floatleft 
	{
	float:left;
	}
.floatright 
	{
	float:right;
	}

/* ------------------------------------------------------------------------------------------------------------ */

xxx.xxxxCentring{}

.centre 
	{
	text-align:center;
	}

/* Floating --------------------------------------------------------------------------------------------------- */

xxx.xxxxInputs {}

input {font-family:"Trebuchet MS", Verdana, sans-serif;}

/* ------------------------------------------------------------------------------------------------------------ */

xxx.xxxxQuoteTags{}

q:before, q:after {
    content: "";}
	
blockquote{
	text-align:center;
	padding:3px; 
	margin:3px;
	font-style:italic !important;}

blockquote.box{border:1px solid #5DA3D2;background-color:#ffffe9;}

blockquote p{
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
}

blockquote h3{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin: 0px auto;
	padding-bottom:0px;
}

blockquote img, blockquote p img{
	text-align:center;
	margin:0px auto	;
}

/* ------------------------------------------------------------------------------------------------------------ */

xxx.xxxxLists {}

xxx.xxxxOthers{}

ol li {
	margin-bottom: 10px;
}

address {
	font-style:normal;
}abbr {
	border: 0px none;
}
acronym {
	border: 0px none;
}
