body {
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #9cc5c9;
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	padding:10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00242A;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #00242A;
	background-color: #FFFFFF;
}

#header {
	height:150px;
	background-image: url(images/header_bg.png);
}
.homeimg {
	background-image: url(images/smiling_woman1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 400px;
	padding-bottom: 100px;
	padding-top: 10px;
	padding-left: 20px;
	height: 300px;
}
.rotator {
	padding-right: 400px;
	padding-bottom: 100px;
	padding-top: 10px;
	padding-left: 20px;
	height: 300px;
	background-image: url(images/rotator/rotate.php);
	background-repeat: no-repeat;
	background-position: right top;
}


#logo {
	font-size:30px;
	height:100px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#logo a {color:#FFFFFF; text-decoration:none;}
#slogan {
	float:right;
	font-size:14px;
	color:#0092B9;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

#menu {
	height:30px;
	margin-top:5px;
	filter: DropShadow(Color=#364ca2, OffX=10, OffY=10, Positive=0);
	background-color: #00242A;
	background-image: url(images/menubar_bg1.png);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #006699;
	border-bottom-color: #006699;
}
#menu ul {margin:0; padding:0;}
#menu li {
	list-style:none;
	float:left;
}
#menu a {
	float:left;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#menu a:hover {
	background-color: #82C2D4;
	height: 15px;
	filter: BlendTrans(Duration=300);
}

#main {
	float:left;
	width:100%;
	color:#0D1D2F;
	font-size:11px;
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#main a {color:#00242A;}
#main a:hover {
	color:#82C2D4;
}
#main br {line-height:8px;}
#sidebar {
	width:160px;
	float:right;
	margin-top:10px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(images/right_bg1.png);
	filter: Alpha(Opacity=100);
	height: 100%;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-position: top;
	clear: both;
}
#sidebar h3 {
	font-size:17px;
	font-weight:bold;
	background-image: url(images/cat_header.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 30px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0092B9;
}
#sidebar ul {
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#sidebar li {
	list-style:none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82C2D4;
}
#sidebar li a {
	color:#00242A;
	text-decoration:none;
	padding:3px;
	display:block;
}
#sidebar li a:hover {
	color: #82C2D4;
}
#text {
	line-height:14px;
	margin-right:225px;
	background-color: #FFFFFF;
	background-image: url(images/body_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#text h1 {font-size:22px; font-weight:normal; margin:20px 0 10px 0;}
#text h2 {font-size:19px; font-weight:normal; margin:20px 0 10px 0;}
#text ol, #text ul {
	padding:0;
	margin:8px 0;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#text li {
	margin-left:40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#footer {
	height:40px;
	color:#FFFFFF;
	font-size:11px;
	clear:both;
	filter: DropShadow(Color=#698386, OffX=10, OffY=10, Positive=0);
	background-color: #00242A;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {color:#D9F0FF;}
#footer_left {float:left; padding:13px 0 0 30px;}
#footer_right {
	float:right;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}
.styleh1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0092B9;
}
#footer2 {
	height:120px;
	color:#FFFFFF;
	font-size:11px;
	clear:both;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer2_links {
	float:none;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: center;
}
.style_body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #002329;
	line-height: 20px;
}
.style_p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #002329;
	text-indent: 6px;
	line-height: 16px;
	text-align: justify;
}
.homeicons {
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 20px;
	height: 100px;
	background-image: url(images/body_bg3.jpg);
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.videos {
	width: 400px;
	float: left;
	clear: none;
	position: relative;
}
.videolist {
	float: left;
	width: 200px;
	position: static;
	padding: 10px;
}
.styleh1_hide {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
