/****************************************/
/************General Styles**************/
/****************************************/


body {
	font-size: 16px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif !important;
	background: #000033 url(../images/background.jpg) no-repeat 50% 0;
	background-attachment: fixed;
}
#page_container {
	width: 960px;
	color: #000000;
	background: #fff;
	margin: 1em auto;
	border: 2px solid #999;
}
#banner_block {
	background: #000;
	text-align: center;
}

#mainContent {
	padding: 0 1.5em;
	background: #fff;
	min-height:428px;
}

/****************************************/
/***********Paragraph Styles*************/
/****************************************/

p {
	margin: 1em 0;
	line-height: 1.4;
}
/*
p:nth-of-type(1) {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}*/
/****************************************/
/***************Menu Styles**************/
/****************************************/

#mainMenu {
	background: #000066;
	border-bottom: #999999 solid 2px;
	border-top: #999999 solid 2px;
	overflow: hidden;
}
#mainMenu ul {
	overflow: visible;
	margin: 0 auto;
	float: left;
	position: relative;
	left: 50%;
	list-style: none;
	padding: 0px;
}
ul#nav li {
	position: relative;
	right: 50%;
	float: left;
	border-right: #999999 solid 1px;
}
ul#nav li.first {
	border-left: #999999 solid 1px;
}
ul#nav li a {
	display: block;
	width: auto;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background: #000066;
	color: #ffffff !important;
	padding: 2px 1.25em;
}
ul#nav li a:hover {
	background: #ffffff;
	color: #000066 !important;
	padding: 2px 1.25em;
}

/**************************************/
/*****GTP Responsive Grid Styles*******/
/**************************************/

.gridContainer {
	width: 100%;
	overflow: auto;
}
.grid {
	float: left;
	overflow: auto;
	margin: 1em 0 1em 3.5%;
}
[class*="grid"]:first-child, .grid.first {
	margin-left: 0 !important;
	clear: left;
}
.grid.one {
	width: 5.125%;
}
.grid.two {
	width: 13.75%;
}
.grid.three {
	width: 22.375%;
}
.grid.four {
	width: 31%;
}
.grid.five {
	width: 39.625%;
}
.grid.six {
	width: 48.25%;
}
.grid.seven {
	width: 56.875%;
}
.grid.eight {
	width: 65.5%;
}
.grid.nine {
	width: 74.125%;
}
.grid.ten {
	width: 82.75%;
}
.grid.eleven {
	width: 91.375%;
}
.grid.twelve {
	width: 100%;
}

/**************************************/
/**************Home Styles*************/
/**************************************/

#about div, #news div {
	height:400px;
	overflow:auto;	
}

#news p:last-child {
	margin-bottom:1em;	
}
/***********Heading Styles**************/

.block_heading, h1 {
	color: #FFFFFF;
	background: #000066;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	margin: 1em 0 1em 0;
	padding: 0 0.35em;
}
.block_heading02, h2 {
	color: #FFFFFF;
	background: #000066;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 18px;
	margin: 0 0 1em 0;
	padding: 0 0.35em;
}
.news h2 {
	color: #FFFFFF;
	background: #000066;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 18px;
	margin: 0 0 0.5em 0;
	padding: 0 0.35em;
}
/* text Styles */
.emphasize, strong {
	font-weight: bold;
}
.italicize, em {
	font-style: oblique;
}
.underline {
	text-decoration: underline;
}
.allCaps {
	text-transform: uppercase;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.center {
	text-align: center;
}
.padded {
	padding: 1em;
}
.padded h1 {
	margin-top:0;	
}
.border {
	border: 2px solid #000;
}
/*********Images**********/

.imgRight {
	float: right;
	margin: 1em 0 1em 1em;
	display:block;
}
.imgLeft {
	float: left;
	margin: 1em 1em 1em 0;
	display:block;
}
.noTop {
	margin-top:0 !important;	
}
.noBottom {
	margin-bottom:0 !important;	
}


/****************************************/
/**************Footer Styles*************/
/****************************************/

#footer {
	overflow: hidden;
	width: 100%;
	margin: 0;
	border-top: #999999 solid 2px;
	background: #000000;
	font-family: Times, Arial, serif !important;
	color: #ffffff !important;
}
#footer p {
	margin: 0;
	text-align: center;
}
#footer a:link {
	color: #FFFFFF !important;
	text-decoration: none
}
#footer a:visited {
	color: #FFFFFF !important;
	text-decoration: none
}
#footer a:active {
	color: #666666 !important;
	text-decoration: none
}
#footer a:hover {
	color: #FF0000 !important;
	text-decoration: none;
}

p.copyright {
	color:#999;	
}

