@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%; 
	font-family:Myriad Pro, Verdana, sans-serif;
        
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h3 {
	color: #5f5a46;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 18px;
}



#Container { 
        width:950px;
        height:100%;
        margin: 0 auto;
}

#FlashContainer{
        position:relative;
        width:100%;
        height:400px;
        background:grey;
}

#WeatherWidget{
	z-index:2;
	position:absolute;
	width:150px;
	height:150px;
	background:red;
	left:749px;
}
#Content{
        position:relative;
        width:700px;
        height:100%;
        margin:0 auto;
       
}

#row1{
        width:100%;
        height:204px;

        margin-top:44px;
}
#row1a{
        width:348px;
        height:204px;
        background:#8bae2c;
        margin-right:1px;
        float:left;
}
#row1b{
        width:175px;
        height:204px;
        background:#708c24;
        margin-right:1px;
        float:left;
}

#row1c{
        width:175px;
        height:204px;
        background:#5d741e;
        float:right;
}

#row2{
        position:relative;
        width:100%;
        height:409px;
        margin-top:44px;
}

#row2 div{
        
        width:174px;
        height:204px;
        float:left;
        margin-right:1px;
        margin-bottom:1px;
        background:#d9d3b0 url(../images/content_bg.jpg) repeat-x left top;
        display:hidden;
}

#row2 div:hover{
        background:#d9d3b0 url(../images/content_bg_hover.jpg) repeat-x left top;
}


#row2 div img{
        margin-top:14px;
        margin-left:13px;
}


#row2 div h3{
        margin-top:7px;
        margin-left:13px;
}

#row2 div p{
        color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 11px;
	padding:0px 13px 0px 13px;
}

#row2 div span{
        font-size:12px;
        height:15px;
        padding-left:15px;
        padding-top:2px;
        background:url(../images/readMore.png) no-repeat left top;
        float:right;
        margin:16px 10px 0px 0px;
}

#row2 div a{
        text-decoration:none;
        color:#3f5600;
}

#row2 div a:hover{
        text-decoration:none;
        color:#000;
}