/* ============================================================================= */
/*                      For Protected Transport Systems                          */
/*                       www.protectedtransport.com.au                           */
/*                     protected-transport-systems_2010                          */
/* ============================================================================= */

*
{
	margin: 0px;
	padding: 0px;
	z-index: 1; 
	font-family: verdana, arial, helvetica, sans-serif;
}
body.normal

{
	background: #f0f0f0;
	font-size: 12px;
	text-align: center;
}

#outershadow
{
	width: 1002px;
	margin: 0px auto 0px auto;
	background: #808080;
	border: solid #d8d8d8;
	border-width: 0px 1px 2px 0px;
	text-align: center;
}

#outercontainer,
#footerbackground,
#topofpage,
#img_branding,
#contentouter
{
	width: 1000px;
	z-index: 1; 
}



#outercontainer
{
	background: #f0f0f0;
	border: solid #4080c0;
	border-width: 0px 1px 1px 1px;
	text-align: center;
}

#topofpage
{
	height: 120px;
	width: 1000px;
	background: #d8e8ff;
	text-align: left;
}


#img_branding
{
	display: block;
	width: 1000px;
	height: 125px;
	margin: 0px;
}


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

#menucontainer
{
	z-index: 1;
	position: absolute;
	top: 185px;
	width: 130px;
	text-align: left;
}


#contentouter
{
	z-index: 1;
	clear: right;
	margin: 0px;
	padding: 0px;
	background: #fff url(images_layout/pts_navi_sb_bkgnd.png) top left repeat-y;
}

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

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


#copyrightline
{
	clear: both;
	width: 100%;
	text-align: right;
}

#footerbox
{	
	z-index: 1; 
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
	background: url(images_layout/pts_footer_lhs_bkgnd.png) bottom left no-repeat;
}



#footerbranding
{	
	height: 25px;
	margin: 5px 15px 0px auto;
	color: #000;
	font-weight: bold;
	line-height: 200%;
	text-align: right;
	font-size: 11px;
}


div.menusubgroup
{
	width: 139px; 
	background: #e0efff url(images_layout/sub_menu_bkgnd.png) top repeat-x;;
	border: solid #fff;
	border-width: 1px 1px 1px 0px; 
	margin-bottom: 20px;
}

div.sidebar
{
	z-index: 1; 
	float: right; 
	margin: 5px 5px 20px 30px;
	border: solid 1px #d8d8d8;
	background: #f0f0f0 url(images_layout/sb_bkgnd.jpg) top repeat-x;
}



div.imagefloat
{
	display: none;
	z-index: 3;
	margin-left: -660px;
	width: 820px;
	height: 620px;
	padding: 10px;
	background: url(images_layout/image_float_bkgnd.png) top left no-repeat;
}


div.clicktoclose
{
	display: block; 
	position: absolute; 
	z-index: 4; 
	width: 800px; 
	height: 600px;
	background: transparent;
}

div.clicktoclose:hover
{
	background: url(images_layout/image_float_close_bkgnd.png) bottom no-repeat;
}

div.clicktoenlarge
{
	display: block; 
	position: absolute;
	z-index: 2; 
	width: 300px; 
	height: 225px; 
 	background: transparent;
}

div.clicktoenlarge:hover
{
	background: url(images_layout/image_float_open_bkgnd.png) bottom no-repeat;
}


#section1 { display: none; }

#commentcontainer
{
	height: 300px;
	width: 530px;
	margin-bottom: 30px;
	overflow: scroll;
}


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

h1
{
	font-size: 2em;
	margin-bottom: 5px;
	padding-top: 0px;
	font-weight: normal;
}

h2, h3, h4, h5, h6 { margin-bottom: 2px; }

h2
{
	font-weight: normal;
	font-size: 1.8em;
}

