/************************************************************************
	Filename: chamber.css
	Purpose: Affect the content format of the Little Elm Chamber Template
	Created by: Cliff Murphy
	Modified by: Cliff Murphy
	Created: 05-10-08
	Last Modified: 05-10-08
 ************************************************************************/
 
/************************************************************************
 *																Global	*
 ************************************************************************/
body {
	/* border: 1px solid green; */
 	background: #FFFFFF;
 	margin: 0px auto;
	font-family: Arial,Verdana, Helvetica, sans-serif ! important;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	height: 100%;
}

/************************************************************************
 *															Wrappers	*
 ************************************************************************/

#wrapper {
	height: 100%;
}

#leftwrapper {
	float: left;
	height: auto;
	width: auto;
}

#rightwrapper {
	float: right;
	height: auto;
	width: auto;
	
}

#centerwrapper {
	height: auto;
	min-height: 200px;
	width: 760px;
	margin: 0px auto;
	top: 0px;
	margin-left: auto; 
	margin-right: auto;
}

#footerwrapper {
	width: 100%;
	height: auto;
	text-align: center;
}

/************************************************************************
 *														Defined Areas	*
 ************************************************************************/
#mainnav {
    margin-left: auto;
    margin-right: auto;
	height: 23px;
	width: 760px;
	text-align: right;
	background: #000000;
}

#scroller {
    margin-left: auto;
    margin-right: auto;
	padding: 0px;
	height: 30px;
	width: 760px;
	background: #000000;
}

#scroller_msg {
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 25px;
	word-spacing: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-style: italic;
	border: 0px solid red;	
}

#white_seprator {
	height: 1px;
	width: 760px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 136px;
	width: 760px;
	text-align: left;
	background-image:url(../images/header_bk.jpg);
	background-repeat: repeat-x;
	/* border: 1px solid red; */
}

#content {
	margin-top: 5px;
	height: auto;
	width: 760px;
	text-align: center;
}

#footer {
	height: 23px;
	width: 760px;
	position: relative;
	text-align: center;
	z-index: 1;
	/* border: 1px solid black; */
}

/************************************************************************
 *														Header Elements	*
 ************************************************************************/

#headerlogo {
	position: relative;
	float: left;
	height: 136px;
	width: 325px;
	z-index: 1;
}

#slogan {
	position: relative;
	margin-top: 55px;
	margin-right: 3px;
	float: right;
	height: 20px;
	width: 420px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;	
	word-spacing: 1px;
	letter-spacing: 2px;
	text-transform: uppercase;
	z-index: 1;
}

#tracking {
	margin-top: 20px;
	margin-left: 15px;
	position: relative;
	float: right;
	height: 35px;
	width: 300px;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 2px;
}

#uploadcenter {
	margin-top: 20px;
	margin-left: 15px;
	position: relative;
	float: right;
	height: 25px;
	width: 300px;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 2px;
	border: 0px solid green;
}

#headermenu h2 {
	font: arial, helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: inline;
	color: #FFFFFF;
}


#headermenu ul {
	position: relative;
	float: right;
	height: 19px;
	text-align: right;
	margin: 2px 0px 0px 0px;
	z-index: 1;
}

#headermenu li {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	word-spacing: 1px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline;
	padding: 0px 15px 0px 0px;	
}

#headermenu ul li {
	list-style: none;
}

#headermenu a { 
	color: #FFFFFF;
	text-decoration: none;
}

#headermenu a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

.v_separator {
	border-left: 10px solid #FFFFF;
	padding: 0px 0px 0px 10px;
}

/************************************************************************
 *												Navigational Elements	*
 ************************************************************************/
#row {
	margin: 0px;
	width: 760px;
	height: 160px;
}

#black_box {
	float: left;
	width: 253px;
	height: 154px;
	background-image:url(../images/box_black.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#red_box {
	float: left;
	width: 253px;
	height: 154px;
	background-image:url(../images/box_red.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#blue_box {
	float: left;
	width: 253px;
	height: 154px;
	background-image:url(../images/box_blue.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#spacer_box {
	float: left;
	width: 253px;
	height: 154px;
}

#box_header {
	margin-left: 7px;
	margin-top: 10px;
	height: 20px;
	width: 235px;
}

#box_content {
	margin-left: 8px;
	height: 113px;
	width: 232px;
	text-align: center;
}

