/*				   For Mark Sorensen Builder					*/
/*				www.marksorensenbuilder.com.au/					*/


*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #000;
	color: #fff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

body.normal
{
				/*	Trick required to use MiniCMS		*/
	background: #a0a0a0; /* url(images_layout/tol_opaque_bkgnd.jpg) repeat-x;	*/
}


#outercontainer
{
	width: 960px;
	margin: 0px auto 0px auto;
	background: #fff;
	border: solid #800000;
	border-width: 0px 1px 1px 1px;
	text-align: center;
}

#topofpage
{
	height: 100px;
	width: 960px;
	padding: 0px;
	background: #000;
	text-align: left;
}

#toptrim
{
	height: 4px;
	width: 960px;
	background: #ff6800;
}



#menuparent
{
	position: relative;
	display: block;
	float: left;
	text-align: left;
	left: 0px;
	width: 1px;
	height: 0px;
}

#menucontainer
{
	position: absolute;
	margin-top: 260px;
	margin-left: 0px;
	width: 122px;
	line-height: 180%;
	background: #202020; /* url(images_layout/XXXX_btn_bkgnd_blur.gif) repeat-x;	*/
	line-height: 180%;
	border: solid #800000;
	border-width: 1px 1px 1px 0px;
}


#contentouter
{
	clear: both;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background: #202020 url(images_layout/msb_content_bkgnd.jpg) top repeat-x;
}

#contentinner
{
	width: auto;
	min-height: 500px;				/* This works in compliant browsers  */
	padding: 30px 20px 20px 175px;
	text-align: left;
}

#contentinnercms
{
	width: auto;
	padding: 30px 20px 20px 20px;
	text-align: left;
}

#entrysidebar
{
	width: 190px;
	float: right;
	border: solid #d88000 1px;
	margin: 5px 5px 20px 5px;
	background: #600000 url(images_layout/msb_sidebar_bkgnd.jpg) top repeat-x;
}

div.entrycontainer
{
	display: block;
	width: 620px;
	margin: 5px auto 10px auto;
	text-align: center;
}

div.entryshowcase
{
	display: block;
	float: left;
	width: 250px;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;
	border-top: solid 1px #404040;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #404040;
	background: #202020;
	text-align: center;
}


div.sidebar
{
	width: 190px;
	float: right;
	border: solid #f0e0a0 1px;
	margin: 5px 0px 20px 10px;
	background: #800000;	/* url(images_layout/sb_bkgnd.jpg) top repeat-x;	*/
}

#footerbox
{	
	width: 960px;
	text-align: center;
	background: #808080;
	color: #e0e0e0;
}

#footerbranding
{	
	width: 960px;
	text-align: center;
	background: #646464 url(images_layout/msb_footerbranding_bkgnd.jpg) top repeat-x;
	color: #e0e0e0;
	padding-top: 3px;
}

#footerhighlight
{	
	width: auto;
	height: 25px;
	background: #000040;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}


h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #800000;
	text-align: left;
	margin-left: 5px;
	padding-top: 20px;
}

h1
{
	font-size: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}


h1.subtitle
{
	font-size: 16px;
	margin-bottom: 5px;
	padding-top: 20px;
}



