@charset "UTF-8";

/* Text Formatting */

body {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	color: #555;
	background-color: #000000;	/*background-attachment: scroll;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.page { font-size: 1.1em; }

h1 {
	font-size: 2em;
	color: #ffcc66;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 85px;
}
h2 {
	font-size: 1.3em;
	color: #99ccff;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
h3 { font-size: 1.25em; color: #663366; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a {
	color: #ffcc66;
	/*font-weight: bold;*/
}
a:hover {
	color: #cccccc;
}

/*.content_sidebar h3 {
	color: #cc9900;
	margin-bottom: 10px;
	padding-top: 10px;
}
.content_sidebar p, .content_sidebar li { color: #555; }
.content_sidebar a { color: #cc9900; }
.content_sidebar a:hover { color: #000000; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/sidebar_photo_large.jpg) right 0px;
	margin: 0px;
	height: 350px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 0px 0px 0px 0px; }*/

/* Layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }
.page header {
	display: block;
	position: relative;
	height: 248px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/banner_large.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 980px;
	height: 248px;
	background: url(../images/logo_large.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #000000; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 0%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page .page_content .content_sidebar {
	margin: 130px 20px 20px 0px;
	padding: 10px;
	border: 1px solid #663366;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #ff3366;
}
.main_silver {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 16px;
	text-align: justify;
	color: #cccccc;
}
.main_gold {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 16px;
	text-align: justify;
	color: #ffcc66;
}
.main_blue {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 16px;
	text-align: justify;
	color: #00cccc;
}
.title {
	font-size: 1.8em;
	color: #ffcc66;
	font-weight: normal;
	text-align: center;
	font-family: "Bookman Old Style", "Times New Roman", serif;
}
.contact_gold {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 18px;
	text-align: center;
	color: #ffcc66;
}
.contact_blue {
    font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 18px;
	text-align: center;
	color: #00cccc;
}
.lg_blue {
    font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #00cccc;
}
.page nav {
	position: absolute;
	top: 248px;
	right: 0px;
	text-align: center;
	background-color: #00cccc;
	/*-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #333399 10%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#333399), color-stop(90%,#cccccc));*/
	width: 100%;
}
.page nav a {
	border: 0px solid #00cccc;
	border-radius: 16px;
	color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
    background-color: #00cccc;
	font-size: 1.15em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
    padding: 5px 10px 5px 10px;
}
.page nav a:hover {
    background-color: #00cccc;
	color: #ffcc66;
}
.page footer {
	display: block;
	border-top: 0px solid #00cccc;
	padding: 10px 10px 10px 15px;
	font-size: 0.9em;
	color: #000000;
	background-color: #00cccc;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	/*-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #cccccc 10%, #333399 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#cccccc), color-stop(90%,#333399));*/
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 600px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
h1 {
	font-size: 1.6em;
	color: #ffcc66;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 1em;
	color: #33cccc;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
	.page header { height: 376px; background-image: url(../images/banner_small.jpg); }
	.page header a.logo {
		top: 0px;
		left: 0px;
		margin: 0px auto 0px auto;
		width: 600px;
		height: 376px;
		background: url(../images/logo_small.png) no-repeat 0px 0px;
	}
	/*.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }*/
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	/*.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 100%; float: left; margin-right: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_small.jpg) right 0px; height: 325px; }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }*/
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
	}
	.page nav a {
		color: #000000;
		border: 0px solid #00cccc;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1.1em;
		display: block;
		/*margin: 0px 10px 15px 10px;*/
		background: /*#cc9900*/ url(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { color: #ffcc66; background-color: #00cccc; }
	.page footer { font-size: .8em; }
}

/* Medium Screen Rules */
@media screen and (min-width: 601px) and (max-width: 800px) {
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
	h2 {
	font-size: 1.2em;
	color: #33cccc;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
	.page header { height: 202px; background-image: url(../images/banner_medium.jpg); padding: 0px 50px 0px 75px; }
	.page header a.logo {
		top: 0px;
		left: 0px;
		width: 845px;
		height: 202px;
		background: url(../images/logo_medium.png) no-repeat 0px 0px;
	}
	.page nav { top: 202px; }
	.page nav a {
		border-color: #00cccc;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: 1.1em;
	}
	/*.page .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_medium.jpg) right 0px; height: 205px; }
	.page .content_sidebar figure figcaption { font-size: .8em; }*/
}

/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 20px; }	

