/* base style sheet */
html { font-size: 80%; font-family: Verdana; }
body{
	background-color:white;
	background-image:url(/images/css/body_back.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:left;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 25px 0;
}
#page{
	position:relative;
	margin:17px 12px 0 12px;
	padding-top:1px;
	overflow:hidden;
	height:0.01%;
	text-align: left;
	color: #565656;
}
#page img {
	border:none;
}

.add
{
	height:54px;
	width:217px;
	display:block;
	text-indent:-9999px;
	background:url(/images/click_here.jpg) top;
}

.add:hover
{
	background-position:bottom;
}


span.notice{
	display:block;
	border:1px solid #949494;
	background-color:#ddd;
	padding:5px;
}
#leftshadow{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:18px;
	background-image:url(/images/css/left_1_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#rightshadow{
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:18px;
	background-image:url(/images/css/right_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1.4em;
}
a {
	color:#1d4b9c;
	text-decoration:underline;
	font-weight:lighter;
}
a:hover{ color: #648c00; text-decoration:underline; }
a.smaller{
	font-size:0.9em;
}
h1{ color:#1d4b9c; font-size: 10px; }
h2,h2.members,#promo_left h2{
	padding:7px 19px 7px 19px;
	margin:0;
	text-transform:uppercase;
	font-weight:normal;
	color:white;
	background-image:url(/images/css/promo_h2_back.jpg);
	background-repeat:repeat-x;	
	height:30px;
}
h2 strong{
	display:none;/**/
}

h3{
	font-weight:bold;
	color:#648c00;
}
/*
table td * {
	display:inline;
}
 */
table td hr,table td h3,table td ul{
	display:block;
}

#header{
	position:relative;
	margin:0 18px 0 18px;
	padding:0;
	height:0.01%;
	background-color:white;
}

#navigation {
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
	height:30px;
	overflow:hidden;
	background-image:url(/images/css/primary_nav_back.jpg);
	background-repeat:repeat-x;	
}
#navigation li{
	position:relative;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#navigation li a,#navigation li a:hover{
	position:relative;
	display:block;
	margin: 0;
	padding:0;
	font-size:1.2em;
	text-transform:uppercase;
	background-image:url(/images/css/primary_nav_a_back.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#navigation li a img{
	border:none;	
}
ul.subnav {
	position:absolute;
	list-style-type:none;
	padding:0;
	margin:20px 0 0 0;
	clear:both;
}
ul.subnav li{
	float:left;
}

#content {
	position:relative;
	left:0px;
	overflow:hidden;
	height:0.01%;
	margin:0 14px 0 14px;
	padding:0 5px 25px 5px;
	background-color:white;
}
#innercontent {
	position:relative;
	overflow:hidden;
	height:0.01%;
	margin:0 0 0 5px;
	background-color:white;
	padding-top:1px;
}
#main,#main_more{
	position:relative;
	padding:20px 20px 15px 20px;
	margin-top:3px;
	margin-right:5px;
	border:1px solid #949494;
	background-color:#eee;
	overflow:hidden;
	height:0.01%;
}
*html #main,*html #main_more{
	margin-right:250px;
}
#main_more{
	padding:0;
	border:none;
	background-color:#fff;
}
#main h1 {
	color:#1d4b9c;
	font-size:1.1em;
	padding:auto;
	margin:auto auto 10px auto;
}
#main p,#main div {
	overflow:hidden;
	height:0.01%;
	margin:0px 0px 13px 0px;
}
#main div.newsitem{
	margin-bottom:32px;
	overflow:hidden;
	height:0.01%;
}
#main div.newsitem img{
	float:left;
	margin-right:5px;
}
#main div.newsitem div.story{
	padding-top:1px;
}
#main strong.newstitle{
	color:#1d4b9c;
}
#main div.story h3{
	margin:0px;
	padding-top:0px;
}
/*#main h2,#main_more h2{
	color:#133d93;
	font-size:1.15em;
	font-weight:bold;
	background:none;
	text-transform:none;
	padding:29px 0 12px 0;
	margin:0px;
	height:auto;
}*/
#main hr{
	margin-top:24px;
}
#main_more{
	margin-right:242px;
}
#main_more div.item{
	margin-bottom:10px;
	height:0.1%;
}
#main_more div.item *{
	margin:auto 10px auto 10px;
}
#main_more div.item h3{
	color: #648c00;
	font-size: 1em;
	margin:10px 10px 10px 10px;
}
#main_more div.item p{
	margin:20px 10px 10px 230px;
}
#main_more div.item img{
	margin:2px 10px 10px;
}
#main h2,#main_more h2,#main h3{
	color:#1d4b9c;
	font-size:1em;
	font-weight:bold;
	background:transparent;
	text-transform:none;
	padding:10px 0 0 0;
	margin:0;
	line-height:auto;
}
#main h2,#main_more h2{
	color:#648c00;
}
#main a,#main a:hover{
	color:#648c00;
	text-decoration:underline;
}
#main a:hover{
	color:#1d4b9c;
}
#content #innercontent #main h2{
	padding:16px 0 0 0;
	margin:0 0 -7px 0;
	line-height:12px;
}

