
/* #Resets
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	table,th, td {
		border-collapse: collapse;
		border-spacing: 0;
		font-size:12px;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	th {
		border-bottom:1px solid #666;
		background-color: #ccc;
		white-space: nowrap;
	}
	td {
		white-space: nowrap;
	}

/* #Basic Styles
================================================== */
	body {
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		background-color: #f2f2f2;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 35px; line-height: 40px; }
	h2 { font-size: 28px; line-height: 34px; }
	h3 { font-size: 24px; line-height: 30px; }
	h4 { font-size: 17px; line-height: 24px; }
	h5 { font-size: 15px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }



/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #222; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 0px; }
	li { line-height: 18px; margin-bottom: 0px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #999;
	  border-bottom: 1px solid #777;
	  border-right: 1px solid #777;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  //margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #666;
	  border-top: 1px solid #999;
	  border-left: 1px solid #999; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 3px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #999;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 200px;
		max-width: 100%;
		display: block;
		margin-bottom: 3px;
		background: #fff;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #666;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		

/* #Alignment
================================================== */

	.left {padding:0; margin:0; float:left;}
	.right {padding:0; margin:0; float:right;}


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* #Container layout
================================================== */

    .container                                  { position: relative; width: 100%; min-width: 320px;margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; }
    .row                                        { margin-bottom: 20px; }

    .container .full.column                     { width: 100%; }
    .container .one-half.column                 { width: 50%; }
    .container .one-third.column                { width: 33%; }
    .container .two-thirds.column               { width: 66%; }
    .container .one-quarter.column              { width: 25%; }
    .container .three-quarter.column            { width: 75%; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.hidden { display: none !important; }


/* #Site Styles
================================================== */
.main.container {
	min-height:409px;
}

.main.container.loggedin {
	min-height:551px;
}

.box {
	margin:auto;
}

#header {
	width:100%;
	height:65px;
	background-color:#fff;
}

#header .container {
	max-width: 960px;
	margin: auto;
}

#header .logo {
	width:100%;
	height:65px;
	padding-top:0;
	margin:auto;
}

#footer {
	position: relative;
	width:100%;
	height:48px;
	background-color:#161616;
	background-image:url(/images/bg_footer.jpg);
}

#footer.large {
	height:190px;
	background-image:url(/images/bg_footer_medium.jpg);
}

#footer .links {
	min-height:140px;
	color:#eee;
	font-size:11px;
	font-weight:bold;
}

#footer .links h3 {
	margin-left:90px;
	margin-top:20px;
	margin-bottom:7px;
	color:#eee;
	font-family:Georgia;
	font-size:22px;
}

#footer .links .link {
	margin-left:105px;
}

#footer .links a, #footer .links a:visited {
	color:#fff; 
	text-decoration:none;
}

#footer .links a:hover {
	text-decoration:underline;
}

#footer .copyright {
	height: 33px;
	margin:auto;
	text-align:center;
	padding-top:15px;
	color:#eee;
}

#dateform {
	width: 600px; 
	margin:auto;
}

#lookupform {
	width: 235px; 
	margin:auto;
	padding-top:30px;
}

#dateform .inputbox, #lookupform .inputbox {
	display: inline-block;
	width: 180px;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom:5px;
	margin-right:15px;
	text-align: left;
}

#dateform .inputbutton, #lookupform .inputbutton {
	clear: both;
	text-align: center;
}

#dateform .filters-control {
	clear:both;
	max-width:100%;
	text-align:center;
	font-size: 10px;
}

.divider {
	width:100%;
	height:15px;
	background-image:url(/images/divider.jpg);
}

.feature {
	width:250px;
	height:370px;
	background-image:url(/images/bg_feature.jpg);
	margin-left:10px;
	margin-right:10px;
	margin-top:40px;
	padding-left:35px;
	padding-right:15px;
	padding-top:10px;
	font-size:12px;
	line-height:17px;
}

.feature h2 {
	font-size: 17px;
	font-weight: bold;
	color: #0262b7;
	line-height: 24px;
	margin-bottom:10px;
}

