
html
{
	background: #f0efeb;
	font: normal 13px "Century Gothic",Georgia, Arial, Verdana, Sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
}

body
{
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	padding: 10px;
}


#header2
{
	overflow:hidden;
	display:inline-block;
	float: left;
	width: 59.2%;
	height: 100px;
}

#menu
{
	overflow:hidden;
	display:inline-block;
	width: 100%;
	height: 46px;
	clear: left;
}

#newsite
{
	overflow:hidden;
	display:inline-block;
	width: 100%;
	padding-top: 10px;
	height: 75px;
	clear: left;
}

#content
{
	overflow:hidden;
	display:inline-block;
	width: 100%;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 23px;
}

#footer-top
{
	overflow:hidden;
	display:inline-block;
	width: 100%;
	padding-top: 10px;
	margin: 10px 0px;
	border-top: 1px solid #ccc;
}

#footer
{
	overflow:hidden;
	display:inline-block;
	width: 100%;
	padding-top: 10px;
	margin: 10px 0px;
}

/**************************
	Header2
**************************/

#header2 h1
{
	color: #f0037f;
	margin: 10px 0px;
	padding: 0px;
	font: bold 25px "Century Gothic", Georgia, Verdana, Sans-serif;
	line-height: 20px;
}

#header2 a
{
	margin-left: 15px;
	color: #444;
	line-height: 15px;
	text-decoration: none;
}

#header2 a:hover
{
	border-bottom: 1px solid #336699;
	color: #336699;
}

.quotes
{
	color: #f0037f;
	font: bold 40px Verdana;
	line-height: 30px;
}

/**************************
Splash CSS
**************************/

#splashHTML
{
	background: #f0efeb;
}

#splashBody
{
	background: #fff;
    font-family: "Century Gothic", Arial, Helvetica, Sans-Sarif;
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
	line-height: 16px;
	margin-bottom: 600px;
}

#splashHeader
{
    margin: 50px 0px 30px 0px;
	height: 80px;
}

#splash
{
    height: 260px;
    padding-bottom: 90px;
    width: 521px;
	margin: 0px auto;
}

#flash
{
    width: 250px;
	height: 250px;
	padding-right: 10px;
	float: left;
}

#blog
{
	width: 250px;
    height: 250px;
    padding-left: 10px;
    float: right;
}

#splashBody a, #splashBody a:visited
{
	text-decoration: none;
    color: #333333;
}

#splashBody a:hover
{
	text-decoration: none;
    color: #c76010;
}

