/* @override http://www.idns.ca/assets/templates/IDNS/idns_styles.css */

/* Layout 
------------------------------------------------------------------------- */
* {
    margin: 0;
	padding: 0;
}

#page {
	position: relative;
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	width: 50em;
	height:auto;
}
	
#header {
	position:relative;
	padding-top: 1px;
    width: 834px;
	height: 219px;
	background: url(images/header.gif) no-repeat;
}

#randomImage {
	margin: 0;
	position: absolute; left: 45px;
	padding-top: 38px;
	}

#nav {
	margin:0;
	padding-top: 10px;
	width: 834px;
	height: 38px;
	background: url(images/bg_repeat.gif) repeat-y;
}

#navBar {
	position:absolute; left:45px; top:230px;
	padding-top:1px;
	width: 754px;
	height: 24px;
	background: url(images/navBg.gif) no-repeat;
}
	
#content_bg {
	margin:0;
	/*padding-top: 1px;*/
	width: 834px;
	height:auto;
	background: url(images/bg_repeat.gif) repeat-y;
}

.clr {clear:both;}

#content {
 	padding:1px 40px 20px 45px;
	margin: 0;
    text-align: left;
	height:100%;
    line-height: 1.4em;
}

#footer {
	clear: both;
	width:834px;
	height: 49px;
    padding: 0;
    font-size: .85em;
    color: #888;
	background: url(images/footer.gif) no-repeat bottom;
	margin-bottom: 20px;
}


/* Common Text Styles ------------------------------------------------------------------------- */


body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    color: #666;
    background: #b6b3af;
}

p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

#content h1 {
	color: #695e4a;
	font-size: 1.4em;
	margin-top: .6em;
	margin-bottom: .2em;
	padding-bottom: 3px;
	border-bottom: solid #ddd 2px;
}

#content h2 {
	color: #695e4a;
	padding-bottom:3px;
	font-size: 1.1em;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}

#content h4 {
	color: #fff;
	background: url(images/green_bar.gif) no-repeat;
	height:30px;
	width: 834px;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.6em;
	padding-left:10px;
	padding-top:3px;
}

#content h5 {
	color: #fff;
	background: url(images/orange_bar.gif) no-repeat;
	height:30px;
	width: 834px;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.6em;
	padding-left:10px;
	padding-top:3px;
}

#content p { 
	padding: 0 0 1em;
	font-weight: normal;
	font-size: 1em;
	color: #666;
	text-align: left;
	margin-top: .2em;
	margin-bottom: .2em;
}
		
#content p+p { 
	margin-bottom: .4em;
}

#content li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 20px;
	padding-left: 1em;
	padding-bottom: .5em;
	text-indent: -1em;
}

a, a:link { 
	font-weight: bold;
    text-decoration: underline;
    color: #695e4a; 
}

a:visited { color: #695e4a; text-decoration: underline;}
a:hover { color: #000; text-decoration: underline; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}



h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

/*blockquote {
    margin: 0 0 0 30px;
    padding: 5px 0 10px 20px;
    line-height: 1.5em;
	font-size: 85%;
    color: #666;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}*/

hr {
	border: none 0; 
	border-top: 1px dashed #888;
	width: 100%;
	margin-bottom: 1em;
	height: 1px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	clear:both;
	margin:0;
}

#footer p {
	text-align: center;
	padding-top: 0px;
	font-size: 12px;
	vertical-align:center;
}

#footer a {
border-bottom: none;
}

/* Forms
------------------------------------------------------------------------------- */


#EmaiForm
{
}

.error, .message {
    color: #000;
}
.message {
    background-color: green;
}

#EmailForm label
{
margin-right: 0.5em;
display: inline;
}

.submit input
{
margin-left: 4.5em;
}

input
{
}


fieldset
{
border: none;
width: 400px;
}

textarea
{
background-color: #fff;
}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

#ajaxSearch {
	position: absolute; left: 650px;
	vertical-align:center;
	width: 150px;
	text-align: left;
	z-index:200;
}

  #ajaxSearch_form {
            color: #444;
            width: 150px;
        }
        
        #ajaxSearch_input {
            width: 100px;
            display: inline;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            background: #fff url(images/input-bg.gif) repeat-x top left;
        }
        
        #ajaxSearch_submit {
            display: inline;
        }
        
           #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
			margin-left: -30px;
            background: #fff;
            display: block;
			width: 150px;
            height: auto;
            vertical-align: top;
            font-size: 12px;
        }
        
        .ajaxSearch_paging {
    
        }
        
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }

eventForm{
	width:100%;
}

/* Example 4 */
#fd {
	padding-left:10px;
}

#fd td {
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: middle;
	}