h3 { 	font-weight: normal;
font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

p
{
	text-align: left;
	font-size: 12px;
	margin: 0px 10px 10px 5px;
	line-height: 150%;
}

ul, ol
{
	text-align: left;
	margin-left: 0px;
}


td p
{
	margin: 0px 5px 2px 2px;
	line-height: 130%;

}

p.neat { margin: 0px 5px 0px 5px; }

p.footerlinks
{
	margin: 0px 15px 0px auto;
	color: #606060;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	line-height: 150%;
}

.clear
{
	background: #e0e0e0;
	font-size: 1px;
	height: 1px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.downloadsize, .tiny { font-size: 9px; }

span.large
{
	font-size: 14px;
	font-weight: bold;
	color: #d88000;
}

.strong { font-weight: bold; }

.normal
{
	font-weight: normal;
	font-size: 12px;
}

.silver { color: #808080; }
.grey { color: #606060; }
.red { color: #960000; }
.help { cursor: help; }
.top0 { margin-top: 0px; padding-top: 0px; }
.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; }


p.copyright
{
	text-align: center;
	margin-top: 5px;
	padding-left: 250px;
	font-size: 9px;
	color: #808080;
}

p.contact
{
	text-align: center;
	font-size: 11px;
	margin-bottom: 2px;
}

p.quote { margin: 0px 30px 10px 35px; }

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

ul li { list-style-type: disc;}
ul ul li { list-style-type: square; margin-left: 12px;}

div.shadedquote
{
	background: url(images_layout/shade_quote_bkgnd_top.jpg) top no-repeat;
	padding: 0px 5px;
	width: 490px;
	margin: 15px auto;
}

div.shadequoteclose
{
	background: url(images_layout/shade_quote_bkgnd_bottom.jpg) bottom no-repeat;
	padding-bottom: 1px;
	padding-right: 10px;
}

p.shadedquote
{
	margin: 0px;
	padding: 10px 10px;
}

div.icon
{
	width: 130px;
	height: 140px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: solid #e0e0e0 1px;
	text-align: center;
	font-size: 10px;
}


p.comment { margin: 20px auto 2px 5px; }

p.credit
{
	font-size: 10px;
	margin: 0px auto 15px 35px;
}

p.caption
{
	font-size: 10px;
	text-align: center;
	margin: 0px auto 0px auto;
}

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

ul li { list-style-type: disc; }

ul ul li
{
	list-style-type: square;
	margin-left: 12px;
}

span.copyright
{
	font-size: 10px;
	color: #888;
	background: #fff;
}

span.link
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

span.linkspacer
{
	display: inline;
	color: #a0a0d8;
	margin-left: 6px;
	margin-right: 4px;
}

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

span.alert { color: maroon; }

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

a.pdflink a:visited { text-decoration: underline; }
a.pdflink a:hover, .pdflink a:active { text-decoration: underline; }



a { text-decoration: none; }
a:link { color: #2020ff; }
a:visited { color: #6060c0; }

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

a:active { color: #ff0000; }


ul.menu
{
	margin-left: 0px;
	text-align: left;
}

ul.menu li
{
	list-style-type: none;
	text-align: left;
	margin: 10px 0px 20px 0px;
	height: 20px;
}


a.primnavi
{
	display: block;
	width: 130px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
}

.pseudonavi
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #d80000;
	width: 130px;
	background: url(images_layout/pts_btn_bkgnd.png) 0 40px;
}

a.primnavi:link, a.primnavi:visited
{
	color: #204060;
	background: url(images_layout/pts_btn_bkgnd.png) no-repeat;
}

a.primnavi:hover
{
	color: #a00000;
	background: url(images_layout/pts_btn_bkgnd.png) 0 40px;
	text-decoration: none;
}

a.primnavi:active
{
	color: #fff;
	background: url(images_layout/pts_btn_bkgnd.png) 0 20px;
}



table
{
	empty-cells: show;
	font-size: 12px;
}

th, td.highlight
{
	vertical-align: top;
	text-align: center;
}

td
{
	line-height: 150%;
	vertical-align: top;
}

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

td.rightrq
{
	text-align: right;
	font-size: 10px;
}

td.photocell
{
	background: #f0f0f0 url(images_layout/photo_cell_bkgnd.jpg) top left repeat-x;
	border-top: #efefef solid 1px;
	border-left: #efefef solid 1px;
	border-bottom: #e0e0e0 solid 2px;
	border-right: #e0e0e0 solid 2px;
	width: 136px;
	height: 98px;
	font-size: 9px;
	text-align: center;
	color: #666;
}

form { display: inline; }

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

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;
}


textarea
{
	padding: 2px 5px;
}

/*		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;
}

select
{
	background: #ffffd8; 
	font-size: 11px;
	height: 18px;
}
option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: dotted #fff 1px;
}


/*								Layout CSS									*/