#box_header h2 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	word-spacing: 1px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#box_header a { 
	color: #FFFFFF;
	text-decoration: none;
}

#box_header a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}


/************************************************************************
 *														Content Areas	*
 ************************************************************************/


#content p {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 15pt;
}

#content ul {
}

#content li {
}

#content h2 {
	font-size: 12px;
}

#content h3 {
	margin-left: 5px;
	color: #DB0044;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#content img {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

#contentleft {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 180px;
	height: auto;
	min-height: 50px;
}

#contentlefttop {
	float: left;
 	margin: 0px 0px 0px 0px;
	width: 180px;
	height: 14px;
	background-image:url(../images/menubox_top.jpg);
	background-repeat: no-repeat;
}

#contentleftcenter {
	float: left;
 	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 180px;
	height: 100%;
	min-height: 100px;
	background-image:url(../images/menubar_middle.jpg);
	background-repeat: repeat-y;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#contentleftbottom {
	float: left;
 	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 180px;
	height: 14px;
	background-image:url(../images/menubox_bottom.jpg);
	background-repeat: no-repeat;
}

#contentright {
	margin-top: 10px;
	float: right;
	width: 575px;
	height: auto;
	min-height: 200px;
	text-align: left;
}


#contentright img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;	
	/* border: 2px solid #DB0044; */
}

#contentright h4 {
	margin-left: 5px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/************************************************************************
 *												Google Search Results	*
 ************************************************************************/

#cse-search-results iframe {
	width: 500px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}


/************************************************************************
 *																Footer	*
 ************************************************************************/

#footer {
    margin-left: auto;
    margin-right: auto;
	height: auto;
	width: 760px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	word-spacing: .1px;
	letter-spacing: 0px;
	clear: both;
	text-align: center;
	/* border: 1px solid red; */
}

/************************************************************************
 *																Classes	*
 ************************************************************************/
h1 {font-size:1.8em;}
h2 {font-size:1.3em;}
h3 {
	color: #DB0044;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
h4 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}

#clear_float {
	clear: both;
}

.page2nav {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

.page2subnav {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

li.page2subnav1 {
	margin: 0px;
	padding: 0px;
	color: #DB0044;
}

.sponsors {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	word-spacing: .5px;
	letter-spacing: 0px;
}

.featured_events {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 4px;
}

.calendar {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: .5px;
}

.heading_images {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;	
	border: 0px;
}

a.menu_link:link, a.menu_link:active, a.menu_link:visited { 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	word-spacing: 1px;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
}

a.menu_link:hover { 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	word-spacing: 1px;
	letter-spacing: 1px;
	text-decoration: underline;
	position: relative;
}

a:link, a:active, a:visited {
	font-weight: bold;
	font-style: bold;
	color: #DB0044;
	text-decoration: none;
	position: relative;
}

a:hover {
	color: #DB0044;
	text-decoration: underline;
	position: relative;	
}

a.menu:link, a.menu:active, a.menu:visited {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	position: relative;	
}

a.menu:hover {
	color: #DB0044;
	text-decoration: underline;
	position: relative;
}

a.submenu:link, a.submenu:active, a.submenu:visited {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	position: relative;
}

a.submenu:hover {
	color: #DB0044;
	text-decoration: underline;
	position: relative;
}

/************************************************************************
 *																Inputs	*
 ************************************************************************/

input.text {
	border-width:1px;
	border-color:#7d8e9b;
	border-style:solid;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}


input.btn {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-color:#000000;
	border:1px solid;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	position:relative;
}

textarea {
	border-width:1px;
	border-color:#7d8e9b;
	border-style:solid;
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}

input.radio {
	border-width:0px;
	border-color:#7d8e9b;
	border-style:solid;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}

input.checkbox {
	border-width:0px;
	border-color:#7d8e9b;
	border-style:solid;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}
/* ******************************************* */