html {font:62.5% sans-serif;}
body { font:1.6em 'Futura','Tw Cen MT', sans-serif; line-height:150%; }

table { font-size:inherit; font:1.6em; }

select, input, textarea { font:0.8em sans-serif; }


/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
/* 
 * minimal base styles 
 */

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
body, select, input, textarea {color:#444;}

body, input, button, textarea, select {
	letter-spacing:.05em;
}

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }
 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a {text-decoration:none;}

a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#5b91a2; }
a:hover { color:#c8ef99; }

small { font-size:0.8em; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; } 

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* Prevents a border from showing around fieldsets and images */
fieldset, img {
	border:0;
}

legend {
	color:#111;
	padding-bottom:.5em;
}

input, select, textarea {
	margin-left:.5em;
}

@font-face {
	font-family: 'Frucade Medium Extended';
	src: url('fonts/frucmerg-webfont.eot');
	src: local('âº'), url('fonts/frucmerg-webfont.woff') format('woff'), url('fonts/frucmerg-webfont.ttf') format('truetype'), url('fonts/frucmerg-webfont.svg#webfontDAjLqqVm') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink background when selected. */

/* NETSTUFFERS NOTE: THIS HIGHLIGHT COLOR WILL HAVE TO BE CHANGED WITH EACH PAGE! Let's keep our designs tight and coherent. */

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

.group:after {  /*Self-clearing float class. Add to the containing div to clear floats*/
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*IE 6 self-clearing float fix, from Handcrafted CSS by Ethan Marcotte*/

* html .group {
	height:1%;
}

/* IE 7 self-clearing float fix, from Handcrafted CSS by Ethan Marcotte*/
*:first-child+html .group {
	min-height:1px;
}

/*

Main Styling for the page begins here

*/

* {
  padding: 0;
  margin: 0;
}

html {
  background: #616161 url('https://www.aod.net/images/backgroundtile.png') top left repeat;
}

/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
background: #616161 url('https://www.aod.net/images/backgroundtile.png') top left repeat;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}


#container {
  width: 960px;
  margin: 0 auto;
}

.wrapper {
	border: 0px;
	padding: 5px;
	background-color: #ffffff;
}

.clear {
    clear: both;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #257bac;
	line-height: 30px;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
	line-height: 30px;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
	margin-bottom: 10px;
}

.clientarealinks a {
	color: #555555;
	padding: 0 8px 0 0;
}

.clientarealinks img {margin-right:3px;}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
	margin-bottom: 15px;
}

tr.topnavbar {
	background-color: #c5ec91;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #fff;
}

tr.clientareatableheading td, tr.clientareatableheading th {
	background-color: #304270;
    border: 0;
    color: #fff;
	font-weight: bold;
	text-align: center;
    font-size: 12px;
	padding: 4px;
}

tr.clientareatableheading td a, tr.clientareatableheading th a {
    color: #fff;
}

.clientareatable td, tr.clientareatableactive td {
	background-color: #fff;
    border-bottom: 1px solid #ccc;
	text-align: center;
    padding: 3px;
}

tr.clientareatablepending td {
	background-color: #FFFFE2;
	text-align: center;
    padding: 2px;
}

tr.clientareatablesuspended td {
	background-color: #E9FFD2;
	text-align: center;
    padding: 2px;
}

tr.clientareatableterminated td {
	background-color: #FFE1E1;
	text-align: center;
    padding: 2px;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   KNOWLEDGEBASE
-------------------------------------------------------------- */

.kbarticle {
    padding: 2px 5px 5px 15px;
}

.kbviews {
    color:#A8A8A8;
    font-size:10px;
}

.kbalsoread {
    padding: 5px 5px 5px 15px;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   BUTTONS
-------------------------------------------------------------- */

input.button,input.buttongo,input.buttonwarn {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
}
input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
input.buttongo:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
input.buttonwarn:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/* --------------------------------------------------------------
   TWITTER FEED
-------------------------------------------------------------- */

#twitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 20px 0;
}
#twitterfeed li {
    background-image: url(../../images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    text-align: center;
    margin: 15px;
}

#announcementstwitter {
    float: right;
    width: 250px;
    margin: 0 0 20px 10px;
    padding: 10px 0 10px 0;
    border: 1px dashed #f5e303;
    background-color: #ffffec;
}
#announcementstwitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}
#announcementstwitterfeed li {
    padding: 10px;
    border-top: 1px dashed #f5e303;
}
#announcementstwitterfeed p {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    border-top: 1px dashed #f5e303;
}

