/* Styles that apply to the whole page */
body {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(/newimages/main-back.jpg);
	background-position:center;
	margin: 0px;
	margin-top:10px;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1{
	font-size: 16px;
}
p, ul, li {
	font-size: 14px;
}
li 
{
	margin-left: 25px;
}

/* Page Background */
.container{
	width: 800px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 3px 3px 3px #000000;
	overflow:hidden;
}

/* Headers */
.header{
	height: 214px;
	display: block;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.pageheading{
	text-align: left;
	background-color: #ffffff;
	height: 156px;
	vertical-align: top;
}
.gatewaylogo{
	float:left; 
	width:213px; 
	height:214px; 
	background-image: url(/newimages/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.gatewaylogo a{
	width:213px; 
	height:214px; 
	display: block;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.gatewaylogo a span, .topimage span, .ignitelink span{
	display:none;
}
.topimage{
	float:left; 
	width:587px; 
	height:214px; 
	display:block;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}

/* Menu Bar */
.menubar {
	background-image: url(/newimages/vertical-bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
	text-align: left;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
	padding-top: 5px;
}
.ignitelink{
	float:left; 
	width:230px; 
	height:30px; 
	display:block; 
	text-decoration:none;
}

/* Footer */
.footer{
	background-color:#000000;
	vertical-align: bottom;
	font-size: 10px;
	text-align: center;
	clear: both;
	margin:0px;
	padding-top:10px;
}
.footer a:link, .footer a:visited {
	color:#CCCCCC;
}
.footer a:hover{
	color:#FFFF66;
}
.faded, .faded a:link, .faded a:visited{
	color:#222222;
}

/* Left Menu */
.leftmenu{
	float: left;
	padding-top: 20px;
	width: 213px;
	min-height: 500px;
	margin-right: 10px;
	text-align: left;
	display:block;
}
.leftmenu ul{
	margin-left: 15px;
	padding-left: 5px;
	display: block;
}
.leftmenu li{
	margin-left: 0px;
	list-style-type:none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 180px;
	padding: 0px;
}
.leftmenu li a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px;
	display: block;
	overflow:hidden;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.leftmenu li :hover{
	background-color:#000000;
}

/* Main Body Content */
.main_window {
	background-image:url(/newimages/back1.jpg);
	background-repeat:repeat-y;
	min-height: 520px;
	vertical-align:top;
	display: table-cell;
	width: 800px;
}
.mainbody{
	background-image: url(/gateway/images/lightbluelines.jpg);
}
#mainlogo{
	margin-top: 20px;
}
.maincontent{
	 text-align: left;
	 /*background-image: url(/gateway/images/lightbluelines.jpg);*/
	 vertical-align: top;
	 color: #ffffff;
	 padding: 10px;
	 margin-right: 5px;
}
.maincontent p{
	width: 190px;
}
.maincontent li{
	margin-left: -20px;
	vertical-align: top;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	color: #000000;	
	padding-right: 9px;
	text-align: left;
}
.content .rightimg{
	float: right;
}

/* Right Side Boxes */
.rightbox{
	 display:table-cell; 
	 width: 550px;
}
.rightcontent{
	text-align: left;
	background-image: url(/gateway/images/darkbluelines.jpg);
	width: 540px;
	vertical-align: top;
	color: #ffffff;
	padding: 10px;
	float:right;
	margin-left: 10px;
}
.rightcontent a:link, .rightcontent a:visited{
	color: #FFFFFF;
}
.rightcontent table a:link, .rightcontent table a:visited{
	color: #0000FF;
}

/* News Box */
.newsbox td{
	color: black;
}
.newsbox2{
	float: right;
	background-image:url(/newimages/news-back.jpg);
	width: 252px;
	clear: right;
	margin-top: 0px;
}
.newsbox2 p, .newshead{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.newsbox2 p{
	text-align:left; 
	margin-left: 4px;
}
.newshead{
	background-image:url(/newimages/news-header.jpg);
	background-repeat:no-repeat;
	height: 30px;
	color: #FFFFFF;
	padding-top: 7px;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.newsfooter{
	background-image: url(/newimages/news-footer.jpg);
	background-repeat: no-repeat;
	width: 252px;
	height: 18px;
	display: block;
}
.newsbox2 p.r{
	text-align:right;
	margin-right: 5px;
}

/* Gallery */
.galleryimage
{
	max-width:120px; 
	max-height:120px; 
	width: 150px;
}

/* Admin Styles */
.list td{
	background: #ffffff;
	color: #000000;
	padding: 5px;
	border-bottom: dotted 1px black;
	font-size: 12px;
}
.list th{
	background: #ff6600;
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
}
.list th a:link, .list th a:visited{
	color: #ffffff;
}
.list{
	margin-bottom:10px;
	width: 95%;
}
.thinborder{
	border: 1px black solid;
	display: block;
	padding: 2px;
}
.thickborder{
	border: 3px #ff6600 solid;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
}
input, textarea, select{
	border: 1px black solid;
	font-family: arial;
	font-size: 12px;
	margin-right: 3px;
	padding: 2px;
	background-color: #f5f5f5;
}

/* Donate Form */
#donateform{
	background-color:#FFFFFF;
	overflow: hidden;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin-bottom: 10px;
}
#donateform p{
	clear:both;
}
.givelink{
	background-color:#990000;
}
label{
	width: 200px;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.small{
	font-size:10px;
}

/* Admin Navigation */
.prev{
	float:left;
	width: 100px;
}
.next{
	float: right;
	width: 100px;
}
.pages{
	float: left;
	width: 300px;
}