.popup {color: #994c4c;}
.small {font-size: 9px;}

.border
{
	border: 1px solid #ffffff;
    margin-bottom: 10px;
}

/**************************
	H Tags & links
**************************/

h1	{color:#e25e15; font-size:24px; font-weight:normal; padding: 10; margin: 0;}
h2	{color:#0066cc; font-size:20px; font-weight:normal; line-height:22px;}
h3	{color:#888; font: normal 12px Arial; text-transform: uppercase; line-height:2px; padding: 10px 0px 5px 0px; margin: 0;}
h4  {color:#51c120; font: bold 14px Arial; text-transform: lowercase; padding: 10px 0px 4px 0px; margin: 0;}

/**************************
	Menu Links
**************************/

#menu ul
{
	margin: 0;
	padding: 0;
}

#menu ul li
{
	display: inline;
	list-style: none;
}

#menu a
{
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style-type: none;
	float: left;
	height: 46px;
}

#menu li
{
	float: left;
	height: 46px;
}

#menu ul li.start a
{
	background-image: url(../images/bg/start.gif);
	width: 186px;
	height: 46px;
}

#menu ul li.home a
{
	background-image: url(../images/bg/home.gif);
	width: 80px;
	height: 46px;
}

#menu ul li.about a
{
	background-image: url(../images/bg/about.gif);
	width: 100px;
	height: 46px;
}

#menu ul li.weddings a
{
	background-image: url(../images/bg/weddings.gif);
	width: 120px;
	height: 46px;
}

#menu ul li.random a
{
	background-image: url(../images/bg/random.gif);
	width: 120px;
	height: 46px;
}

#menu ul li.investment a
{
	background-image: url(../images/bg/investment.gif);
	width: 120px;
	height: 46px;
}

#menu ul li.contact a
{
	background-image: url(../images/bg/contact.gif);
	width: 100px;
	height: 46px;
}

.novis {visibility: hidden;}

/**************************
	Content
**************************/

.announce
{
	font: normal 12px Verdana;
	color: #666;
}

.announce2
{
	font: bold 12px Verdana;
	color: #333;
	padding-right: 10px;
}

.leftpad
{
	padding-right: 10px;
	border-right: 1px solid #ccc;
	width: 50%;
	float: left;
}

.rightpad
{
	padding-left: 10px;
	width: 46%;
	float: left;
}

.graybg
{
	padding: 10px;
	background: #f3f3f3;
	margin: 10px 0px;
}

.foot
{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.post
{
	padding: 10px 0px;
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
}

.lastpost
{
	padding: 10px 0px;
	margin: 10px 0px;
}

#content a
{
	font: bold 12px "Century Gothic", Arial;
	color: #336699;
	text-decoration: none;
}

#content a:hover
{
	border-bottom: 1px solid #336699;
}

.column20
{
	width: 20%;
	float: left;
	padding: 5px 20px;
}

#faq
{
	overflow:hidden;
	display:inline-block;
	width: 100%;
	padding-top: 30px;
	float: left;
}

.nodec {text-decoration: none; border: none !important;}
.nodec a {text-decoration: none; border: none !important;}
.nodec a:hover {text-decoration: none; border: none !important;}

.vendor {color: Maroon;}
.vendorDetails {font-size: 11px; line-height: 1.8em;}

.divider {border-top: 2px solid #666;}

/**************************
	Portfolio
**************************/

#portfolio a {text-decoration: none; border: none;}
#portfolio a:hover {text-decoration: none; border: none;}

/**************************
	Tags
**************************/

#tags h1 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h2 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h3 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h4 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h5 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h6 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h7 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h8 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h9 {list-style:none; display: inline; padding: 10px; margin:5px;}
#tags h10 {list-style:none; display: inline; padding: 10px; margin:5px;}

/**************************
	Misc
**************************/

.padpic {padding: 5px; margin: 5px; border: 1px solid #cccccc;}
.padpic2 {padding: 10px; margin: 10px 0px; border: 1px solid #cccccc; border: none;}
.padRight {padding-right: 15px;}
.padBottom {padding-bottom: 20px;}
.padFrame {padding-top:750px;}

.fl {float: left;}
.fr {float: right;}
.center {text-align: center;}
.ar {text-align: right;}
.clear {clear: both;}

.width25 {width: 25%;}
.width33 {width: 31%; padding: 6px;}
.width50 {width: 50%;}
.width75 {width: 75%;}

.dark {color: #333;}
.light {color: #666;}

.height600 {height: 600px;}

.pullquote
{
	width: 65%;
	float:left;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../images/bg/closequote.jpg) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter
{
	background: url(../images/bg/openquote.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pullquote2
{
	width: 36.5%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../images/bg/closequote.jpg) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote2:first-letter
{
	background: url(../images/bg/openquote.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pullquote3
{
	width: 30%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../images/bg/closequote.jpg) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote3:first-letter
{
	background: url(../images/bg/openquote.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.text1	{color:#003366; font-size:18px; font-weight:normal; text-decoration: underline; padding: 5px;}
.text2	{color:#0066cc; font-size:20px; font-weight:bold;}
.text3	{color:#888; font: normal 12px Arial; text-transform: uppercase; padding: 5px;}
.text4	{color: Purple; font: bold 32px Arial; text-transform: lowercase;padding: 15px;}
.text5	{color: Blue; font: normal 20px Times; text-transform: none; padding: 5px; text-decoration: overline;}
.text6	{color: Fuchsia; font: normal 22px Verdana; text-transform: none; padding: 20px; text-decoration: line-through;}
.text7	{color: Green; font: normal 27px; text-transform: uppercase; padding: 5px;}
.text8	{color: Maroon; font: normal 32px Arial; text-transform: uppercase; padding: 5px; text-decoration: blink;}
.text9	{color: Red; font: bold 52px Arial; text-transform: lowercase;}
.text10	{color: Olive; font: bold 32px Tahoma; text-transform: lowercase;}
.green {color:#51c120; font: bold 14px Arial;}

/**************************
	Footer-Top
**************************/
#footer-top a {text-decoration: none; color: #336699;}
#footer-top a:hover {border-bottom: 1px solid #336699;}
#footer-top a:visited{text-decoration: none; color: #336699 !important;}


/**************************
	Footer
**************************/
#footer a {text-decoration: none; color: #336699;}
#footer a:hover {border-bottom: 1px solid #336699;}
#footer a:visited{text-decoration: none; color: #336699;}



.noprint {
	display: none;
}
.hide {
	display: none;
}

img {
	border: none;
}