/*
 SilverStripe iTheme 
 http://www.silverstripe.com
 
 Originally created by Ndesign
 http://www.ndesign-studio.com/resources/wp-themes/itheme/
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#42AFDC url(../images/html-bg.gif) repeat-x top center;
	color:#333333;
	font:75% Arial,Helvetica,sans-serif;
	line-height:170%;
	margin:0px;
	padding:0px;
	text-align:center;
}

img {
	margin:3px 3px 3px 3px;
}

hr {
	clear:both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clearLine {
	clear:both;
	height:7px;
	margin:0px;
	padding:0px;
}
.clear, .center {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.imgtext {
	margin:11px;
}

a img {
	border: none !important;
}

/**************
 	Site Container Box
*/
#Container { 
	background:transparent url(../images/main-bg.jpg) no-repeat top left;
	height: auto !important; /* for modern browsers */
	height: 559px; /* for IE5.x and IE6 */
	min-height: 559px; /* for modern browsers */
	margin:0px auto;
	width:970px;
}

/** Header **/
#Header { 
 	height: 247px;
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
	text-align:left;
}
#Header div {
	margin:0px;
	padding:0px;
	text-align:left;
}
#Header h1 { 
	color:#FFFFFF;
	font:30px "Trebuchet MS",Arial,sans-serif;
	position:absolute;
	top:40px;
	left:25px;
	line-height:100%;
	margin:0px;
	padding:0px;
}
#Header p {
	color:#000000;
	font:12px Arial,Helvetica,sans-serif;
	position:absolute;
	top:77px;
	left:30px;
	line-height:normal;
}

#Layout {
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
	text-align:left;
}

/*** Main Nav ***/
#Navigation {
	background:transparent url(../images/content-top-bg.png) no-repeat scroll left top;
	_background:transparent url(../images/content-top-bg.gif) no-repeat scroll left top;/* only IE6 sees this rule*/
	height:26px;
	width:710px;
}
#Navigation ul { 
 	font:bold 12px Arial,Helvetica,sans-serif;
	line-height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 0px 25px;
	padding:0px;
	}
	#Navigation ul li { 
	 	float:left;
		margin:0px 1px;
		padding:0px;
		}
  		#Navigation ul li a { 
			color:#000000;
			display:block;
			margin:0px;
			padding:7px 3px;
			text-decoration:none;
			}
    		#Navigation ul li a:hover,
			#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background:#2E91C6 url(../images/nav-item-hover.gif) repeat-x scroll 0%;
				color:#FFFFFF;
				text-decoration:none;
				}

#Content {
	background:#ffffff;
	overflow:hidden;
	padding:25px 10px;
	margin:0px;
	width:690px;
	text-align:left;
}
#Content h2 a, Content h2 a:hover {
	color:#333333;
	text-decoration:none;
}

/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #939b9f;
	text-align: left;
	font-size: 0.9em; 
	margin: -23px 5px 10px 0px;
	}
	#Breadcrumbs p {
		margin: 0px;
		color: #939b9f;
	}
	#Breadcrumbs a {
		font-weight: bold;
	}

/*** Message Boxes ***/
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
}
span.middleColumn .message {
	margin: 4px 0px 0px 3px;
}
.required {
	margin: 4px 0px 0px 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	font-weight: bold;
}

p#Remember label {
	margin: -24px 0px 0px 20px;
	text-align: left;
}

#address {
	background:#FFF;
	padding:10px;
	margin:0px;
	width:690px;
}

/* Sidebar 
***********************************/
#Sidebar{ 
	color:#666666;
	float:right;
	line-height:160%;
	width:210px;
	margin:-25px 0px 0px 0px;
	padding:0px;
}
	#Sidebar a, #Sidebar a:visited {
		color:#000000;
		text-decoration:none;
	}
	#Sidebar a:hover, #Sidebar a:focus, #Sidebar a:active {
		text-decoration:underline;
	}
	#Sidebar a.current {
		font-weight: bold;
	}
	#Sidebar a.section {
		font-weight: bold;
		color: #666;
	}
	#Sidebar li.section {
		margin-bottom: 5px;
	}
	#Sidebar ul {
		margin: 0px;
	}
	#Sidebar li {
		margin: 0px 3px 0px 0px;
		list-style: none;
	}
	#Sidebar h3 { 
		color:#666666;
		font:bold 12px Arial,Helvetica,sans-serif;
		line-height:100%;
		background:transparent url(../images/sidep-handle.png) no-repeat scroll top left;
		_background:transparent url(../images/sidep-handle.gif) no-repeat scroll top left; /* only IE6 sees this rule */
		margin:0px;
		padding:5px 10px;
	}
	ul#Menu2 {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin: 0px;
	}
    ul#Menu2 li { 
      background:transparent url(../images/bullet-orange.gif) no-repeat scroll 0 0;
			padding:0px 0px 0px 15px;
			margin:0px;
    }
	ul#Menu2 li li, ul#Menu2 li li li{
		background: none;
		padding:0px 0px 0px 5px;} 
	.sidebarBox {
		margin: 0px 0px 10px 0px;
	}

/* Comments
******************************************/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0px;
}

#PageComments li {
	margin: 5px 0px;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #F4F4F4 none repeat scroll 0%;
	padding:5px 10px;
}
	#PageComments li.odd p {
		margin: 0px 0px 5px 0px;
	}
		#PageComments li.odd p.info {
			color: #669900;
			font-weight: bold;
		}
#PageComments li.even {
	background: #fff none repeat scroll 0%;
	padding:5px 10px;
}
	#PageComments li.even p {
		margin: 0px 0px 5px 0px;
	}
		#PageComments li.even p.info {
			color: #669900;
			font-weight: bold;
		}




.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0px;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0px;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0px !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0px;
}

/* Footer 
*****************************************/

#Footer { 
	background:transparent url(../images/content-bottom-bg.png) no-repeat scroll top left;
	_background:transparent url(../images/content-bottom-bg.gif) no-repeat scroll top left;/* only IE6 sees this rule*/
	color:#036;
	font:87% "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px;
	padding: 15px;
	clear:both;
	}
	#Footer p {
		width:700px;
		text-align:center;
		color:#036;
	}
	#Footer a, #Footer a:hover{ 
		color:#036;
		text-decoration: underline;
	}