/* 
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #000000;
	background: #03294F url(images/body-bg.png) center top repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

#wrapper
{
	width: 958px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	overflow: hidden;
}

#header
{
	font-family: Georgia, 'Times New Roman', serif;
}

#header-logo
{
	float: left;
}

#header-text1
{
	float: left;
	padding: 35px 0px 0px;
	color: #003366;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#header-text2
{
	float: right;
	padding: 28px 40px 0px 0px;
}

#header-menu
{
	clear: both;
	height: 40px;
	padding: 0px 0px 0px 20px;
	color: #042546;
	font-size: 14px;
}

#header-menu a
{
	float: left;
	display: inline;
	width: 136px;
	height: 32px;
	margin: 0px 0px 0px 20px;
	padding: 8px 12px 0px;
	background: url(images/header-menu-bg.png) center top no-repeat;
	text-decoration: none !important;
}


#header-box-home, #header-box
{
	height: 317px;
	padding: 30px 40px 0px;
	color: #ffffff;
	background: #23497D url(images/header-box-bg-home.png) center top no-repeat;
	font-size: 20px;
}

#header-box-home a, #header-box a
{
	color: #ffffff;
	text-decoration: none;
}

#header-box
{
	height: 106px !important;
	background: #23497D url(images/header-box-bg.png) center top repeat-x !important;
}

#header-box-text1
{
	float: left;
	width: 640px;
	height: 45px;
	font-size: 25px;
}

#header-box-text2
{
	float: right;
	width: 202px;
}

#header-box-text3
{
	clear: both;
	height: 17px;
	color: #fd9e52;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#header-box-text4
{
	padding: 90px 0px 38px;
}

#header-box-text5, #header-box-text6
{
	float: left;
	display: inline;
	width: 310px;
	height: auto;
	margin: 0px 0px 0px 15px;
	font-size: 18px;
	text-align: center;
}

#header-box-text6
{
	margin: 0px 0px 0px 52px !important;
}


#page
{
	height: 100%;
	margin: 0px 35px;
	padding: 10px 0px;
	overflow: hidden;
}


#content
{
	clear: both;
	float: left;
	width: 520px;
	padding: 20px 20px 20px 40px;
/*	min-height: 500px;
	height: auto !important;
	height: 500px;*/
}

.content-home
{
	width: 100% !important;
	height: 100% !important;
	background: url(images/content-home-bg.png) left bottom no-repeat;
	overflow: hidden;
}

#content-box1
{
	float: left;
	width: 180px;
}

#content-box2
{
	float: left;
	width: 530px;
}

#content-box3
{
	float: left;
	width: 145px;
	padding-left: 20px;
	font-size: 13px;
}

#content-box3 ul
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#content-box3 li
{
	padding: 0px 0px 2px;
	list-style: disc outside;
}

.content-title
{
	padding: 0px 0px 30px;
	color: #fd9e52;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
}

.content-header
{
	color: #003366;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 24px;
}

.content-contact-box
{
	float: left;
	width: 49%;
	padding: 0px 0px 20px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #333333;
	font-style: italic;
}


#sidebar
{
	float: right;
	width: 375px;
	padding: 75px 0px 20px;
}


#footer
{
	clear: both;
	height: 100%;
	margin: 0px 40px;
	padding: 10px 0px 15px;
	border-top: 1px solid #003366;
	font-size: 12px;
	overflow: hidden;
}

#footer-menu
{
	float: left;
	width: 480px;
	color: #042546;
}

#footer-text1
{
	float: left;
	width: 180px;
}

#footer-text2
{
	float: right;
	width: 205px;
}

#footer-text2 span
{
	float: left;
	width: 38px;
}



a, a:link, a:visited
{
	color: #042546;
	text-decoration: underline;
}
	
a:hover, a:focus, a:active
{
	color: #fd9e52 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #BDBCBD;
	font-family: Helvetica, Arial, sans-serif;
}

input.submit
{
	border: none;
	color: #ffffff;
	background: #003366;
	cursor: pointer;
}



p
{
	margin: 0px;
	padding: 0px 0px 10px;
}

.linktext
{
	color: #042546;
}
	



.clear
{
	clear: both;
}


.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft
{
	margin: 0 10px 2px 0;
	display: inline;
}

