/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	background-color: #01004C;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;

}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #333333;
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	font-family: Comic Sans, "Comic Sans MS", Arial, sans-serif;
	margin: 20px 0px 10px;
	padding: 0px;
	color: #669933;
	clear: both;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #999999;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	color: #BBBBBB;
}
h2
{
	font-size: 1.6em;
	color: #527a29;
}
h3 {
	font-size: 1.4em;
	color: #426421;
}

h4
{
	font-size: 1.2em;
	color: #FF3401;
}
h5
{
	color: #FFFFFF;
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: underline;
	color: #FF3401;
	padding-right: 2px;
	padding-left: 2px;
}

a:hover
{
	text-decoration: none;
}
a:selected {
	text-decoration: underline;
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 10px;
	
}
ul li {
	margin-bottom: 2px;
	padding-left: 12px;
	background: url(../images/li.gif) no-repeat left 5px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/lili.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}



blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	width: 955px;
	margin: 0 auto;
	}
#leftColumn{
	float: left;
	width: 240px;
	height: 371px;
	margin: 0;
}
	#logo{
		float: left;
		padding: 29px;
		height: 158px;
	}
	#menu {
		float: left;
		margin: 0;
		width: 100%;
		height: 154px;
		font-size: 15px;
		font-family: Comic Sans, "Comic Sans MS", Arial, sans-serif;
		background: url(../images/menuSeparator.gif) right;
		background-repeat: repeat-y;
		background-position: top right;
	}
	#menu a {
		display: block;
		line-height: 31px;
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		height: 31px;
		margin: 0;
		padding: 0 0 0 70px;
		font-family: Comic Sans, "Comic Sans MS", Arial, sans-serif;
		font-weight: normal;
		background: url(../images/btnArrow.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	#menu a:hover {
		color: #01004C;
		background-position: 60px -30px;
	}
	#menu img {
		display: inline;
	}
#contentWrapper {
	width: 538px;
	float: left;
	background: url(../images/contentBg.gif) repeat-y left top;
}

#contentInner{
	width: 538px;
	background: url(../images/contentTop.gif) no-repeat left top;
	padding-top: 20px;
	}
	#content {
		width: 504px;
		padding: 0 17px;
		margin: 0;
	}
#content .footer{
		margin-top: 15px;
		height: 22px;
		width: 484px;
		background-color: #FF3401;
		font-family:  Comic Sans, "Comic Sans MS", Arial, sans-serif;
		color: #FFFFFF;
		font-size: 15px;
		line-height: 20px;
		padding: 0 10px;
		text-align: center;
		clear: both;
	}
	#contentBottom{
		float: left;
		width: 538px;
		background: url(../images/contentBottom.gif) top left no-repeat;
		height: 16px;
		margin: 0;
	}
	
#rightColumn{
	float: left;
	width: 155px;
	height: 371px;
	padding-top: 216px;
	margin: 0;
}
	#contactDetails{
		float: left;
		margin: 0;
		width: 100%;
		height: 121px;
		padding-top: 33px;
		line-height: 12px;
		font-size: 10px;
		font-family: Arial, sans-serif;
		color: #01004C;
		background: url(../images/contactSeparator.gif) left;
		background-repeat: repeat-y;
		background-position: top left;
	}
	#contactDetails .left{
		margin-bottom: 7px;
		width: 45px;
		float: left;
	}
	#contactDetails .right{
		color:#FFFFFF;
		margin-bottom: 7px;
		width: 100px;
		float: left;
	}
	
#footer {
	float: left;
	text-align: right;
	height: 16px;
	clear: both;
	font-size: 10px;
	color: #36389a;
	width: 504px;
	padding: 10px 17px 0 17px;
	background: #01004c url(../images/contentBottom.gif) no-repeat left top;
}
	#footer a{
		font-size: 10px;
		color: #36389a;
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.text{
	padding: 0 10px;
}

/* ----------------- end skin specific ------------------------ */
/* --- */
/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	float: right;
	width: 360px;
}
.marginRight {
	margin-right: 20px;
}

fieldset {
	border: dotted 1px #000;
	padding: 10px;
}
label {
	width: 160px;
	float: left;
	white-space: nowrap;

}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
}
.submit {
	background-color:  #990000;
	color:  #FFF;
	margin-left: 160px;
	display: inline;
}
#contactLeftCol {
	float: left;
	width: 200px;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}

#contactLeftCol h2 {
	margin-top: 50px;
}

.noMargin {
	margin: 20px 0px 20px 0px;
}
