/*
Template
*/

/** Common Styles */

body {
	margin: 0 auto;
	padding: 0;
	background: #c9dbe2 url(images/bkgd.gif) repeat-x top;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
}
#wrapper {
	width: 920px;
	margin: 0px auto;
	}


/** Style for header starts here */

#header {
	width: 920px;
	height: 232px;
	margin: 5px auto 0 auto;
	background:url(images/header-right.jpg) no-repeat right;
	
}

#header .logo { background:url(images/logo.jpg) no-repeat; float:left;
height:232px; width:542px; display:block; }

#header h2 {
	font-family:"Times New Roman", Times, serif;
	margin:205px 0 20px 70px;
	
	font-size: 14px; font-style:italic;
	font-weight: bold; color:#003e5f; font-style:italic; 
}

/** Style for menu starts here */

#menu {
	width: 950px;
	height: 97px;
	margin: 0px auto;
	background: url(images/menu.jpg) no-repeat;
	padding-top:15px;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	font-weight:400;
	padding: 8px 14px 10px 14px;margin:0px 7px;
	text-decoration: none;
	color: #FFFFFF;
	background:url(images/menu-off.jpg) repeat-x;
	font-family:"Times New Roman", Times, serif; 
}

#menu a:hover {
	color: #ffffff;
	background:url(images/menu-on.jpg); 
}



/** Style for content starts here */

#content {
	width: 900px;
	margin: 0px auto -100px auto;
	padding-top: 5px;
	background:#FFFFFF url(images/bottom.jpg) repeat-x bottom; 
	border-left:solid 1px #b8c6cc; 
	border-right:solid 1px #b8c6cc; 
}

#content h1 {
	font-size: 22px;
	color:#474747;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif; 
	text-align:center; margin:10px 30px;
	
}


#content h2 {
	font-size: 16px;
	color:#244f6a;
	font-weight: normal;
	font-size:18px;
	font-family:"Times New Roman", Times, serif; 
	
}

#content p {color:#474747; font-family:Arial, Helvetica, sans-serif;
}

#left {
	float: left;
	width: 480px;
	padding-left: 50px;
	margin-bottom: 20px;
}

#left p { margin: 5px 0 10px 0; font-size:12px; line-height:20px; }

#left ul { margin-left:50px; list-style:disc}
#left li { font-size:12px; line-height:20px;}



#right {
	float: right;
	width: 260px;
	margin-bottom: 20px;
	padding: 0 30px;
}


#right .blue { background:url(images/blue-bkgd.gif) no-repeat; height:156px; padding:10px;
margin:10px 0;}

#right .blue p { font-size:18px; font-family:"Times New Roman", Times, serif; color:#FFF; line-height:24px;
margin-top:15px;}

#right .address { background:url(images/light-blue-box.gif) no-repeat;
height:136px; padding:10px; margin:0 0 10px 0;}


#right .address h2 { margin:2px auto; text-align:center; font-size:16px;}
#right .address p { color:#424242; margin:0; font-size:14px; line-height:24px; padding:30px 0 0 0;  }

ul.emails { margin-left:20px; font-size:14px;}
ul.emails li { line-height:22px;}

/** Style for footer starts here */

#footer {
	clear: both;
	
	height: 140px;
	margin: 1px auto;
	background:url(images/footer.gif) top ;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .content {
	width:900px;padding-top:10px;
	margin: 0px auto;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	
}

#footer ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#footer .sorca {
	float:right;
	
}

#footer a {
	display: block;
	float: left;
	font-weight:400;
	padding: 8px 14px 10px 14px;margin:0px 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif; 
}

#footer a:hover {
	color: #FFF;
	background:#09324e;
}

#footer a {
	color: #FFF;
}

.clear { clear:both;}

#captcha {
	color:#474747;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.content form { margin:20px 30px; font-size:16px; }	
.content form p { font-size:10px; text-align:left; padding:5px 5px 7px 26px; color:#666666}
form label { display:block; float:left; width: 120px; margin:5px;color:#333333}
form input {display:block; float:left; width: 160px; margin:5px; }
form .submit { float:none; text-align:center; margin:20px auto;}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
