/* #Main Document Setup# */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #566c11;
	color: #636363;
}

/* #Layout# */
/* #Layout/Top# */

#header {
	background: url('/App_Themes/aceoft/bkg-stripes.gif');
	padding: 50px 0px 0px 0px;
	height: 100px;
}

#hcolor {
	background-color: #566c11;
}

.IE6 #hcolor {
	height: 100px;
	overflow: hidden;
}

#hwrapper, #uwrapper, #cwrapper {
	width: 800px;
	margin: 0 auto;
}

#flag {
	padding-left: 180px;
	background: url('/App_Themes/aceoft/as-logo.gif') 37px 15px no-repeat;
}

#flag span#flagImg {
	position: relative;
	top: -20px;
	overflow: visible;
	width: 620px;
	height: 120px;
}

.IE6 #flag span#flagImg {

}

img#homelink {
	position: absolute;
	top: -100px;
	left: 37px;
	width: 110px;
	height: 100px;
}

/* #Layout/Main# */

#content {
	width: 800px;
	margin: 0 auto;
	background: url('/App_Themes/aceoft/content-bkg.gif') repeat-y;
}

#content #menu {
	float: left;
	width: 180px;
}

#content #copy {
	float: right;
	width: 560px;
	margin: 30px 30px 0 0;
	padding: 0 0 15px 0;
	min-height: 342px;
	position: relative;
	display: inline;
}

#copy div.left {
	float: left;
	width: 330px;
	margin: 0 30px 0 0;
}

#copy div.right {
	float: right;
	width: 200px;
	margin: 0;
}

#copy div.left_home {
	float: left;
	width: 250px;
	margin-right: 30px;
}

#copy div.right_home {
	float: right;
	width: 280px;
}

/* #Layout/Bottom# */

#footer {
	color: #ccc;
	clear: both;
	text-align: center;
	padding-top: 4em;
}

#footer a {
	color: #bbb;
	text-decoration: none;
}


/* #Text# */

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 1em 0;
}

h1 {
	font-size: 24px;
	text-transform: lowercase;
}

h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; font-weight: bold; }
h5 { font-size: 10px; font-weight: bold; }
h6 { font-size: 9px; font-weight: bold; }

p {
	line-height: 1.45em;
	margin: 1em 0;
}

a, .a {
	color: #566c11;
	text-decoration: underline;
	cursor: pointer;
}

a:hover, .a:hover {
	color: #86a81a;
	cursor: pointer;
}

acronym {
	border-bottom: 1px dotted #888888;
}

.space-top {
	margin-top: 15px;
}

.space-right {
	margin-right: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 1em 1em 0;
}

img.right {
	margin: 0 0 1em 1em;
}

img.photo {
	padding: 0.5em;
	background-color: white;
	border: 1px solid #d0d0d0;
}

.insig {
	color: #aaa;
}

.examples {
	margin-top: 2em;
	padding-top: 1px;
}

.examples p {
	margin-bottom: 2em;
	font-size: 0.9em;
}

.examples img {
	margin: 1em;
}

.examples td {
	vertical-align: top;
	text-align: center;
}

.examples table {
	width: 100%;
}

p.readmore {
	margin-left: 2em;
	font-style: italic;
}

/* #UI Objects# */

#breadcrumbs {
	font-family: Arial, sans-serif;
	color: #b1b1b1;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}

#breadcrumbs a {
	color: #b1b1b1;
	text-decoration: none;
}

.clear { clear: both; }

.navbar-r, .navbar-l {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	display: inline;
}

.navbar-l {
	float: left;
	text-align: left;
}

.navbar-r li, .navbar-l li {
	display: inline;
	padding-left: 7px;
	padding-right: 10px;
	background-image: url('/App_Themes/aceoft/bullet.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

ul {
	list-style: square;
	margin: 10px 0px 0px 25px;
}

li {
	line-height: 18px;
	margin: 0.5em 0;
}

td.label {
	width: 100px;
	text-align: right;
	padding: 3px 1em 0 0;
	font-weight: bold;
	vertical-align: top;
	font-size: 0.9em;
}

.formfield {
	width: 375px;
}

select.formfield {
	/* needs to be 6px more */
	width: 381px;
}

/* #Menus# */
/* #Menus/Main# */

#menu {
	position: relative;
}

#menu ul {
	list-style: none;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 30px 0 0 0;
	padding: 0;
}

#menu ul li {
	margin: 5px 0px;
}

.IE6 #menu ul li {
	line-height: 1em;
}

#menu a, #menu a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
}

#menu a.CMSListMenuLinkHighlighted {
	font-size: 15px;
	line-height: 1.5em;
}

/* #Menus/Subpages# */

.subpages {
	text-align: center;
	font-size: 18px;
	text-transform: lowercase;
	float: right;
	position: relative;
	margin-top: -10px;
}

.subpages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subpages ul li {
	margin: 0;
	float: left;
	padding: 5px 20px;
}

.subpages a {
	color: #999;
	text-decoration: none;
}

.subpages span.CMSListMenuLinkHighlighted {
	font-size: 1.25em;
}


/* #Form Objects# */

input.textfield, input.textfieldsm, textarea.textfield {
	width: 200px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #666666;
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
}

input.textfieldsm {
    width: 120px;
}

.error {
	font-size: 10px;
	font-weight: bold;
	color: #FFFF33;
	text-transform: uppercase;
}

.hidden {
	display: none;
}

.hdiv {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted#d0d0d0;
}