body {
	background: #FFFFFF url(../images/background.gif) repeat-x 0px 50px;
	margin: 0px;
	text-align: center;
}

#container {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 10px solid #13487C;
	border-left: 1px solid #CCCCCC;
}

/***********************************************/
/* Top NavBar                                  */
/***********************************************/
#topnav {
	font: 90% "Times New Roman", Times, serif;
	color: #13487C;
	background: url(../images/coronado_logo1.gif) no-repeat 5px 5px;
	height: 50px;
	margin-top: 0px;
	text-align: left;
}
#topnav a {
	height: 33px;
	width: 100px;
	border-left: 1px solid #CCCCCC;
	border-top: 5px solid #FFFFFF;
	padding-top: 12px;
	color: #13487C;
	text-decoration: none;
	display: block;
	float: right;
	text-indent: 35px;
}
#topnav a:hover {
	color: #13487C;
	border-top: 5px solid #13487C;
}

/***********************************************/
/* Header Image                                */
/***********************************************/
#mainimage {
	background: url(../images/header.jpg) no-repeat;
	width: 100%;
	border-top: 1px solid #13487C;
	height: 250px;
	clear: both;
	display: block;
}

/***********************************************/
/* Body Container                              */
/***********************************************/
#bodycon {
	margin: 0px;
	width: 700px;
	display: block;
	clear: both;
}

/***********************************************/
/* Main Navbar                                 */
/***********************************************/
#navBar{
	float: left;
	font: bold 105% "Times New Roman", Times, serif;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #D0DAE5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
#navBar img{
	text-align: center;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 15px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 80%;
}

#sectionLinks h1{
	font-size: 90%;
	padding: 4px;
	color: #CCCCCC;
	background: #990000;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 50px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #CCCCCC;
	background: #003366;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 4px 0px 4px 10px;
	color: #13487C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: .1em;
}

#sectionLinks a:hover{
	background-color: #13487C;
	color: #FFFFFF;
}

/***********************************************/
/* Main Content                                */
/***********************************************/
#content {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	width: 490px;
	text-align: left;
	float: right;
	clear: none;
}
#content a:link {
	line-height: 1.2em;
	color: #13487C;
	text-decoration: none;
	font-size: 100%;
}
#content a:visited {
	line-height: 1.2em;
	color: #13487C;
	text-decoration: none;
	font-size: 100%;
}
#content a:hover {
	line-height: 1.2em;
	color: #13487C;
	text-decoration: underline;
}
#content p {
	font-size: 85%;
	line-height: 1.4em;
	color: #333333;
	margin: 5px 10px 10px 16px;
}
#content h1 {
	font-size: 100%;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 15px 10px 10px;
	background: #D0DAE5 url(../images/h1_back.gif) repeat-x;
	border-left: 1px solid #13487C;
	padding: 5px;
	clear: both;
}
#content h2 {
	font-size: 95%;
	line-height: 1.2em;
	color: #13487C;
	margin: 15px 10px 10px 16px;
}
#content h3 {
	font-size: 85%;
	line-height: 1.2em;
	color: #990000;
	margin: 10px 10px 0px 16px;
}
#content h4 {
	font-size: 90%;
	line-height: 1.2em;
	color: #333333;
	margin: 10px 10px 0px 16px;
	border-bottom: 1px solid #333333;
}
#content h5 {
	font-size: 90%;
	line-height: 1.2em;
	color: #333333;
	margin: 10px 10px 0px 16px;
}
#content h6 {
	font-size: 95%;
	line-height: 1.2em;
	color: #13487C;
	margin: 15px 10px 10px 16px;
	border-bottom: 1px solid #13487C;
}
#content ul {
	font-size: 85%;
	line-height: 1.2em;
	color: #333333;
	list-style: url(none) none;
	margin: 5px 0px 0px;
}
.contenthr {
	color: #CCCCCC;
	margin: 15px 10px 10px;
}

