/* Start of CMSMS style sheet 'home' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}
/*default link styles*/
a {
	text-decoration: none;
	color: #c0002a;
        font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #999999;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333333;
        background-color: #f3f3f3;
	background-image: url(images/cms/backgorund.gif);	
	background-repeat: repeat-x;
	background-position: left top;
}

div#pagewrapper {
	max-width: 960px;
	margin: 0 auto;
        background-color: #f3f3f3;
	background-image: url(images/cms/homemain_background.gif);
	color: 333333;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	height: 192px;
	margin: 0;
	padding: 0;
        background: #FFFFFF url(uploads/images/header.gif) no-repeat left top;
}
div#header h1 a {
	display: block;
	height: 192px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 35px 65px 0px 0px;
	color: #c0002a;
}

div#randomimage {
	display: block;
	height: 199px;
	background: #264b97 url(uploads/images/header/picture1.jpg);
}

div#redbar {
	background: #c0002a url(images/cms/red_bar.gif);
	text-align: right;
	height: 41px;
	color: #c0002a;
}

div#redbarleft {
	float: left;
	height: 29px;
	padding-top: 6px;
	padding-left: 100px;
}

div#redbarright {
	height: 29px;
	float: right;
	padding-top: 12px;
}

div#spacer {
	height: 20px;
	background-color: #f3f3f3;
}

div#redbar a {
	text-decoration: none;
	color: #FFFFFF;
}

div#redbar a:hover {
	text-decoration: none;
	color: #FFCC00;
}

div.crbk {
	margin: 0;
	padding: 0;
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}


div#content {
	margin: 0px auto 0em 0;
	padding: 0px;
        background-color: #f3f3f3;
}

/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
	float: right;
	width: 69%;
	margin-left: 0%;
	margin-right: 10px;
}
div.back2 {
}
div.back3 {
}

div#main {
	width: 705px;
	margin-left: 250px;
	padding-top: 0px;
}

div#main img {
	border: 5px solid #264b97;
	margin: 5px;
}

div#maintext {
        width: 460px;
        float: left;
	background-color: #f3f3f3;
}

div#homenews {
	margin-left: 20px;
	float: right;
	width: 225px;
	background-color: #f3f3f3;
}

div#newsheader {
	color: #c0002a;
	font-size: 1.4em;
        font-weight: bold;
	height: 26px;
}

div#newsmain {
	padding: 10px;
	border: 1px solid #264b97;
}

div#newsfooter {
	text-align: right;
	height: 20px;
	margin-top: 10px;
}

div#homeblog {
	margin-left: 20px;
	float: right;
	width: 225px;
}

div#blogheader {
	color: #c0002a;
	font-size: 1.4em;
        font-weight: bold;
	height: 26px;
}

div#blogmain {
	padding: 10px;
	border: 1px solid #264b97;
}

div#blogfooter {
	text-align: right;
	height: 20px;
	margin-top: 10px;
}

div#sidebar {
	float: left;
	width: 229px;
	display: inline;
	padding: 0px;
}

div#footer {
   background: url(images/cms/footer.gif) no-repeat; 
   height: 143px;
}

div#footer p {
	padding: 5px;
	text-align: center;
	margin: 0;
}

div#footer p a {
	color: #c0002a;
}

div#footer p a:hover {
	color: #999999;
}

div#footerone {
   width: 240px;
   float: left;
   margin-top: 60px;
}

div#footertwo {
   width: 240px;
   float: left;
   margin-top: 60px;
}

div#footerthree {
   width: 240px;
   float: left;
   margin-top: 60px;
}

div#footerfour {
   width: 240px;
   float: left;
   margin-top: 60px;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #c0002a;
	border-bottom: 1px solid #264b97;
	font-size: 1.4em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #c0002a;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #264b97;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #264b97;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #264b97;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

/*contact form message box width - gary's hack */
.contactform textarea{
width:250px;
height:100px;
border: 1px solid #264b97;
}

.contactform input {
   border: 1px solid #264b97;
   width:250px;
}

#submitbut{
   background-color: #000000;
   border: 0px;
   color: #FFFFFF;
   margin-left: 10px;
}

#cntnt01searchinput {
   margin-top: 4px;
   border: 1px solid #000000;
}

/* END LISTS */
/* End of 'home' */

