/* ================== */
/* = 960 Fixed Grid = */
/* ================== */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:960px; }

.column { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
	margin: 0;
	overflow: hidden;
	float: left;
	display: inline; /* ie6 double-margin bug fix */
}
.row { /* center the row on the page, clear the interior contents with overflow:hidden hack */
	background-color: #ffffff;
	width: 960px; margin: 0 auto; overflow: hidden;
}

/*  Main  */

#bg-img  { z-index:-1; visibility:visible; position:fixed; left: 0px; top: 0px; width:100%; height:100%; display:block; }

body { 
	background-color: #ffffff;
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 0;
}

#header { 
          height: 303px;
          background: url(header.jpg) no-repeat 0 0;
          background-color: #efefef;
}

#header h1 { 
	font-size: 52px;
	font-weight: normal; 
	line-height: normal;
	margin-bottom: 1px; 
	color: #000000;
	padding-left: 70px;
    padding-top:44px;

}

/*- Tabs --------------------------- */

#tabs {
	float:left;
	width:959px;
	background:#9c9cc9;
    background: green;
	font-size:93%;
	line-height:normal;
	padding: 0 0 0 1px;
}

#tabs ul {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	background: #c3d4e2 url(bg_tab_off.png) repeat-x;
	border: 1px solid green;
	color: #000;
	float:left;
	margin:0 2px 0 0;
	padding:4px 8px;
	text-decoration:none;
}

#tabs a:hover, #tabs #current a { background: green url(bg_tab_on.png) repeat-x; color: #fff; }

#navLeft ul { padding: 5px 0 0 0; margin: 0 0 10px 0; }
#navLeft li { line-height: 2em; margin: 0 0 2px 0; }

#navLeft li a {
	background-color: #E7E7F1;
	border: 1px solid green;
	display: block;
	line-height: 2em;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#navLeft li a:hover { background-color: #484884; color: #fff; }
#navLeft #current a { background-color: #fff; }
#navLeft #current a:hover { color: #2c506d; }

#leftColumn { background-color: #ccc; min-height: 900px; }
#mainColumn { 	background-color: #ffffff; padding: 10px 0; margin-left: 20px; min-height: 1550px; }

#footer { background-color: green; color: #fff; }

#footer p {	margin: 20px 0; text-align: center; }

.content { margin: 5px 10px; }

h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, .roundedCornerMain {
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 { color: #000000; text-transform: none  }
h2 { color: #484884; font-size: 26px; }
h3 { color: brown; font-size: 23px; }
h4 { font-size: 17px; }

a { color: brown; font-weight: bold; }
a:hover { text-decoration: none; }

#footer a, .roundedCornerLeft a { color: brown; }

.roundedCornerLeft {	
	background-color: green;
	border: 1px solid green;
	color: #fff;	
	margin: 0 0 10px 0;
	padding: 5px 10px; 
}

.roundedCornerMain {
	border: 1px solid white;	
	background-color: #f5f5dc;	
	margin: 0 0 0 0;
	padding: 5px 10px; 
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}

#bg-img  { z-index:-1; visibility:visible; position:fixed; left: 0px; top: 0px; width:100%; height:100%; display:block; }

.rightimg {
        float: right;
        margin: 10px;
        border: 1px solid green;
}

/*.rightimg:hover {
        border: 1px solid #9C9CC9; padding: 4px;
}*/

.leftimg {
        float: left;
        margin: 10px;
        border: 1px solid green;
}

/*.leftimg:hover {
        border: 1px solid #9C9CC9; padding: 4px;
}*/

.clear {
        clear: both;
}

#map { width: 300px; height:400px; border: 1px solid green; float: right; margin: 0 30px 0 20px;}
