/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  14: 3 Col Fixed, Top Menu
  ------------------------------------------------
*/

/*Min-width determines the point at which your layout width will cease to shrink horizontally and your browser will spawn a horizontal scroll bar.*/
body {
	font-family: "source-sans-pro";
	color: #000;
	background-color: #e4e5e6;
	margin: 0 0 0 0;
	padding: 0px;
	background-image: url(../images/pagestructure/header-slice_4x120px.jpg);
	background-repeat: repeat-x;
}
/*Border Radius for CURVED CORNERS. The overall wrapper is assigned an 8px radius on all 4 corners. The masthead is assigned a 6px radius for its top corners. The footer is assigned a 6px radius for its bottom corners. The footer and masthead radii must always be 2px less than the radii set on the content wrapper so that its border displays properly.*/
.content-wrapper {
}
.masthead {
}
/*Masthead, includes Logo and Banner. It carries a bottom shadow that creates a bevel effect between the masthead and your page content. All modern browsers except Safari 5.x support box-shadow. As of this writing, Safari still requires the proprietary webkit prefix. Once Safari 6 is released, you can remove the webkit property.*/
.masthead {
	background-color: #222;
	padding: 0px;
	text-align: left;
	position: relative;
}
.header {
	background-image: url(../images/pagestructure/header-topslice-10x60.jpg);
	background-repeat: repeat-x;
}
.hmenu {
	height: 43px;
	background-image: url(../images/pagestructure/horizontal-menu-1024x43.jpg)
}
/*Main Layout Container. The entire page is inside this element. */
.masthead .logo {
}
.masthead h1 {
	margin: 0;
	color: #FFF;
	padding: 10px 30px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: normal;
}
/*We set height and overflow hidden to allow you place an image in the banner that would normally be too large. You can edit or remove this rule if you design your banner image to fit your layout.*/
.masthead .banner {
	height: 120px;
	overflow: hidden;
}
.masthead .banner img {
}
/*Main Layout Container. The entire page is inside this element. Auto left and right margins serve to center the wrapper.*/
.content-wrapper {
	margin: 0 auto;
	width: 1024px;
}
/*The containing element for the the main content. We simply set the content area to have a white background.*/
.columns-wrapper {
	position: relative;
	padding-bottom: 10px;
}
.columns-wrappersearch {
	position: relative;
	height: 670px;
}
.columns-wrapperworld {
	background-image: url(../Templates/images/world/world-map-1024x670.gif);
	position: relative;
	height: 670px;
}
.columns-wrappersearallies {
	background-image: url(../Templates/images/se-asia/SEAsia-rally-map-1024x670.gif);
	position: relative;
	height: 670px;
}
.columns-wrapperhome {
	position: relative;
	height: 670px;
}
/*Columns*/
.leftbar {
	width: 35px;
	float: left;
	background-color: #FFF;
	background-image: url(../images/pagestructure/mapstrip-lft-35x790.jpg);
	background-repeat: repeat-y;
}
/*Main Content*/
.main-content {
	width: 659px;
	float: left;
	background-color: #FFF;
	border-left: 1px solid #808080;
}
.main-contentweather {
	width: 952px;
	float: left;
	background-color: #FFF;
	border-left: 1px solid #808080;
}
.sidebar {
	width: 293px;
	float: left;
	background-color: #dbf0f4;
	border-left: 1px solid #808080;
}
.rightbar {
	width: 34px;
	float: right;
	background-color: #FFF;
	background-image: url(../images/pagestructure/mapstrip-r-34x790.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #808080;
}
/*The Sidebar content. Edit padding and font attributes to suit*/
.sidebar .content {
	padding: 35px 19px 35px 19px;
	font-family: "source-sans-pro";
	font-size: 14px;
	/*line-height: 1.5em;*/
}
/*This container is inside the columns wrapper and serves as a container for the content inside, allowing you to adjust whitespace (padding) without altering the CSS box model. This is the rule to use to set text attributes for your main content.*/
.main-content .content {
	padding: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
.main-contentweather .content {
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0 0 0;
	line-height: normal;
}
h1 {
	font-size: 20px;
	color: #0e8cc5;
	font-family: "source-sans-pro";
	font-weight: 800;
}
h2 {
	font-size: 17px;
	color: #00529b;
	font-family: "source-sans-pro";
	font-weight: 800;
}
h3 {
	font-size: 18px;
}
.pagetoptxt {
	font-size: 30px;
	color: #3fb3cc;
	font-family: "source-sans-pro";
	font-weight: 800;
	}
h4 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	font-family: "source-sans-pro";
	font-weight: 800;
	color: #85cadb;
	float: right;
}
/*A utility rule assigned to the first heading to remove all margins. This class can be used on any element for which you would like to remove margin.*/
.page-topper {
	margin: 0px;
}
/*Misc. Typographic Styles*/
/*.content em {
	font-style: normal;
	text-transform: italic;
	font-size: 110%;
}*/
.content em.big {
	font-size: 125%;
}
/*Ordinary Link Styles*/
.content a {
	color: #0066CC;
}
.content a:hover, .content a:focus {
	color: #C30;
}
.sidebar2 a {
	color: #0059B3;
}
.sidebar2 a:hover, .sidebar2 a:focus {
	color: #000;
}
.footer a {
	color: #689BF0;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
/*Lists: We reduce normal indentation and remove bullets for ordered and unordered lists  when placed in a sidebar*/
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
}
/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	padding: 10px 20px;
	background-color: #877876;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 30px #999;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 999999;
}
/*The Top Menu Bar UL. Font-Size 0 eliminates horizontal whitespace between menu items. DO NOT EDIT any property EXCEPT for text-align, which can be changed to center or right to easily re-position the menu. */
.menutop {
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-align: left;
}
/*The menu list items. DO NOT EDIT the first 2 properties. Margin-right provises some separation between each item and may be edited.*/
.menutop li {
	list-style-type: none;
	display: inline-block;
	margin-right: 6px;
}
/*The menu links. MUST BE DISPLAY BLOCK. Padding provides white space within the link box. The first padding value controls the height of the box. The second value controls width.*/
.menutop a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #998C8A;
}
/*The menu links hover and focus states. A box shadow effect changes for this state. */
.menutop a:hover, .menutop a:focus {
	color: #FFF;
	border-color: #FFFFFF;
	outline: 0;
}
/*Optional Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}
/*The menu list items. Margin-bottom provides some separation between each item and may be edited.*/
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
/*The menu links. MUST BE DISPLAY BLOCK. Padding provides white space within the link box. The first padding value controls the height of the box. The second value controls width. A box shadow is set.*/
.menuside a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 4px;
	background-color: #D2D2D2;
	-webkit-box-shadow: 0px 0px 15px #DDD;
	box-shadow: 0px 0px 15px #DDD;
}
/*The menu links hover and focus states. A box shadow effect changes for this state. */
.menuside a:hover, .menuside a:focus {
	color: #FFF;
	border-color: #222;
	background-color: #222;
	box-shadow: 5px 5px 30px #999;
	outline: 0;
}
/*The Footer*/
.footercontainer {
	height: 70px;
}
.footer {
	background-color: rgba(51,51,51,0.5);
	color: #FFF;
	width: 964px;
	font-family: "source-sans-pro";
	font-size: 13px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.justify {
	text-justify: distribute
}
.spacer {
	width: 35px;
}
.footerspace {
	height: 15px;
	background-color: rgba(51,51,51,0.5);
}
.google-search {
	width: 270px;
	height: 50px;
	float: right;
}
.iframe {
	height: 600px;
	width: 890px;
}
.italic {
	font-style: italic;
}

/*Mobile Devices*/
/*Phones*/
@media only screen and (max-device-width: 480px) {
body {
	min-width: 0px !important;
}
.content-wrapper {
	width: 1024px;
}
}

/*Tablets*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
	min-width: 0px !important;
}
.content-wrapper {
	width: 1024px;
}
}
