a, a:link, a:active, a:visited {
    color:#7b9800;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p {
    margin: 0px;
    padding-bottom:5px;
}

form {
    margin:0px;
}

h1 {
    font-size:20px;
    margin:0px;
    padding-bottom:5px;
}

h2, h3 {
    margin:0px;
    padding:0px;
    font-weight:bold;
}

.basic  {
	width: 380px;
}

.basic div {
	/*background-color: #efefef;*/
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	color:#888888;
}

.basic a {
	cursor:pointer;
	display:block;
    padding:2px 0px 2px 0px;
	margin-top: 0;
}

.basic a:hover {
}

.basic a.selected {
	/*text-decoration: underline;*/
}

#navcontainer {
    padding:6px 6px 6px 10px;
    margin-left:2px;
    margin-right:2px;
    border-bottom:solid 1px #cacace;
    font-weight:bold;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navcontainer ul li { 
    display: inline; 
	/*background: url("../images/seperator.gif") right no-repeat;*/
}


#navcontainer ul li a {
    padding: 2px 2px 1px 2px;
    margin-right: 15px;
    text-decoration: none;
    color: #666;
    border-bottom: solid 3px #dcdbdb;
}

#navcontainer a:hover {
    color: #333;
    border-bottom: solid 3px #c4d96f;
/*	background: url("../images/menu_under.gif") bottom repeat-x;*/
}

#navcontainer a.active {
    color: #333;
    border-bottom: solid 3px #aed02c;
}

#main_left ul {
    padding: 0;
    margin: 0;
}

#main_left ul li {
    margin:0;
    display:block;
    /*line-height:1.4;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:2px;
}

#main_left li {
    background:transparent none repeat scroll 0 0 !important;
    border-bottom:1px solid #efefef;
    margin:0 !important;
    padding:5px 0 !important;
}

.copyright {
    font-size:11px;
    color:#999999;
}

div.grippie {
	background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}

#b_crumbs {
    margin-top:5px;
    margin-left:10px;
}

.iphone_box_p {
    float:left;
    width:190px;
    margin:0 40px 25px 0;
}

.iphone_box_l {
    float:left;
    width:330px;
    margin:0 50px 25px 0;
}

/* Tab Menu */
#header {
    float:left;
    width:100%;
    background:url("../images/top_nav_bg.gif") no-repeat bottom;
    font-size:15px;
}
#header ul {
    margin:0;
    padding:0;
    padding-top:3px;
    list-style:none;
}
#header li {
    float:left;
    background:url("../images/left_both.png") no-repeat left top;
    margin:0;
    padding:0 0 0 7px;
    border-bottom:solid 1px #c5c4c9;
}
#header a {
    float:left;
    display:block;
    width:.1em;
    background:url("../images/right_both.png") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#666;
}
#header > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
    color:#444;
}
#header #current {
    background-image:url("../images/left_both_on.png");
    border-width:0;
}
#header #current a {
    background-image:url("../images/right_both_on.png");
    padding-bottom:5px;
    color:#333;
}
#header li:hover, #header li:hover a {
    background-position:0% -150px;
    color:#444;
}
#header li:hover a {
    background-position:100% -150px;
}

/* Sub Menu */
#sub_nav a {
    margin:0 15px;
    -webkit-text-size-adjust: none;
    color:#666;
}

#sub_nav a:hover {
    text-decoration:none;
    border-bottom:solid 2px #a5c235;
    color:#333;
}

#sub_nav a.active {
    border-bottom:solid 2px #a5c235;
}