#main ul.childnodes{
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:0.01%;
	overflow:hidden;
}
#main ul.childnodes li{
	font-weight:bold;
	margin:0 0 10px 0;
	overflow:hidden;
	height:0.01%;
}
#main ul.childnodes a{
	font-weight:bold;
}
#main ul.childnodes ul{
	display:inline;
	height:0.01%;
	overflow:hidden;
	list-style-type:none;
}
#main ul.childnodes ul:before{
	content:" : ";
}
#main ul.childnodes ul li{
	float:left;
	margin-left:5px;
}
table.cpdtable{
	padding:0px;
	margin:0px;
	border:none;
	border-left:1px solid black;
	border-top:1px solid black;
}
table.cpdtable th,table.cpdtable td{
	padding:2px;
	margin:0px;
	vertical-align:top;
	border-right:1px solid black;
	border-bottom:1px solid black;
	color:black;
}
.pdf,.pdf:hover{
	display:block;
	padding: 0px 0px 5px 18px;
	background-image:url(/images/css/pdflogo_small.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	color:#648c00;
	text-decoration:underline;
}
.pdf:hover{
	color:#1d4b9c;
}

#promo_left ul,#promo_right ul{
	margin:0px 0 0 6px;
	padding:0px;
	list-style-type:none;
}
#promo_left ul li,#promo_right ul li{
	background-image:url(/images/css/nav_dot.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
}
#promo_left a,#promo_left a:hover,#promo_right a,#promo_right a:hover{
	color:#1d4b9c;
	text-decoration:underline;
}
#promo_left ul a{
	display:block;
	padding: 0px 0px 5px 8px;
}
#promo_left a:hover,#promo_right a:hover{
	color:#648c00;
}
#promo_left{
	float:left;
	width:205px;
}
#promo_left #memberlogin{
	position:relative;
	margin:5px 5px 5px 10px;
}
#promo_left #memberlogin .in{
	font-size:10px;
	width:170px;
	height:15px;
	margin:2px 0 2px 0;
}
#memberlogin p{
	margin-top:3px;	
	margin-bottom:3px;	
}
#promo_left #memberlogin .loginbutton{
	position:absolute;
	right:15px;
}
#promo_right{
	float:right;
	margin-top:3px;
	width:242px;
}
#promo_right #search,#promo_left #search{
	position:relative;
	margin:5px 5px 5px 10px;
	text-align:right;
}

#promo_left h2,#promo_right h2{
	margin:2px 2px 5px 2px;
	padding:0px;
	height:30px;
}
#promo_left h2.members{
	background-image:url(/images/h_1.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}
