/*  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; outline: none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
img {	border: 0; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* END RESET CSS */

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* print styles * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*  input styles  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

/*  default styles  */
body, select, input, textarea { 
	/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
	color: #444; 
	/* set your base font here, to apply evenly */
	font-family: Helvetica, Georgia, serif;
}


/****************  RAND Accounting  *****************/
/*  Repeating Styles  */
.left { float: left; }
.right { float: right; }
.box { background-color: #fff; border: 3px solid #9cf; padding: 10px;-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
	.box hr { border-color: #504838; margin: .5em 0; }

.push_left { left: 40px; }
.push_right { right: 40px; }

a {
	color: #265FCA;
}

/**********/
body {
	background-size: 100%;
	background-image: url(img/home4b.jpg);
	background-color: #ABA48B;
	background-repeat: repeat-x;
        }

#header {
	height: 38px;
	position: relative;
	z-index: 15;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 12px;
}
	#logo {
	display: block;
	height: 37px;
	width: 259px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
}

	#nav {
	list-style: none;
	margin-right: 0;
	margin-left: 60px;
}
		#nav li {
	display: inline;
	float: left;
	position: relative;
	z-index: 10;
}
		#nav li.alpha { border-left: none;  } 
		#nav li.omega { border-right: none; }
		#nav a:link, #nav a:visited {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
}
		#nav a:hover {
	color: #FFF;
	background-color: #45A9E0;
	display: block;
}
		#nav ul { position: absolute; left: -9999px; }
		#nav li:hover ul { left: 0; }
		#nav ul li {
	background-color: #991232;
	border: none;
	width: 160px;
}
#slider-space {
	position: relative;
	z-index: 10;
}
#slider {
	height: 350px;
	margin-bottom: 24px;
	position: relative;
	z-index: 10;
}
	#slider .title, #slider .more { font-family: Verdana, Arial, sans-serif; }
	#slider .title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 210px;
	left: 20px;
	text-transform: uppercase;
}
	#slider .more {
	font-size: 16px;
	color: #FFF;
	position: absolute;
	top: 240px;
	display: block;
	width: 400px;
	text-align: left;
	padding: 2px;
	text-decoration: none;
	left: 20px;
	background-image: url(img/transgreen.png);
	background-repeat: repeat;
}
	#slider .more:hover { color: #fff; }
	#slider .more a {
	color: #98B6D6;
	text-decoration: underline;
	font-size: 10px;
}
	#slider .more a:hover { color: #FFf; }
#slider .description {
	position: absolute;
	left: 20px;
	bottom: 10px;
	display: block;
	width: 200px;
	z-index: 100;
	background: url(img/d_bg.png) repeat;
	color: #ccc;
	text-align: left;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#slider .description a, .description a:hover, .description h2 {
	color: #fff;
}

#slider.description h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}

#slider .description a {
	border-bottom: 1px dotted #fff;
}


#container {
	background-color: #FFF;	
}

#main_content {
	line-height: 22px;
	margin-bottom: 5px;
	background-color: #FFF;
	font-size: 13px;
	padding-left: 12px;
}	
	h1 {
	color: #053D6E;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
	h2 {
	color: #053D6E;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
h3 {
	color: #053D6E;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
h4 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	;
	line-height: 16px;
}
	#main_content p {
	font-size: 13px;
	color: #333;
	margin-bottom: 12px;
	
}
	#main_content span { font-size: 12px; }
	#main_content img {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
	#main_content ul, #main_content ol { margin: 0 15px 10px; font-size: 13px; }
	#main_content li {
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 12px;
}
	
#side_bar {  }
	#side_bar p { font-size: 13px; line-height: 18px;  }

#login_form {
	background-color: #A8BED6;
	padding-bottom: 10px;
}
	#login_form fieldset { border-bottom: 1px solid #111; margin-bottom: 10px; padding: 10px 0;}
	#login_form label { font-size: 10px; color: #fff; display: inline-block; width: 60px; text-align: right; margin-right: 10px; vertical-align: text-top; }
	#login_form input { margin-bottom: 10px; border: 1px solid #424242; }
	#login_form button { border: 1px solid #fff; background-color: #685428; position: relative; left: 155px; padding: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	#login_form button:hover { background-color: #B48C33; }
	
	#login_form p a { font-size: 11px; color: #555; }

#social_icons { margin: 0 0 15px; text-align: center; }
	#social_icons a { background: url(images/social_icons.png) no-repeat; display: inline-block; height: 31px; width: 31px; text-indent: -9999px; margin: 0 2px; }
	.icon_twit { background-position: 0 0 !important; }
		.icon_twit:hover { background-position: 0 -32px !important; }
	.icon_face { background-position: -64px 0 !important; }
		.icon_face:hover { background-position: -64px -32px !important; }
	.icon_link { background-position: -32px 0 !important; }
		.icon_link:hover { background-position: -32px -32px !important; }
	.icon_rss { background-position: -96px 0 !important; }
		.icon_rss:hover { background-position: -96px -32px !important; }
	
#footer {
	height: 55px;
	position: relative;
	padding-top: 5px;
	margin-top: 20px;
	background-attachment: scroll;
	background-color: #053D6E;
	background-repeat: repeat-x;
	background-position: 0 0;
}
	#footer ul { list-style: none; margin-bottom: 7px; }
	#footer li { display: inline; padding: 5px 15px; }
	#footer a:link, #footer a:visited { text-decoration: none; color: #fff; font-size: 10px; }
	#footer a:hover {
	color: #2471D0;
}
	#footer p { font-size: 12px; color: #fff; text-align: right; padding:3px 10px 0 0; }
	#footer p.disclaimer { text-align: center; font-size: 10px; padding: 0 10px; }

/*****  home page  *****/
.blog { margin-bottom: 10px; }
	.blog h3 {
	font: 16px/16px Times New Roman, serif;
	color: #243c57;
}
	.blog .date { font-size: 10px; font-style: italic; line-height: 20px; }
	.blog p { font-size: 14px; margin-bottom: 5px; }
	.blog .more {
	display: block;
	text-align: right;
	color: #243c57;
	font: 12px Times New Roman, serif;
	margin-top: 5px;
}
	.blog .more:hover {
	color: #2471D0;
}

/*****  contact page  *****/
.contact_form { }
.contact_form label { width: 150px; vertical-align: top; display: inline-block; }
.contact_form input[type=text], .contact_form textarea { width: 350px; margin-bottom: 10px; padding: 5px 5px 3px; font-size: 14px; border: 1px solid #999; }
.contact_form textarea { height: 100px; }
.contact_form input[type=text]:focus, .contact_form textarea:focus { border: 1px solid #333; }

/*****/
#scalecontainer{
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        width: 1024px;
        margin: 0 auto;
      }
.topPad 
{
	margin-top: 24px;
	}
