
/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #333333 url(images/bg-main.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
ol,
dt,
dd,
td,
address {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

p,
li,
ul,
a { font-size: 13px; }

p { line-height: 17px; }

p.testimonial {
	font-weight:bold;
	font-size: 15px;
	text-align: center;
	color: #03C;
}

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	font-size:23px;
	color: #990000;
	font-size: 18px;
}

h3 { font-size:21px }

h4 { font-size:19px }

h5 { font-size:17px }

h6 { font-size:15px }

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
}

ol { list-style:decimal }

ul { list-style:square }

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

address {
	font-style: normal;
	font-size: 12px;
	color: #fff;
	text-align: right;
}

address a,
address a:visited,
address a:link { 
	font-size: 11px;
	color: #fff; }

address a:hover,
address a:active { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { list-style:square }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg-container.gif) repeat-y
}

div#header {
	position: relative;
	width: 960px;
 	height: 169px;
	background: url(images/bg-header.jpg) no-repeat;
}

div#banner {
	background: url(images/bg-banner.jpg) no-repeat;
	height: 235px;
	width: 960px;
}

div#content { }

div#text {
	float: left;
	width: 720px;
	margin-bottom: 10px;
}

div#text strong { color: #000033; }

div#sidebar {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	width: 200px;
}

div#footer {
 	height: 45px;
	background: #d4d4d4;
 	clear: both;
	margin-top: 10px;
	border: 1px solid #FFF;
}

/* `Horizontal Main Nav
----------------------------------------------------------------------------------------------------*/
div#navarea {
	background: url(images/bg-nav.jpg) no-repeat;
	height: 81px;
	width: 960px;
}
.menu {
	position:relative;
	z-index:100;
	padding: 2px 0 0 12px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

.menu ul ul { }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}

/* style the links for the top level */

.menu a {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	color: #333;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding: 18px 13px 12px;
	height: 21px;
	border-right: 1px solid #ccc;
}


.menu a:hover {
	background: #265f94;
	color: #fff;
}

.menu ul li a.last {
	border-right: none;
	padding: 18px 14px 12px 15px;
}

.menu ul li a.current {
	background-color:#990000;
	color: #fff;
}

.menu ul li.separate {
	position:abolute;
	right:0;
	float:right;
}

.menu ul li.separate a { border-left:1px solid #fff; }

/* style the second level hover */
.menu ul ul a.drop:hover,
.menu ul ul a.drop,
.menu ul ul a.drop:visited { background:#ad0031; }

.menu ul ul :hover > a.drop { background:#ad0031; }

/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
	background:#9a0505;
	color:#fff;
	height:auto;
	line-height:1em;
	padding: 15px;
	width: 200px;
	text-align: left;
	border: 1px solid #5b0000;
	border-width: 0 1px 1px 1px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height: 0;
	top: 51px;
	left:0;
	z-index: 98
}

/* style the top level hover */
.menu ul ul a:hover {
	color: #FFCC00;
}
.menu ul ul :hover > a {
	color: #FFCC00;
	background:#9a0505;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul li.over ul { visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { visibility:hidden; }

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { visibility:visible; }

/* Utility Nav
----------------------------------------------------------------------------------------------------*/


div#utility { padding: 13px 0 20px 0; }

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #1a1a1a;
	list-style: none;
	padding:0px;
	margin: 0px;
}

div#utility ul a,
div#utility ul a:link,
div#utility ul a:visited {
	padding: 0 2px;
	font-size:11px;
	color: #1a1a1a;
}

div#utility ul a:hover,
div#utility ul a:active { text-decoration: none; }

div#copyright {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #FFF;
}

#copyright a,
#copyright a:link,
#copyright a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover,
#copyright a:active {
	text-decoration:underline;
	color: #3667a4;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}

/* Image Elements
----------------------------------------------------------------------------------------------------*/


img.left {
	float: left;
	margin-right:10px;
}

img.right {
	float: right;
	margin-left:10px;
}

img.border { border: 1px solid #000000; }

.clear { clear: both; }


/* Admin Login Div
----------------------------------------------------------------------------------------------------*/

a#admin {
	background: url(images/admin.png) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover { background-position: 0% -18px; }


/* Custom Classes
----------------------------------------------------------------------------------------------------*/

a#price {
	text-indent: -5000px;
	width: 200px;
	height: 55px;
	background: url(images/click-here-price.jpg) no-repeat;
	display: block;
	margin-bottom: 10px;
}

a#price:hover { background-position: 100% -55px; }

div.boxed {
	border: 1px solid #000033;
	background: #265f94;
	padding: 10px;
}

div.boxed ul {
	float: left;
	width: 320px;
	margin-left: 0px;
	padding-left: 15px;
}

div.boxed ul li {
	color: #fff;
	margin-bottom: 15px;
}

.centered { text-align: center; }

.columns {
	float: left;
	width: 320px;
}