#promo_left h2.opennav{
	background-image:url(/images/h_2.jpg);
	background-repeat:no-repeat;
}
#promo_left h2.membernav{
	background-image:url(/images/h_3.jpg);
	background-repeat:no-repeat;
}
#promo_left h2.soma{
	background-image:url(/images/h_4.jpg);
	background-repeat:no-repeat;
}
#promo_right h2.search,#promo_left h2.search{
	background-image:url(/images/h_5.jpg);
	background-repeat:no-repeat;
}
#promo_right h2.latestnews{
	background-image:url(/images/h_10.jpg);
	background-repeat:no-repeat;
}
#promo_right h2.ost_search,#promo_left h2.ost_search{
	background-image:url(/images/h_6.jpg);
	background-repeat:no-repeat;
}
#promo_right h2.whats_on{
	background-image:url(/images/h_7.jpg);
	background-repeat:no-repeat;
}
#promo_right h2.clinic{
	background-image:url(/images/h_8.jpg);
	background-repeat:no-repeat;
}
#promo_right h2.federal{
	background-image:url(/images/h_9.jpg);
	background-repeat:no-repeat;
}
#promo_right h3{
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:1em;
	color:#565656;
}
#promo_right h4{
	padding-top:0px;
	margin-top:0px;
}

#promo_right ul.whats_on{
	padding:auto 5px auto 5px;
	list-style-position:inside;
}
#promo_right ul.whats_on li{
	list-style-type:none;
	list-style:none;
}
#promo_right ul.whats_on li a{
	display:block;
	padding:7px 5px 7px 5px;
}
div.item{
	border:1px solid #e4e4e4;
	padding:0px;
	overflow:hidden;
	height:0.01%;
}
#promo_left div.item,#promo_right div.item{
	padding:0 0 7px 0;
	margin:0 0 5px 0;
}
#promo_right div.item p{
	margin:5px 10px auto 10px;
}
#promo_right div.item a{
	font-weight:bold;
}
div.members{
	background-color:#eee;
}
.lefted{
	float:left;
	margin-right:15px;
}
.centre{
	text-align:center;
}
label.formlabel{
	display:block;
	width:175px;
}

#footer{
	position:relative;
	left:4px;
	margin:0px 26px 0 26px;
	text-align:center;
	color:#889294;
	background-image:url(/images/css/footer_back.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	padding:5px 0 15px 0;
	list-style-type:none;
}
#footer ul{
	margin:0px auto 20px auto;
	overflow:hidden;
	width:790px;
}
#footer li{
	display:inline;
	float:left;
	padding:15px 0px 0 0px;
	background-image:url(/images/css/nav_sep.gif);
	background-position:left 20px;
	background-repeat:no-repeat;
}
#footer li:first-child{
	background-image:none;
}
#footer li a{
	display:block;
	padding:0px 11px 0 15px;
	color:#234b9b;
	text-decoration:underline;
}

/* validation styles */
.validate,.validated,.error {
	border-right:5px solid red;
}
.error{
	background-image:url(/admin/resources/images/warning_bg.gif);
}
.validated{
	background-image:url(/admin/resources/images/success_bg.gif);
}

/*----------------------------------------------------------------------------------
C L A S S I F I E D S
----------------------------------------------------------------------------------*/

#main .item
{
	background:#fff !important;	
	border:none !important;
	padding:0 !important;
	margin:0 20px 20px 0 !important;
}

#main .item h1
{
	text-decoration:none;
	line-height:27px;
	border-bottom:1px solid #ccc;
	width:100%;
	background:#ddd;
	padding:0 10px;
}

#main .item em
{
	line-height:22px;
	font-size:14px;
	margin:0 0 10px;
	padding:0 10px;
}

#main .item h1 a
{
	font-size:12px;
	color:#333 !important;
	text-decoration:none !important;
	font-weight:bold;
}

#main .itemShow
{
	padding:10px;
	background:white;
	border:1px solid #999;
	margin:50px 20px 0 0 !important;
}

#main .itemHeader
{
	font-size:14px !important;
	margin:10px 0 10px !important;
}

#main .itemText
{
	font-size:12px;
}

#main .item a.more
{
	display:block;
}

#main .item p
{
	line-height:22px;
	font-size:12px !important;
	margin:10px 0 !important;
	padding:0 10px;
}