#feature1 {
	width: 210px;
	height: 126px;
	margin-left: 15px; 
	margin-bottom: 15px;
	background-image: url(/images/feature1.jpg);
}

#feature2 {
	width: 210px;
	height: 126px;
	margin-left: 15px; 
	margin-bottom: 15px;
	background-image: url(/images/feature2.jpg);
}

#feature3 {
	width: 210px;
	height: 126px;
	margin-left: 15px; 
	margin-bottom: 15px;
	background-image: url(/images/feature3.jpg);
}

#events {
	width:960px;
	height:160px;
	margin-top:20px; 
	margin-bottom:20px;
	background-image:url(/images/events.jpg);
}

#splash {
	position: relative;
}

#splash {
	width:960px;
	height:450px;
	background-image:url(/images/splash.jpg);
}

#splash .messagebox {
	width: 410px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: -4px;
	padding:30px 50px;
	background-image: url(/images/splash_messagebox.png);
	color:#fefefe;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-shadow: 0 0 0.1em #000;
}

#splash .messagebox h1 {
	color:#fefefe;
	font-family: Georgia;
	font-size:34px;
	font-weight:bold;
	margin-bottom:10px;
}

.shadow.box {
	overflow: auto;
	border: 2px solid #555;
	-webkit-box-shadow: 0 0 1px 2px #666;
	-moz-box-shadow: 0 0 1px 2px #666;
	box-shadow: 0 0 1px 2px #666;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px;
}

.shadow.box.small {
	width: 600px;
}

.error {
	color: red;
}

.element {
	max-width: 960px;
	margin: 20px auto;
}

.module {
	max-width: 960px;
	margin: 20px auto;
	background: #fafafa;
	border-radius: 5px;
	border: 2px solid #888;
	padding-left: 5px;
	padding-right: 5px;
}

/* #Page Styles
================================================== */

.home.box {
	padding-bottom:30px;
}

.login.box {
	margin-top:25px;
	padding-top:20px;
	width:290px;
	height:200px;
	background-color: #fbfbfb;
}
.login.box .left {
	width:50%;
	text-align:right;	
}
.login.box .right {
	width:50%;
	text-align:left;	
}
.login.box #username {
	padding-left:40px;
}
.login.box #password {
	padding-left:40px;
}
.login.box #submit {
	padding:10px;
	margin:auto;
	text-align:center;
}

.contact.box {
	margin-top:20px;
	padding-top:0px;
	width:500px;
	height:420px;
}
.contact.box .left {
	width:50%;
	text-align:right;	
}
.contact.box .right {
	width:50%;
	text-align:left;	
}
.contact.box td {
	border:0;
}

tr.odd td{
	background: #eee;
}

table.leads_list {
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	border:0;
}
table.leads_list td {
	font-family:Times;
	font-size:16px;
	font-weight:bold;
	border:0;
}
table.leads_list th {
	border:0;
	border-bottom:1px solid #666;
}
table.leads_list td {
	font-family:Times;
	font-size:16px;
	font-weight:bold;
}
table.leads_list td a {
	text-decoration: none;
}
table.leads_list td a:hover {
	text-decoration: underline;
	color:#333;
}

/* table box layout */
.table.box {
	min-width: 500px;
	padding:20px;
	background-color: #fbfbfb;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.table.box h4 {
	text-align: center;
	margin-bottom: 10px;
}
.table.box .label {
	width:80px;
	height:33px;
	padding-left:50px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	float:left;
	font-size: 13px; 
	font-weight: bold;  
	color: #555;
}
.table.box .value {
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
}
.table.box .company {
	padding-left:50px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	font-size: 13px; 
	font-weight: bold; 
	line-height: 13px;
	color: #000;
}
.table.box td {
	font-size:13px;
	line-height:15px;
	vertical-align:middle;
	padding: 1px 5px;
}
.table.box a {
	font-weight: bold;
	text-decoration: none;
}
.table.box a:hover {
	text-decoration: underline;
}
.table.box .dba {
	font-size: 10px;
	line-height:12px;
	font-weight: normal; 
	color: #555;
}
.table.box .action {
	width:60px;
	height:33px;
	padding-right:50px;
	padding-bottom:10px;
	vertical-align:middle;
	float:right;
}
.table.box .update {
	width:100%;
	text-align:center;
}
/* table box layout */

