/* Reset the Page : Removes all brower-specific css (Thanks Yahoo!) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
#left ol, #left ul {
	list-style:none;
}
#content ol,#content ul {
	
	text-align: left;
	
	list-style-position: inside;
	
}

#content li {
	margin-bottom: 10px;
	margin-top: 10px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* Set Basic Elements and Common Classes Up */

body{
	background: #000000;
	font:13px/1.5 "Lucida Grande","Lucia Sans",Tahoma,Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	margin-top: 30px;
	margin-bottom: 20px;
}

a{
	color: #ca3d3d;
	text-decoration: none;
}
a:hover{
	color: #ca3d3d;
	text-decoration: underline;
}
a:visited{
	color: #ca3d3d;
	text-decoration: none;
}
a:active{
	color: #ca3d3d;
	text-decoration: none;
}
h1{
	font-variant: small-caps;
	color: #ca3d3d;
	font-size: 24px;
	margin-bottom: 10px;
}

h2{
	font-variant: small-caps;
	color: #ca3d3d;
	font-size: 36px;
}
h3{
	font-variant: small-caps;
	color: #ca3d3d;
	font-size: 16px;
	text-align: right;
}
p{margin-top: 10px;}

.clear{
	clear: both;
}
.left{float: left}
.right{float: right}

/* Set Containers and Wrappers Up */
#top{
	background-image: url(../images/corners/tright.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#bottom{
	background-image: url(../images/corners/bright.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 0px;
}
#body{
	z-index: 1;
}
#logo_bottom{
	font-size: 0px; /* We set font-size to 0 here to remove and extra line being made under the image */
}
#wrapper{
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	z-index: 1;
}
#left{
	float:left;
	width: 290px;
	margin-right: 50px;
	background: #000000;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#right{
	float:right;
	width: 430px;
	text-align: right;
	margin-right: 30px;
	margin-top: 40px;
	z-index: 1;
}
#nav_container{
	background: #000000;
	overflow: hidden;
	z-index: 1;
}
/* Set Specific Elements Up */

#logo{
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
#tagline{
	float: right;
	margin-right: 10px;
}
#info_container{
	background: #FFFFFF;
}
#info{
	margin-left: 10px;
	width: 215px;
}
#createdby{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 5px;
	text-align: right;
	width:800px;
	color: #666666 ;
}
#navigation{
	position: relative;
	margin: 15px 0;
	overflow: hidden;
	z-index: 1;
}
.navitem1{
	position: relative;
	background-image: url(../images/navigation/red.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 78px;
	margin-bottom: 10px;
	font-size: 42px;
	color: #f4efb9;
	text-align: right;
	font-variant: small-caps;
	overflow: hidden;
	z-index: 0;
}
.navitem1 a{color: #f4efb9;}
.navitem1 a:hover{color: #f4efb9; text-decoration: underline;}
.navitem1 a:visited{color: #f4efb9;}
.navitem1 a:active{color: #f4efb9;}
.navitem2{
	position: relative;
	background-image: url(../images/navigation/yellow.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 78px;
	margin-bottom: 10px;
	font-size: 42px;
	color: #990000;
	text-align: right;
	font-variant: small-caps;
	overflow: hidden;
	z-index: 0;
}
.navitem2 a{color: #990000;}
.navitem2 a:hover{color: #990000; text-decoration: underline;}
.navitem2 a:visited{color: #990000;}
.navitem2 a:active{color: #990000;}
.navitem1 div, .navitem2 div{
	padding-top: 10px;
	padding-right: 45px;
	overflow: hidden;
	z-index: 0;
}
#tagline_text{margin-left: 20px; margin-right:20px;}
.googlemap{border: 1px solid black;}
.bold{ font-weight: bold; }
#sl_banner_sm{
	display: block;
	margin: 0 auto;
	width: 123px;
}