body {
    font-family: Arial,Helvetica,sans-serif;
}

dl {

}

.lang_nav:link{
	color:#CCCCCC;
	text-decoration:none; 
}

dt { 
	clear: left;
	float: left;
	margin: 0;
	margin-top: 10px;
	overflow: auto;
	width: 16ex;
	height: 25px;
	vertical-alignment: middle;

}

dd {
	margin: 0;
	margin-top: 10px;
	vertical-alignment: baseline;
	float: left;
}
.input {
	width: 40ex;
	vertical-alignment: baseline;
	line-height: 100%;
}

#body_container {
	overflow: hidden;
	margin: 0 60px;
	width: 1200px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: rgb(51, 51, 51);

}

#left_col {
	width: 188px;
	float: left;
    display: inline-block;
	margin-right: 60px;
}

#right_col {
	width: 188px;
	float: right;
    display: inline-block;
	margin: 0 0 10px 10px;
    padding: 5px;
    border: 2px dotted #868686;
    background: #ffffff;
}

#right_col p { margin: 5px; }


#center_col {
	width: 720px;
	float: left;
    display: inline;
}

#header_flash {
	background: #000033;

}

#header_nav {
	text-align: right;
	background: url(images/nationwide_11.jpg);
}

#theNavigation {
    background: url(images/nationwide_11.jpg) 0 0 repeat-x;
    text-align: right;
    height: 44px;
    vertical-align: middle;
    padding: 0 20px 0 0;
}

#theNavigation img { vertical-align: middle; }

#theNavigation a {
    display: inline-block;
    margin: 0;
    padding: 0 9px;
    line-height: 32px;
    height: 44px;
    text-decoration: none;
    color: #308ecc;
    vertical-align: middle;
    font-weight: bold;
}

#theNavigation a:hover,
#theNavigation a:active {
    background: url('images/nav_over.jpg') 0 0 repeat-x;
    color: #222222;
}
#footer {
	margin: 2em;
	clear: both;
}

#footer a { 
    text-decoration: none;
    color: #328ECD;
}

#footer a:hover {
    text-decoration: underline;
    color: #000033;
}
    

.bid_control {
	background: none;
	border: none;
	cursor: hand;
	cursor: pointer;
}

.input {
	border: 1px solid blue;
}
#offer {
width: 4ex;
}

#copy {
	width: 47%;
	float: left;
	margin-right: 1em;
}
#copy h3, #copy h2, #copy h1 {
	margin: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
#copy ul {
	margin: 0;
}
#pictures {
	width: 50%;
	float: left;
overflow:hidden;
}
#pictures .thumb {
	float: left;
	border: none;
	text-decoration: none;
	padding:3px;
}
#pictures a {
	border: none;
	text-decoration: none;
}
#picture_gallery .thumb {
	float: left;
	margin: 2px;
	font-size: 10px;
	border: none;
	text-decoration: none;
}

#picture_gallery a {
	border: none;
	text-decoration: none;
}

#video_gallery a {
	display: block;
	float: left;
	margin: 1em;
	border: none;
	padding: 2ex;
	text-align: center;
	width: 300px;
	font-size: 13px;
	height: 330px;

}
#video_gallery a img {
	border: none;
	text-decoration: none;
	display: block;
}

div.rowWhite {
    clear: left; 
    padding-top: 1px;
    border: 2px solid #9e9d9d;
    border-top: none;
    width: 720px;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
}

div.rowGray {
    clear: left; 
    padding-top: 1px;
    border: 2px solid #9e9d9d;
    border-top: none;
    width: 720px;
    background-color: #dfdfdf;
    text-align: center;
    padding: 0;
}

div.rowOver {
    clear: left; 
    padding-top: 1px;
    border: 2px solid #9e9d9d;
    border-top: none;
    width: 720px;
    background-color: #bebebe;
    text-align: center;    
    padding: 0;
}

div.headerRow {
    clear: left; 
    border: 2px solid #9e9d9d;
    background-color: #9e9d9d;
    height: 20px;
    width: 720px;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

div.imgBox
{
    float: left;
    display: inline;
    width: 178px;
    height: 38px;
    padding: 0;
}

div.aBox
{
    float: left;
    display: inline;
    width: 178px;
    height: 38px;
    _height: 41px;
    border-right: 2px solid #9e9d9d;
    padding: 0;
}

div.aBox p { margin: 10px 0px; }

.bgWhite { background-color: #ffffff; }
.bgGray { background-color: #dfdfdf; }

/* pagination */
#pagination { font-size: #13px; }

#pagination a { color: #328ECD; text-decoration: none; font-size: 13px; }
#pagination a.pager { font-size: 15px; }
#pagination a:hover { color: #000000; }

#pagination span.current { font-weight: bold; font-size: 15px; color: #000000; }
#pagination span.grayed { color: #888888; }


/*fixes floating div problems*/
.clearfix:after, .rowWhite:after, .rowGray:after, .rowOver:after, .headerRow:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

    
