/*  
Style: Linxus website 2007 
Version: 1.0
*/

/* this design is best at a fixed width 850px */



/* -------------------- * body & layout * -------------------- */

body {
	margin:  0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	max-width:1024px;
	width:auto !important;
	width:1024px;
}
	

/* -------------------- * basic page links * -------------------- */

a:link { 
	color: #f37e23; 
	text-decoration: none;
}

a:visited {
  	color: #f37e23; 
	text-decoration: none;
}

a:hover {
	color: #3e5468;
	text-decoration: none;
}

hr {
	display: none;
}

acronym, abbr, span.caps {
	cursor: help;
}


acronym, abbr {
	border-bottom: 1px dashed #999;
}

#pagewrap {
	width: 90%;
	margin:1% 5% 2% 5%;
	padding-bottom:20px;
	text-align: left;
	max-width:1024px;
	width:auto !important;
	width:1024px;
}

#header {
	height: 40px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

#navbar_bg {
	padding-top: 0px;
	padding-left: 0px;
	height: 27px;
	text-align: left;
	background: url(web_images/navbar_bg.gif) repeat-x top left;
	border:solid 1px #3e5469;
}

#navbar_wrap{
	margin: 1px;
	padding: 2px;
}

#navbar_wrap ul {
	margin:0px;
	padding:1px 0px;
}
#navbar_wrap ul li {
	font-weight:bold;
	margin:0px;
	padding:0px 0.8em;
	display:inline;
}
#navbar_wrap a, #navbar_wrap a:visited {
	color:#3e5469;
}
#navbar_wrap a.current, #navbar_wrap a:hover {
	color:#f37e23 !important;
}

#inner_rightcol {
	padding: 8px 0px 4px 2em;
	float: right;
}

#inner_rightcol img {
	border:1px solid #3e5469;
}

#inner_leftcol {
	padding: 8px 1em 4px 2px;
}

#inner_leftcol h1 {
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size:16px;
	color:#3e5469;
	padding:0px;
	margin:0px 0px 4px 0px;
}

#inner_leftcol p {
	margin:0px 0px 8px 0px;
	padding:0px;
}

#lowerwrap {
	margin: 4px 2px 4px 0px;
	padding: 2px;
	clear: both;
	/* used for 3 col table for boxes */
}


#footer_bg {
	clear: both;
	width: 96%;
	margin:0px 2% 0px 2%;
	padding: 0px;
	background: url(web_images/footerbg.gif) repeat bottom left;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px 1em;
	border:solid 1px #3e5469;
}
#footer p {
	margin:6px 2em;
	padding:0px;
}

/* -------------------- * content wrappers if used * -------------------- */

#content {
	margin: 25px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
#content h1 {
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #3e5469;  
}
#content h2 {
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #3e5469;  
}
#content ul {
	list-style:none;
}
#content ul li {
	background: url(web_images/double_arrow_bullet.gif) no-repeat left top;
	padding-left:15px;
}

/* ----------  boxes ----------- */

.box{
	width: 275px;
	margin: 0px;
	padding: 0px;
	background: url(web_images/boxbg_wrap.gif) repeat-y;
}

.box_top1{
	width: 275px;
	height: 27px;
}

.inside_box1{
	width: 275px;
	height: 39em;
	background: url(web_images/boxbg_news.gif) no-repeat top left;
}

.box_top2{
	width: 275px;
	height: 27px;
}

.inside_box2{
	width: 275px;
	height: 39em;
	background: url(web_images/boxbg_building.gif) no-repeat top left;
	line-height: 1.2em;
}

.box_top3{
	width: 275px;
	height: 27px;
}

.inside_box3{
	width: 275px;
	height: 39em;
	background: url(web_images/boxbg_people.gif) no-repeat top left;
}

.box_bottom{
	clear: both;
	width: 275px;
	height: 21px;
	background: url(web_images/box_bottom.gif) no-repeat;
}

.boxwrap{
	margin: 0px;
	padding:0px 5px 5px 10px;
}

.box h3 {
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size:14px;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.box ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style:none;
}
.box ul li {
	color:#3e5468;
	padding:0px 5px 5px 15px;
	background: url(web_images/double_arrow_bullet.gif) no-epeat top left;
}
.box p {
	line-height:1.2em;
}
.box .inside_box2 li {
	padding:0px 5px 0px 15px;
}
.box ul li a, .box ul li a:visited {
	color:#f37e23;
	font-weight:bold;
}
.box ul li a:hover {
	color:#3e5468;
}

.box-wide {
	padding: 4px;
	text-align: left;
	background: url(web_images/navbar_bg.gif) repeat-x top left;
	border:solid 1px #3e5469;
}
.box-wide-title {
	height:27px;
	color:#3e5469;
}

/* -------------------- * main headings for non image headers if used * -------------------- */

.title {
	margin: 0px;
	padding-bottom: 4px;
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size: large;
	font-weight: normal;
	color: #3e5469;  
} 

.title a {
	margin: 0px;
	padding-bottom: 4px;
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size: large;
	font-weight: normal;
	color: #3e5469;
} 

.title a:hover {
	margin: 0px;
	padding-bottom: 4px;
	font-family : 'Trebuchet MS', Verdana, sans-serif; 
	font-size: large;
	font-weight: normal; 
	color: #f37e23; 
} 


/* -------------------- * misc. * -------------------- */

.center {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* -------------------- * the end * -------------------- */