/*-------------- 30x20 Site --------------*/
/* base.css: Contains global, header and footer styles and layout. */

* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    text-align: center;
    min-width: 1024px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #4d7da1;
    background: #fff;
}

a {
    color: #7cbd17;
    text-decoration: none;
}

a:hover {
    color: #ffa200;
}

a:active {
    color: #7cbd17;
}

h3 {
    color: #4d7da1;

}

img {
    border: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.clear_r {
    clear: right;
}

.clear_l {
    clear: left;
}

img.left {
    margin: 10px;
    border: 1px solid #999;
}

img.right {
    margin: 10px;
    border: 1px solid #999;
}

/*---------------- Layout ----------------*/

#mainWrap{
    width: 729px;
    float: left;
}

#sideWrap {
    width: 205px;
    float: right;
    background: #fff;
}

/*---------------- Main Navigation Layout ----------------*/
#Menu {
    width: 729px;
    height: 30px;
    background: #000;
    /*font-size: 1.2em;*/
}

#Menu ul {
    list-style-type: none;
    text-align: center;
}

#Menu ul li {
    display: inline;
    padding: 0 15px;
    text-align: center;
}

#Menu ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

#Menu ul li a:hover {
    color: #7cbd17;
}

#Menu li.current a,
#Menu li.section a {
	color: #7cbd17;
}

#Menu2 ul {
    margin:  0;
    padding:  0;
    list-style: none;
}

#Menu2 {
	margin-left: 20px;
	margin:  0;
	/*width: 17em;*/
 /* float:left;
     background:#f0f0f0;
     border:1px solid #ddd;*/
    padding:10px 10px 10px 0;
}
	#Menu2 li {
	    display: inline;
	    list-style: none;
      padding-left:15px;
        background:url(../images/menu2_arrow.png) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		color: #7cbd17;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color: #7cbd17;
	}

/*---------------- Side Layout ----------------*/
#sideContent {
    margin-left: 3px;
    background: #7cbd17;
    min-height: 100%;
    /*font-size: 1.1em;*/
}

#sideContent h2 {
    line-height: 1.5em;
    background: #4d7da1;
    padding: 5px 5px 5px 10px;
    color: #fff;
    font-size: 1.2em;
}

#cCalc {
    padding: 10px 10px 10px 20px;
    background: #747472 url(../images/ccalc_bg.gif) repeat-y top left;
    color: #ffc700;
    border-bottom: 3px solid #fff;
}

#cCalc ol {
    margin: 5px 5px 5px 20px;
    list-style-type: disc;
    color: #fff;
}

#cCalc a {
    font-size: 1.2em;
    color: #fff;
}

#cCalc a:hover {
    color: #7cbd17;
}

#newsEvents {
    padding: 10px 10px 10px 20px;
    background: #ffa200;
    color: #333;
    border-bottom: 3px solid #fff;
}

#newsEvents ul {
    list-style: none;
}

#newsEvents li.title {
    font-weight: bold;
    padding-bottom: 5px;
}

#newsEvents a {
    color: #fff;
}

#newsEvents a:hover {
    color: #7cbd17;
}

#sponsors {
    padding: 10px 10px 10px 20px;
    color: #fff;
}

#sponsors img{
    display: block;
    margin: 5px auto;
}

#sponsors a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#sponsors a:hover {
    color: #ffa200;
}

/*---------------- Footer Layout ----------------*/
#footer {
    height: 48px;
    margin-bottom: 15px;
    padding-top: 5px;
    background: #ccc url(../images/footer_bg.jpg) no-repeat;
    font-size: 0.7em;
    text-align: center;
    color: #fff;
}