h2, h3, h4, h5, h6 { margin-bottom: 2px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1.tagline
{
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

h2.feature 
{
	padding-top: 0px;
	padding-left: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
	background: url(images_layout/h2_marker.gif) left  no-repeat;
}


p, ul, ol, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	margin: 0px 10px 10px 5px;
	line-height: 150%;
}


.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.strong { font-weight: bold; }
.normal { font-weight: normal; }
.silver { color: #808080;}
.red { color: #960000;}
.top0 { margin-top: 0px; }
.top5 { margin-top: 20px; }
.top20 { margin-top: 20px; }
.top35 { margin-top: 30px; }
.top50 { margin-top: 50px; }
.left0 { margin-left: 0px; }
.left5 { margin-left: 5px; }
.left15 { margin-left: 15px; }
.left25 { margin-left: 25px; }
.left50 { margin-left: 50px; }
.left75 { margin-left: 75px; }



.shade1 {background: #e0efff; }
.shade2 {background: #c0dff8; }
.shade3 {background: #b0d0ef; }
.shade4 {background: #a0c0e8; }
.shade5 {background: #96b2e4; }
.shade6 {background: #80a0d8; }

.text1 { color: #006050; }
.text2 { color: #208072; }
.text3 { color: #50b0a5; }
.text4 { color: #e0a080; }
.text5 { color: #d88060; }
.text6 { color: #d06020; }

.toplink
{
	font-size: 11px;
	margin-left: 30px;
	border: solid #e0e0e0 1px;
}

span.linkspacer
{
	display: inline;
	color: #e0e0e0;
	
	margin-left: 12px;
	margin-right: 12px;
}

span.namespacer
{
	display: inline;
	background: url(images_layout/small_white_diamond.gif) no-repeat;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0px 12px;
}

p.small
{
	font-size: 11px;
	line-height: 150%;
}


p.imagefootnote
{
	clear: both;
	text-align: center;
	font-size: 10px;
	background: #404040 url(images_layout/small_white_diamond.gif) no-repeat;
}

td p
{
	margin: 2px 2px 0px 2px;
}

p.footerlinks
{
	margin: 2px auto 0px auto;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	color: #808080;
	background: #202020;
}

p.copyright
{
	width: 970px;
	margin: 10px auto 20px auto;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.pdflink
{
	background: url(images_layout/pdf_icon.gif) left no-repeat;
	padding-left: 20px; 
	text-decoration: none;
}

.toplink
{
	font-size: 11px;
	margin-left: 50px;
	border: solid #e0e0e0 1px;
}


li
{
	text-align: left;
	margin-left: 35px;
	margin-bottom: 10px;
	line-height: 150%;
}

ul li
{
	list-style-type: disc;

}


a:link
{
	color: #fff;
	text-decoration: none;
}

a:visited
{
	color: #d8d8d8;
	text-decoration: none;
}

a:hover
{
	color: #ff8000;
	text-decoration: underline;
}

a:active
{	color: #ffd800;
	text-decoration: underline
}


a:hover.sidebar
{
	color: #ffd800;
	text-decoration: underline;
}

a:active.sidebar
{	color: #ffd800;
	text-decoration: underline
}



a.primnavi, .pseudonavi
{
	display: block;
	float: left;
	width: 116px;
	height: 20px;
	padding-left: 5px;
	border-top: solid #600000 1px;
	border-bottom: solid #320000 1px;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.pseudonavi
{
	color: #e0e0e0;
	background: #600000;	/* url(images_layout/t4b_btn_bkgnd_focus.gif) left no-repeat;	*/
	border-top: solid #320000 1px;
	border-bottom: solid #800000 1px;
}

a.primnavi:link, a.primnavi:visited
{
	color: #fff;
	background: #400000;	/* url(images_layout/t4b_btn_bkgnd_blur.gif) left no-repeat;	*/
}

a.primnavi:hover
{
	color: #ffd000;
	background: #600000;	/* url(images_layout/t4b_btn_bkgnd_focus.gif) left no-repeat;	*/
	border-top: solid #400000 1px;
	border-bottom: solid #800000 1px;
}

a.primnavi:active
{
	color: #ffe000;
	background: #880000;	/* url(images_layout/t4b_btn_bkgnd_focus.gif) left no-repeat;	*/
}




table { empty-cells: show; }

th, div.th
{
	background: #323232;
	vertical-align: top;
	text-align: center;
	border-top: solid #404040 1px;
	border-left: solid #404040 1px;
	border-bottom: solid #202020 1px;
	border-right: solid #202020 1px;
}
td
{
	line-height: 150%;
	vertical-align: top;
}

td.height20
{
	height: 20px;
	vertical-align: middle;
}

tr.hoverlight:hover
{
	background: #ffffd8;
}


img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}

img.showcaseentry
{
	margin: 5px auto;
	background: #808080;
	width: 240px;
	height: 140px;
}

img.showcase
{
	margin: 5px auto;
	background: #808080;
	width: 240px;
}

img.h180
{
	height: 180px;
}

img.w180h240
{
	width: 180px;
	height: 240px;
}
img.w240h160
{
	width: 240px;
	height: 160px;
}

img.w133h200
{
	width: 133px;
	height: 200px;
}

img.w500h142
{
	width: 500px;
	height: 142px;
}

img.w500h165
{
	width: 500px;
	height: 165px;
}

input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_layout/input_bkgnd_blur.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}


input:focus, textarea:focus
{
	background: url(images_layout/input_bkgnd_focus.jpg) top left no-repeat;
}

/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}

input.submit
{
	background: url(images_layout/submit_btn.png) no-repeat;
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin:0 auto;
	font-weight:bold;
	font-size: 14px;
}

input.submit:hover
{
	background: url(images_layout/submit_btn.png) 0 20px;
}




option { padding: 2px; border-bottom: solid #fff 1px;}
