@import url(gtown_style_headers.css);
@import url(tabbed_panels.css);

#body_template{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('../images/header_bg_black_green.gif');
	background-repeat:repeat-x;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	width: 100%;
	background-color: #fff;
}
#body_print{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	width: 725px;
	background-color: #fff;
}
a:link, a:visited, a:hover {
	color: #214490;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

img {
    border:0px;
}

p {
margin-left:6px;
}

h1{
 color: #214490;
 font: bold 125% Verdana,Arial,sans-serif;
}

h2{
 font-size: 120%;
 font: bold 110% Verdana,Arial,sans-serif;
 color: #b64280;
 line-height: 150%;
}

h3{
 font-size: 100%;
 color:#de6c1b;
}

h4{
 font: bold 90% Verdana,Arial,sans-serif;
 color: #82a524;
 padding: 6px 0 3px;
	margin: 0;
}

h5{
 font: 100% Verdana,Arial,sans-serif;
 font-weight: bold;
 color: #fff;
 margin-left:6px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
	/***********************************************/
/* Layout Divs */
/***********************************************/

#sitehead{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
}

#cityonthego_head{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#container{
width:960px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#navBar{
margin: 2% 0% 0% 0%;
float:right;
padding: 0px;
font-size: 60%;
font-style:italic;
}

#left_column{
margin: 2% 80% 7% 3.5%;
}

#content{
float:right;
width: 78%;
margin: 10px 30px 20px 0px;
}
#footer{
clear: both;
height: 75px;
background-image:url('../images/footer.gif');
background-repeat:no-repeat;
margin-left: 40px;

	}
.admintools{
	float:right;
}
.cautionbox {
	width:470px;
	background-color: yellow;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
}

/* Admin Section */
/*#manage {
font-size: 76%;
}

#manage #admin {
margin:5px;
}

#manage #admin ul{
margin-left:15px;
padding:0px;
}

#manage #admin ul a {
background-repeat: no-repeat;
}
*/

ul#manage  li{
        list-style-type:none;
}


/* End Admin section */


/***********************************************/
/*Component Divs */
/***********************************************/

#siteName{
margin: 0px;
padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
padding: 0px 0px 0px 0px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 10px 0px;
white-space: nowrap;
text-align:center;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
this will force a horizontal scrollbar if there isn't enough room for all links
remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
font-size: 65%;
font-weight:bold;
}

/************* #tier_2_nav styles **************/

#tier_2_nav {
float:right;
margin-top: 10px;
padding: 0px;
font-size: 70%;
font-weight:bold;
color:#FFFFFF;
white-space:nowrap;
margin-right: 10px;

}

#tier_2_nav img{
 display: block;
}

#tier_2_nav a {
color:#FFFFFF;
}

/************* #footer_nav styles **************/

#footer_nav {
float:right;
font-size: 70%;
color:#FFFFFF;
margin-top: 15px;
margin-right:50px;
white-space:nowrap;

}

#footer_nav img{
 display: block;
}

#footer_nav a {
color:#FFFFFF;
}


/************** .feature styles ***************/

.feature{
padding: 0px 30px 10px 10px;
font-size: 80%;
}

.feature h3{
padding: 0px 0px -5px 5px;
}

/*.feature img{
float: right;
padding: 0px 0px 0px 20px;
margin: 0px 0px 0px 0px;
}
*/

/* adjust margins to change separation between the feature image and text flowing around it */

.caption {
margin: 0px;
padding: 5px 20px 10px 10px;
font-size: 8pt; line-height: 10pt; font-weight: bold; color:#333333;
clear: both;
float: right;
}


/************** .story styles *****************/

.story{
clear: left;
padding: 10px 0px 0px 20px;
font-size: 80%;
}

.story p{
padding: 0px 50px 5px 5px;
}



/************* #siteInfo styles ***************/

#footer{
clear: both;
height: 75px;
background-image:url('../images/footer.gif');
background-repeat:no-repeat;

}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
the bottom border of the navBar in cases where they "touch" */

#footer img{
padding: 8px 40px 4px 20px;
vertical-align: middle;
}


/************* #search styles ***************/

#search{
padding: 5px 0px 5px 10px;
border-bottom: 1px solid #cccccc;
font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
display: block;
margin: 0px;
padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
position: relative;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #cccccc;
font-size: 90%;
}

#sectionLinks h3{
padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
padding: 2px 0px 2px 10px;
border-top: 1px solid #cccccc;
width: 100%;
  voice-family: "\"}\"";
  voice-family:inherit;
