body
{
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0px;
	width: 100%;
	 /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	background-image:url(../images/bg.jpg); background-repeat:repeat;
}

#wrap
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#headertext
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 5px 6px 5px 6px;
	border: 1px solid #9BBF9B;
	display: block;
	padding: 2px 4px 2px 4px;
	color: #113c4f;
	background-color: #c2dcc2;
	line-height:18px;
	
}

#smalltext
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	background-color: #DDDCDC;
	border-top: 1px solid #838181;
	border-bottom: 1px solid #838181;
	border-left: 1px solid #838181;
	border-right: 1px solid #838181;
}

a{ color: #328885; text-decoration: underline; font-weight:bold; font-size:14px;}
a:hover{ color: #F45723; text-decoration: none;}

#header
{
	overflow: hidden;
	height: 105px;
}

h1
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	margin: .8em 0 .2em 0;
	padding: 0;
	clear: left;
}

h3
{
	font-family: Arial;
	font-size: 14px;
	color: #52A6EC;
	font-weight: bold;
	margin: .8em 0 .2em 0;
	padding: 0;
	clear: left;
}

p
{
	text-align: left;
	font-size: 12px;
	margin: 12px 5px 15px 15px;
	line-height: 1.4;
	font-family: Arial, Tahoma, Verdana;
}

/*img
{
	margin: 3px 8px 3px 4px;
}*/

#searchbox1
{
	float: right;
	position: relative;
	padding: 10px 20px 2px 0px;
	margin-top: 12px;
}


.floatleft
{
	float: left;
	margin: 3px 8px 5px 3px;
	font-weight: bold;
	text-align: center;
	clear: right;
}


.floatright
{
	float: right;
	margin: 3px 8px 3px 4px;
	display: block;
	font-weight: bold;
	text-align: center;
}


.imgcenter
{
	float: left;
	margin: 3px auto;
	font-weight: bold;
	text-align: center;
}


#ads img
{
	display: block;
	padding-top: 10px;
}

/*Horizontal navigation bar */

ul{background-color:#498098;margin:0px; padding:0px; height:26px;}
#nav
{
	list-style-type: none;
	margin: 0;
	padding-left: 60px;
	height:25px;

clear:both;

overflow:hidden;

}

#nav li
{
	margin: 0;
	width: 135px;
	float: left;
}

#home
{
	width: 125px !important;
}

#nav a
{
	font-weight: bold; font-size:12px;
	display: block;
	padding: 0.2em 5px 0.2em 10px;
	border-top: #5FA4BF 2px solid;
	border-left: #5FA4BF 2px solid;
	border-right: #376B7F 2px solid;
	border-bottom: #376B7F 2px solid;
	text-decoration:none;
}

#nav a:link, #nav a:visited
{
	color: #FFF;
	background-color: #498098;
}

#nav a:hover, #nav a:active
{
	background-color: #5FA4BF;
	border-top: #477C8F 2px solid;
	border-bottom: #477C8F 2px solid;
	border-right: #5FA4BF 2px solid;
	border-left: #5FA4BF 2px solid;
	text-decoration: none;
}

/*Vertical navigation bar */

#nav1{ list-style-type: none;	margin:0px; padding:0px;	text-align: left;	background-color:none;}
#nav1 { margin: 0; text-align: left; }
#nav1 a{  color: #2e452e;	border-bottom: 1px solid #b4d4b4; display: block; padding:4px;  position:relative; text-decoration:none; font-size:12px; font-weight:normal;}
#nav1 a:link, #nav a:active{ color: #2e452e; text-decoration:none;}
#nav1 a:hover, #nav a:active{background-color: #f1f9f1;	text-decoration: none;}

.LinkBox{ margin-bottom:10px;}
.LinkBg{  padding:1px; }
.LinkBg2{  padding:7px;}

.RightLinkBgTop{ background-color:#dddcdc; padding:10px 0px 10px 0px ; margin:0px 5px 0px 5px; font-size:11px; font-weight:normal;}
.RightLinkBgTop a{ font-size:11px; font-weight:normal;}

#sharethis
{
	position: relative;
	top: 62px;
	left: 820px;
}


/*Header Links */


/* column container */

.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	background-color:white;
}


/* common column settings */

.colright, .colmid, .colleft
{
	float: left;
	width: 100%; /* width of page */
	position: relative;
}

.col1, .col2, .col3
{
	float: left;
	position: relative;
	padding: 0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead	only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

.col1
{
	width:490px; 
	padding-left:10px;
}

.col2
{
	width:230px; 
}

.col3
{
	width:230px; 
}

/* 3 Column settings */

.threecol
{
	/*background: #FFF; /* right column background colour */
}

.threecol .colmid
{
	right: 18%; /* width of the right column */
	/*background: #FFFFFF; /* center column background colour */
}

.threecol .colleft
{
	right: 55%; /* width of the middle column */
	/*background: #FFF; /* Yellow left column background colour */
}

.threecol .col1
{
	background-color:#FFFFFF;  width:46%; /* width of center column content (column width minus padding on either side) */
	left: 100%; /* 100% plus left padding of center column */
}

.threecol .col2
{
	width:24%; /* Width of left column content (column width minus padding on either side) */
	left:27% ; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3
{
	width:24%; /* Width of right column content (column width minus padding on either side) */
	left: 79%; /* Green */ /* Please make note of the brackets here: 					 (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	text-align: left;
}


.threecol .col3 p
{
	margin-left: 0;
	margin-right: 0;
}

.threecol .col3 li
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

/* Footer styles */

#footer
{
	clear: both;
	margin: 0px auto;
	width: 960px;
	background-color:#498098; color:#FFFFFF;
	height:45px; text-align:center; padding:5px 0px 0px 0px;
}

#footer p
{
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #FFF;
}


#footer a
{
	color: #fff; font-size:12px;
	text-decoration: none;
}

#footer a:hover
{
	background-color: #5FA4BF;
	text-decoration: none;
}

/*My addiditons */



.intro
{
	float: left;
	position: relative;
	padding: 3px 3px 3px 3px;
	overflow: hidden;
	width: 34%;
	border: 1px solid #000000;
}

.img
{
	float: right;
	position: relative;
	padding: 3px 3px 3px 3px;
	width: 50%;
	border: 1px solid #000000;
}

.imageBox
{
	width: 150px;
	border: 0px solid gray;
	padding: 5px;
}

.imageBox span
{
	display: block;
	text-align: center;
	font-size: 8px;
	padding: 3px 3px 3px 3px;
}

.imageBox1
{
	width: 400px;
	border: 0px solid gray;
	padding: 8px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
}

.imageBox1 span
{
	display: block;
	text-align: left;
	font-size: 10px;
	padding: 3px 3px 3px 3px;
}

.box1
{
	position: relative;
	margin-top: 15px;
	float: left;
	border: 1px solid #000000;
}

div.box1 p
{
	text-align: center;
}


#slideShow
{
	width: 160px;
	height: 160px;
	padding: 10px;
}

.CenterLink{ margin-top:10px;}
.CenterLinkText{ background-color:#d9edec; padding:5px; color:#274857; font-size:13px; font-weight:bold; text-decoration:underline; margin:5px; float:center;}
a:hover.CenterLinkText{ background-color:#d9edec; padding:5px; color:#274857; font-size:13px; font-weight:bold; text-decoration:none;}

.DontForGetBox{ margin:5px 0px 5px 0px; width:450px; float:left;}
.DontForGetTextBg{ background-color:#f5eee5; border-left:3px solid #e6ddd2; border-right:3px solid #e6ddd2; color:#bb694c; font-size:14px; font-weight:bold; text-align:center;}

.CenterTextBg{ background-color:#ffffff; border-left:3px solid #e6ddd2; border-right:3px solid #e6ddd2;}
.CenterText{ padding:8px; text-align:justify;}
.CenterTextInner{ padding:8px; text-align:center;}

a:Link.BirthdayPartyInvitations{ color:#5b1e08; text-decoration:underline;}
a:Visited.BirthdayPartyInvitations{ color:#5b1e08; text-decoration:underline;}
a:Hover.BirthdayPartyInvitations{ color:#5b1e08; text-decoration:none;}

.HandyTool{ background-color:#5b1e08; color:#FFFFFF;}
.HandyToolTells{ background-color:#bededd; color:#353a3c; font-size:16px; font-weight:bold;}

.TextBox{ width:25px; border:1px solid #a4bcbb; height:15px;}
.TextBoxTable{ font-size:11px; color:#808b90;}
.TextBox2{ width:100px; border:1px solid #a4bcbb; height:18px;}

a:Link.BotLink{ color:#FFFFFF; text-decoration:none; padding:0px 10px 0px 10px;}
a:Visited.BotLink{ color:#FFFFFF; text-decoration:none; padding:0px 10px 0px 10px;}
a:hover.BotLink{ color:#FFFFFF; text-decoration:none; padding:0px 10px 0px 10px;}

.LogoPart{ height:79px;}
.Logo{ float:left; padding:10px 0px 0px 20px;}

a:Link.RightImgLink{ color:#2e452e; text-decoration:none;}
a:Visited.RightImgLink{ color:#2e452e; text-decoration:none;}
a:Hover.RightImgLink{ color:#2e452e; text-decoration:none;}

