@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	color: #333333;
	background-color: #a1a1a1;
	margin: 0px;
	background-image: url(images/gts_img_01.jpg);
	background-repeat: repeat-x;
}

img {
border: 0;
}


a:link {
color: #e10022;
text-decoration: none;

}

a:visited {
color: #e10022;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

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

#banner {
width: 940px;
height: 238px;
}

#nav {
width: 940px;
height: 70px;
padding: 0;
}

#navshadow {
height: 20px;
}

#main {
	background-color: #FFFFFF;
	background-image: url(images/gts_img_11.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	overflow: hidden;
}

#content {
float: right;
width: 520px;
padding-left: 10px;
padding-right: 20px;
z-index: 1;
}

.post {
border-bottom: 1px solid #e10022;
margin-bottom: 40px;
padding-bottom: 15px;
background-color:#FFFFFF;
}

.sidebar {
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
	width: 330px;
	background-color:#FFFFFF;
}

.post_title {
	width: 200px;
	font-weight: 900;
	line-height: 100%;
	border-bottom: 1px solid #e10022;
	font-size: 26px;
	letter-spacing: -0.1em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.date {

color: #e10022;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: oblique;
text-align: right;
font-size: 12px;

}



.cta {
padding-left: 350px;
border: 0;
margin: 0;
}




 /* round box css */
.rbroundbox { background-color: #ED2125; }
.rbtop div  { background: url(images/tl_cnr.jpg) no-repeat top left; }
.rbtop      { background: url(images/tr_cnr.jpg) no-repeat top right; }
.rbbot div  { background: url(images/bl_cnr.jpg) no-repeat bottom left; }
.rbbot      { background: url(images/br_cnr.jpg) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 10px; color: #FFFFFF; font-size: 13px; line-height: 125%; font-family: Georgia, "Times New Roman", Times, serif; }
.rbroundbox { width: 280px; margin: auto; }



#redfooter {
	width: 940px;
	height: 40px;
	background-image: url(images/gts_img_13.jpg);
	background-repeat: repeat-y;
	clear: both;
	text-align: center;
color: #FFFFFF;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
	
	}
	
#redfooter a:link {
color: #FFFFFF;
text-decoration: none;

}

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

#redfooter a:hover {
text-decoration: underline;
}
#redfooter.shadow {
	height: 19px;
	}
	
	
#infofooter {
color: #FFFFFF;
font-size: 11px;
text-align: center;
padding-right: 20px;
}

.formdiv {
border: 1px solid #666666;
background-color:#999999;
}

.textbox {
border: 1px solid #666666;
height: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #e10022;
padding: 5px;
}

.textarea {
border: 1px solid #666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #e10022;
padding: 5px;
}

.redasterisk {
font-size: 11px;
color: #FF0000;
}


.selectbox {
border: 1px solid #666666;
height: 18px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #e10022;
}

.maintitle {
	font-weight: 900;
	line-height: 100%;
	border-bottom: 1px solid #333333;
	font-size: 30px;
	letter-spacing: -0.1em;
	color: #e10022;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* 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;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}