width: auto;
}

#sectionLinks a:visited{
border-top: 1px solid #cccccc;
padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
border-top: 1px solid #cccccc;
background-color:#FF6666;
padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
margin: 0px;
padding: 0px 0px 10px 10px;
font-size: 80%;
}

.relatedLinks h3{
padding: 10px 10px 5px 0px;
}

.relatedLinks li{
padding: 0px 0px 5px 10px;
}



/************** #advert styles **************/

#advert{
padding: 10px 0px 0px 10px;
font-size: 80%;
}

#advert img{
display: block;
}


/************** #headlines styles **************/

#headlines{
margin: 0px 0px 0px 20px;
padding: 0px 15px 20px 5px;
font-size: 80%;
float: right;
border-style: none;
width: 207px;
}

#headlines_new{
margin: 20px 12px 10px 20px;
padding: 5px 5px 20px 5px;
font-size: 80%;
float: right;
border-style: dashed;
border-color:#FF9933;
width: 200px;
}

#headlines p{
padding: 0px 0px 0px 0px;
background-color: #fff;
}
#headlines h1{
padding: 0px 0px 0px 0px;
background-color: #fff;
font-weight: bold;
width: 100%;
}


.feature_box_small {
display:block;
width:210px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background: url(../images/bg_right.jpg) no-repeat #fff;
}

.feature_box_small .content {
display:block;
float:left;
width:200px;
padding:4px 2px 0px 6px;
}

.feature_box_small .content h2 {
padding:2px 2px 0px 2px;
font-weight:bold;
font-size:100%;
line-height:110%;
color:#214490;
}

.feature_box_small .content h3 {
margin:0px 20px 5px 0px;
padding-top: 5px;
font-weight:bold;
font-size:100%;
line-height:110%;
text-align:left;
color:#213660;
}



.orange_bg{background-color:#FFC07F}
.green{color:#ccd676}
.green_bg{background-color:#ccd676}

blockquote {
margin: 15px 30px 0 15px;
padding-left: 15px;
border-left: 8px solid #CC6600;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}


/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/* Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
float: right;
padding: 5px 0px 0px 2px;
margin: 5px 0px 0px 7px;
display: inline;
font-size: 8pt; line-height: 9pt; font-weight: bold;
color:#333333;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

.caption {
margin: 0px;
padding: 10px 0px 10px 10px;
font-size: 8pt; line-height: 10pt; font-weight: bold; color:#333333;
}

/* End Images */

/* left column styles */

#left_column p{
 list-style-type: disc;
font-size: 75%;
}

#left_column h1{
 color: #b64280;
 font: bold 80% Verdana,Arial,sans-serif;
}

#left_column h2{
 font: bold 80% Verdana,Arial,sans-serif;
 color: #de6c1b;
 line-height: 150%;
}

#left_column h3{
 font-size: 100%;
 color:#c697d9;
}

#left_column h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}
#left_column h5{
 font-size: 75%;
 font-weight: normal;
 font-style:italic;
 color: #333333;
 margin-left:-5px;
}

#left_column ul{
 list-style-type: disc;
margin-left: -30px;
font-size: 75%;
font-weight: bold;
line-height: 1.5em;
}

#left_column ul ul{
 list-style-type: disc;
}

#left_column ul ul ul{
 list-style-type: none;
}
/* end left column styles */


/* Promo Form */

select#promo_event_id {
	width: 17em;
}

/* end Promo Form */

/* Pop Up Code */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#82a524;
border:1px solid #214490;
z-index:1;
}
#backgroundPopup2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#82a524;
border:1px solid #214490;
z-index:1;
}

.popupContact{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
background:#FFFFFF;
width: 400px;
border:1px solid #214490;
z-index:100;
padding:12px;
font-size:13px;
}

.popupEdit{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
background:#FFFFFF;
width: 470px;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}

.popupContact h1{
text-align:left;
color:#214490;
font-weight:bold;
padding-bottom:5px;
}

#popupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:normal;
display:block;
cursor:pointer;
}

.popupContact ul li {
    list-style-type: none;
    padding:6px;
}

/* End Pop Up */

label.errors {
    color:#f00;
    font-size:12px;
    font-weight:normal;
}

.blur {
    color: #ccc;
}

.scrollable {
	overflow-y: auto;
	height: 200px;
	border: 1px solid #214490;
	padding: 1.5em;
}
