/* ================== MargaritaRepublic.com ======================
|   margaritarepublic.com -- designed by BB Graphics -- Ocala FL |
|   http://bbgraphics.com                                        |
|   Margarita Republic -- copyright 2007 -- all rights reserved  |
================================================================== */

/* html */
html {
	width: 100%;
	height: 100%;
}
/* end html */

/* body */
body {
	background: #8CD9FF url("images/sunset-bg.jpg") repeat-x;
	min-width: 700px;
	background-attachment: fixed;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}
/* end body */

/* header */
h1 {
	width: 700px;
	height: 175px;
	text-indent: -9999px;
	background: url("images/header.jpg");
	margin: 0;
	padding: 0;
}
/* end header */

/* container */
#container {
	background: #FFFFFF url("images/content-bg.gif") repeat-y;
	margin: auto;
	text-align: left;
	width: 700px;
}
/* end container */

/* content */
#contentarea {
	float: left;
	width: 520px !important;
	width: 520px;
	max-width : 520px !important;
	border-top: 0;
}

#content {
	padding: 0 12px 0 10px;
	padding-top: 0;
 }
 
#content a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF3333;
	text-decoration: underline;
}
 
#content h2 {
	font: bold italic 24px Georgia, Times New Roman, Times, serif;
	color: #FF3333;
	width: 450px;
	padding: 0 0 10px 40px;
	border-bottom: 1px solid #FF3333;
	background: transparent url("images/bullet.gif") no-repeat;
}

#content h3 {
	font: bold italic 18px Georgia, Times New Roman, Times, serif;
	color: #FF3333;
	width: 450px;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #FF3333;
	background: transparent url("images/subbullet.gif") no-repeat;
}

#content h4 {
	font: bold italic 16px Georgia, Times New Roman, Times, serif;
	color: #FF3333;
	padding: 0;
}

p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
	color: #000000;
}

.text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #660099;
	font-weight: bold;
	padding: 10px;
}
/* end content */

/* nav */
#left {
	width: 175px;
	float: left;
}

#navcontainer ul{
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 12px;
}

#nav a {
 	display: block;
 	width: 175px;
 	height: 27px;
	line-height: 27px;
	padding: 0;
	margin: 0;
}

#nav a:link, #nav a:visited {
	background: url("images/static.gif") no-repeat;
	color: #FF3333;
 	text-decoration: none;
}

#nav a:hover, #nav a:active {
	background: url("images/hover.gif") no-repeat;
	color: #FFFFCC;
	text-decoration: none;
}

#currentlink a:link, #currentlink a:visited,
#currentlink a:hover, #currentlink a:active {
	background: url("images/hover.gif") no-repeat;
	color: #FFFFCC;
	text-decoration: none;
}
/* end nav */

/* sub nav */
#subnav {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: url("images/list_bullet.gif");
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav a {
 	display: block;
 	width: 175px;
 	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#subnav a:link, #subnav a:visited {
	color: #FF3333;
 	text-decoration: none;
}

#subnav a:hover, #subnav a:active {
	color: #FF3333;
	text-decoration: underline;
}
/* end sub nav */


/* footer stuff */
#footer{
	background-color: #FF3333;
	width: 700px;
	text-align: center;
	font: 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
 
#footer a:link, #footer a:active,
#footer a:visited {
	font: 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	font: 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: underline;
}
/* end footer stuff */

/* misc */
.clearfloats {
	clear: both;
}
 
.listbase {
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	padding: 0 0 0 24px;
	list-style-image: url("images/list_bullet.gif");
}

.subheading {
	font: 16px/23px Georgia, Times New Roman, Times, serif bold;
	font-weight: bold;
	color: #000000;
}

.righttext {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.imageright {
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	border: 0px;
}

.imageleft {
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	border: 0px;
}

.image {
	padding: 2px;
}

hr {
	background-color: #FF3333;
    height: 1px;
    width:100%;
}
/* end misc */