/* settings layout */
.display.info {
	padding: 10px 5px 5px 5px;
	width: 520px;
	margin: auto;
}
.display.info .label {
	width: 84px;
	font-size: 12px; 
	font-weight: bold; 
	color: #666;
}
.display.info .value {
	padding-left:4px;
	font-size: 12px; 
	font-weight: bold; 
	color: #111;
}
.display.info .update {
	text-align:center;
	margin:5px;
}
.update.box {
	width: 500px;
	padding:20px;
	background-color: #fbfbfb;
	margin: auto;
	margin-top: 15px;
}
.update.box h4 {
	text-align: center;
	margin-bottom: 10px;
}
.update.box .msg {
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: green;
}
.update.box .msg.err {
	color: red;
}
.update.box .label {
	width:160px;
	height:33px;
	padding-left:70px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	float:left;
	font-size: 13px; 
	font-weight: bold;  
	color: #666;
}
.update.box .action {
	width:200px;
	height:33px;
	padding-bottom:10px;
	vertical-align:middle;
	float:left;
}
.update.box .update {
	width:100%;
	text-align:center;
}
/* settings layout */


/* JQuery DatePicker overrides */
.ui-datepicker {
	width:182px;
	border: 2px solid #666;
	background:#f2f2f2;
}

.ui-datepicker td a {
	text-align: center;	
}
.ui-datepicker .ui-datepicker-title {
	font-size:13px;
	margin:auto;
}

/* Recaptcha input override */
.recaptcha_r4_c1 .recaptcha_input_area {
	height: 32px!important;
}

/* Top Nav */
#nav {padding:0; margin:0; list-style:none; height:38px; position:relative; z-index:500; font-family:Georgia; text-shadow: 0 0 0.1em #ccc;}
#nav li.top {display:block; float:left; height:38px; margin-top: 15px; margin-bottom: 0; padding:0 13px 0 0; }
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;}
#nav li a.top_link span {float:left; display:block; padding:0 5px 0 5px; height:35px; }
#nav li a.top_link span.down {float:left; display:block; padding:0 5px 0 5px; height:35px; }
#nav li.right {display:block; float:right; height:38px; margin-top: 15px; margin-bottom: 0; padding:0 13px 0 0; }
#nav li a.top_link.user { font-weight:normal; }
#nav li a.top_link.alerts { padding:0; margin-left:-5px; }
#nav li a.top_link.alerts img { height:14px; margin-top:10px; }
/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:38px; background: #ccc; padding:3px; border:1px solid #181818; white-space:nowrap; min-width:160px; height:auto; z-index:300; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; min-width:150px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; font-weight:bold; height:18px; min-width:158px; line-height:18px; text-indent:5px; color:#222; text-decoration:none;}
#nav li ul.sub li a.fly
{background:#ccc url(/images/nav_arrow.gif) 80px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#555; color:#fff; border:1px solid #333;}
#nav li:hover ul.sub li a.fly:hover
{background:#555 url(/images/nav_arrow_over.gif) 80px 6px no-repeat; color:#fff;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #ccc; padding:3px; border:1px solid #181818; white-space:nowrap; width:120px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#5f5f5f url(/images/nav_arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#434343;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#9b9b9b url(/images/nav_arrow.gif) 80px 6px no-repeat; color:#222; border-color:#9b9b9b;} 

/* #Tablet (Portrait) */

 @media only screen and (min-width: 780px) and (max-width: 974px) {
 
		#splash {
			width: 748px;
			height: 350px;
			background-image:url(/images/splash_748.jpg);
		}
	
		.feature {
			width: 204px;
			height: 340px;
			background-image: url(/images/bg_feature_236.jpg);
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 40px;
			padding-left: 22px;
			padding-right: 10px;
			padding-top: 10px;
			font-size: 11px;
			line-height: 15px;
		}
	
		.feature h2 {
			margin-bottom:5px;
		}
	
		#feature1 {
			width: 185px;
			height: 111px;
			margin-left: 5px; 
			margin-bottom: 7px;
			background-image: url(/images/feature1_185.jpg);
		}
		
		#feature2 {
			width: 185px;
			height: 111px;
			margin-left: 5px; 
			margin-bottom: 7px;
			background-image: url(/images/feature2_185.jpg);
		}
		
		#feature3 {
			width: 185px;
			height: 111px;
			margin-left: 5px; 
			margin-bottom: 7px;
			background-image: url(/images/feature3_185.jpg);
		}
	
		#events {
			width:748px;
			height:125px;
			margin:auto;
			margin-top:20px; 
			margin-bottom:20px;
			background-image:url(/images/events_748.jpg);
		}		
	
		#nav li.top {display:block; float:left; height:38px; margin-top: 15px; margin-bottom: 0; padding:0 0 0 7px; }
		#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-size:10px; font-weight:bold; padding:0 2px;}
		#nav li.right {display:block; float:right; height:38px; margin-top: 15px; margin-bottom: 0; padding:0 7px 0 0; }

		#footer .links h3 {
			margin-left: 50px;
		}
	
		#footer .links .link {
			margin-left: 65px;
		}
}


