body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, sans-serif;
    font-size: .7em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}

a {
	color: #93B300;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       margin-top: 10px;
       width: 730px;
}

#logoWrap {
       margin-left: auto;
       margin-right: auto;
       width: 730px;
       background-color:#000000;
}
#infoWrap 
{
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 25px;
    padding: 20px;
    text-align: center;
    width: 690px;
}
/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(../img/top_bg.gif);
	overflow:hidden;
	font-size: 0.8em;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 1.6em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:52px;
	display:block;
	float:left;
	background: url(../img/bg_t.gif) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:10px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#formWrapper {
	width: 650px;
	margin-top:10px;
	background-color: #ffffff;
	padding: 10px 40px;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width:150px;
}

/*** Button ***/
.button {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px; 
    background-color: #9BCC00;
    height: 40px;
    width: 200px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      margin-right: 30px;
    margin-top: 20px;
    width: 200px;
}

.button a {
    float: left;
    width: 200px;
    color: #ffffff;
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    margin-top: 4px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.button a:hover, .button a:active, .button a:focus {
    background-position: center bottom;
    color: #333333;
    text-decoration: none;
}

/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 390px;
	float:left;
	display: block;
       margin-left: 20px;
	display: inline;
}


/**** Sidebar ***/

.imgBox 
{
    border: 1px solid #000000;
    float: right;
    height: 100%;
    margin-right: 20px;
    padding: 10px;
    width: 200px;
    margin-top: 20px;
}

#right {
	width: 245px; 
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box {
	width: 24em;/*280px*/
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(../img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        margin: 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
	width: 70%;
	color: #ffffff;
}

#footer p {
	margin: 0px;
	padding: 0;
}

.quotebubble:after {
    border-color: #C0C0C0 transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}
.quotebubble {
    background: -moz-linear-gradient(#EDEDED, #C0C0C0) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c0c0c0');
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c0c0c0));
    border-radius: 10px 10px 10px 10px;
    color: #000000;
    margin: 1em 0 3em;
    padding: 15px;
    position: relative;
}

.credit {
	color: #7DA500;
	font-size: 14px;
	font-weight: bold;
}
p {
    margin: 1em 0;
}