/************************************************/
/*  CSS FRAMEWORK BY THE INTERACTIVE DEPT.
/*  PROJECT: 
/************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}



html {
	margin:0;
	padding:0;
}


body {
	color:#333;
	font-size:12px;
	padding-bottom: 0px;
	margin: 0px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/************************************************/
/* TEXT FORMATTING
/************************************************/

h1 {	
	color:#760101;
	leading:4px;
	letter-spacing:1px;
	font-size:26px;
	font-weight: bold;
}

h2 {
	color:#805041;
	leading:4px;
	font-size:16px;
	font-weight: bold;
}
h3{
	
}



h4{
	
}


h5{
	
}



p {
	
}


ul{
	
}

li{
	
}

/************************************************/
/*  MAIN STRUCTURE 
/************************************************/


#container{
	min-width:1010px;
	min-height:800px;
	width:100%;
	margin:0 auto;
}

#site{
	width:1010px;
	background-color: #fbf9e9;
	margin:0;
}


/* HEADER */

#header{
	width:100%;
	margin:0 auto;
	background-image:url(../_img/flwr.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
}
#logoArea{
	float:none;
	margin: 0 auto;
	width:331px;
	vertical-align:middle;
}
#ribbon{
	width:100%;
	margin:0 auto;
	background-image:url(../_img/ribbon.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:44px;
}



/* CONTENT */

#banner{
	width:px;
	margin:0 auto;
}

#contentArea{
	clear:both;
	width:1010px;
	min-height:470px;
	margin:0 auto;
	margin-top: 15px;	
}

#MID{
	margin:0 auto;
	width:1010px;
}

#leftColumn{
	float:left;
	margin:20px;
	width:500px;
}

#rightColumn{
	padding-top:20px;
	float:right;
	width:450px;
	text-align:left;
	
}

#rightColumn li{
	padding-bottom:10px;	
}



#Vertleftcol{
	float:left;
	margin:20px;
	width:450px;
}

#vertrightcol{
	padding-top:20px;
	float:right;
	width:500px;
	text-align:left;
	
}


/************************************************/
/* NAVIGATION
/************************************************/
.nav-wrap {  margin:0 auto;  background-color: transparent; border-top: 10px #600; border-bottom: 10px #600; }

.group:after { visibility: hidden; margin:0 auto; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one {
	list-style: none;
}
#example-one li { display: inline; }
#example-one li a { color:#600; font-size: 14px; display: block; margin:0 auto; float: left; padding: 15px 20px 5px 10px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: white; }
#magic-line { position: absolute; top:5px; left: 0; width: 100px; height: 2px; background: #fe4902; }

#example-two { margin: 0 auto; list-style: none; width: 100%; }
#example-two li { display: inline; }
#example-two li a { color: #600; font-size: 14px; display: block; float: left; padding: 15px 20px 5px 10px; text-decoration: none; text-transform: uppercase; }
#example-two li a:hover { color: white; }
#example-two #magic-line-two { position: absolute; top: 5px; left: 0; width: 100px; height: 2px; background: #fe4902; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.current_page_item a, .current_page_item_two a { color: white !important; }
#Navarea{
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", sans-serif;
	color:#600;
	text-transform:capitalize;
	width:850px;
	margin-top:15px;
	float:none;
	margin-left:360px;
}

#nav{
	
}

#myNav{
	margin:0 auto;
	width:830px;
}

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

#nav li{
	margin:0;
	padding:0;
	height:20px;
}

#nav a{
	color:#600;
	font-size:20px;
	font-style:normal;
	text-transform:capitalize;
	text-decoration:none;
	margin:0 10px;
}

/* SUBNAV */

#subnav{

}

#subnav ul{

}

#subnav li{

}

#subnav a{

}





/************************************************/
/* FOOTER 
/************************************************/

#footer{
	background-repeat:repeat-x;
	width:100%;
	clear:both;
	margin:0 auto;
}


#copyright{
	clear:both;
	width:1010px;
	margin: 0px auto;
	padding-top:40px;
	text-align:center;
}

#copyright a, 
#copyright p{
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", sans-serif;
	color:#666;
	leading:4px;
	font-size:12px;
	text-align:center;
}
#copyright a:hover{
	text-decoration:underline;	
}

#container #rightColumn {
	top: auto;
	clip: rect(auto,auto,auto,auto);
	background-position: top;
}