/* #Mobile (Landscape) */

 @media only screen and (min-width: 480px) and (max-width: 779px) {
 
     .main.container.loggedin { min-height: 450px; margin: auto; }

		#splash {
			width: 460px;
			height: 216px;
			background-image:url(/images/splash_460.jpg);
		}
	
		#splash .messagebox {
			width: 300px;
			height: 50px;
			background-image:none;
			padding: 10px 20px;
			font-size: 12px;
			line-height: 14px;
			background-color: #0169c4;
			opacity: 0.75;
			filter: alpha(opacity=75);
			border-top-right-radius:8px;
			text-shadow: 0 0 0.05em #000;
		}
	
		#splash .messagebox h1 {
			font-size: 22px;
			line-height: 24px;
			margin-bottom: 0;
		}
	
		.main.container .one-third.column { 
			width: 460px;
			padding-bottom: 5px;
			clear: both; 
		}
	
		.feature {
			width: 380px;
			height: 140px;
			margin: auto;
			background-image: none;
			background-color: #fff;
			margin-top: 10px;
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 3px;
			font-size: 11px;
			line-height: 15px;
			border: 2px solid #666;
		}
	
		.feature h2 {
			margin-top:5px;
			margin-bottom:5px;
			text-align:center;
		}
	
		#feature1, #feature2, #feature3 {
			display: none;
		}
	
		#events {
			width:460px;
			height:77px;
			margin:auto;
			margin-top:15px; 
			margin-bottom:15px;
			background-image:url(/images/events_460.jpg);
		}
		
		th, td {font-size:11px;}
	

		#header .logo {
			margin-bottom:15px;
		}
	
		#nav {height:20px;}
		#nav li.top {display:block; float:left; height:20px; margin-top: 3px; margin-bottom: 0; padding:0 0 0 7px; }
		#nav li a.top_link {display:block; float:left; height:20px; line-height:20px; color:#333; text-decoration:none; font-size:10px; font-weight:bold; padding:0 0 0 5px;}
		#nav li.right {display:block; float:right; height:20px; margin-top: 3px; margin-bottom: 0; padding:0 7px 0 0; clear: none;}
   	#nav li:hover ul.sub {left:1px; top:22px; background: #ccc; padding:3px; border:1px solid #181818; white-space:nowrap; min-width:130px; height:auto; z-index:300; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}

		.management.box {
			width: 80%;
		}
	
		.management.box .company { font-size:11px; padding-left: 30px; }
		
		.management.box .label { font-size:11px; width:65px; padding-left:30px; }
	
		.management.box .value { font-size:11px; padding-left:5px; }
	
		.management.box .action { padding-right:45px; }

		.display.info {
			width: 80%;
		}
	
		.display.info .label {
			font-size: 12px; 
			font-weight: bold; 
		}
		.display.info .value {
			font-size: 12px; 
			font-weight: bold; 
		}

		.update.box {
			width: 80%;
		}
	
		.shadow.box.small {
			width: 420px;
		}
	
		#footer.large {
			background-image: none;
		}
	
		#footer .links h3 {
			margin-left: 20px;
			margin-top:20px;
			margin-bottom:7px;
			font-size:16px;
		}
	
		#footer .links .link {
			margin-left: 20px;
		}
 }