/***********************************************/
/* faq's                                       */
/***********************************************/
#faqs {
	text-align: left;
	padding: 4px;
	margin-left: 25px;
	border-left: 1px solid #999999;
}
#faqs p {
	font-size: 85%;
	line-height: 1.4em;
	color: #333333;
	margin: 5px 10px 3px 16px;
	width: 425px;
}
#faqs h1 {
	font-size: 85%;
	color: #13487C;
	margin: 0px 0px 2px 3px;
	clear: both;
	background: url(none);
	border: none;
	padding: 0px;
}
#faqs h2 {
	font-size: 85%;
	color: #13487C;
	margin: 0px 0px 15px 3px;
	clear: both;
	background: url(none);
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	width: 450px;
}
#faqs h3 {
	font-size: 80%;
	color: #13487C;
	margin: 0px 10px 10px 16px;
	width: 425px;
	font-weight: normal;
}
/***********************************************/
/* Image Holders                               */
/***********************************************/
.imageright {
	margin: 0px 0px 5px 5px;
	float: right;
	border: 1px solid #666666;
}
.imageleft {
	margin: 0px 5px 5px 0px;
	float: left;
	border: 1px solid #666666;
}
/***********************************************/
/* Right Column                                */
/***********************************************/
#rtcolumn {
	background: #E8E8E8;
	border-right: 1px solid #DCDCDC;
	float: right;
	height: 100%;
	width: 175px;
	text-align: center;
	margin: 0px 10px 5px 5px;
	padding: 8px 0px;
}
#rtcolumn img {
	border: 1px solid #FFFFFF;
}
#rtcolumn h1 {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 3px;
	background: #DCDCDC;
	border: 1px solid #FFFFFF;
	margin: 0px 8px 5px;
	text-align: left;
}
/***********************************************/
/* Choice Columns                              */
/***********************************************/
#choice {
	width: 480px;
}
#choice img {
	border: 1px solid #999999;
}
#choice a:link {
	line-height: 1.2em;
	color: #13487C;
	text-decoration: none;
	font-size: 100%;
}
#choice a:hover {
	line-height: 1.2em;
	color: #13487C;
	text-decoration: underline;
}
#choice a:visited {
	line-height: 1.2em;
	color: #13487C;
	text-decoration: none;
	font-size: 100%;
}
#choice p {
	font-size: 80%;
	line-height: 1.4em;
	color: #333333;
	margin: 5px 10px 5px 16px;
}
#choice h2 {
	font-size: 85%;
	line-height: 1.2em;
	color: #333333;
	margin: 0px;
	padding: 4px;
	font-weight: normal;
}
#choice h6 {
	font-size: 110%;
	line-height: 1.1em;
	color: #666666;
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #EBEBEB;
}
.choiceTable {
	margin: 10px;
	border-bottom: 5px solid #CCCCCC;
}
.imagebox {
	background: #EBEBEB;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #FFFFFF;
}

/***********************************************/
/* Two Columns                                 */
/***********************************************/
#twocolumnwrapper {
	clear: both;
	width: 496px;
}
#columnLeft {
	width: 48%;
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
	margin-top: 0px;
	float: left;
}
#columnRight {
	text-align: center;
	width: 200px;
	margin-top: 0px;
	float: left;
	padding: 20px;
	margin-left: 0px;
	background: #E8E8E8;
}
#columnRight img {
	border: 1px solid #999999;
}

/***********************************************/
/* Footer                                      */
/***********************************************/
#footer {
	clear: both;
	height: 60px;
	width: 700px;
	border-top: 1px solid #CCCCCC;
	margin-top: 2px;
	display: block;
}
#footer p {
	color: #13487C;
	text-align: left;
	font: bold 85%/1.2em "Courier New", Courier, mono;
	padding-top: 15px;
	margin-top: 0px;
}
#leftfooter {
	display: block;
	float: left;
	height: 56px;
	width: 199px;
	margin-top: 2px;
	margin-left: 0px;
	border-right: 1px solid #CCCCCC;
}
#rightfooter {
	display: block;
	width: 490px;
	float: right;
}

/***********************************************/
/* gallery                                     */
/***********************************************/
#gallery {
	width: 475px;
	margin-left: 10px;
}
#gallery h6 {
	font-size: 95%;
	line-height: 1.2em;
	color: #13487C;
	margin: 15px 10px 10px 6px;
	border-bottom: 1px solid #13487C;
}
#gallery div.float {float: left; margin-left: 10px; margin-bottom: 8px;}
#gallery div.float p {
	text-align: left;
	margin: 2px 0px;
	font-size: 80%;
	line-height: 1.15em;
}
#gallery div.float img {border: 1px solid #333333;}

/***********************************************/
/* Admin Tables                                */
/***********************************************/
.admtable {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	margin: 15px 10px 10px;
	padding: 1px;
}
.header {
	font: bold 80% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #13487C;
	padding: 3px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.content1 {
	font: 80% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #DEDEE4;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.ordertable {
	width: 400px;
	margin-top: 5px;
	margin-left: 10px;
}
.ordcat {
	font: 80% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 4px;
	text-align: right;
}
.ordinput {
	font: 80% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 4px;
}