/* --------------------------------------------------------------
   QUOTES
-------------------------------------------------------------- */

.quotecontainer {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image:url('../../images/quote.png');
    background-repeat:no-repeat;
    background-position: 10px 11px;
    color: #666;
    margin: 10px;
}

.quotecontainer:hover {
    background-color: #efefef;
    cursor: hand;
    cursor: pointer;
}

.quotecontainer .quoteid {
    float: left;
    width: 80px;
    padding: 13px 0 0 40px;
    text-align: center;
    font-size: 24px;
}

.quotecontainer .quoteleft {
    float: left;
    padding: 10px 0 10px 0;
    font-size: 11px;
}

.quotecontainer .quoteleft .subject {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
    color: #000;
    width: 350px;
}

.quotecontainer .quoteright {
    float: right;
    padding: 10px 15px 0 0;
    text-align: right;
}

.quotecontainer .quoteright .stage {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px;
}




/* Header styling */
/* ---------------------------------- */

#header {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  background: #1f719a url('https://www.aod.net/images/header-back.png') top left repeat-x;
  height: 130px;
width: 960px;
  margin: 0 auto;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#logo {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.statement {
  float: left;
  margin-left: 20px;
  margin-top: 40px;
}
#header .nav {
  position: absolute;
  bottom: 4px;
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'Bank Gothic';
}
#header .nav li {
  float: left;
  padding: 2px 25px;
}
#header .nav li a {
  color: #fff;
}
#header .nav li a:hover, #header .nav li a:focus {
  color: #dff;
  text-shadow: 0 0 3px rgba(255,255,255,0.8), 0 0 6px rgba(255,255,255,0.5);
}
#header .login {
  float: right;
  margin-top: 40px;
  margin-right: 40px;
}
#header .login a {
  display: block;
  width: 170px;
  height: 42px;
}
#header .login a:hover {
  text-decoration: none;
}
#header .login a:active {
  position: relative;
  top: 1px;
}

#main {
	position:relative;
}

/* Primary Styling */
/* --------------------------------- */

.primary {
	position:relative;
	background-color: #fff;
	border: 4px solid #c5ec91;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	width: 910px;
	margin: 10px auto 10px auto;
	color: #2a2b4a;
	padding: 20px;
}
.primary .content-area {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.primary .content-area h1 {
  margin: 15px 0;
  padding: 0;
  font-variant: small-caps;
}
.primary .content-area p {
  width: 58%;
  float: left;
  overflow: hidden;
}

.primary .content-area img {
  float: right;
  margin: 0 10px 10px 10px;
  max-width: 40%;
  width: 37%;
}
.subhead {
	margin:15px auto 0 auto;
	text-align:center;
}

.subheader {
	background: url('https://www.aod.net/images/services-subheader.png') no-repeat;
	width: 964px;
	height: 71px;
	margin: 10px auto 0 auto;
	text-align: right;
}

.subheader h1 {
	color: #1d3d5f;
	font-size: 24px;
	text-transform: uppercase;
	background: url('https://www.aod.net/images/arrow.jpg') no-repeat left;
	float: right;
	padding-left: 25px;
	margin: 23px 25px 0 0;
	font-weight: lighter;
}

* Footer styling */
/* ----------------------------------- */

#footer {
  background: #434341 url(https://www.aod.net/images/footer-back.png) top left repeat-x;
  color: #fff;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #888;
  border-bottom: 1px solid #888;
  height: 85px;
  font-family: 'Frucade Medium Extended', 'CubicFive10', monospace;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  float: left;
  padding: 2px 25px;
  font-size: 8px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li a:hover, #footer ul li a:focus {
  color: #88e0fb;
  text-shadow: 0 0 2px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,0.3);
}
#footer #copyright {
  float: left;
  margin: 10px;
  margin-top: 21px;
}
#footer #copyright li{
  float: none;
  padding: 0;
  margin: 0;
}
#footer .nav {
  float: right;
  margin: 10px;
  margin-top: 32px;
}

.cols a {font-size: 12px;}
.cols img {margin-right:5px;}