/*  #Mobile (Portrait) */

 @media only screen and (max-width: 479px) {
 		.column {
 			width: 100% !important;
 		}
 		
 		#splash {
			width: 290px;
			height: 136px;
			background-image:url(/images/splash_290.jpg);
		}
	
		#splash .messagebox {
			width: 242px;
			height: 38px;
			background-image:none;
			padding: 2px 5px 10px 5px;
			color: #FFF;
			font-size: 11px;
			font-weight:normal;
			line-height: 12px;
			background-color: #0169c4;
			opacity: 0.80;
			filter: alpha(opacity=80);
			text-shadow: none;
			border-top-right-radius:8px;
			bottom: 0;
			left: 0;
		}
	
		#splash .messagebox h1 {
			color: #FFF;
			font-size: 16px;
			line-height: 18px;
			margin-bottom: 0;
		}
	
		.main.container .one-third.column { 
			width: 290px;
			margin: 0;
			padding-bottom: 5px;
			border-bottom: none;
			clear: both; 
		}
	
		.feature {
			width: 274px;
			height: 150px;
			margin: auto;
			background-image: none;
			background-color: #fff;
			margin-top: 10px;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 3px;
			font-size: 11px;
			line-height: 15px;
			border: 2px solid #666;
		}
	
		.feature h2 {
			margin-top:2px;
			margin-bottom:2px;
			text-align:center;
			font-size:16px;
			line-height:18px;
		}
	
		#feature1, #feature2, #feature3 {
			display: none;
		}
	
		#events {
			width:290px;
			height:73px;
			margin:auto;
			margin-top:15px; 
			margin-bottom:15px;
			background-image:url(/images/events_290.jpg);
		}
		
		th, td {font-size:11px;}
	
		#nav {height:20px;}
		#nav li.top {display:block; float:left; height:20px; margin-top: 3px; margin-bottom: 0; padding:0 0 0 7px; }
		#nav li a.top_link {display:block; float:left; height:20px; line-height:20px; color:#333; text-decoration:none; font-size:10px; font-weight:bold; padding:0 0 0 5px;}
		#nav li.right {display:block; float:right; height:20px; margin-top: 3px; margin-bottom: 0; padding:0 7px 0 0; clear: none;}
		#nav li:hover ul.sub {left:1px; top:22px; background: #ccc; padding:3px; border:1px solid #181818; white-space:nowrap; min-width:130px; height:auto; z-index:300; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}

		#header .logo {
			margin-bottom:15px;
			text-align: center;
		}
		
      .main.container.loggedin { width: 97%; margin: auto; min-height: 450px;}
	
		#dateform { 
			width: 235px; 
		}
	
		#dateform .inputbox {
			clear:both;
		}
	
		#dateform .inputbutton {
			padding-top:17px;
		}
  
		.right {
			float:left;
			clear:both;
		}
	
		.management.box {
			width: 80%;
		}

		.update.box {
			width: 80%;
		}

		.display.info {
			width: 80%;
		}
	
		.display.info .label {
			font-size: 12px; 
			font-weight: bold; 
		}
		.display.info .value {
			font-size: 12px; 
			font-weight: bold; 
		}
	
		.shadow.box.small {
			width: 98%;
		}
	
		#footer.large {
			height:400px;
			background-image: none;
		}
	
		#footer .links h3 {
			text-align:center;
			margin-left: 0px;
			margin-top:7px;
			margin-bottom:3px;
			font-size:16px;
			font-weight:bold;
		}
	
		#footer .links .link {
			text-align:center;
			margin-left: 0px;
			font-size: 11px;
		}
	
		#footer .copyright {
			font-size:11px;	
		}
 }